.header-call:hover .w-icon-call,
.header-call:hover .phone-number {
    color: var(--secondary-color) !important;
}
.sticky-content.fixed {
    z-index: 10 !important;
}
/* HEADER SEARCH DROPDOWN */
.search__dropdown {
    width: 100%;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    border-radius: 1.5px;
    opacity: 0;
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
    visibility: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s,
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s,
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0s 0.25s,
        -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#search:focus ~ .search__dropdown--open,
.search__dropdown--open:hover {
    opacity: 1;
    z-index: 2000;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 9px;
    padding: 12px;
}
.header-search.hs-expanded {
    max-width: 100%;
}
.header-search input.form-control {
    border: 0px;
}
.header-search .btn-search {
    border-color: #f4f4f4;
}
.header-search.hs-round.hs-expanded .form-control {
    border-radius: 10px 0 0 10px;
    background: #f5f6f8;
}
.header-search .btn-search {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: white;
}
.header-search .btn-search:hover,
.header-search .btn-search:active,
.header-search .btn-search:focus {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: white;
}
a.category-toggle:hover{
    color: white!important;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}
.cart-dropdown .cart-action .btn-dark:hover,
.cart-dropdown .cart-action .btn-dark:active,
.cart-dropdown .cart-action .btn-dark:focus {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff;
}
.row.d-flex.align-items-center.menu-result-search img {
    width: 80px;
}
.menu > li:hover > .submenu,
.menu > li:hover .megamenu,
.menu > li.show > .submenu,
.menu > li.show .megamenu {
    top: 0% !important;
}
.mobile-menu li.expanded > a,
.mobile-menu li.show > a,
.mobile-menu li:hover > a {
    color: white !important;
}
.header-bottom {
    color: #fff;
    background: var(--secondary-color);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.category-dropdown > a {
    background: var(--primary-color);
}
/* BREADCRUMS */
.breadcrumb {
    background-color: transparent !important;
}
/* TABS */
.my-account .nav-link,
.my-account .link-item {
    padding: 6px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white !important;
}
.tab-vertical .tab-content {
    border-top: 0px;
}
.tab-nav-underline .nav-item.show .nav-link::after,
.tab-nav-underline .nav-item .nav-link.active::after,
.tab-nav-underline .nav-item:hover .nav-link::after {
    border-color: transparent;
}
/* PRODUCTOS */
.product-variations > .disabled,
button.color:disabled,
button[disabled].btn-cart {
    cursor: not-allowed;
    opacity: 0.3;
}
.category {
    font-size: 1.3rem;
}
select.form-control.type.input-sm {
    min-height: 3.7rem !important;
    padding: 0 12px 0 12px;
}
.widget-banner .banner-price-info {
    font-size: 2.6em;
}
.owl-theme .owl-nav .owl-prev {
    left: 5px;
}
.owl-theme .owl-nav .owl-next {
    right: 5px;
}
.product-tabs .nav-link {
    font-size: 1.5rem;
    padding-right: 4px;
    padding-left: 4px;
}
.product-tabs .nav-item:not(:last-child) {
    margin-right: 0rem;
}
.tab-nav-underline .nav-item:not(:last-child) {
    margin-right: 10px;
}
.product-countdown-container {
    margin-bottom: 0rem;
}
/* CATEGORIAS */
.category-wrapper img {
    min-height: auto;
}
.category-dropdown.has-border .category-toggle {
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
}
/* GALLERY */
.instagram a::after {
    content: "" !important;
}
/* FORMS */
.form-control,
.shipping-address .form-control,
.shipping-address .select-box {
    background-color: #f4f4f4;
}
.select-box select,
.select-menu select {
    max-width: 100% !important;
}
.product-single .product-size-swatch .size {
    font-size: 1.2rem;
}
.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(244 244 244);
}
/* POPUP */
.mfp-content {
    max-width: 760px;
}
.newsletter-popup {
    justify-content: center;
    text-align: center;
}
/* CART SIDEBAR */
.product.product-cart {
    width: 95%;
}
.cart-dropdown .products {
    max-height: 54rem;
    overflow: scroll;
}
.cart-dropdown .products::-webkit-scrollbar {
    width: 0px;
}
.cart-dropdown .products::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
.cart-dropdown .products::-webkit-scrollbar-thumb {
    background-color: #e1dbdb00;
    border-radius: 0px;
}
.cart-dropdown.cart-offcanvas .dropdown-box {
    right: -40rem;
    max-width: 40rem;
    z-index: 99999999;
}
.cart-dropdown .cart-count {
    background: var(--secondary-color);
}
.row.d-flex.align-items-center.menu-result-search {
    cursor: pointer;
}
.row.d-flex.align-items-center.menu-result-search:hover {
    background: #eaeaea;
}
.megamenu > li {
    list-style: none;
}
ul.categories ul.categories:not(:first-child) {
    padding-left: 20px;
}
ul.categories ul.categories ul.categories:not(:first-child) {
    padding-left: 20px;
}
/* SCROLL BODY */
body::-webkit-scrollbar {
    width: 15px;
}
body::-webkit-scrollbar-track {
    background: rgb(101, 98, 98);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: 20px;
}
/*Theme Switch*/
.DarkLightDesk {
    display: flex;
    align-items: center;
    width: 105px;
    background: #fbfbfb;
    color: rgb(16, 15, 15);
    padding: 4px;
    border-radius: 20px;
    margin-left: 12px;
    position: relative;
    transition: background-color 0.5s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 7px 3px inset;
}
.DarkLight-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
}
.DarkLight-flex {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.DarkLight-flex2 {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-start: -20px;
    font-weight: 500;
}
.DarkLightDesk img {
    transition: transform 0.4s ease;
    max-width: 42%;
}
#toggle:checked + .DarkLightDesk {
    background: #e9e9e9ff;
    color: #e9e9e9ff;
}
#toggle:checked + .DarkLightDesk img {
    transform: translateX(80px);
}
#toggle1:checked + .DarkLightDesk {
    background: #e9e9e9ff;
    color: #e9e9e9ff;
}
#toggle1:checked + .DarkLightDesk img {
    transform: translateX(80px);
}
.hidden-checkbox {
    display: none;
}
.DarkLightDesk-label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Theme Cookies */
.cookie-banner {
    display: none;
    background: #fff;
    width: calc(100% - 40px);
    max-width: 300px;
    line-height: 160%;
    border-radius: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999991;
    padding-top: 10px;
    box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
    text-align: center;
    transform: translate(-50%, -50%);
    overflow: auto;
    max-height: 100vh;
}
.cookie-banner.active {
    display: block;
}
.cookie-banner .cookie-image {
    max-width: 62%;
    position: absolute;
    top: 0;
    left: calc(50% - 31%);
}
.cookie-banner .cookie-title,
.cookie-banner .cookie-paragraph {
    margin-bottom: 15px;
}
.cookie-banner .cookie-title {
    color: #feb700;
}
.cookie-banner .cookie-button-accept {
    width: 70%;
    background: #006696;
    border: none;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease all;
    border-radius: 17px;
    margin-bottom: 15px;
    font-size: 20px;
}
.cookie-banner .cookie-button-accept:hover {
    background: #000;
}
.cookie-banner .cookie-button-decline {
    width: 70%;
    border: none;
    color: #00567e;
    text-align: center;
    padding: 15px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease all;
    border-radius: 17px;
    margin-bottom: 5px;
    font-size: 20px;
}
.cookie-banner .cookie-button-decline:hover {
    text-decoration: underline;
}
.cookie-banner .cookie-link {
    color: #969696;
    text-decoration: none;
    font-size: 14px;
}
.cookie-banner .cookie-link:hover {
    text-decoration: underline;
}
.cookie-banner-background {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 99999990;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.cookie-banner-background.active {
    display: block;
}
/* FOOTER */
.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
    justify-content: center;
}
/* Class for bold text */
.cookie-bold-text {
    font-weight: bold;
}
/* custom sections class*/
/* CHECKOUT CUSTOME STYLES */
 td.product-name.name-checkout {
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    max-width: 100%; 
    white-space: normal; 
    padding-right: 20px;
} 
td.box-quantity {
    min-width: 35px;
}
th.checkout-total-label {
    text-align: end;
}
/* END CHECKOUt STYLES */
.main-nav .menu > li:hover > a:not(.menu-title),
.menu > li.active > a:not(.menu-title) {
    color: #fff;
}
.faq-summarys summary {
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.faq-summarys p,
.faq-summarys li {
    border: 1px solid #cbcbcb;
    padding: 10px;
}
/* update style twitter X*/
.social-icons-colored .social-icon.social-twitter {
    border-color: #000000;
    background-color: #000000;
}
.product-label.label-new {
    background: var(--secondary-color);
    padding: 0.6rem 1rem;
}
/* promo price */
.product-label.label-discount {
    background: red;
}
ins.new-price-promo {
    color: red;
    text-decoration: none;
}
/* Toolbox width */
.toolbox .toolbox-show select {
    padding-left: 1.3rem;
    padding-right: 2.8rem;
    width: 10.4rem;
}
/* Categories Banners */
.shop-default-banner {
    padding: 15.4em 8.7em 7.6em;
}
.btn {
    background-color: var(--secondary-color);
    color: white;
}
.page-title {
    text-transform: math-auto !important;
}
.faq-summarys summary {
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}
.faq-summarys p,
.faq-summarys li {
    border: 1px solid #cbcbcb;
    padding: 10px;
}
/* update style twitter X*/
.social-icons-colored .social-icon.social-twitter {
    border-color: #000000;
    background-color: #000000;
}
.product-label.label-new {
    background: var(--secondary-color);
    padding: 0.6rem 1rem;
}
/* promo price */
.product-label.label-discount {
    background: red;
}
ins.new-price-promo {
    color: red;
    text-decoration: none;
}
/* Toolbox width */
.toolbox .toolbox-show select {
    padding-left: 1.3rem;
    padding-right: 2.8rem;
    width: 10.4rem;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 15px !important;
}
/* Categories Banners */
.shop-default-banner {
    padding: 15.4em 8.7em 7.6em;
}
.page-title {
    text-transform: math-auto !important;
}
#account-orders .order-action .btn {
    color: white !important;
    border-color: #ccc;
    transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
.btn:hover, .btn:active, .btn:focus {
    background-color: #1d2124;
    border-color: #171a1d;
}
a.btn.btn-outline.btn-default.btn-block.btn-sm.btn-rounded {
    color: white !important;
}
/* SKELETON LOADING */
.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
            animation: shimmer 2s infinite;
    content: "";
}
.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}
.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}
.o-media {
    display: flex;
}
.o-media__body {
    flex-grow: 1;
}
.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}
.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@media (min-width: 1001px) {
    .cookie-banner {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        max-height: none;
        overflow: auto;
        max-height: 100vh;
    }
    .cookie-banner.active {
        display: flex;
    }
    .cookie-banner-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    .cookie-banner .cookie-image-container {
        flex: 1;
        text-align: left;
    }
    .cookie-banner .cookie-image {
        max-width: 100%;
        position: static;
    }
    .cookie-banner .cookie-text-container {
        flex: 2;
        text-align: left;
    }
    .cookie-banner .cookie-buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        background: #ebebeb;
    }
    .cookie-banner .cookie-button-accept,
    .cookie-banner .cookie-button-decline {
        width: 48%;
        margin-bottom: 0;
    }
}
@media (max-width: 1000px) {
    .cookie-banner {
        display: none;
        flex-direction: column;
        text-align: center;
    }
    .cookie-banner.active {
        display: block;
    }
    .cookie-banner-content {
        display: block;
        padding-bottom: 10px;
    }
    .cookie-banner .cookie-image-container {
        text-align: center;
        margin-bottom: 15px;
    }
    .cookie-banner .cookie-image {
        max-width: 62%;
        position: static;
    }
    .cookie-banner .cookie-text-container {
        text-align: center;
        padding: 10px;
    }
    .cookie-banner .cookie-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ebebeb;
        padding-top: 5px;
    }
    .cookie-banner .cookie-button-accept,
    .cookie-banner .cookie-button-decline {
        width: 70%;
        margin-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .line-right::after {
        display: none;
    }
    .intro-slide3 .banner-title {
        font-size: 2.2rem !important;
    }
    .height-m-auto {
        height: auto;
    }
}
@media (min-width: 768px) {
    .product-single .product-details {
        padding: 10px;
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .intro-slide {
        font-size: 0.9rem;
        min-height: 150px;
    }
    .product-price {
        font-size: 1.1rem;
    }
    .logo img {
        margin-left: 40px;
        max-width: 90px;
    }
    .intro-slide3 .banner-title {
        font-size: 1.2rem !important;
    }
    .newsletter-popup {
        max-width: 100% !important;
    }
}
@media (max-width: 479px) {
    .product:not(.product-list) .product-label-group {
        top: 1rem;
        left: 0rem;
    }
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem !important;
    }
}
