:root {
    --colorPrincipal: #0a5ba9;
    --colorSecundario: #248acb;
    --colorNeutral: #666;
    --colorGris: #ddd;
    --colorAmarillo: #fcfd2d;
    --newColorPrincipal: #022272;
    --newColorSecundario: #003dc7;
    --newColorTerciario: #0698ff;
    --newColorAmarillo: #f9b233;
    --newColorNaranja: #ff9200;
    /* --colorGris: #f5f6f9; */
    --colorblanco: #fff;
    --colorText: #333;
    --border-radius: 6px;
}
body {
    overflow-x: unset;
    color: var(--colorText);
}
body.active {
    overflow: hidden;
}
body,
a,
p,
.form-control,
span.wishlist-count,
span.cart-count,
h1,
h2,
h3,
h4,
h5,
h6,
.icon-box {
    font-family: "Poppins", sans-serif !important;
}

.lozad-fade {
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

p,
ul,
.primary-link {
    color: var(--colorText);
}
a {
    color: var(--colorText);
}
a:hover,
a:focus,
.primary-link:hover {
    color: var(--newColorSecundario);
}
::selection {
    background-color: var(--newColorTerciario);
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: var(--newColorSecundario);
}
.container {
    width: 1300px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.container-fluid {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.page-header.with-bg,
.bg-primary {
    background: #f5f6f9 !important;
}

.btn,
.product-details-action .btn-cart {
    border-radius: 30px;
}
.header-middle .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
}

.menu-vertical {
    height: 500px;
    overflow-y: auto;
}

.menu-vertical > li > a,
.menu-vertical li > a,
.nav.nav-pills .nav-link,
.form-control,
.cart-dropdown .product-cart-details,
.header-search-extended .form-control,
.header-search-extended select,
.product-cat a {
    color: var(--colorText);
    font-weight: 400;
}
.btn-primary {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--newColorAmarillo);
    border-color: var(--newColorAmarillo);
}

.breadcrumb-item {
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "/";
    font-family: revert;
}

.color-secondary {
    color: var(--colorSecundario);
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.row-gap {
    row-gap: 20px;
}

/* header */

.header {
    background: var(--colorPrincipal);
}

.header-stick {
    position: sticky;
    top: 0;
    z-index: 100;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle,
.menu > li > a,
.mobile-menu-toggler,
.wishlist-link,
.header-right .account > a {
    color: var(--colorText);
}
.mobile-menu-toggler {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--colorNeutral);
    border-radius: 0.5rem;
    margin-left: 0;
}
.category-dropdown .dropdown-toggle:before {
    display: none;
}

.header-bottom .menu > li > a {
    font-weight: 400;
    font-size: 1.4rem;
}
.category-dropdown {
    display: unset;
    align-self: unset;
    align-items: unset;
}
.category-dropdown .dropdown-toggle {
    min-width: initial;
    height: 44px;
    background: var(--colorPrincipal);
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: var(--colorblanco);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}
.header-bottom .category-dropdown .dropdown-toggle:hover,
.header-bottom .category-dropdown .dropdown-toggle:focus {
    color: var(--colorblanco);
    background: var(--colorSecundario);
}

.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
    display: none;
}

.header-right .account > a:hover {
    color: var(--colorPrincipal);
}

.header-top {
    background-color: var(--colorblanco);
}

.header-top .container-fluid:after {
    background-color: #ccc;
}
.grid-header-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    position: relative;
}
.link-header-top img {
    width: 18px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.list-header-top {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
ul.top-menu,
.top-menu a {
    color: var(--colorText);
}
.category-dropdown .dropdown-toggle {
    text-transform: initial;
}

.btn-clean {
    background: transparent;
    border: 0;
    font-size: 13px;
    margin-left: auto;
    color: #858583;
    padding: 0;
}
@media (max-width: 767px) {
    .header-top .container-fluid:after {
        display: none;
    }
}

.top-menu a {
    padding: 6px 0;
}

.header-top a:hover,
.header-top a:focus {
    color: var(--colorText);
}
.grid-header {
    width: 100%;
    display: grid;
    grid-template-columns: 1.4fr 1.5fr 0.5fr 1fr;
    grid-column-gap: 2rem;
    padding: 2rem 0;
}
.header-left {
    max-width: none;
    flex: unset;
    padding: 0;
    column-gap: 6rem;
}
.header-center {
    width: 100%;
    max-width: 540px;
    display: flex;
    align-items: center;
    column-gap: 2rem;
}
.header-right {
    padding: 0;
}
.logo {
    margin-top: 0;
    margin-bottom: 0;
}
.logo-sara {
    width: auto;
    height: 60px;
    object-fit: contain;
}
.sticky-header.fixed .dropdown.category-dropdown,
.category-dropdown.show .dropdown-toggle {
    background-color: var(--colorPrincipal);
}

.sticky-header.fixed .dropdown.category-dropdown > a,
.sticky-header.fixed .category-dropdown .dropdown-toggle:before {
    color: var(--colorblanco) !important;
}
.header-search form {
    border: 0;
}
.header-search-extended .form-control {
    height: 46px;
    padding: 0;
    padding-left: 2rem;
    border: 0;
    border-radius: 30px;
}
.header-search-extended .btn,
.cart-dropdown .dropdown-menu {
    font-size: 15px;
}
.header-search-extended .btn {
    width: 38px;
    height: 38px;
    background: var(--newColorPrincipal);
    border-radius: 0.5rem;
    flex: unset;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    margin: 0;
}
.header-search-extended .btn:hover {
    color: var(--colorblanco);
}
.header-search-extended .btn img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.header-top .header-left {
    max-width: 100%;
    flex: auto;
}
.text-icon-header {
    text-align: center;
    font-weight: 500;
    color: var(--colorText);
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.1rem;
    margin-left: 0 !important;
    letter-spacing: 0.05rem;
}
.icon-user,
.icon-cart {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.wishlist-link,
.header .account > a,
.cart-dropdown .dropdown-toggle {
    font-size: 25px;
    position: relative;
}

.cart-dropdown .dropdown-cart-products {
    margin-top: 5px;
}
.header-search-extended {
    margin: 0;
    width: 100%;
}

.dropdown-menu.dropdown-menu-right {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    max-width: 500px;
    padding: 20px;
    -webkit-transform: translate(500px);
    transform: translate(500px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: var(--colorblanco);
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0px 0px 8px 0px rgba(6, 6, 6, 0.2);
}

.header-middle.sticky-header.fixed .header-right {
    margin-left: 0;
    margin-right: auto;
}

.dropdown-menu.dropdown-menu-right.show {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: transform 0.3s ease-in-out 0s;
}

.dropdown.show .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    z-index: 8999;
    cursor: pointer;
}

.cart-dropdown .cart-count {
    position: absolute;
    top: -10px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    background: var(--newColorAmarillo);
    color: var(--colorblanco);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
}
.link-header-fav {
    position: relative;
    display: block;
}
.wishlist-count {
    position: absolute;
    top: -10px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    background: var(--colorAmarillo);
    color: var(--colorText);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
    border-radius: 50%;
}
.easy-autocomplete-container {
    z-index: 20;
}

.account ul i {
    margin-right: 10px;
}

.sticky-header.fixed {
    background-color: var(--colorblanco);
}

.sticky-header.fixed .logo-sara {
    width: 70px;
}

.sticky-header.fixed .header-search-extended {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.header .account > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.icon {
    line-height: 1;
    position: relative;
    color: var(--colorText);
}
.header-search .search-wrapper-wide {
    border: 2px solid var(--colorGris);
    border-radius: 1rem;
    width: 100%;
}

.header-search-extended i {
    color: var(--colorblanco);
}
.cart-dropdown,
.compare-dropdown {
    align-self: auto;
}
.cart-dropdown {
    padding-left: 0;
}

.login-txt {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #545454;
    margin-top: 0.3rem;
    transition: all 0.3s;
}

.compare-dropdown .compare-product-title {
    font-size: 1.6rem;
}
.link-compare-product-title {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.link-compare-product-title img {
    width: 16px;
    aspect-ratio: 1/1;
    object-fit: contain;
    filter: invert(1);
}
.header-bottom .header-center {
    flex: 1 1 100%;
    max-width: 100%;
    justify-content: space-between;
}
.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
    flex-direction: column;
}
.header-right {
    align-self: unset;
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
    color: var(--colorPrincipal);
}
.category-dropdown:not(.is-on):hover .dropdown-toggle {
    background-color: var(--colorPrincipal);
    color: var(--colorblanco);
}
.product-action-vertical {
    top: 0.5rem;
    right: 1rem;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.btn-favorite {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--newColorSecundario);
}
svg.icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
}
svg.icon-heart-product {
    fill: var(--colorblanco);
}
svg.icon-heart-product {
    fill: var(--colorblanco);
}
.product-action-vertical .btn-favorite .filled {
    display: none;
}
.product-action-vertical .btn-favorite.active .filled {
    display: block;
}
.btn-wishlist:before {
    display: none;
}

/* header responsive */
.header-middle {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
    background: var(--colorblanco);
}
/* Nuevo megamenu */
.btn-menu-principal {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    color: var(--newColorPrincipal);
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.header-bottom-bg {
    position: relative;
    background-image: url(../images/banner-patron.svg);
    background-size: cover;
    background-position: center center;
}
.overlay-header-bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(2, 34, 114, 0.5);
    z-index: 1;
}
.header-bottom-new {
    position: relative;
    padding: 0.5rem 0;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.4);
    background: transparent !important;
    z-index: 2;
}
.grid-header-bottom {
    display: flex;
    align-items: center;
    column-gap: 4rem;
    width: 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.link-item-megamenu {
    color: var(--colorblanco);
    padding: 1.4rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    transition: all 0.3s;
}

.link-item-megamenu:hover,
.link-item-megamenu:focus {
    color: var(--newColorAmarillo);
}

.megamenu-new {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 200px;
    padding: 2rem 6rem;
    background: var(--colorblanco);
    box-shadow: 5px 10px 16px rgb(51 51 51 / 5%),
        -5px 10px 16px rgb(51 51 51 / 5%);
    display: none;
    z-index: 999;
}
.item-megamenu:hover .megamenu-new {
    display: block;
}

.item-megamenu .link-item-megamenu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 0;
    height: 0.2rem;
    transition: all 0.4s;
}
.item-megamenu:hover .link-item-megamenu {
    color: var(--colorblanco);
}
.item-megamenu:hover .link-item-megamenu::after {
    width: 100%;
    background: rgba(10, 91, 169, 0.5);
    transition: all 0.4s;
}
.list-megamenu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.8rem;
    margin: 0;
}
.list-megamenu-child {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 1.2rem;
    margin-bottom: 0;
}
.list-megamenu-child .menu-col .menu-item {
    font-size: 1.4rem;
    color: var(--colorText);
    padding: 1.2rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--border-radius);
    transition: all 0.3s;
}
.list-megamenu-child .menu-col .menu-item .menu-item-arrow {
    transform: translateX(-8px);
    transition: all 0.6s;
}

.list-megamenu-child .menu-col .menu-item:hover {
    background: #f8f8f8;
}
.list-megamenu-child .menu-col .menu-item .menu-item-container-img {
    transition: all 0.3s;
}

.list-megamenu-child .menu-col .menu-item:hover .menu-item-container-img {
    background: var(--colorblanco);
}

