body{
  background: #f3f3f3;
}

.bg-nav{
  background: #00173f;
  /* background: #0e1726;*/
  color: #fff;
}

.bg-333{
  background: #333 !important;
  color: white;
}

.mega-nav .dropdown-menu>.dropdown>a {
  border-bottom: 0px solid #e3e9ef;
}

.category .dropdown-menu li:hover>.dropdown-item {
  color: #ffffff;
  background: #3483fa;
}
.product-badge.product-no-disponible::after {
  border-bottom-color: #f34770;
}
.product-badge.product-no-disponible{
  background: #f34770;
  color: #fff;
}

.bg-banner{
	background: #607d8b !important;
	color: white !important;
}

.font-size-base {
    font-size: 0.80rem !important;
}

.custom-file-label::after {
  content: "Subir";
}

#preview img{
  max-width  : 90px;
  max-height : 120px;
}

@media (max-width: 576px){
  #ul-user{
    left: -110px;
  }

  #campana_notificacion{
    left: -190px;
  }
  
}
@media (max-width: 991.98px)
{
  .navbar-dark .dropdown-menu .dropdown-item, .navbar-dark .dropdown-menu .dropdown-menu .dropdown-item {
    color: #939aa7;
  }
}