a {
  color: #888888;
  text-decoration: none;
}

a:hover {
  color: #03AC0E;
  text-decoration: none;
}
.fixed-navbar{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 99;
}
.shadow-nav{
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 7%);
}

.top-bar {
  background: #F3F4F5;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar-item {
  margin: 0 8px;
}

.top-bar-item.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-bar {
  padding: .5rem;
  background-color: #fff;
}

.nav-bar-title h3 {
  font-weight: bold;
  font-size: 1.7rem;
  color: #339049;
}

.category-search-icon {
  background: #EDEDED;
  cursor: pointer;
}

.category-search-icon:hover {
  background: #CACACA;
}

.search-recommendations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-recommendations a {
  padding: 8px;
}

.nav-bar-misc {
  text-align: center;
}

.nav-bar-misc a i {
  font-size: 1rem;
  padding: 10px;
  color: #6c727c;
}
.nav-bar-misc a i:hover{
  background-color: #f2f2f2;
  border-radius: 4px;
}

.nav-bar-misc a i:hover>.dropdown-menu{
  display: block;
}

.nav-bar-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar-profile span {
  margin: .3rem 0 0 0;
  padding: 0 0 0 10px;
}

.btn-store {
  background: rgba(0, 0, 0, 0);
  font-size: .8rem;
}

.btn-profile {
  background: rgba(0, 0, 0, 0);
}

.body {
  padding: 2rem;
}

.top-profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-profile-card span {
  padding: 0 0 0 10px;
}

.profile-card-seperator {
  border-top: .1px solid rgb(218, 218, 218);
}

.btn-collapse {
  color: #000;
  font-weight: bold;
}

.inbox-content a, .purchased-content a, .profile-content a {
  padding: 5px 0 0 2vw;
  color: #3CBE55;
}

.user-name {
  font-weight: bold;
}

.footer {
  border-top: 1px solid grey;
  height: 70vh;
}

.footer-onlinemol-bold {
  font-weight: bold;
  font-size: 1.2rem;
}

.footer-onlinemol {
  font-size: .9rem;
}

.footer-onlinemol a {
  color: #888888;
}

.footer-onlinemol a:hover {
  color: #03AC0E;
}

.social-icon {
  font-size: 1.5rem;
  padding-right: .7rem;
}

.social-icon .facebook {
  color: #3B5998;
}

.social-icon .twitter {
  color: #23ACED;
}

.social-icon .whatsapp {
  color: #3CBE55;
}

.social-icon .instagram {
  color: #D93174;
}

.mall-image {
  max-height: 30vw;
  max-width: 30vw;
}

@media (max-width: 768px) {
    .top-bar{
      display: none;
    }

    .nav-bar-title{
      display: none;
    }

    .search-recommendations{
      display: none;
    }
    .drop-caption{
      display: none;
    }
}