.list-megamenu-child .menu-col .menu-item:hover .menu-item-arrow {
    transform: translateX(-2px);
    transition: all 0.3s;
}
.list-megamenu-child .menu-col .menu-item .container-menu-item {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.menu-item-container-img {
    width: 42px;
    height: 42px;
    border-radius: var(--border-radius);
    background: var(--colorGris);
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-item-img {
    height: 26px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.category-dropdown .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    border-radius: var(--border-radius);
}
.menu-vertical .megamenu-container {
    border-top: 1px solid hsla(0, 0%, 81.2%, 0.5);
}
.menu-vertical .megamenu-container:nth-child(1) {
    border-top: 0;
}
.menu-vertical .megamenu-container a {
    letter-spacing: 0.05rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}
.ofertas {
    position: relative;
    padding: 0.85rem 0;
}
.ofertas:hover .list-oferta {
    opacity: 1;
    visibility: visible;
}
.list-oferta {
    position: absolute;
    top: 62px;
    right: 22px;
    min-width: 200px;
    background: var(--colorblanco);
    border-radius: 1rem;
    padding: 1rem 1.6rem;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 999;
}
.list-oferta::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 8px;
    border: solid;
    border-color: transparent transparent rgb(2, 34, 114, 0.5);
    /* #022272 */
    border-width: 10px;
}
.list-oferta li:not(:last-child) {
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.link-item-menu-mobile {
    color: var(--colorblanco);
    padding: 1.4rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    transition: all 0.3s;
}

.link-item-menu-mobile:hover,
.link-item-menu-mobile:focus {
    color: var(--newColorAmarillo);
}
.container-img-menu-mobile {
    background: var(--newColorAmarillo);
    border-radius: 0.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-menu-mobile {
    width: 28px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
@media screen and (max-width: 1320px) {
    .list-oferta {
        right: 22px;
        min-width: 180px;
    }
}
.contianer-ofertas {
    /* transition: 0.2s linear all;
    animation-name: tada;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    will-change: transform; */
    display: block;
    background: var(--newColorAmarillo);
    border: 0;
    border-radius: 1rem 0;
    padding: 1.4rem 2rem;
}
.img-ofertas {
    height: auto;
    width: 100%;
    max-width: 82px;
    object-fit: contain;
}
.container-nuevos {
    display: block;
    background: var(--newColorAmarillo);
    border: 0;
    border-radius: 2rem 2rem;
    padding: 1.4rem 2rem;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
}
.img-nuevos {
    height: auto;
    width: 100%;
    max-width: 82px;
    object-fit: contain;
}
.container-img-megamenu {
    background: var(--newColorAmarillo);
    border-radius: 0.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-megamenu {
    width: 28px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
@keyframes tada {
    0% {
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }

    10%,
    20% {
        transform: rotate(-2deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }
    30%,
    50%,
    70%,
    90% {
        transform: rotate(2deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }
    40%,
    60%,
    80% {
        transform: rotate(-2deg);
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }
    100% {
        transform: scaleX(1);
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }
}
/* Fin  Nuevo megamenu */

@media screen and (min-width: 1720px) {
    .header-middle > .container {
        position: initial;
    }
}

@media screen and (min-width: 990px) {
    .mobile-menu-toggler {
        display: flex;
    }
}

@media screen and (min-width: 1141px) {
    .mobile-menu-toggler {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .top-menu a {
        color: #555;
    }

    .sticky-header.fixed .cat-txt {
        display: block !important;
    }
}

@media screen and (max-width: 991px) {
    .header-middle .header-center,
    .header-search .search-wrapper-wide {
        display: flex !important;
    }
    .header-search {
        display: block;
    }
    .header-search-visible .header-search-wrapper {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        margin-top: 0;
        display: flex;
        border-width: 0.1rem;
        margin: auto;
    }
    .header-search-visible .header-search-wrapper:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-middle .header-left {
        max-width: 100%;
        flex: 0 1 100%;
        justify-content: unset;
    }
    .header-middle .header-right {
        flex: 0 1 60%;
        justify-content: flex-end;
    }
}

/* menu */

li.megamenu-container > a > p > img {
    object-fit: contain;
    height: auto;
    width: 20px;
}

.header-bottom {
    background: transparent;
    border-top: 1px solid hsla(0, 0%, 81.2%, 0.5);
}

.header-bottom .container .header-left::after,
.category-dropdown .dropdown-toggle:after {
    display: none;
}

.menu-vertical i {
    color: var(--colorSecundario);
    font-size: 18px;
}

.menu-vertical a:not(.btn) {
    color: var(--colorText);
    font-size: 1.4rem;
    font-weight: 400;
    border: 0;
}
.menu-vertical a:not(.btn):hover {
    color: var(--colorPrincipal);
}

ul.mobile-menu i {
    margin-right: 5px;
    font-size: 18px;
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: #111;
}

.mobile-menu > li > a {
    text-transform: none;
    font-size: 16px;
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
    color: #595959;
    font-size: 15px;
}

/* menu responsive */

body.mmenu-active {
    overflow-y: hidden;
}
.select-custom::after,
.mmenu-btn:after,
.widget-collapsible .widget-title a:after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/arrow-bottom-color.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav.nav-pills-mobile .nav-link {
    text-align: center;
    font-size: 18px;
}

.mobile-cats-menu li a,
.mobile-menu > li > a,
.mobile-menu li ul li a {
    font-size: 14.8px;
}

.mobile-menu > li > a {
    text-transform: none;
}

.mobile-menu-light .mobile-menu li.open > a,
.mobile-menu-light .mobile-menu li.active > a {
    color: var(--colorPrincipal);
}

.mobile-menu-light .mobile-menu li a {
    color: #111;
    display: flex;
    align-items: center;
}

.mobile-menu-container {
    margin-left: 0;
}

.easy-autocomplete {
    position: initial;
}

.easy-autocomplete-container ul li div.row {
    display: flex;
    flex-wrap: nowrap;
}

.easy-autocomplete-container ul li div.product-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.easy-autocomplete-container ul {
    max-height: 85vh;
    overflow: auto;
}

.easy-autocomplete .product-title a,
.easy-autocomplete .product-price {
    font-size: 15px;
}

.header-intro-clearance div.icon {
    margin-bottom: 3px;
}

.header-intro-clearance .account {
    position: relative;
}

.header-intro-clearance .account:after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 50px;
    background-color: #ddd;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.header-intro-clearance .account .dropdown-menu a {
    font-size: 1.3rem;
}

.greeting {
    text-transform: none;
}

.header-dropdowns a p {
    display: none;
}

.header-dropdowns a i {
    font-size: 16px;
}

.header-dropdowns .account:after {
    height: 20px;
}

.header-nav {
    flex: 2 1 auto;
    justify-content: center;
    display: flex;
}

.sticky-header.fixed .menu > li > a img {
    display: none;
}

.sticky-header:not(.fixed) .sticky-logo,
.sticky-header:not(.fixed) .header-dropdowns {
    display: none !important;
}

.header-dropdowns .cart-count {
    top: 0px !important;
    right: -6px !important;
    font-size: 10px;
    height: 14px !important;
    min-width: 14px !important;
}

@media screen and (max-width: 399px) {
    .header-intro-clearance .account,
    .wishlist {
        display: flex;
    }
}

@media (max-width: 767px) {
    .header-4 .header-middle {
        padding-bottom: 55px;
    }
    .header-intro-clearance .header-middle .header-left {
        max-width: 100%;
        flex: 0 1 100%;
        justify-content: space-between !important;
    }
    .header-intro-clearance .header-middle .header-right {
        flex: 0 1 83%;
        justify-content: flex-end;
    }
    .header-search-visible .search-toggle {
        display: none;
    }
    .header-search {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }
    .header-4.header-intro-clearance .header-search .header-search-wrapper {
        width: 100%;
        display: flex;
        right: 0;
    }
    .dropdown-menu .compare-product-title,
    .cart-dropdown .product-title,
    .sidebar-toggler,
    .toolbox label,
    .sidebar-filter-responsive .close-sidebar-filter span {
        font-size: 1.4rem;
    }
    .header-4 .cart-dropdown,
    .header-4 .compare-dropdown,
    .header-4 .wishlist {
        padding-left: 2.4rem;
    }
    .cart-dropdown .product-cart-details,
    .product-cat,
    .btn-product span {
        font-size: 1.45rem;
    }
    .sidebar-shop .custom-control-label {
        font-size: 1.59rem;
    }
}

@media (max-width: 340px) {
    .compare-dropdown,
    .wishlist,
    .account,
    .wishlist-link {
        display: flex !important;
    }
}

/* content */

@media (max-width: 767px) {
    .page-header h1 {
        color: var(--colorblanco);
    }
}

/* index */

/* slider */
.hero {
    margin-top: 2.8rem;
}

.container-owl-hero {
    display: flex;
    width: 100%;
    height: 100%;
}

.owl-hero {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    overflow: hidden;
}
.owl-carousel-products {
    display: block;
    width: 100%;
    height: 100%;
}
.owl-carousel-products .btn-cart:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7500%)
        hue-rotate(267deg) brightness(101%) contrast(102%);
}
.owl-carousel-products.owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 999;
}
.owl-carousel-products.owl-theme .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}
.owl-carousel-products.owl-theme .owl-nav .owl-next {
    right: 0;
    position: absolute;
}
.container-owl-hero .owl-stage-outer {
    display: flex;
    height: 100%;
}

.container-owl-hero .owl-stage {
    display: flex;
    height: 100%;
}

.item-img-carousel {
    position: relative;
    border-radius: 3rem;
    width: auto;
    height: 100%;
    overflow: hidden;
}

.item-img-carousel img {
    width: auto;
    height: 100%;
    max-height: 911px;
    object-fit: cover;
}

.container-banner-principal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
    padding-top: 2rem;
    text-align: center;
}

.intro-title {
    color: var(--colorblanco);
    font-size: 4rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.5rem;
}

.intro-subtitle {
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.05rem;
    line-height: 1.5;
}
.container-producto-hero {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.item-producto-hero,
.item-row-hero {
    height: 100%;
}
.item-row-hero {
    min-height: 283px;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--colorGris);
    border-radius: 3rem;
}
.item-row-hero-bodas {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url(../images/boda.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--colorGris);
    border-radius: 3rem;
}
.title-carousel {
    color: var(--newColorSecundario);
    font-size: 2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
    text-align: center;
}
.item-row-hero-bodas .title-carousel-row {
    color: var(--colorblanco);
}
.title-carousel-row {
    color: var(--newColorSecundario);
    font-size: 2.75rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}
.icon-newsletter {
    height: 65px;
    width: 65px;
    object-fit: contain;
    margin: 1.6rem auto;
}
.icon-bodas {
    height: 60px;
    width: 60px;
    object-fit: contain;
    margin: 1.6rem auto;
}
.item-row-hero-bodas .link-newsletter {
    color: var(--colorblanco);
}
.list-link-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 0;
}
.link-newsletter {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--colorPrincipal);
    text-decoration: underline;
    letter-spacing: 0.05rem;
    display: block;
}
.link-newsletter:hover {
    text-decoration: underline;
}
.owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.owl-hero.owl-theme .owl-nav .owl-prev {
    left: 5px;
    border: 1px solid var(--colorblanco);
    background: transparent;
}
.owl-hero.owl-theme .owl-nav .owl-next {
    right: 5px;
    border: 1px solid var(--colorblanco);
    background: transparent;
}
.owl-hero.owl-theme .owl-nav .owl-prev:hover,
.owl-hero.owl-theme .owl-nav .owl-next:hover {
    border-color: var(--colorblanco);
}

.owl-theme .owl-nav .owl-prev {
    left: -14px;
    border: 1px solid var(--colorGris);
    background: var(--colorblanco);
}
.owl-theme .owl-nav .owl-next {
    right: -14px;
    border: 1px solid var(--colorGris);
    background: var(--colorblanco);
}

.owl-theme .owl-nav .owl-prev img,
.owl-theme .owl-nav .owl-next img {
    width: 19px;
    object-fit: contain;
}

.owl-theme.owl-light .owl-nav [class*="owl-"] {
    color: #777;
}
.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
    color: #fff;
    border-color: var(--colorGris);
    background: transparent;
    text-decoration: none;
}
.owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 12px;
    margin-left: auto;
}

.owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 12px;
    margin-right: auto;
}

.intro-slider-container img {
    object-fit: cover;
    max-height: 640px;
}

.title.text-center {
    color: var(--newColorSecundario);
    font-weight: 600;
    letter-spacing: -0.025em;
    text-align: center;
}

