body {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #4b566b;
}
a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
[onclick] {
  cursor: pointer;
}
.rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.estrellas i {
  color: #fea569;
}
.btn {
  background: #fe696a;
  border-color: #fe696a;
  font-size: 14px;
  color: white !important;
}
.btn-mini {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 6px 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '>';
}
.dropdown-menu, .box-shadow {
  border: none;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0,0,0,0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0,0,0,0.05);
}
.btn-like, .btn-dislike {
  background: transparent;
  border: none;
}
.btn-like i {
  color: #42d697;
}
.btn-dislike i {
  color: #f34770;
}
.pagination .page-item .page-link {
  color: #fe696a;
}
.pagination .active .page-link {
  background: #fe696a;
  border-color: #fe696a;
  color: white;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
article ul, .ul-style {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.elementos {
  counter-increment: ediv;
}
.submenus {
  counter-increment: smdiv;
}
.elementos .numero:before {
  content: counter(ediv)'.';
}
.submenus .numero:before {
  content: counter(smdiv)'.';
}
.elementos .numero:before, .submenus .numero:before {
  color: #fe696a;
  font-size: .8rem;
  font-weight: bold;
}
.bg-aceptado {
  color: #155724 !important;
  background: #d4edda !important;
  border-color: #c3e6cb !important;
}
.bg-rechazado {
  color: #721c24 !important;
  background: #f8d7da !important;
  border-color: #f5c6cb !important;
}
.cupon-aviso {
  position: absolute;
  left: 10px;
  bottom: -30px;
}
.precio-normal {
  opacity: 0.5;
  font-size: 1.2rem;
  text-decoration: line-through;
}

/* ==========================================================================
   BACKGROUND
   ========================================================================== */
.bg-gris {
  background: #f6f9fc;
}
.bg-celeste {
  background: rgba(105,179,254,0.1);
}
.bg-crema {
  background: rgba(254,165,105,0.1);
}
.bg-verde {
  background: rgba(66,214,151,0.1);
}
.bg-morado {
  background: rgba(78,84,200,0.1);
}
.bg-darker {
  background: #2b3445;
}
.bg-whatsapp {
  background: #00e676;
  border: none;
}

/* ==========================================================================
   TEXTOS
   ========================================================================== */
.text-gris {
  color: #7d879c;
}
.text-celeste {
  color: rgba(105,179,254,0.1);
}
.text-crema {
  color: rgba(254,165,105,0.1);
}
.text-verde {
  color: rgba(66,214,151,0.1);
}
.text-naranjo {
  color: #fe696a;
}
.text-rojo {
  color: red;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header .list-buscador {
  position: absolute;
  top: 35px;
  background: white;
  border: 1px solid #343a40;
  width: 100%;
  z-index: 999;
}
header .list-buscador li a {
  display: block;
  transition: none;
}
header .list-buscador li a:hover, header .list-buscador li .active {
  background: #343a40;
  color: white;
}
.btn-carrito .cantidad {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fe696a;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem;
  z-index: 999;
}
.btn-carrito .icon-carrito {
  position: relative;
  background: #f3f5f9;
  width: 2.875rem;
  height: 2.875rem;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.625rem;
  text-align: center;
}
.btn-carrito .dropdown-menu {
  display: block;
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  left: auto;
  right: 0;
  border-radius: 0;
}
.btn-carrito .dropdown-menu .cantidad {
  top: -32px;
  padding: 5px;
  width: 30px;
  height: 30px;
}
.btn-carrito .dropdown-menu .list-productos-menu {
  max-height: 211px;
  overflow: auto;
}
.btn-carrito .dropdown-menu .titulo-producto {
  font-size: 14px;
  font-weight: bold;
}

/* ==========================================================================
   BOX PRODUCTOS
   ========================================================================== */
.box-productos .producto {
  position: relative;
  padding: 0 15px;
  transition: 0.5s;
}
.box-productos .producto:hover {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
  z-index: 10;
}
.box-productos .add-carrito {
  background: white;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  padding: 1rem;
}
.box-productos .producto:hover .add-carrito {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0,0,0,0.1);
  opacity: 1;
}
.box-productos .precio-oferta {
  color: #4e54c8;
  font-size: 16px;
}
.box-productos .precio-normal {
  color: #7d879c;
  font-size: 16px;
}

/* ==========================================================================
   BOX FICHA PRODUCTO
   ========================================================================== */
.box-ficha-producto .galeria .list-img a {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: .625rem;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: .3125rem;
  overflow: hidden;
}
.box-ficha-producto .galeria .list-img a:hover {
  border-color: #c9d5e0;
}

/* ==========================================================================
   BOX TIENDS
   ========================================================================== */
.box-tienda .sidebar .nav-link {
  display: block;
  padding: 4px 0;
}
.box-tienda .sidebar .icon-bajar {
  position: absolute;
  right: 15px;
  transition: 1s;
}
.box-tienda .sidebar [aria-expanded="true"] .icon-bajar {
  transform: rotate(180deg);
}
.box-tienda .sidebar .cantidad {
  position: absolute;
  right: 15px;
}
.box-tienda .sidebar .check-filtro {
  transform: scale(1.5);
  margin-right: 20px;
  position: relative;
  left: 5px;
}

/* ==========================================================================
   BOX MARCAS
   ========================================================================== */
footer ul li a {
  color: rgba(255,255,255,0.65);
  padding-bottom: .375rem;
}
footer .redes-sociales .btn {
  background: rgba(255,255,255,0.08);
  border: none;
  transition: 0.5s;
}
footer .redes-sociales .twitter:hover {
  background: #1da1f2;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(29,161,242,0.9);
}
footer .redes-sociales .facebook:hover {
  background: #3b5998;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(59,89,152,0.9);
}
footer .redes-sociales .instagram:hover {
  background: #5851db;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(88,81,219,0.9);
}
footer .redes-sociales .pinterest:hover {
  background: #bd081c;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(189,8,28,0.9);
}
footer .redes-sociales .linkedin:hover {
  background: #0b66c3;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(11,102,195,0.9);
}
footer .redes-sociales .youtube:hover {
  background: #ff0000;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255,0,0,0.9);
}
.redes-sociales-header .btn{
  font-size: 10px !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (min-width: 320px) {
  .btn-carrito .dropdown-menu {
    top: 50px;
    min-width: 100%;
  }
  .btn-carrito .dropdown-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .btn-carrito .dropdown-menu {
    top: 100%;
    min-width: 26rem;
  }
  .btn-carrito:hover .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav > .nav-item > .nav-link {
    padding: 1.15rem 1.5rem;
  }
  .navbar-nav > .dropdown > .dropdown-menu, .navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
    top: 50px;
    transform: translateY(-10%);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    font-size: 14px;
    min-width: 209px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%;
    /*min-width: 55rem;*/
  }
  .navbar-nav > .dropdown:hover > .dropdown-menu, .navbar-nav > .dropdown > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav > .dropdown > .dropdown-menu .dropdown-item:after {
    transform: rotate(-90deg);
  }
  .box-titulo-producto {
    padding-bottom: 6.375rem;
  }
  .box-titulo-producto+* {
    position: relative;
    margin-top: -4.875rem;
    z-index: 5;
  }
}

@media (min-width: 1360px) {
  /*.container {
    max-width: 1260px;
  }*/
  .container {
    max-width: 1330px;
  }
  .col-hd-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-hd-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-hd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-first {
    order: -1;
  }
}
