body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #4b566b;
  background-color: #fff;
}
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;
}
/*
 * Configuraciones
 * * * * * * * * * * * * * * * * * * * * */ 
.bg-lila-vivo {
  background: #401C8C;
}


.estrellas i {
  color: #fea569;
}
.btn {
  /*background: #fe696a;
  border-color: #fe696a;*/
  font-size: 14px !important;
  color: white !important;
}
.btn-mini {
  border-radius: 100% !important;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  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: 0.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;
}
.bg-btn-comprar {
  background: #422c73;
  color: white;
}
.bg-lila-vivo {
  background: #401c8c;
}
/* ==========================================================================
   BACKGROUND
   ========================================================================== */
.bg-btn-buscador {
  background: #4cd137;
  color: white;
}
.bg-gris-oscuro {
  background: #353d43;
}
.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;
}
.bg-morado {
  background: #422c73;
}
.bg-menu-categorias {
  background: #422c73;
  color: #ffcc43;
  border-radius: 0px;
  min-width: 306px !important;
  height: 399px !important;
}

/* ==========================================================================
   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;
}
.titulos-footer {
  color: #fead1a;
  font-weight: bold;
}
.bg-negro {
  background: black;
}

.title-oferta {
  color: #03738c;
  text-transform: uppercase;
  font-weight: 900;
}

.titulo-producto {
  color: #353d43;
}
/* ==========================================================================
   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;
  font-size: 12px;
  transition: none;
}
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: 0.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: 0.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;
}
.precio-woopy {
  color: #ff0000;
  font-weight: 700;
  font-size: 24px;
}
.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: 0.625rem;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.box-ficha-producto .galeria .list-img a:hover {
  border-color: #c9d5e0;
}

.precio-oferta-ficha {
  font-style: normal;
  font-weight: 800 !important;
  font-size: 48px;
  line-height: 48px;
  color: #9c5eb5;
}

.precio-normal-ficha {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  text-decoration-line: line-through;
  color: #353d43;
  line-height: 48px;
}

.title-caracteristicas {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;

  color: #03738c;
}

/* ==========================================================================
   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: 0.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 .youtube:hover {
  background: #ff0000;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 0, 0, 0.9);
}
.modal-header-cr .close {
  background: #c82333;
  padding: 0;
  margin: 0;
  right: 15px;
  font-size: 15px;
  text-shadow: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  box-shadow: none;
  box-sizing: content-box;
  border-radius: 0;
}
.box-ficha .info-ficha p strong {
  display: inline-flex;
}
/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (min-width: 320px) {
  .box-ficha .info-ficha p strong {
    min-width: 65px;
  }
  .btn-carrito .dropdown-menu {
    top: 50px;
    min-width: 100%;
  }
  .btn-carrito .dropdown-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .producto-catalogo .titulo-producto {
    font-size: 10px;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
  }
  .producto-catalogo .div-producto {
    height: 50px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .btn-carrito .dropdown-menu {
    top: 100%;
    min-width: 26rem;
  }
  .box-ficha .info-ficha p strong {
    min-width: 100px;
  }
  .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;
  }
  .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;
  }

  .row-cols-md-20 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* .producto-catalogo .img-producto {
    height: 170px;
  } */
  .producto-catalogo .div-producto {
    height: 72px;
  }
  .producto-catalogo .titulo-producto {
    font-size: 12px;
    line-height: 18px;
    max-height: 72px;
  }
  .producto-catalogo .img-producto .img-fluid {
    height: 140px;
  }
  .producto-catalogo .btn {
    font-size: 12px;
  }
  .media {
    margin-bottom: 60px;
    margin-top: 60px !important;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 1260px;
  }
  .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;
  }
}