.section-promociones {
    padding-top: 4rem;
}
.section-banner-medio {
    padding-top: 5rem;
}
.owl-carousel-products .product.product-3 {
    border-radius: 1rem;
    border: 1px solid var(--colorGris);
    padding-top: 0;
    margin-bottom: 0;
    min-height: 472px;
    max-width: 172px;
    transition: all 0.3s;
}

.owl-carousel-products .product.product-3 .product-body {
    padding-bottom: 1.8rem;
    transition: transform 0.35s ease;
    z-index: 2;
}
.owl-carousel-products.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel-products.owl-theme .owl-nav .owl-next {
    right: 0;
}
.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
    display: flex;
    align-items: stretch;
}
.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
    display: flex;
    align-items: stretch;
}
.owl-products-hero-2 .owl-stage-outer,
.owl-products-hero-2 .owl-stage {
    height: auto !important;
}
.owl-carousel-products img {
    max-height: 150px;
}
.owl-products-hero-2 img {
    max-height: 180px;
}
.owl-products-2 img {
    max-height: 260px;
}

/* countdown */

.deal-countdown.offer-countdown {
    background: #fff;
    /* padding: 11px 10px; */
    max-width: 360px;
    /* border-radius: 10px;
    position: absolute;
    top: 1%;
    bottom: 1%;
    left: 0.5%;
    right: 0.5%;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 3%), -5px 5px 10px rgb(0 0 0 / 3%); */
    display: flex;
    margin: auto;
    width: 99%;
    /* height: 97%; */
    z-index: 1;
}

.deal-countdown .countdown-section {
    background-color: #fff;
}

.countdown-section {
    background: transparent !important;
}

.deal-top {
    height: 65px;
    text-align: center;
}

.deal h4 {
    max-width: unset;
}

.deal-countdown .countdown-amount,
span.countdown-section::after {
    color: var(--newColorSecundario) !important;
    font-size: 2rem;
}

.deal-countdown .countdown-period {
    color: var(--newColorPrincipal);
    font-size: 1.4rem;
    overflow: visible;
}

.section-title .message-title {
    padding: 1.1rem 3.5rem 1.1rem 4rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01rem;
    color: var(--colorblanco);
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .owl-nav {
        display: block;
    }
}

/* titles */

.section-title {
    background-color: var(--colorPrincipal);
}

.section-title .title::before {
    background-color: var(--colorSecundario);
}

.section-title .title,
.section-title .link {
    color: var(--colorblanco);
}

/* blocks */

.product-block {
    background-color: transparent;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.block-img-cover {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.block-img-cover img {
    object-fit: cover;
}

.product-blocks a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.block-img-contain {
    overflow: hidden;
    padding: 3rem;
    width: 100%;
    display: flex;
    flex-grow: 1;
}

.block-img-contain img {
    height: 100px;
    margin: auto;
    object-fit: contain;
}

.banner-overlay.rounded > a:after {
    opacity: 1;
    visibility: visible;
}

.banner-overlay.rounded:hover > a:after,
.banner-overlay.rounded:focus > a:after {
    background-color: rgb(51 51 51 / 50%);
}

.product-block:hover h5 {
    color: var(--colorPrincipal);
}

.product-blocks a img {
    transition: all ease 0.3s;
}

.old-price {
    display: block;
    background-color: var(--colorblanco);
    color: var(--colorText) !important;
    width: 100%;
    font-size: 1.1rem;
    text-decoration: line-through;
    line-height: normal;
}

.product .new-price {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-right: 0;
}

@media screen and (min-width: 1370px) {
    .product .new-price {
        font-size: 1.55rem;
    }
}

.product .product-details-action .btn-cart,
.btn-cuotas-add {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    font-size: 14px;
    min-width: unset;
}

.btn-cuotas-add {
    background-color: var(--colorNeutral);
    border-color: var(--colorNeutral);
    color: var(--colorblanco) !important;
}

.form-control.select-cuotas {
    font-size: 12px;
    color: #555 !important;
    font-weight: 400;
    border-radius: 30px;
    padding-left: 1.2rem;
}

.product.product-3 .product-price {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 0;
    flex-direction: row;
}

.product.product-3 .product-action {
    margin-top: 0;
}

.product-action.product-action-dark .product-action {
    margin: 0 !important;
    background: var(--colorPrincipal);
    display: block;
}

.product-action.product-action-dark .product-action .btn-product {
    font-size: 1.4rem;
    text-align: center;
}

.product.product-3 .product-cat {
    text-transform: none;
    margin-bottom: 0.6rem;
}

.product.product-3 .product-title {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.03rem;
    margin-top: 0;
    color: var(--colorText);
}
.product.product-3 .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: calc(2 * 1.2em);
}

.btn-product-icon {
    border-radius: 4px;
}

.btn-expandable span {
    border-radius: 4px 0 0 4px;
}

.product.product-3 .btn-product {
    text-transform: none;
    font-size: 14px;
}

.product.product-2 .product-body {
    padding-bottom: 1.6rem;
}

.banner-content {
    margin-top: 0 !important;
    padding: 0 !important;
    left: 5rem;
}

.banner-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin-bottom: 1.4rem;
}

.banner-title span {
    font-weight: 400;
}

a.banner-link {
    width: auto;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    color: var(--colorblanco);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    border-radius: 0.3rem;
    padding: 0.7rem 1rem 0.6rem;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.35s;
}

@media (min-width: 768px) {
    p.block_p {
        transition: all 0.25s ease;
    }
    span.block_link {
        opacity: 0;
        position: absolute;
        bottom: 19px;
        left: 0;
        right: 0;
        transition: all 0.3s ease;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    .product-block:hover span.block_link {
        opacity: 1;
        transform: translateY(-11px);
        -ms-transform: translateY(0);
    }
    .product-block:hover p.block_p {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 1.6rem;
    }
    .product-block {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .block-img-contain {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0;
        padding-left: 25px;
    }
    .product.product-2 .product-body {
        padding: 1.6rem 1rem;
    }
    .intro-subtitle {
        font-size: 15pt;
    }
}

/*  */

.heading-line {
    position: relative;
}

.heading-line:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ddd;
    left: 0;
    top: 50%;
    z-index: 0;
}

.heading-line .title {
    width: -moz-fit-content;
    width: fit-content;
    background: var(--colorblanco);
    margin: auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}

.new-arrivals li.nav-item {
    display: flex;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    margin-left: 0 !important;
}

.nav.nav-pills .nav-link {
    font-weight: 500;
    text-transform: none;
}

.new-arrivals .nav.nav-pills .nav-link {
    width: 100%;
    border-bottom: 2px solid #dfe0e1;
    border-top: 4px solid var(--colorblanco);
    padding: 15px 0;
    font-size: 16px;
}

.new-arrivals .nav.nav-pills .nav-item .nav-link.active {
    border-top-color: var(--colorPrincipal);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom-color: #dfe0e1;
}

.new-arrivals .nav.nav-border-anim .nav-link.active:before {
    display: none;
}

.marcas-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

.brand {
    height: 100%;
}

.brand img {
    height: 150px;
    object-fit: contain;
    aspect-ratio: 2/1;
}

.new-arrivals .product-price,
.trending-products .product-price {
    color: var(--colorPrincipal);
}

.owl-simple .owl-nav .owl-prev {
    left: 0;
}

.owl-simple .owl-nav .owl-next {
    right: 0;
}

.btn-quickview:before {
    content: "\f2ed";
    transform: scaleX(-1);
}

.btn-product-icon {
    color: var(--colorblanco);
    background-color: var(--colorPrincipal);
}

.btn-product-icon:hover,
.btn-product-icon:focus {
    color: var(--colorblanco);
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
}

.popular .product-title {
    text-transform: none;
}

/* catalogo */

.product-cat,
.blog-posts .entry-meta {
    color: #555;
}

.product-label.label-sale {
    background-color: var(--red);
}

.product-action.product-action-dark {
    background-color: var(--colorPrincipal);
}

.product-action.product-action-dark:hover {
    background-color: var(--colorSecundario);
}

.product-action.product-action-dark a,
.product-action.product-action-dark a span {
    color: var(--colorblanco) !important;
}

.btn-product:hover span,
.btn-product:focus span {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--colorPrincipal);
    background-color: var(--colorPrincipal);
}

.fullscreen-container .owl-carousel .owl-item img {
    max-height: 380px;
    object-fit: contain;
}

.intro-slider-container,
.intro-slide {
    background-color: transparent;
}

.widget-collapsible .widget-title a:after {
    color: var(--newColorSecundario);
}

/* .sidebar-filter-responsive {
    position: fixed;
    left: -350px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: var(--colorblanco);
    margin-top: 0;
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
    box-shadow: .1rem 0 .6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    transition: all 0.35s;
} */
/* .sidebar-filter-active .sidebar-filter-responsive {
    visibility: visible;
    transform: translateX(350px);
} */
.product-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.toolbox {
    height: 75px;
}

.btn-preview:before {
    content: "\f145";
}

.modal-addtocart .product-img-wrapper img {
    width: 100%;
    max-width: 154px;
    height: auto;
    margin: auto;
}

.modal-addtocart .product-img-wrapper img {
    width: 100%;
    max-width: 154px;
    height: auto;
    margin: auto;
}

.modal-addtocart [class^="col"] .btn {
    margin-top: 20px;
}
.product.product-3 {
    border-radius: 1rem;
    border: 1px solid var(--colorGris);
    padding-top: 0;
    margin-bottom: 0;
    transition: all 0.3s;
}

.product-media .product-body {
    padding: 1.4rem 1.8rem;
    width: 90%;
}

.product-media {
    background-color: var(--colorblanco);
    padding: 1rem;
}

@media (min-width: 1025px) {
    .modal-addtocart.desktop:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #e9e7e7;
        position: absolute;
        left: 50%;
        margin-left: 8px;
        top: 0;
    }
}

/* producto */
.product-details .product-price {
    row-gap: 1rem;
    margin-bottom: 0;
}
.product-details-action .btn-cart {
    color: var(--colorblanco);
    border-color: var(--newColorAmarillo);
    background-color: var(--newColorAmarillo);
    color: var(--newColorPrincipal);
    font-weight: 400;
    width: 100%;
    height: 40px;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    transition: all 0.3s;
}
.product-details-action .btn-cart.btn-cart-azul {
    border-color: var(--newColorPrincipal);
    background-color: var(--newColorPrincipal);
}
.product-nav {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.product-nav .btn-cart {
    background-color: var(--newColorSecundario);
    border-color: var(--newColorSecundario);
    color: var(--colorblanco);
    width: 40px;
    position: relative;
}
.hero .btn-cart {
    background-color: var(--newColorSecundario);
    border-color: var(--newColorSecundario);
    color: var(--colorblanco);
}
.box-credito .btn-cart {
    color: var(--colorblanco);
}
.product-nav .btn-cart::before {
    display: none;
}
.product-nav .btn-cart::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/cuota.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.product-nav .btn-cart span {
    display: none;
}

.box-credito .product-details-action .btn-cart {
    background-color: var(--newColorPrincipal);
    border-color: var(--newColorPrincipal);
}

.product-details .product-details-action .btn-cart:before {
    display: none;
}

#plan-financiado-container p {
    line-height: normal;
    font-size: 14px;
}

.new-price,
.popular .new-price {
    color: var(--newColorPrincipal);
}

.btn-product-gallery {
    z-index: 1;
    border-radius: 4px;
}

.table-prod-info {
    text-align: center;
}

.table-prod-info td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.product-details-accordion .card .card-title a {
    background-color: transparent;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: 1.3rem 2rem;
}

#product-accordion .card {
    border: 0;
    border: 1px solid var(--colorGris);
    border-radius: var(--border-radius);
}

.product-details-action .btn-cart span {
    text-transform: none;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.25;
}

.btn.btn-spinner {
    padding: 1.15em 0.4rem;
    min-width: 30px !important;
}

.cart-product-quantity .btn.btn-spinner {
    padding: 1.18em 0.4rem;
}

body.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-zoom-out-cur .mfp-bg {
    background: var(--colorblanco);
}

.mfp-gallery .mfp-ready.mfp-bg {
    opacity: 1;
    height: 100% !important;
}

