.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: 2;
    -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: #66686a;
}
.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{
    color: var(--secondary-color);;
    background-color: var(--primary-color);;
    border-color: var(--primary-color);;
}
.header a::after {
    top: 12px;
    left: -5px;
    height: 10px;
}
ul.menu li a {
    position: relative;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}
ul.menu li a.menu-border-right:after{
    content: " ";
    position: absolute;
    height: 25px;
    border-right: 1px solid #38373c;
}
.menu > li{
    margin-right: 0;
}
.mobile-menu-toggle{
    font-size: 1.4rem;
}
.category-dropdown > a::after {
    content: "";
}
.category-dropdown > a {
    min-width: 100%;
}

.intro-wrapper {
    margin-left: 0rem;
}
.intro-slide {
    min-height: 42.2rem;
}
.category-banner .banner-content {
    top: 30%;
    left: 0;
}
.category-banner .banner-title {
    font-size: 3em;
}
.category-banner .new-price {
    font-weight: 100;
}

.title {
    font-size: 5rem;
}

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

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

/* 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;
}
.cart-dropdown .cart-count {
    background: var(--secondary-color);
    right: 0;
    left: -8px;
}
.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: 5px;
}
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: #FED800;
    border: none;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
    font-weight: 700;
    cursor: pointer;
    transition: .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: #B79900;
    text-align: center;
    padding: 15px 15px;
    font-weight: 700;
    cursor: pointer;
    transition: .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, .20);
    position: fixed;
    z-index: 99999990;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.cookie-banner-background.active {
    display: block;
}
@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;
    }
}

/* Class for bold text */
.cookie-bold-text {
    font-weight: bold;
}

/* 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 5s infinite;
            animation: shimmer 5s 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;
    margin-left: 1em;
}
.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}
.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}
/* MENU MOBIL */
.mmenu-active .page-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.checkout .order-summary-wrapper {
    border: 0;
}
.title-detail{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
@media (max-width: 992px) {
    .line-right::after{
        display: none;
    }
    .intro-slide3 .banner-title {
        font-size: 2.2rem!important;
    }
}
@media (max-width: 991px) {
    .header-bottom.sticky-content.fix-top.sticky-header.border-bottom{
        display: block;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px){
    .product-single .product-details {
        padding: 10px;
        border-radius: 10px;
    }
}
@media (max-width: 767px){
    .intro-slide {
        font-size: .9rem;
        min-height: 150px;
    }
    .product-price {
        font-size: 1.1rem;
    }
    .logo img {
        margin-left: 20px;
        max-width: 140px;
    }
    .intro-slide3 .banner-title {
        font-size: 1.2rem!important;
    }
    .newsletter-popup {
        max-width: 100%!important;
    }
    .category-banner .banner-title {
        font-size: 2em;
    }
    .category-banner .new-price {
        font-size: 1.3em;
    }
    .title {
        font-size: 3rem;
    }
}
@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;
    }
}
