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: 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;
}

/* ==========================================================================
   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;
}

.bg-color-header {
    background-color: #2b3c52;
}

.box-icon-header {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 17px;
}

.box-menu-categorias {
    background: #ffdd00;
    border-radius: 5px;
    width: 240px;
    padding: 7px !important;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
}

.bg-categoria-buscador {
    background: rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.bg-icon-buscar {
    background: #191919;
    border-radius: 5px;
    color: white;
}
.bg-amarillo {
    background: #ffdd00;
}

.icon-redes-footer {
    color: #000000;
    font-size: 17px;
}

.box-descripcion-slider {
    background: #ffdd00;
    padding: 5px;
    border-radius: 0px;
}

.box-btn-slider a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #ffffff;
}

.bg-icon-categorias {
    background: #f5f5f5;
    border-radius: 120px 120px 6px 6px;
}

.titulos-categorias-slider {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #111111;
}

.box-banner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #ffffff;
}
.box-banner-2 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #111111;
}
.box-titulo-producto-home {
    background: #2b3c52;
    border-radius: 0px;
    position: relative;
    width: 236px;
}

.box-titulo-producto-home h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #ffffff;
}


/* ==========================================================================
   CATALOGO DE PRODUCTOS
   ========================================================================== */
.titulo-producto-catalogo {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.6px;
    color: #444444;
}

.btn-add-carrito {
    background: #f5f5f5;
    border-radius: 5px;
    border-color: #f5f5f5;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    color: #111111 !important;
}

.box-ver-producto {
    width: 40px;
    height: 40px;
    left: 272px;
    top: 1900px;
    background: #f5f5f5;
}

.box-ver-producto a {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #111111;
}

.text-black-small {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #111111;
}


/* ==========================================================================
   TEXTOS
   ========================================================================== */

.text-white-small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #ffffff;
}

.text-white-big {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #ffffff;
}
.text-amarillo-grande {
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: #ffdd00;
}
.text-btn-comprar {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #ffffff;
}

.titulo-banner-home {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.titulo-banner-home-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
}
.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;
}
.text-blanco {
    color: white;
}
.text-amarillo {
    color: #ffdd00;
}

.text-li-menu {
    color: #111111;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.h3-footer {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.li-footer {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

/* ==========================================================================
   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: 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 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #2b3c52;
}
.box-productos .precio-normal {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #2b3c52;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   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: #aaaaaa;
}
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) {
    .box-text-banner-big {
        background: #ffdd00;
        border-radius: 0px;
        padding: 5px;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.8px;
        color: #111111;
    }
    .text-black-big {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.8px;
        color: #111111;
    }
    .box-banner-grande {
        position: absolute;
        top: 5px;
        left: 50px;
        right: 50px;
    }
    .box-img-producto {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
    }
    .box-info-banner {
        bottom: 15%;
        position: absolute;
        right: 10%;
    }

    .titulo-slider {
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
        line-height: 45px;
        letter-spacing: 0.6px;
        text-transform: capitalize;
    }
    .box-info-slider {
        bottom: -10%;
        position: absolute;
        right: 10%;
    }

    .btn-carrito .dropdown-menu {
        top: 50px;
        min-width: 100%;
    }
    .btn-carrito .dropdown-active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .box-text-banner-big {
        background: #ffdd00;
        border-radius: 0px;
        padding: 5px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.8px;
        color: #111111;
    }
    .text-black-big {
        font-weight: 400;
        font-size: 42px;
        line-height: 48px;
        text-align: center;
        letter-spacing: 0.8px;
        color: #111111;
    }
    .box-banner-grande {
        position: absolute;
        top: 144px;
        left: 50px;
        right: 50px;
    }
    .box-img-producto {
        height: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
    }
    .box-info-banner {
        bottom: 30%;
        position: absolute;
        right: 10%;
    }
    .box-categorias-bajo-slider {
        position: relative;
        top: -40px;
        background: white;
    }
    .titulo-slider {
        color: #ffffff;
        font-weight: 400;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.6px;
        text-transform: capitalize;
    }
    .box-info-slider {
        bottom: 55%;
        position: absolute;
        right: 10%;
    }

    .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;
    }
    .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;
    }
}