.mfp-gallery .mfp-figure:after {
    box-shadow: none;
}

.mfp-gallery .mfp-close:before,
.mfp-gallery .mfp-arrow,
.mfp-gallery .mfp-title {
    color: #000;
}

.mfp-gallery .mfp-counter {
    display: none;
}

.product-details-footer .jssocials-share-logo {
    font-size: 14px;
}

.product-desc-content * {
    font-size: 1.4rem !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}

/* carrito */
.btn-remove {
    font-size: 1.2rem;
    color: red;
}
@media (max-width: 991px) {
    .accordion-summary .summary {
        margin-top: 0;
    }
    td[data-title]::before {
        content: attr(data-title);
    }
    .nav-dashboard .nav-link,
    .breadcrumb-item {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 580px) {
    .product-details-action {
        flex-direction: unset;
    }
}

/* checkout */

.checkout #step-tabs .nav-item {
    position: relative;
}

#step-tabs .nav-item .nav-link.active p {
    color: var(--colorPrincipal);
}

.checkout .form-control:not(:focus) {
    background-color: transparent;
}

.form-control {
    height: 44px;
    border-radius: 30px;
    border: 1px solid #999;
}
textarea.form-control {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 1.5rem;
}

.element i {
    font-size: 50px;
}

.accordion-summary .card-title a:not(.collapsed) .element {
    border-color: var(--colorPrincipal);
    border-radius: var(--border-radius);
}

.element {
    min-height: 70px;
}

.element-title {
    font-size: 1.6rem;
}

.accordion-summary .card .store-content {
    font-size: 1.4rem;
}

.accordion-summary .card-title a:not(.collapsed) .element .element-title {
    color: var(--colorPrincipal);
}

.payment_box p {
    font-weight: 400;
}

label {
    color: #111;
    font-weight: 400;
}

.checkout .custom-control .custom-control-label {
    text-align: left;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 40px !important;
}

.select2-container .select2-selection--single {
    font-size: 1.4rem;
    line-height: 1.5;
}

.step-count {
    font-size: 23px;
}

.payment_box {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1.5rem;
    margin-bottom: 3rem;
}

.summary {
    border-style: solid;
    border-radius: var(--border-radius);
}

.prods-summary {
    overflow-y: auto;
    max-height: 19.5em;
}

.checkout .table.table-summary a {
    font-size: 13.5px;
}

.clear-both {
    clear: both;
}

.direc-item {
    transition: all ease 0.3s;
    color: #595959;
    border: 1px solid #dee2e6;
}

.direc-item:hover {
    border-color: var(--colorPrincipal);
    color: var(--colorPrincipal);
}

.forma_pago_wrapper label {
    text-align: center;
}

.forma_pago_wrapper .element.active {
    border-color: var(--colorPrincipal);
}

.forma_pago_wrapper .element.active label {
    color: var(--colorPrincipal);
}

.forma_pago_wrapper,
.forma_pago_wrapper input,
.forma_pago_wrapper label {
    cursor: pointer;
}

.input-forma-pago {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .checkout #step-tabs .nav-item:not(:last-child)::after {
        content: "";
        width: 50px;
        height: 0.5px;
        background-color: #f8f8f8;
        top: 50%;
        right: -50px;
        position: absolute;
        transform: translateX(50px);
    }
}

@media (max-width: 767px) {
    .accordion-summary .card-body {
        padding: 0;
    }
    .step-title {
        font-size: 12px;
        font-weight: 400;
    }
    .btnPrevious,
    .btnNext {
        margin-bottom: 15px;
        width: 100%;
    }
}

/* sucursales */

.store {
    margin-bottom: 0;
    height: 100%;
}

/* blog */

.container-btn-promo {
    margin-top: 14px;
    text-align: center;
}
.btn-promo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--newColorPrincipal);
    color: var(--colorblanco);
    border-radius: 30px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    width: 200px;
    height: 48px;
    white-space: normal;
    padding: 0.85rem 1.5rem;
    margin: 0 auto;
    transition: all 0.3s;
}
.btn-promo:hover {
    color: var(--colorblanco);
    background-color: var(--newColorTerciario);
}

.blog-section {
    background-color: #f5f6f9;
    margin: 6rem 0;
    padding-bottom: 4rem;
}

.blog-section .card-body {
    padding: 2rem;
    transition: all 0.6s;
}

.blog-section .img-container {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    transition: all 0.6s;
}

.img-blog {
    aspect-ratio: 10.5/9;
    object-fit: cover;
    transition: all 0.6s;
}

.blog-section .heading {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.2;
    height: 6.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
    transition: all 0.6s;
}

.blog-section hr {
    margin: 2rem auto 2.5rem;
}

/* .blog-section .blog-description h3,
.blog-section .blog-description h4,
.blog-section .blog-description h5,
.blog-section .blog-description p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    height: 6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.blog-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: calc(2 * 3.5em);
} */

.blog-date {
    color: #545454;
}

.blog-section .card-body:hover .img-blog {
    transform: scale(1.1);
    transition: all 0.6s;
}

.blog-section .card-body:hover .heading {
    color: var(--newColorSecundario);
}

.entry:not(.single-entry) .entry-media img {
    aspect-ratio: 10 / 7;
    object-fit: cover;
}

.entry:not(.single-entry).boda-item .entry-media img {
    height: 120px;
    object-fit: contain;
    padding: 12px;
    background: #f8f8f8;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: var(--newColorPrincipal);
    box-shadow: 0 1px 0 var(--newColorPrincipal);
}

.boda-item {
    margin-bottom: 15px !important;
}

.blog-posts .read-more {
    text-transform: none;
}

.entry-content p {
    max-height: 77px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* login */

.bg-image {
    position: relative;
    background-color: #fff;
}

.overlay-login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 0.5);
    z-index: 1;
}

.login-page .container {
    position: relative;
    z-index: 2;
}

#signin-2 label,
#register-2 label {
    margin-bottom: 0;
}

.btn-login.btn-g,
.btn-login.btn-f {
    border-radius: 5px;
    font-family: "Roboto", "Poppins" !important;
    font-weight: 500;
    box-shadow: 1px 1px 0px 1px rgb(0 0 0 / 5%);
}

.btn-login.btn-g {
    --Google: var(--colorblanco);
    background-color: var(--Google);
    border-color: #f8f8f8;
    color: rgb(0 0 0 / 54%);
}

.btn-login.btn-g:hover,
.btn-login.btn-g:focus {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.btn-login.btn-f {
    --Facebook: #1877f2;
    background-color: var(--Facebook);
    border-color: var(--Facebook);
    color: var(--colorblanco);
}

.btn-login.btn-f:hover,
.btn-login.btn-f:focus {
    background-color: #3366cc;
    border-color: #3366cc;
}

.btn.btn-login.btn-g i,
.btn.btn-login.btn-f i {
    color: var(--colorblanco);
}

.nav.nav-pills .nav-link:hover {
    color: var(--newColorPrincipal);
}

.input_line {
    outline: 0;
    border-width: 0 0 2px;
    border-color: var(--newColorSecundario);
    border-radius: 0;
    background: transparent;
}

/* footer */

/* .header-top,  */

.footer {
    background: #f5f6f9;
}
.footer .footer-middle {
    border-top: none;
    padding: 3.5rem 0 2.4rem;
}
.footer.footer-dark {
    background-color: var(--colorText);
}

.footer,
.footer .widget-about > a,
.footer .widget-list a,
.footer .widget-list,
footer .footer-copyright {
    color: var(--colorText);
    letter-spacing: 0.04rem;
}
.mt-footer {
    margin-top: 25px !important;
}
footer .widget-title {
    text-transform: initial;
    font-size: 2rem !important;
    color: var(--newColorSecundario) !important;
    margin-bottom: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.04rem !important;
}
.footer-logo {
    max-width: 220px;
    width: 210px;
    padding-top: 1rem;
}

@media screen and (max-width: 1325px) {
    .footer-logo {
        width: 190px;
    }
}
.widget-text {
    line-height: 1.5;
    font-weight: 400;
}
.widget-list li {
    line-height: 1;
}
.widget-list li a {
    display: flex;
    align-items: flex-start;
    padding-bottom: 1rem;
}
.title-contacto-footer {
    color: var(--colorText);
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    letter-spacing: 0.04rem;
}
.link-contacto-footer {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.link-contacto-footer img {
    width: 16px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.widget-call a:hover {
    color: var(--colorSecundario);
}
.widget-newsletter {
    background: var(--colorblanco);
    padding: 2.4rem;
    border-radius: 1.5rem;
    max-width: 340px;
    margin-left: auto;
}
.form-group {
    margin-bottom: 1.2rem;
}

.widget-newsletter .btn {
    height: 40px;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}
.footer .footer-middle {
    border-top: none;
    padding: 3.5rem 0 2.4rem;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid var(--colorGris);
    padding: 1.4rem 0;
}
.footer-bottom a {
    display: inline-block;
    font-size: 1.5rem;
}
.footer-bottom a:hover {
    color: var(--newColorSecundario);
}
.logo-porta {
    text-align: center;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7463%)
        hue-rotate(122deg) brightness(88%) contrast(109%);
    margin: 0 auto;
}

.list-payment-icons li.nav-item {
    margin-left: 5px;
}

.list-payment-icons .payment-icon-image {
    max-height: 2em;
    width: auto;
}

.widget-list {
    font-weight: 400;
}
.info-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    column-gap: 2rem;
}
.widget-newsletter .form-control {
    border-radius: 30px !important;
    border-right-width: 1px;
    padding-right: 4rem;
    height: 40px;
}

.widget-newsletter .input-group-append {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 3;
}
.ml-widget {
    margin-left: 6rem;
}
#newsletter-btn {
    background-color: var(--colorPrincipal);
    border: 0;
    color: var(--colorblanco);
    padding: 1px 11px;
    border-radius: 4px;
    margin: 5px;
}

#newsletter-btn:hover {
    background-color: var(--colorSecundario);
}

footer .social-icon {
    font-size: 2rem;
    border: 0;
    background: var(--newColorSecundario);
    color: var(--colorblanco);
    border-radius: 50%;
}

footer .social-icon:hover {
    background: var(--newColorTerciario);
    color: var(--colorblanco);
}

.footer-bottom .container-fluid:before {
    background-color: #333333;
}

#modal-aviso .close {
    font-size: 30px;
}

#scroll-top {
    border-radius: 50%;
    background-color: var(--newColorSecundario);
    color: var(--colorblanco);
    bottom: 50px;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    left: 10px;
    right: unset;
}

#scroll-top:hover,
#scroll-top:focus {
    color: var(--colorblanco);
    background-color: var(--newColorTerciario);
    opacity: 1;
}

.widget.widget-about span {
    font-weight: 400;
}

.widget-about i {
    margin-right: 5px;
}

.widget-list a:hover {
    color: var(--colorPrincipal);
}

.widget-list a:before {
    display: none;
}

.footer-copyright {
    font-size: 13px;
    line-height: normal;
}

.container-btn-wha {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
}
.btn-wha {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    transition: all 0.3s;
}
.text-whatsapp {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--newColorPrincipal);
    white-space: nowrap;
    text-align: right;
    letter-spacing: 0.02rem;
    line-height: 1.2;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #d6d1c4;
}

.btn-success-wha {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 1rem;
}

.container-btn-wha:hover .text-whatsapp {
    color: var(--newColorNaranja);
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: var(--colorblanco);
    font-size: 3rem;
    line-height: 47px;
}

/* Combos */
.row-combos {
    row-gap: 2rem;
}
.container-producto-img {
    background: var(--colorPrincipal);
    border-radius: 1rem;
    overflow: hidden;
}
.img-combos {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
/* Fin Combos */

@media (min-width: 992px) {
    .footer .widget {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer .widget-about > a,
    .footer .widget-list a {
        font-size: 1.5rem;
    }
}

/* lista bodas */

.listas-banner {
    height: 100%;
    background-attachment: fixed;
}

.banner-box {
    background-color: var(--colorblanco);
    padding: 6rem 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.25rem;
}

.lista-item .entry-title {
    font-size: 2rem;
}

.listas-banner .intro-content {
    z-index: 2;
}

.label-regalado {
    background-color: var(--success);
    color: var(--colorblanco);
    width: 100%;
    left: 0;
    top: 0;
}

.newsletter-popup-container .form-control {
    border-radius: 40px !important;
    padding-right: 4rem;
}

.newsletter-popup-container .input-group-append {
    position: absolute;
    right: 0;
    z-index: 3;
}

.newsletter-popup-container .input-group .btn {
    background-color: var(--colorPrincipal);
    border-radius: 45px;
    display: block;
    text-transform: none;
    min-width: 16rem;
}

.newsletter-popup-container .form-check-input {
    margin-top: 5px;
    margin-left: -2.25rem;
}

.newsletter-popup-container .mfp-close {
    right: calc(100% / 3.3 + 1rem);
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .newsletter-popup-container .mfp-close {
        right: calc(100% / 3.8 + 1rem);
    }
}

@media (max-width: 991px) {
    .newsletter-popup-container .mfp-close {
        right: calc(100% / 4.5 + 1rem);
    }
}

@media (max-width: 767px) {
    .newsletter-popup-container .mfp-close {
        right: 2rem;
    }
}

.product-label img {
    width: 100%;
    max-height: unset;
    max-width: unset;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.label-new ~ a {
    padding-top: 25px;
}

.swal2-popup {
    font-size: 1.4rem !important;
}
.product-image-gallery {
    margin-top: 2rem;
}
.product-gallery-item {
    flex: 0 0 24%;
    max-width: 24%;
    padding: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0;
    border-radius: 8px;
}
.product-gallery-item.active {
    border: 1px solid var(--newColorSecundario);
}
.product-gallery-item:before {
    border-color: transparent !important;
}
.product-gallery-item img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    object-fit: contain;
}
.img-ficha {
    object-fit: contain;
}
.zoomWindow {
    background: var(--colorblanco);
}

.politicas-content p,
.politicas-content ul {
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
}

@media screen and (min-width: 1600px) {
    .header .container-fluid .megamenu-container {
        position: static;
    }
    .header .container-fluid .megamenu-container .megamenu {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .zoomContainer,
    .product-main-image img,
    .product-main-image .container-img {
        pointer-events: none;
    }
}

/* resumen */

.tabla-resumen td {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.tabla-resumen .product-col .product-media {
    max-height: 60px;
}

.tabla-resumen tfoot td {
    border: 0;
}

#resumen-content .card-header {
    padding-bottom: 0.5rem;
}

#resumen-content .card-header h4 {
    margin-bottom: 0;
    font-size: 20px;
}

@media (max-width: 767px) {
    .tabla-resumen,
    .tabla-resumen thead,
    .tabla-resumen tbody,
    .tabla-resumen th,
    .tabla-resumen tbody td,
    .tabla-resumen tbody tr {
        font-size: 1.5rem !important;
    }
    .tabla-resumen tbody tr {
        border-bottom: 0.1rem solid #f8f8f8;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-areas: "prod prod" "price cant" ". sub";
    }
    .tabla-resumen > thead > tr:nth-child(2) {
        display: none;
    }
    .tabla-resumen td {
        position: relative;
        border-bottom: 0;
        padding: 0px 10px 10px 10px;
    }
    .tabla-resumen .product-col {
        grid-area: prod;
    }
    .tabla-resumen .total-col {
        grid-area: sub;
    }
    .tabla-resumen td:before,
    .tabla-resumen td > div:before {
        position: relative;
        font-weight: 500;
    }
    .tabla-resumen .price-col:before {
        content: "Precio: ";
    }
    .tabla-resumen .cant-td:before {
        content: "Cantidad: ";
    }
    .tabla-resumen tfoot {
        float: right;
    }
    .tabla-resumen .table-foot td {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    #resumen-content .card-body {
        font-size: 1.5rem;
    }
}

.table.table-cart .total-col {
    white-space: nowrap;
    color: var(--colorPrincipal);
}

.marcar-default {
    content: "⭐";
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0 20px;
    filter: grayscale(1);
}

.direccion-default .marcar-default {
    filter: grayscale(0);
}

.direccion.direccion-default {
    border: 1px solid var(--colorPrincipal);
    border-radius: 10px;
}

#tab-pedidos .table tbody td {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .dashboard .nav-dashboard {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media (max-width: 991px) {
    #tab-pedidos td[data-title]::before {
        color: #888;
    }
    #tab-pedidos table tr,
    #tab-pedidos table td {
        display: grid;
    }
    #tab-pedidos thead {
        display: none;
    }
    #tab-pedidos tr,
    #tab-pedidos td {
        padding: 10px 0;
    }
    #tab-pedidos td {
        border-bottom: 0;
        grid-template-rows: 0fr 0fr;
    }
    #tab-pedidos tbody tr {
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        grid-column-gap: 10px;
        border-bottom: 0.1rem solid #f8f8f8;
        grid-template-areas: "info info" "info info" "info info" "button button";
    }
    .td-btn {
        grid-area: button;
    }
    .td-metodo-pago,
    .td-metodo-entrega {
        display: none !important;
    }
}

.label-circle {
    width: 5.6rem !important;
    height: 5.6rem !important;
    border-radius: 50% !important;
}

.fileinput .btn {
    margin-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-box {
    font-size: 1.4rem;
}
.product.product-2 {
    border-radius: 2rem;
}
.product-2 .product-title {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.03rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--colorText);
}
.product-2 .product-price {
    margin-bottom: 0;
    row-gap: 1rem;
}

.product-details-tab .tab-content {
    border: 0;
}

.product-details-tab .tab-content .tab-pane {
    border: 0.1rem solid var(--colorGris);
    border-radius: 1rem;
    min-height: 200px;
}

.top-menu.dropdown-desktop:not(.top-link-menu) {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.top-menu.dropdown-desktop:not(.top-link-menu) > li {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 2.2rem;
}

.top-menu.dropdown-desktop > li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.top-menu.dropdown-desktop:not(.top-link-menu) > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.top-menu.dropdown-desktop:not(.top-link-menu) a {
    padding: 0.3rem 1.5rem;
}

.top-menu.dropdown-desktop:not(.top-link-menu) > li::after {
    font-family: "molla";
    content: "\f110";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: -0.7rem;
}

.top-menu.dropdown-desktop:not(.top-link-menu) ul {
    min-width: 141px;
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 1px;
    background-color: var(--colorblanco);
    box-shadow: 2px 5px 8px rgb(51 51 51 / 5%), -2px 5px 8px rgb(51 51 51 / 5%);
    text-transform: capitalize;
}

.top-menu.dropdown-desktop:not(.top-link-menu) ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    top: -1px;
    left: 0;
}

.top-menu.dropdown-desktop:not(.top-link-menu) a,
.top-menu:not(.top-link-menu) .social-icons ul a span {
    padding: 0.3rem 1.5rem;
    color: #111;
}

.top-menu.dropdown-desktop:not(.top-link-menu):hover ul,
.top-menu.dropdown-desktop:not(.top-link-menu):focus ul {
    visibility: visible;
    opacity: 1;
}

.header-4 .top-menu.dropdown-desktop li + li {
    margin-left: 0;
}

@media (max-width: 991px) {
    .top-menu:not(.top-link-menu) .social-icons ul a {
        color: #111;
    }
    .top-menu.not-dropdown:not(.top-link-menu) > li {
        padding-right: 1.2rem;
    }
    .top-menu.not-dropdown > li {
        padding-top: revert;
        padding-bottom: revert;
    }
    .top-menu.not-dropdown:not(.top-link-menu) > li > a {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .top-menu.not-dropdown:not(.top-link-menu) a {
        padding: 0.3rem 1.5rem;
    }
    .top-menu.not-dropdown:not(.top-link-menu) > li::after {
        display: none;
    }
    .top-menu.not-dropdown:not(.top-link-menu) ul {
        position: relative;
        right: unset;
        top: unset;
        z-index: unset;
        padding-top: revert;
        padding-bottom: revert;
        min-width: unset;
        visibility: visible;
        opacity: 1;
        margin-top: revert;
        background-color: transparent;
        box-shadow: none;
    }
    .top-menu.not-dropdown:not(.top-link-menu) ul:before {
        display: none;
    }
    .top-menu.not-dropdown:not(.top-link-menu) a {
        padding: revert;
    }
    .top-menu:not(.top-link-menu) ul {
        min-width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .product .product-action-vertical {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
    .deal {
        padding: 3.6rem 2rem 4.8rem;
    }
}

@media screen and (max-width: 320px) {
    .product-details .product-price {
        font-size: 18px;
    }
}

.product.product-2 .product-action {
    margin: 0 10px 5px;
    border-radius: 4px;
}

.widget-collapsible .widget-title a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: var(--colorPrincipal);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    color: var(--newColorSecundario);
}
.sidebar-shop .custom-control-label {
    color: var(--colorText);
    letter-spacing: 0.05rem;
}
.sidebar-toggler:hover,
.sidebar-toggler:focus {
    color: var(--colorPrincipal);
}
.accordion-summary .card-title a:before,
.accordion-summary .card-title a:after {
    visibility: hidden;
}
.sidebar-toggler {
    border-radius: var(--border-radius);
    border: 1px solid var(--colorPrincipal);
    padding: 1rem 1.4rem;
    transition: all 0.3s;
}
.grid-item-toolbox:first-child {
    display: none;
}
.sidebar-toggler:hover,
.sidebar-toggler:focus {
    color: var(--colorblanco);
    background: var(--colorSecundario);
    border: 1px solid var(--colorSecundario);
}
.close-sidebar-filter {
    display: none;
}

.page-item.active .page-link {
    color: var(--newColorNaranja);
}

.page-link:hover,
.page-link:focus {
    color: var(--newColorNaranja);
}

/* giftcard */

#giftcard-section .seleccion {
    position: relative;
    cursor: pointer;
    padding-left: 2.5rem;
}

#giftcard-section .seleccion input[type="radio"] {
    display: none;
}

#giftcard-section .seleccion span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#giftcard-section .seleccion span::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s;
}

#giftcard-section .seleccion input[type="radio"]:checked ~ span::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

#giftcard-section .monto {
    font-size: 20px;
    color: var(--colorText);
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-left: 3.5rem;
}

#giftcard-section .monto input[type="radio"] {
    display: none;
}

#giftcard-section .monto span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}

#giftcard-section .monto span::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--colorPrincipal);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: 300ms ease-in-out 0s;
}

#giftcard-section .monto input[type="radio"]:checked ~ span::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

.contenedor-tarjetas {
    padding-bottom: 2rem;
    border-bottom: 1px solid #dfe0e1;
}

#giftcard-section label {
    color: var(--colorText);
    font-weight: 400;
}

#giftcard-section select {
    font-weight: bold;
    color: #666;
    font-size: 16px;
    padding: 1rem 1.5rem 1rem 0;
    border: none;
    margin-left: 1rem;
}

#giftcard-section select:focus {
    outline: none;
}

.banner.banner-big {
    position: relative;
}

.banner.banner-big:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

img.product-brand {
    width: 9rem;
    padding: 1rem;
    background-color: var(--colorblanco);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(91 81 73 / 20%);
    z-index: 2;
    max-width: 100%;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.wishlist-link .wishlist-count {
    position: absolute;
    top: -8px;
    right: -5px;
    min-width: 15px;
    height: 15px;
    color: var(--colorblanco);
}
h2.title {
    font-size: 3rem;
    font-weight: 500;
}
.product-desc-content {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.title-historia {
    font-size: 2.4rem;
    letter-spacing: 0.02rem;
}
.text-historia {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02rem;
}
.title-bodas {
    font-size: 3rem;
}
.title-gift {
    font-size: 2rem;
    margin-bottom: 1.6rem;
}
.header-carousel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 1.6rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--colorGris);
}
.header-carousel .title {
    font-size: 3rem;
    color: var(--colorPrincipal);
    margin-bottom: 0;
}

.item-producto-hero {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6rem 2rem;
    border-radius: 3rem;
    aspect-ratio: 1.35/1;
    max-height: 603px;
}
.item-producto-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 20, 80, 0.9);
    border-radius: 3rem;
    z-index: 1;
}

.item-producto-hero.no-bg::after {
    background-color: transparent;
}

.grid-promos {
    display: grid;
    grid-template-columns: 28% 72%;
    align-items: center;
    position: relative;
    z-index: 6;
}
.container-img-promociones {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none;
}

.img-promociones {
    width: 100%;
    object-fit: cover;
}

.container-promociones {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3rem;
    padding: 3rem 2rem;
    z-index: 5;
}

.overlay-promociones {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 20, 80, 0.9);
    border-radius: 3rem;
    z-index: 1;
}

.position-promociones {
    position: relative;
    z-index: 2;
}

.position-promociones .col-xl-4 {
    display: grid;
    align-items: center;
}

.title-promociones {
    color: var(--newColorAmarillo);
    /* font-size: clamp(2rem, calc(1.5vw + 1em), 4rem); */
    font-size: clamp(calc(1rem + 0.5vw), calc(1.5vw + 1em), calc(2rem + 0.5vw));
    margin-bottom: 0.5rem;
    font-weight: 500;
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
    line-height: 1.3;
}

.banner-promociones {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
}

.countdown-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 360px;
    margin: 0 auto;
    height: 86px;

    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 3%), -5px 5px 10px rgb(0 0 0 / 3%);
    border-radius: 10px;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* .countdown-icon {
    margin-left: 1rem;
} */

.countdown-icon img {
    max-width: 32px;
    overflow: hidden;
}

.carousel-with-shadow .owl-stage-outer {
    padding-bottom: 0;
}

.product.product-3 figure > a::before {
    background: transparent;
}
.product.product-3 figure > a .product-image {
    transition: all 0.8s;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.product-media:hover > a .product-image {
    will-change: transform;
    transform: scale(1.1);
    transition: all 0.4s;
}

.product-image-hover {
    height: 100%;
    object-fit: cover;
}

.img-banner-carrusel {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.mb-04 {
    margin-bottom: 0.4rem;
}
.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
    border-color: var(--newColorTerciario);
    background-color: var(--newColorTerciario);
}
.owl-simple .owl-nav [class*="owl-"]:not(.disabled):hover {
    color: var(--colorPrincipal);
}
.link-enlace-medio {
    position: relative;
}
.container-text-banner-medio {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.title-banner-medio {
    color: var(--colorblanco);
    letter-spacing: 0.05rem;
    line-height: 1.2;
    font-size: 3.6rem;
    margin-bottom: 1rem;
}
.btn-banner-medio {
    height: 40px;
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: var(--colorPrincipal);
    background: var(--colorAmarillo);
    border-radius: 30px;
}
.container-banner-medio {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.container-banner-medio img {
    width: 100%;
    border-radius: 3rem;
}
.container-banner-secundario {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
}
.link-enlace-medio {
    position: relative;
    display: block;
    width: 100%;
}
.btn-primary {
    background-color: var(--newColorPrincipal);
    border-color: var(--newColorPrincipal);
}
.btn-primary.btn-newsletter {
    background-color: var(--newColorAmarillo);
    border-color: var(--newColorAmarillo);
    color: var(--newColorPrincipal);
    font-size: 1.8rem;
    font-weight: 500;
}
.btn-primary.btn-newsletter:hover {
    background-color: rgb(249, 178, 51, 0.8);
    border-color: rgb(249, 178, 51, 0.8);
}
.btn-outline-primary-2 {
    color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
}
.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-2.dropdown-toggle {
    color: #fff;
    background-color: var(--colorPrincipal);
    border-color: var(--colorPrincipal);
    box-shadow: none;
}
.text-primary {
    color: var(--colorPrincipal) !important;
}
.form-control:focus {
    color: #111;
    border-color: var(--colorPrincipal);
}
.page-header {
    background: #f5f6f9;
}
.page-header h1 {
    color: var(--colorPrincipal);
}
/* Contacto */
.banner-header {
    position: relative;
    margin-bottom: 6rem;
}
.banner-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}
.container-text-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.page-title {
    color: var(--colorblanco);
    letter-spacing: 0.05rem;
    margin-bottom: 0;
}
.container-info-contacto {
    margin-left: 4rem;
}
.title-info-contacto {
    font-size: 2rem;
    color: var(--colorPrincipal);
}
.list-info-contacto li a {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    color: var(--colorText);
    font-weight: 400;
    padding-bottom: 1rem;
}
.list-info-contacto li a img {
    width: 16px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.container-map {
    margin-left: 4rem;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.container-map iframe {
    border-radius: var(--border-radius);
    overflow: hidden;
}
/*Fin Contacto */

/* Nosotros */
.nosotros {
    margin-bottom: 8rem;
}
.title-nosotros {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    color: var(--colorPrincipal);
    max-width: 800px;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-nosotros {
    text-align: center;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    color: var(--colorPrincipal);
    margin-bottom: 3rem;
}
.container-text-nosotros {
    margin-left: 4rem;
}
.text-nosotros {
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--colorText);
    line-height: 1.8;
    letter-spacing: 0.05rem;
    margin-bottom: 1.6rem;
}
.img-nosotros {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
}
.valores {
    padding: 8rem 0;
    background: #f5f6f9;
}
.container-valores {
    background: var(--colorblanco);
    border-radius: var(--border-radius);
    padding: 2.6rem;
    min-height: 408px;
}
.title-valores {
    font-size: 2.6rem;
    color: var(--colorPrincipal);
}
.text-valores {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--colorText);
    line-height: 1.6;
    letter-spacing: 0.05rem;
    margin-bottom: 0;
}
.container-img-valores {
    border-radius: 50%;
    background: #f5f6f9;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.container-img-valores img {
    width: 50px;
}
.mr-6 {
    margin-right: 4rem;
}
/* Fin Nosotros */
.card-title a {
    color: var(--colorPrincipal);
}
.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
    color: var(--colorPrincipal);
}
.card-title a:before {
    color: var(--colorPrincipal);
}
.rounded {
    border-radius: var(--border-radius) !important;
}
.border {
    border: 1px solid var(--colorGris) !important;
}
.title-catalogo-pdf {
    font-size: 2rem;
    color: var(--colorText);
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.05rem;
}
.btn-primary {
    height: 44px;
}
.grid-btn-catalogo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
}
.item-btn-catalogo {
    width: 45%;
}
.item-btn-catalogo .btn-primary {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    border-radius: 30px;
}
.item-btn-catalogo .btn-primary img {
    width: 18px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
/* Catalogo */
.grid-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
    gap: 2rem;
}
.products {
    padding: 0;
}
.grid-products .grid-item-products .product.product-3 {
    margin-bottom: 0;
}
.title-catalogo {
    font-size: 3.8rem;
    color: var(--newColorSecundario);
}
.grid-toolbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); */
}
.toolbox::after {
    display: none;
}
.toolbox-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.toolbox-info {
    text-align: left;
}
.btn-cerrar-sidebar {
    font-weight: 400;
    padding: 0.5rem 1.4rem;
    background: transparent;
    border: 1px solid var(--colorPrincipal);
    border-radius: var(--border-radius);
    letter-spacing: 0.05rem;
    transition: all 0.3s;
}
.btn-cerrar-sidebar:hover {
    color: var(--colorblanco);
    border: 1px solid var(--colorSecundario);
    background: var(--colorSecundario);
}
/* Fin Catalogo */

/* Ficha Producto */
.grop-tags-producto {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
}
.tag_img {
    background-color: white;
    background: 0 0;

    height: 60px;
    width: 60px;
    line-height: 40px;
}
.tag-producto-promo img {
    min-height: auto !important;
}
.tag-producto-nuevo img {
    min-height: auto !important;
}

.tag-group-ficha {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
}

.tag_img-ficha {
    background: 0 0;
    height: 70px;
    width: 70px;
    line-height: 40px;
}
.tag_img-ficha img {
    height: 70px;
    width: 70px;
}

.product-lg .product-label,
.product.product-3 .product-label {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
}
.product-label {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    background: transparent;
    color: #fff;
    padding: 0;
    width: 70px;
    z-index: 5;
}

.product-label.label-new {
    display: inline-block;
    background-color: var(--colorSecundario);
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    padding: 0.5rem 0.875rem;
}

.product-catalogo .tag_img {
    height: 60px !important;
    width: 60px !important;
}
.product-details .product-title {
    font-size: 2.8rem;
    color: var(--colorText);
    line-height: 1.4;
}
.grid-cantidad {
    display: flex;
    align-items: center;
    column-gap: 4rem;
}
.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
    color: var(--colorPrincipal);
}
.container-box-contado {
    background-color: var(--colorblanco) !important;
    border-radius: 1rem;
    border: 1px solid var(--colorGris);
    padding: 2rem;
}
.old-price-ficha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--colorblanco);
    color: var(--colorText) !important;
    width: 100%;
    font-size: 1.1rem;
    gap: 0.5rem;
    line-height: normal;
}
.first-old-price-ficha {
    line-height: 1.1;
    text-decoration: line-through;
}
.title-box-precio {
    font-size: 1.4rem;
    color: var(--colorText);
    margin-bottom: 0.8rem;
}
.product-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grid-precio-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.precio-box {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--newColorSecundario) !important;
    margin-bottom: 0;
}
.grid-precio-box .product-details-action .btn-cart {
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    min-width: 230px;
    border-radius: 30px;
}
.grid-precio-box .product-details-action .btn-cart span {
    position: relative;
    left: 15px;
}
.grid-precio-box .product-details-action .btn-cart::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/cart-n.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.grid-precio-box .product-details-action .btn-cart:hover::after {
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(9%)
        hue-rotate(183deg) brightness(104%) contrast(102%);
}
.btn-cart:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/cart-n.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-cart:hover:before {
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(9%)
        hue-rotate(183deg) brightness(104%) contrast(102%);
}
.grid-precio-box.grid-precio-cuotas-box
    .product-details-action
    .btn-cart::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/cuota.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.product-box-description {
    border-bottom: 1px solid var(--colorGris);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.text-box-description * {
    font-size: 1.4rem !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    line-height: 1.6;
    color: var(--colorText) !important;
    text-align: left !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
b,
strong {
    font-weight: 500;
}
.section-detalles {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
    color: var(--newColorPrincipal);
    border-bottom-color: var(--newColorPrincipal);
}
.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
    color: var(--newColorPrincipal);
    border-bottom-color: var(--newColorPrincipal);
}
.section-relacionados {
    padding-bottom: 8rem;
}
.summary {
    background: #f5f6f9;
}
.product-col .product-title a:hover,
.product-col .product-title a:focus {
    color: var(--newColorSecundario);
}
.table.table-summary .summary-total td {
    color: var(--colorPrincipal);
}
.product-title a:hover,
.product-title a:focus {
    color: var(--colorSecundario);
}
.nav.nav-border-anim .nav-link {
    font-weight: 400;
}
.nav.nav-border-anim .nav-link:before {
    background-color: var(--colorPrincipal);
}
.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: var(--colorPrincipal);
    border-bottom-color: var(--colorPrincipal);
}
.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: var(--colorText);
    letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
    .tag_img {
        width: 70px;
        height: 70px;
    }
    .tag_img img {
        width: 100% !important;
        min-height: auto !important;
    }
    .item-grid-tags img {
        max-width: 90px !important;
    }
}
/* Fin Ficha Producto */
.products > div {
    border-bottom: 1px solid transparent;
}
#nombre-modal-add {
    line-height: 1.5;
    font-size: 1.8rem;
    color: var(--colorText);
}
.title-tablero-pickup {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.store .btn.btn-link {
    color: var(--colorPrincipal);
}
.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
    border-color: transparent;
    text-decoration: underline;
}
.store a:not(.btn):hover,
.store a:not(.btn):focus {
    color: var(--colorPrincipal);
}
.color-text {
    color: var(--colorText);
    font-weight: 400;
    letter-spacing: 0.05rem;
}
.container-menu-header {
    position: relative;
}
.dropdown-menu {
    top: 52px;
    left: -40px;
    width: 280px;
    padding-top: 0;
    padding-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    padding: 4px;
}
.dropdown-menu.active {
    display: block;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 45px;
    border: solid;
    border-color: transparent transparent #fff;
    border-width: 10px;
}
.icon-menu,
.icon-close-menu {
    width: 18px;
    height: auto;
    object-fit: contain;
}
.btn-menu-principal.active .icon-close-menu {
    display: flex;
}
.btn-menu-principal.active .icon-menu {
    display: none;
}
.icon-close-menu {
    display: none;
}
.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.menu-overlay.active {
    display: block;
}
.buttom-menu {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    color: var(--colorText);
    padding: 1.4rem 1.9rem;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.megamenu-container.active .buttom-menu {
    background: var(--colorPrincipal);
    color: var(--colorblanco);
    border-radius: 4px;
}
.megamenu-container.active .buttom-menu img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(33%)
        hue-rotate(283deg) brightness(110%) contrast(98%);
}
.megamenu-container .megamenu-vertical-new {
    display: none;
}
.megamenu-container.active .megamenu-vertical-new {
    display: flex;
}
.menu-vertical .megamenu-container a {
    padding-left: 1.9rem !important;
    padding-top: 1.4rem;
    padding-right: 1.9rem !important;
    padding-bottom: 1.4rem;
    border-top: 1px solid hsla(0, 0%, 81.2%, 0.5);
}
.menu-vertical .megamenu-container li:first-child a {
    border-top: 0;
}
.menu-vertical .megamenu-container li a:hover {
    text-decoration: underline;
}
.menu-vertical .megamenu-container li a.item-ver-mas {
    font-weight: 500;
    color: var(--colorPrincipal);
}
.menu-vertical ul,
.menu-vertical .megamenu {
    display: unset;
    top: -4px;
    left: 102%;
    width: 260px;
    height: 508px;
    padding: 4px;
    overflow: auto;
    border-radius: 0 0 8px 8px;
}

/* Cajas */
.section-boxes {
    padding-top: 5rem;
}

.grid-regalos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6rem;
}

.title-boxes {
    color: var(--colorblanco);
    font-size: 2.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8rem;
    height: 70px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-grid-regalos .product-media .product-image {
    height: auto;
    aspect-ratio: unset;
}
.item-grid-regalos .product.product-3 .product-media {
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}
.item-grid-regalos .product.product-3 .product-body {
    padding: 1.6rem;
}
.item-grid-regalos .product.product-3:hover figure > a .product-image {
    will-change: transform;
    transform: scale(1.05);
    transition: all 0.4s;
}
/* Fin Cajas */

.section-productos2 {
    padding-top: 5rem;
}

/* Combos */
.section-combos {
    padding-top: 5rem;
}
.container-combos {
    border-radius: 6px;
    padding: 3rem;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/banner-combos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-combos-1 .product-media .product-image {
    height: auto;
    padding-top: 0;
}
.owl-combos-1 .product.product-3 .product-body {
    padding: 1.4rem;
}
.owl-carousel.owl-combos-1 .owl-nav.disabled {
    display: block;
}
.owl-combos-1.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-combos-1.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.owl-products-hero .owl-nav.disabled {
    display: block;
}
.owl-products-hero.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-products-hero.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.owl-products-hero-2 .owl-nav.disabled {
    display: block;
}
.owl-products-hero-2.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-products-hero-2.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.owl-products-2 .owl-nav.disabled {
    display: block;
}
.owl-products-2.owl-theme .owl-nav .owl-prev {
    left: 0;
}
.owl-products-2.owl-theme .owl-nav .owl-next {
    right: 0;
}
/* Fin Combos */

/* Ofertas de Temporadas */
.section-temporadas {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.container-link-temporadas {
    display: block;
    padding: 1.6rem;
    border: 1px solid var(--colorGris);
    border-radius: 6px;
}
.title-link-temporadas {
    color: var(--colorPrincipal);
    font-size: 2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.6rem;
}
.img-temporadas {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
.link-temporadas {
    text-align: center;
    margin-top: 1rem;
    color: var(--colorPrincipal);
    font-weight: 500;
    letter-spacing: 0.05rem;
    text-decoration: underline;
}
/* Fin Ofertas de Temporadas */

/* Iconos Bottom */
.iconos {
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.icon-bottom {
    height: 50px;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin: 0 auto;
}
.text-iconos {
    color: var(--colorText);
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    margin-top: 1.4rem;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
/* Fin Iconos Bottom */
.product.product-3 .product-body {
    padding: 1.6rem 1rem;
}
.product-catalogo .product.product-3 {
    border: 1px solid var(--colorGris);
}
.product-catalogo .product.product-3 .product-body {
    padding: 1.4rem;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
    color: var(--colorPrincipal);
}
.compare-dropdown .compare-product-title a:hover,
.compare-dropdown .compare-product-title a:focus {
    color: var(--colorPrincipal);
}

/* Seguimiento */
.container-seguimiento {
    border-radius: 6px;
    border: 1px solid var(--colorGris);
    margin-top: 1.6rem;
}
.head-seguimiento {
    display: flex;
    align-items: center;
    column-gap: 3rem;
    padding: 2rem 4rem;
    border-bottom: 1px solid var(--colorGris);
}
.title-seguimiento {
    font-size: 2.4rem;
    color: var(--colorText);
    margin-bottom: 0.8rem;
}
.text-seguimiento {
    color: var(--colorText);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0 !important;
}
.img-seguimiento {
    height: 50px;
    width: auto;
    object-fit: contain;
}
.body-seguimiento {
    padding: 4rem;
}
.lista-seguimiento {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.list-item-seguimiento input {
    display: none;
}
.list-item-seguimiento label {
    cursor: pointer;
    padding-left: 4rem;
    border-left: 2px solid var(--colorText);
    margin-left: 4rem;
    padding-bottom: 3rem;
    position: relative;
}
.list-item-seguimiento label::before {
    content: "";
    position: absolute;
    left: -16px;
    top: -4px;
    width: 30px;
    height: 30px;
    background: var(--colorblanco);
    border-radius: 50%;
    border: 2px solid var(--colorText);
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-item-seguimiento label::after {
    content: "";
    position: absolute;
    left: -16px;
    top: -4px;
    width: 30px;
    height: 30px;
    background-image: url(../images/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-color: var(--colorPrincipal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.list-item-seguimiento input[type="checkbox"]:checked ~ label::after {
    opacity: 1;
    visibility: visible;
}
.list-item-seguimiento:last-child
    input[type="checkbox"]:checked
    ~ label::after {
    left: -14px;
}
.list-item-seguimiento input[type="checkbox"]:checked ~ label {
    border-left: 2px solid var(--colorPrincipal);
}

.list-item-seguimiento:last-child input[type="checkbox"]:checked ~ label {
    border-left: 0;
}
.list-item-seguimiento:last-child label::before {
    left: -14px;
}
.list-item-seguimiento:last-child label {
    padding-bottom: 0;
    border: 0;
}

.title-item-seguimiento {
    font-size: 2rem;
    letter-spacing: 0.05rem;
    color: var(--colorText);
    margin-bottom: 0.8rem;
}
.fecha-seguimiento {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--colorText);
    margin-bottom: 0 !important;
    line-height: 1;
}
/* Fin Seguimiento */
.container-newsletter-modal {
    padding: 4rem;
}
@media screen and (min-width: 768px) {
    #noticias .modal-dialog {
        max-width: 400px;
    }
}
.entry-title a:hover,
.entry-title a:focus {
    color: var(--colorPrincipal);
}
.read-more:hover,
.read-more:focus {
    box-shadow: 0 1px 0 0 var(--newColorPrincipal);
}

.sidebar-filter-wrapper {
    position: relative;
    padding: 3.5rem 2.2rem 1.5rem;
}
.filter-items-count .filter-item {
    padding-right: 3rem;
}
.widget-title-sub {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}
.custom-control-label-sub {
    margin-top: 5px;
    margin-bottom: 10px;
}
.widget-collapsible .widget-title-sub a {
    font-weight: 400;
    font-size: 15px;
    color: var(--colorPrincipal);
    display: block;
    width: 100%;
}
.widget-collapsible .widget-title-sub a:after {
    color: var(--colorPrincipal);
}
.widget-collapsible .widget-title-sub a:after {
    color: #333;
    content: "\f110";
    display: block;
    font-family: "molla";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -0.7rem;
}
.widget-collapsible .widget-title-sub a.collapsed:after {
    content: "\e802";
}
/* inicio blogs page */
.banner-header-section {
    padding-bottom: 0.5rem;
}
.container-text-banner-section {
    background-color: #f5f6f9;
    text-align: center;
    position: relative;
    padding: 6rem 0;
    z-index: 9;
}
.page-title-section {
    color: var(--newColorPrincipal) !important;
}
.widget-cats a {
    text-transform: capitalize;
}
.widget-cats a:hover {
    color: var(--newColorPrincipal);
}

.entry-media,
.entry-media > a,
.entry-media img {
    border-radius: 2rem;
}

.entry-title {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.2;
    max-height: calc(2 * 6.5em);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
    transition: all 0.6s;
}

.entry-cats {
    text-transform: capitalize;
    transition: all 0.3s;
}

.entry-cats a:hover,
.entry-cats a:focus {
    box-shadow: none;
    color: var(--newColorPrincipal);
    text-decoration: none;
}
.content-entry-post {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: calc(2 * 3.5em);
}
/* .entry-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: calc(2 * 3.5em);
}

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    height: 6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
} */
.content-entry-post h3,
.content-entry-post h4,
.content-entry-post h5,
.content-entry-post p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    height: 6rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

/* Seccion banner bodas */
.section-banner-bodas {
    position: relative;
}
.img-banner-bodas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapper-banner-bodas {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
}
.card-banner-bodas {
    background: var(--colorblanco);
    padding: 2rem;
    border-radius: 8px;
    min-width: 380px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card-banner-bodas p {
    margin-bottom: 2rem;
}
.card-banner-bodas .btn {
    width: 100%;
}
/* Fin Seccion banner bodas */

@media screen and (min-width: 992px) {
    .max-col-2 .entry-grid .entry-title {
        font-size: 1.9rem;
    }
}

@media screen and (max-width: 1351px) {
    .header-middle .container-fluid {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .header-left {
        column-gap: 1rem;
    }
}
@media screen and (max-width: 1200px) {
    .grid-header-bottom {
        column-gap: 1.8rem;
    }
    .category-dropdown .dropdown-toggle {
        min-width: 210px;
        font-size: 1.3rem;
    }
    .list-megamenu-child {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 1140px) {
    .container-menu-header {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .header-left {
        justify-content: start;
        column-gap: 2rem;
    }
    .header-bottom-new {
        display: none;
    }
    .container-banner-promociones {
        margin-bottom: 3rem;
    }
    .container-banner-carrusel {
        display: none;
    }
    .ml-widget {
        margin-left: 0;
    }
    .widget-newsletter {
        margin-left: 0;
    }
    .header-middle .header-center {
        max-width: 96%;
    }
    .header-search-extended .btn {
        right: 6px;
    }
    .grid-toolbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .grid-toolbox {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    }
    .grid-item-toolbox:first-child {
        display: block;
    }
    .close-sidebar-filter {
        display: block;
    }
    .sidebar-filter-responsive {
        position: fixed;
        left: -350px;
        top: 0;
        bottom: 0;
        z-index: 1001;
        background-color: #fff;
        margin-top: 0;
        width: 100%;
        max-width: 350px;
        overflow-y: scroll;
        box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
        will-change: transform;
        visibility: hidden;
        transition: all 0.35s;
    }
    .sidebar-filter-active .sidebar-filter-responsive {
        visibility: visible;
        transform: translateX(350px);
    }
    .container-menu-header {
        display: none;
    }
    .grid-header {
        grid-template-columns: auto auto auto;
    }
    .header-left {
        column-gap: unset;
    }
    .row-boxes {
        row-gap: 2.4rem;
    }

    .item-producto-hero {
        margin-top: 2rem;
        aspect-ratio: unset;
        max-height: unset;
    }
    .owl-carousel-products .product.product-3 {
        max-width: 100%;
    }
    .grid-promos {
        grid-template-columns: 100%;
        gap: 2rem;
    }

    /* Bodas */
    .section-banner-bodas {
        height: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .img-banner-bodas {
        height: 100vh;
    }
    .wrapper-banner-bodas {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        justify-content: center;
        align-items: center;
    }
    .card-banner-bodas {
        max-width: 380px;
        min-width: unset;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .grid-header {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "header-left header-right"
            "header-center header-center";
        gap: 0;
    }
    .header-left {
        grid-area: header-left;
    }
    .header-center {
        grid-area: header-center;
        padding-top: 1rem;
    }
    .header-right {
        grid-area: header-right;
    }
    .header-carousel {
        display: block;
        /* grid-template-rows: repeat(2, auto);
        grid-template-areas: 'contador'
                            'titulo';
        grid-row-gap: 2rem;
        justify-content: center; */
    }
    .header-carousel .title {
        grid-area: titulo;
    }
    .header-carousel .d-flex {
        grid-area: contador;
    }
    .text-icon-header {
        font-size: 1rem;
        position: absolute;
        bottom: -14px;
        pointer-events: none;
    }
    .header-middle .header-center {
        width: 100%;
        max-width: 100%;
    }
    .product.product-3 .product-title {
        max-width: none;
        width: 100%;
    }
    /* .product.product-3 .product-title a{
        height: 60px;
    } */
    h2.title {
        font-size: 2.6rem;
    }
    .toolbox {
        height: unset;
    }
    .grid-toolbox {
        grid-row-gap: 1.2rem;
    }
    .grid-item-toolbox {
        text-align: center;
    }
    .toolbox-sort {
        justify-content: center;
    }
    .product-details .product-title {
        font-size: 2.4rem;
    }
    .grid-precio-box {
        flex-direction: column;
        gap: 1.2rem;
    }
    .precio-box {
        line-height: 1;
    }
    .accordion-summary .card-title a {
        padding: 0.7rem 0 0.7rem 0;
    }
    .table-mobile {
        border-radius: var(--border-radius);
    }
    .summary.summary-cart {
        margin-bottom: 0;
    }
    .title-nosotros {
        font-size: 2.6rem;
    }
    .container-text-nosotros {
        margin-left: 0;
        margin-top: 3rem;
    }
    .container-valores {
        margin-bottom: 4rem;
    }
    .img-nosotros-two {
        margin-top: 3rem;
    }
    .text-nosotros {
        font-size: 1.4rem;
    }
    .container-info-contacto,
    .container-map {
        margin-left: 0;
    }
    .page-title {
        font-size: 2.8rem;
    }
    .card-title a.collapsed {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .section-promociones {
        margin-top: 4rem;
    }
    .section-boxes .row .col-md-4,
    .section-temporadas .row .col-md-4 {
        margin-top: 2.6rem;
    }
    .container-box-1,
    .container-box-2,
    .container-box-3 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .container-iconos-bottom {
        margin-top: 2.6rem;
    }
    .header-right {
        column-gap: 2rem;
    }
    .header-center {
        column-gap: 1rem;
    }
    .info-flex {
        height: auto;
    }

    .title-promociones {
        text-align: center;
        margin-bottom: 1rem;
    }
}

ul.list {
    list-style-type: disc;
    padding-left: 40px;
}

ul.list li::marker {
    color: var(--colorPrincipal);
}

/* Box Productos Index */
.container-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 2.2rem 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}
.container-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.container-img-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.5));
    border-radius: 3rem;
    z-index: 1;
}
.container-text-box {
    width: 90%;
    position: relative;
    z-index: 1;
}
.img-box {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3rem;
}

.container-producto2 {
    border-radius: 6px;
    padding: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1900px) {
    .title-promociones {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1150px) {
    .deal-countdown .countdown-amount,
    span.countdown-section::after {
        font-size: 1.6rem;
    }
    .deal-countdown .countdown-period {
        color: var(--newColorPrincipal);
        font-size: 1.2rem;
        overflow: visible;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .countdown-icon {
        display: none;
    }
    .countdown-wrapper {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .title-promociones {
        font-size: clamp(2rem, calc(1vw + 1.5em), 4rem);
        text-align: center;
        margin-bottom: 2rem;
    }
    .deal-countdown .countdown-amount,
    span.countdown-section::after {
        font-size: 2rem;
    }
    .deal-countdown .countdown-period {
        color: var(--newColorPrincipal);
        font-size: 1.4rem;
        overflow: visible;
    }
}

@media screen and (max-width: 992px) {
    .header-middle .header-center {
        display: flex !important;
    }

    .header-left {
        justify-content: start;
        column-gap: 2rem;
    }

    .grid-header {
        grid-template-columns: 1fr 0.5fr;
        grid-template-areas:
            "header-left header-right"
            "header-center header-center-dos";
        gap: 0;
    }
    .header-left {
        grid-area: header-left;
    }
    .header-center {
        grid-area: header-center;
        padding-top: 1rem;
    }
    .header-center-dos {
        display: flex;
        justify-content: end;
    }
    .header-right {
        grid-area: header-right;
    }

    .container-menu-header {
        display: none;
    }

    .container-promociones {
        padding: 3rem;
    }

    /* index */
    .section-productos2 {
        padding-top: 2rem;
    }
    .blog-section {
        margin: 3rem 0;
    }
    .iconos {
        padding-top: 0;
    }

    /* = inicio ficha =*/
    .product-gallery-item img {
        width: 100%;
        height: 100%;
    }
    /* = fin ficha =*/
}

@media screen and (max-width: 990px) {
    .container-box {
        padding: 0px 0 20px 0;
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    .img-box {
        object-position: top;
        object-fit: contain;
    }
    .container-text-box .product.product-3 figure > a .product-image {
        max-width: 180px;
        margin: auto;
    }
    .container-img-box::after {
        background: linear-gradient(rgba(0, 0, 0, 0.01), rgb(0 0 0));
    }
    .section-banner-medio {
        padding-top: 3rem;
    }
    .section-banner-medio.dos {
        padding-top: 3rem;
    }
    .owl-carousel-products .product.product-3 {
        max-width: 100%;
    }

    /* banner Principal*/
    .container-owl-hero,
    .owl-hero {
        height: unset;
    }
    .container-owl-hero .owl-stage-outer {
        height: unset;
    }
    .item-img-carousel {
        height: unset;
    }
    .item-img-carousel img {
        height: unset;
    }

    /* = inicio ficha =*/
    .product-details {
        margin-top: 4rem;
    }
    .product-details .product-price {
        justify-content: center;
    }
    .old-price-ficha {
        justify-content: center;
    }
    /* = fin ficha =*/
}

@media (max-width: 551px) {
    .logo-sara {
        height: 48px;
    }
}

@media (max-width: 480px) {
    .header-middle .container-fluid {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .grid-header {
        grid-template-columns: 1fr 1fr;
    }
    .section-banner-medio {
        padding-top: 1rem;
    }
}
@media (max-width: 426px) {
    .grid-header {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "header-left header-right header-center-dos"
            "header-center header-center header-center";
    }
    .header-left {
        column-gap: 1rem;
    }
    .header-right {
        column-gap: 1rem;
        padding-right: 1.8rem;
    }
}

@media (max-width: 376px) {
    .header-left {
        column-gap: 0;
    }
    .logo-sara {
        height: 50px;
    }
    .cart-dropdown .cart-count {
        top: -6px;
    }
    .contianer-ofertas {
        padding: 1.2rem 1.8rem;
    }
    .img-ofertas {
        max-width: 60px;
    }
    .container-nuevos {
        padding: 1.2rem 1.8rem;
    }
    .img-nuevos {
        max-width: 60px;
    }
}
/* Fin Box Productos Index */
.header-customization {
    background-color: var(--colorPrincipal) !important;
}
.button-customization {
    border-color: var(--colorPrincipal) !important;
    background-color: var(--colorPrincipal) !important;
}
.img-social-icons {
    width: 22px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
/* Contador */
.card-cart-contador {
    border: 1px solid var(--colorGris);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: fit-content;
}
.card-cart-contador.mt-0 {
    margin-top: 0;
}
.mas,
.menos,
.menos-cantidad,
.mas-cantidad {
    font-size: 1rem;
    color: var(--colorText);
    border: 0;
    outline: 0;
    background: var(--colorblanco);
    height: 35px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mas-button,
.menos-button {
    font-size: 1.6rem;
    color: var(--colorText);
    border: 0;
    outline: 0;
    background: var(--colorblanco);
    height: 35px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-input {
    font-size: 1.6rem;
    color: var(--colorText);
    text-align: center;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    appearance: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
/* Fin Contador */

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    top: 40%;
}
.pager-link.pager-link-prev:after {
    content: "";
    background: url(../images/left-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager-link.pager-link-next:after {
    content: "";
    background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jssocials-shares {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.jssocials-share-facebook a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}
.jssocials-share-facebook a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../images/facebook-blog.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.jssocials-share-whatsapp a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}
.jssocials-share-whatsapp a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../images/whatsapp-blog.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.jssocials-share-twitter a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}
.jssocials-share-twitter a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../images/x.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.jssocials-share-linkedin a {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}
.jssocials-share-linkedin a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../images/linkedin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.jssocials-share i {
    display: none;
}

.sidebar-shop .custom-control {
    padding-left: 0;
}
.custom-control-label {
    padding-left: 3.2rem;
}
.custom-checkbox .custom-control-label::after {
    display: none;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mr-2 {
    margin-right: 1rem;
}
.text-center {
    text-align: center;
}
@media screen and (max-width: 1330px) {
    .item-img-carousel img {
        max-height: unset;
    }
    .item-producto-hero {
        padding: 2rem;
        aspect-ratio: unset;
    }
    .owl-carousel-products .product.product-3 {
        max-width: unset;
    }
}
@media screen and (max-width: 990px) {
    .owl-carousel-products .product.product-3 {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .owl-carousel-products .product.product-3 {
        min-height: auto;
    }
    .owl-carousel-products img {
        min-height: 240px;
        max-height: 100%;
    }
    .owl-products-hero-2 img {
        min-height: 240px;
        max-height: 250px;
    }
    .owl-products-2 img {
        min-height: 240px;
        max-height: 250px;
    }
    .tag-producto-promo img {
        min-height: auto !important;
    }
}

/*** inicio beneficios corporativos ****/
.corporativo-section {
    padding-bottom: 8rem;
}
.form-section {
    padding-bottom: 8rem;
}
.container-form-beneficios {
    background-color: #f5f6f9;
    border: 1px solid #999;
    border-radius: 2rem;
    padding: 4rem;
}
.text-form-beneficios {
    font-size: 2rem;
    font-weight: 400;
    color: var(--colorText);
    line-height: 1.8;
    letter-spacing: 0.05rem;
    margin-bottom: 1.6rem;
}

/*** fin beneficios corporativos ****/
/* Tag SOLO ONLINE PLAZO ENVIO */
.badge-solo-online,
.badge-solo-online-square {
    display: inline-block;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0.9rem 1.4rem !important;
    background: #ffeceb;
    color: #8f2f2b;
    font-weight: 600 !important;
    font-size: 1.3rem !important;
    line-height: 1.45;
    letter-spacing: 0.02em;
    border: 1px solid #f3c6c3;
    box-shadow: 0 4px 10px rgba(143, 47, 43, 0.12);
    text-transform: none;
    max-width: 100%;
}
.badge-solo-online {
    border-radius: 12px;
}
.badge-solo-online-square {
    border-radius: 7px;
}
@media screen and (max-width: 768px) {

    .badge-solo-online,
    .badge-solo-online-square {
        width: 100%;
        font-size: 1.2rem !important;
        padding: 0.8rem 1.1rem;
    }
}