br[draggable=true] {
    display: none;
}

.collapse-element .faq_title {
    font-size: 30px;
    text-align: center;
    color: #444;
    font-family: MuseoRounded300, Arial, sans-serif
}

.collapse-element .faq_single {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    color: #444;
    /*font-family: Montserat, Arial, sans-serif;*/
    line-height: 40px;
    width: 90%;
    padding-right: 15px;
}

.collapse-element  .faq_single:hover {
    cursor: pointer;
    color: #444;
    font-family: Montserat, Arial, sans-serif
}

.collapse-element .click_row:hover {
    cursor: pointer;
    color: #444
}

.collapse-element .faq-title-img-minus,
.collapse-element .faq-title-img-plus {
    width: 15px;
    height: 15px;
    float: right;
    vertical-align: middle;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 8px;
    top: 25%;
}

.collapse-element .faq-title-img-plus  {
    content:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23231f20;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-1%3C/title%3E%3Cpolygon class='cls-1' points='9 4.2 4.8 4.2 4.8 0 4.2 0 4.2 4.2 0 4.2 0 4.8 4.2 4.8 4.2 9 4.8 9 4.8 4.8 9 4.8 9 4.2'/%3E%3C/svg%3E");
}

.collapse-element .faq-title-img-minus {
    display: none;
    content:url("data:image/svg+xml,%3Csvg id='Livello_1' data-name='Livello 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.0005 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23231f20;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EClose%3C/title%3E%3Cpolygon class='cls-1' points='15 0.675 14.325 0 7.5 6.825 0.675 0 0 0.675 6.825 7.5 0 14.325 0.675 15 7.5 8.175 14.325 15 15 14.325 8.175 7.5 15 0.675'/%3E%3C/svg%3E");
}

.collapse-element .faq_content {
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin: 1% 0 2% 0;
    padding-left: 2%;
    color: #444;
    font-size: 14px;
    display: none;
}

.collapse-element .faq_hr {
    border-color: #f2f2f2;
    height: 1px
}


.load-more-articles-loader {
    display: none;
    margin-bottom: 5px;
    text-align: center;
}

.loader-s-1 {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    animation: rotateLoaderS1 1s linear infinite
}
.loader-s-1::before, .loader-s-1::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: LoaderS1ClipFix 2s linear infinite ;
}
.loader-s-1::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotateLoaderS1 {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes LoaderS1ClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

.w-\[60\%\] {
    width: 60%;
}

.w-\[35\%\] {
    width: 35%;
}

.leading-\[12px\] {
    line-height: 12px;
}

.\32xl\:w-\[60\%\] {
    width: 60%;
}

.\32xl\:w-\[35\%\] {
    width: 35%;
}

.already-have-an-account-btn{
    cursor: pointer;
}

button.pb-\[6px\].mt-6.border-primaryDark.border-b.hover\:border-accent1.forgot-password-btn{
    font-weight: bold;
    text-decoration: underline;
}

.errors{
    display: none;
    color: #fff;
    background: #f00000;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.error-container {
    padding-bottom: 15px;
}

.hide-color{
    display: none;
}

.product-description ul{
    list-style: unset;
    margin: revert;
    padding: revert;
}

.hide-img-sp {
    display: none;
}

.desible {
    position: relative;
    color: #878d9d !important;
}
.desible:before {
    position: absolute;
    content: "";
    height: 54px;
    width: 1px;
    background: #878d9d;
    transform: rotate(-45deg);
    z-index: 1;
}
.desible:before {
    background: #878d9d !important;
    color: #fff !important;
}
.desible:hover {
    background: #878d9d !important;
    color: #fff !important;
}

.article-size-selection:hover{
    cursor: pointer;
    background-color: #000000;
    color:#fff;
}

.article-size-selection.selected{
    background-color: #000000;
    color:#fff;
}

input.article-color-selection{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.color-pick-selection input[type="radio"]:checked ~ img{
    border: 1px solid #000;
}

img.popUpBasketArticleImage{
    max-width: 120px;
}

.popUpBasketArticleInfo{
    padding: 0 10px;
}

.popUpBasketArticleInfo .size-color-container{
    margin-top: 10px;
}

.popUpBasketArticleInfo .price{
    color: #000000;
}

.popUpBasketArticleInfo .size-color-container span{
    color: #878787;
    font-size: 15px;
}

.remove-from-basket-btn{
    cursor: pointer;
}

#shopping-cart-popup .f-container{
    overflow: auto;
    height: calc(100% - 190px);
}

#shopping-cart-popup{
    z-index: 1000000;
}

body .overlay-bg-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #472723;
    opacity: 0;
    content: "";
}

body.overlay-bg .overlay-bg-container {
    width: 100%;
    content: var(--tw-content);
    opacity: 0.4;
    z-index: 100000;
}

.show-shopping-cart-btn .NumOfItems{
    background: red;
    position: absolute;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    right: 35px;
    top: 25px;
}

.show-shopping-cart-btn .NumOfItems p{
    padding-top: 3px;
}

.percent-value{
    display: inline-flex;
}

.increase-article-qty-in-basket, .decrease-article-qty-in-basket{
    font-size: 22px;
}

.filter-color-checkbox, .filter-color-checkbox-mobile{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.color-filter{
    cursor: pointer;
    position: relative;
}

.color-filter p{
    padding: 10px;
    text-align: center;
}

.filter-size-checkbox, .filter-size-checkbox-mobile, .filter-brand-checkbox, .filter-brand-checkbox-mobile, .filter-tag-checkbox, .filter-tag-checkbox-mobile{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.filter-brand-checkbox-mobile{
    width: 100%;
    height: 100%;
}

#faqs-text-02 label:has(input[type="checkbox"]:checked)
{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

#faqs-text-02 div label{
    cursor: pointer;
}

.color-filter span:has(input[type="checkbox"]:checked) {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 50%;
}

.tags label:has(input[type="checkbox"]:checked){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.brandFilterImg:hover{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.brand-filter:has(input[type="checkbox"]:checked),
.brand-filter-mobile:has(input[type="checkbox"]:checked){
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    font-weight: 900;
}

.woman-close-left-btn.filter-selected-items{
    display: inline-flex;
    column-gap: 10px;
}

.woman-close-left-btn{
    cursor: pointer;
}

.color-active label span{
    cursor: pointer;
}

.clearAllFilter{
    cursor: pointer;
}

.brandFilterImg{
    cursor: pointer;
}

.show__btns{
    cursor: pointer;
}

.sortBySelect, .btn-show-filter{
    font-weight: 900;
}

.brand-filter-mobile{
    max-width: 82px;
}

.brand-filter-mobile, .brand-filter-mobile .brandFilterImg, .brand-filter, .brand-filter .brandFilterImg{
    max-width: 82px;
}

@media screen and (max-width: 1201px){

    .brandFilterImg:hover{
        -webkit-filter: none; /* Safari/Chrome */
        filter: none;
    }

    .show-shopping-cart-btn .NumOfItems{
        right: 10px;
        top: 24px;
    }

    .brand-filter{
        position: relative;
    }
}

@media only screen and (max-width: 1030px) {
    .show-shopping-cart-btn .NumOfItems {
        right: 51px;
        top: 20px;
    }
}

@media screen and (max-width: 990px){
    .show-shopping-cart-btn .NumOfItems{
        right: 50px;
        top: 26px;
    }
}

@media screen and (max-width: 767px){
    .show-shopping-cart-btn .NumOfItems{
        top: 21px;
    }

    .mobile-hidden{
        display: none;
    }
}

@media screen and (max-width: 400px){
    .brand-filter-mobile, .brand-filter-mobile .brandFilterImg{
        max-width: 70px;
    }
}

#map{
    height: 790px;
}

.stores-list{
    height: 680px;
    overflow: auto;
}

.stores-list .store-container{
    background: #FAF2F0;
    padding: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    display: grid;
    grid-template-columns: auto 40px;
    align-items: center;
}

.stores-list .show-more-store-data{
    text-align: center;
}

.stores-list .show-more-store-data .btn-show-more{
    font-size: 25px;
    cursor: pointer;
    display: inline-block;
}

.rotateArrow{
    transform: translateY(40%) rotate(180deg);
}

.contact-info{
    margin-top: 20px;
}

.store-data .title{
    font-weight: 900;
}

.store-contact{
    color: #F00000;
    font-weight: 900;
    line-height: 40px;
}

.store-opening-hours .title{
    margin-top: 20px;
    font-weight: 900;
    font-size: 16px;
}

.store-opening-hours .title:before{
    content: url("../img/time_icon.svg");
    vertical-align: sub;
    margin-right: 5px;
}

.store-contact .travel-directions:before{
    content: url("../img/location_icon.svg");
    vertical-align: sub;
    margin-right: 5px;
}

.store-contact .mobile:before{
    content: url("../img/phone_icon.svg");
    vertical-align: sub;
    margin-right: 5px;
}

.store-contact .email:before{
    content: url("../img/email_icon.svg");
    vertical-align: sub;
    margin-right: 5px;
}

.store-opening-hours .day-time{
    width: 260px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.mobile-btn{
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

.mobile.store-locations{
    display: none;
    width: 100%;
}

.mobile-btn .active-btn{
    color: #fff;
    background: #000;
}

.page-title{
    margin-top: 20px;
}

.line{
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
}
.line.mobile{
    margin-left: 10px;
    margin-right: 10px;
}

.use-my-location:before{
    content: url("../img/location_icon.svg");
    vertical-align: sub;
    margin-right: 5px;
}

.use-my-location{
    color: #f00;
    font-weight: 900;
    padding-bottom: 10px;
    cursor: pointer;
}

.mobile .use-my-location{
    padding-left: 10px;
}

.mobile.store-locations #search-stores{
    height: 44px;
    width: -webkit-fill-available;
    padding: 15px;
    padding-left: 45px;
    margin: 15px;
}

.show__stores #search-stores{
    height: 44px;
    width: -webkit-fill-available;
    padding: 15px;
    padding-left: 45px;
    margin-bottom: 20px;
    border-color: #000;
    border: 1px solid;
}

.show__stores i.fa.fa-search.icon{
    position: absolute;
    left: 57px;
    padding-top: 14px;
}

.mobile i.fa.fa-search.icon {
    position: absolute;
    left: 30px;
    padding-top: 30px;
}

#search-stores:focus-visible{
    outline: 1px solid #000 !important;
}

@media screen and (max-width: 1500px){
    .show__stores .xl\:w-\[75\%\]{
        width: 63%;
    }
    .show__stores .w-\[23\%\] {
        width: 35%;
    }
    .stores-list .store-container{
        padding: 15px
    }
}

@media screen and (max-width: 1201px){
    .show__stores i.fa.fa-search.icon{
        left: 35px;
    }
    .filter-tag-checkbox{
        display: none;
    }

    .tags label.border-black{
        position: relative;
    }

    .filter-tag-checkbox-mobile{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 970px){
    .mobile-btn{
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 5px;
    }

    .mobile-btn .btn-mobile-stores{
        width: 100%;
    }

    .show__stores .show__box_left{
        display: none;
    }

    .show__stores .show__map{
        width: 100%;
    }
    .page-title{
        display: none;
    }
    #map{
        height: 600px;
    }
    .leaflet-popup-content{
        width: 130px !important;
    }
    .leaflet-popup{
        left: -91px !important;
    }

    .container-padding.px-\[20px\]{
        padding-left: 0;
        padding-right: 0;
    }

    .stores-list{
        height: 100%;
    }
}

.mobile .stores-list .store-container{
    margin: 10px;
}

.leaflet-popup-content p{
    font-weight: 900;
}

.leaflet-popup-content .details{
    color: #f00;
    font-weight: 900;
    cursor: pointer;
}

.single-desktop-image.diff-color{
    display: none !important;
}

.slick-dots li img:nth-child(1) {
    display: block;
}

.slick-dots li img:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
    display: block;
}

.slick-dots{
    bottom: 0 !important;
}

.menu-banner{
    height: 100%;
}

.add__bar a{
    text-align: center !important;
    color: #fff;
    cursor: pointer !important;
}

.owl-stage-outer{
    z-index: 99;
}

.border-transparent{
    border-color: transparent !important;
}

.brand-img-height{
    height: 100% !important;
}

div#map{
    z-index: 0;
}

.display-block-filter{
    display: block !important;
}

.display-none-filter{
    display: none;
}

.group-hover\/mmenu1\:display-block-filter:hover{
    display: block !important;
}

.hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.until-free-shipping{
    margin-left: 5px;
    margin-right: 5px
}

#slider-shipping .ui-slider-handle,
#slider-shipping-basket .ui-slider-handle{
    display: none;
}

#slider-shipping,
#slider-shipping-basket{
    height: 6px;
    background: #DBDBDB;
}

.ui-slider-horizontal .ui-slider-range{
    background: #000;
}

.slider_color_free_shipping{
    background: #11BF2D !important;
}

.slider_text_free_shipping{
    color: #11BF2D;
}


body.overlay-popup .overlay-bg-popup {
    width: 100%;
    content: var(--tw-content);
    opacity: 0.4;
    z-index: 100000;
}

body .overlay-bg-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #504d4d;
    opacity: 0;
    content: "";
}

.overlay-bg{
    overflow: hidden;
}

@media screen and (max-width: 1260px) and (min-width: 990px){
    div.menu-banner{
        display: none;
    }
}

.content-popup {
    background-color: #ffffff;
    position: fixed;
    display: none;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    max-height: 100vh;
    max-width: 800px;
    margin: auto;
    top: 50%;
    z-index: 1000000;
    overflow: auto;
    padding: 15px 0 15px;
}

.content-popup::-webkit-scrollbar {
    width: 5px;
}

.content-popup::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.content-popup::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #cccccc;
}

@media (min-width: 768px) {
    .content-popup {
        max-height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .content-popup {
        width: 90%;
        height: 96%;
    }
}

.content-pop-up-container {
    padding: 20px;
}

.content-popup-text ul {
    margin-left: 30px;
    margin-bottom: 10px;
}

.close-popup-btn{
    right: 15px;
    position: absolute;
}

h3.content-popup-title,
.content-pop-up-container h1{
    font-size: 26px;
    font-weight: 900;
    line-height: 28.8px;
    margin-bottom: 20px;
}

.dropDown-menu-container{
    border-top: 2px solid;
    border-bottom: 2px solid;
}

.content-pop-up-container .description{
    padding-bottom: 15px;
}

.content-pop-up-container.dropdown-menu-data-container {
    padding-top: 15px;
}

.content-pop-up-container .dropDown-menu-container .dropdown-title{
    font-weight: 900;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.content-pop-up-container .sizeTable{
    overflow: auto;
}

.title-icon i{
    position: absolute;
    right: 50px;
    padding-top: 12px;
    font-size: 30px;
}

.content-pop-up-container .dropdown-menu-data{
    display: none;
    padding-bottom: 10px;
}

.sizeTable table{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sizeTable thead{
    background: #000;
    color: #fff;
    text-align: center;
}

.sizeTable thead tr th{
    padding-left: 5px;
    padding-right: 5px;
}

.sizeTable tbody{
    text-align: center;
}

.content-pop-up-container i.fas.fa-minus {
    font-size: 25px;
    padding-top: 17px;
}

.serch__active{
    z-index: 99 !important;
}

.btn-for-filters{
    position: fixed;
    bottom: 0;
    display: grid;
    grid-template-columns: 30% 70%;
    width: -webkit-fill-available;
    column-gap: 10px;
    left: 0;
    background: #fff;
    padding: 15px;
    z-index: 99;
}

.btn-for-filters button{
    padding: 12px 32px 12px 32px;
}

.clear-filters-btn:hover{
    color: #fff;
    background: #000;
}

div.mobile-filter{
    height: 100dvh;
}

.show-all-search-btn{
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .brand__sliders .owl-stage,
    .brand__sliders .owl-item,
    .brand__sliders .owl-item div{
        height: 180px;
    }

    .brand__sliders .sm\:\!w-\[100px\]{
        height: 100% !important;
    }

    .brand__sliders .\!w-16{
        width: unset !important;
    }
}

@media only screen and (max-width: 500px) {
    .brand__sliders .owl-stage,
    .brand__sliders .owl-item,
    .brand__sliders .owl-item div{
        height: 150px;
    }

    .owl-carousel button.owl-dot{
        width: 10px;
        height: 10px;
    }

    .brand__sliders .sm\:\!w-\[100px\]{
        height: 100% !important;
    }
}

.addToWishlistButton{
    cursor: pointer;
}

.wishlist-icon{
    position: relative;
}

span.numItemsOnWishList{
    position: absolute;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.numItemsOnWishList:hover{
    color: #fff;
}

div span.brandImage img{
    max-width: 64px;
}

.articles-list-items .item-container{
    position: relative;
    box-sizing: border-box;
}

.articles-list-items .item-container .btn-wishlist button{
    /*position: absolute;
    bottom: 0;*/
}

button.change-password{
    margin-left: 15px;
}

.change-password input{
    margin-bottom: 10px;
}

.error-message-container {
    color: #c54b0f;
    font-size: 16px;
    font-weight: 500;
    display: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #c54b0f;
}

.success-message-container {
    display: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    display: none;
    color: #198754;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #198754;
}

.validation-error-message {
    display: none;
    margin-top: 2px;
    font-size: 13px;
    color: #c54b0f;
}

.validation-error-message.extra-ts {
    margin-top: 5px;
}

.plus-images-dashboard{
    right: 45px
}

.image-opacity-30 {
    filter: opacity(40%);
}

.order-container span img{
    height: auto;
    width: 100px;
}

.order-list-inside{
    grid-template-columns: 200px 400px;
}

.order-list-inside img{
    width: 200px;
}

form.edit-profile-form, .password-form{
    width: 602px;
}

form.edit-profile-form .iti--show-flags{
    width: 100%;
}

input#zip_code-selectized,
form.edit-profile-form .selectize-input input[type="text"]{
    font-size: 16px;
    padding: 0 5px !important;
    margin-top: 8px !important;
    vertical-align: baseline;
    display: inline-block !important;
    zoom: 1;
}

.selectizeInput.selectize-control .selectize-input.items.full .item {
    padding: 0 5px !important;
    margin-top: 8px;
}

.selectizeInput.selectize-control .selectize-input.items .item {
    font-size: 16px;
}

form.edit-profile-form .selectize-zipcode-item{
    padding: 5px;
}

.selectize-input>* {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1;
}

form.edit-profile-form .selectizeInput .items{
    height: 50px;
    background: #fff;
    border-radius: 0;
}

form.edit-profile-form .selectize-dropdown .selected{
    background-color: #d9d9d9;
    color: #000;
}

.nice-select.withoutNiceSelect.selectizeInput.displayNone{
    display: none;
}

.edit-profile-form .fullWidth{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

form.edit-profile-form .selectize-control{
    width: 100%;
}

@media only screen and (max-width: 1120px) {
    .order-list-inside{
        grid-template-columns: 150px 300px;
    }

    .order-list-inside img{
        width: 150px;
    }
}

@media only screen and (max-width: 990px) {
    form.edit-profile-form, .password-form{
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .order-list-inside{
        grid-template-columns: 150px auto;
    }
}
.store-opening-hours table tr td:first-child{
    padding-right: 30px;
}

.store-opening-hours table tr td{
    height: 30px;
}

.nice-select {
    width: 100% !important;
    border-radius: 0 !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(189 189 189 / var(--tw-border-opacity)) !important;
    height: 50px !important;
}

.nice-select .current{
    vertical-align: sub !important;
    font-size: 1rem !important;
}

.accordionItem .accordionItemHeading{
    cursor: pointer;
}

.gray-disabled{
    background: #878787;
}

.disable-link{
    pointer-events: none;
}

.filter-size-checkbox-mobile{
    width: 80px;
    height: 40px;
}

.font-bold{
    font-weight: bold;
}

.form-style-1 input[type="text"], .form-style-1 input[type="password"], .form-style-1 input[type="email"], .form-style-1 input[type="number"], .form-style-1 select {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: #d0cbca;
    padding: 1rem 1.25rem;
    font-size: 14px;
    line-height: normal;
    outline: 2px solid #0000;
    outline-offset: 2px;
}

.form-style-1 .validationMessages {
    color: #eb5757;
    font-size: 12px;
    display: none;
    position: absolute;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert {
    margin-top: 20px;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.form-input-group.mb-3,
.form-select-group.mb-3,
.form-input-group{
    display: inline-block;
    width: calc(50% - 3px);
    padding-bottom: 10px;
}

.form-style-1 .form-input-group:not(.mb-3){
    position: absolute;
}

.form-style-1 textarea {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: #d0cbca;
    padding: 1rem 1.25rem;
    font-size: 14px;
    line-height: normal;
    outline: 2px solid #0000;
    outline-offset: 2px;
    min-height: 100px;
}

.form-style-1 #submitFormBtn {
    width: auto;
    padding: 0 15px;
    margin-top: 15px;
    background: #F00000;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.form-checkbox-group.mb-3{
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .form-input-group.mb-3,
    .form-select-group.mb-3{
        display: block;
        width: 100%;
    }
    .form-style-1 .form-input-group:not(.mb-3) {

    }
    .form-select-group.mb-3{
        margin-top: 25px;
    }
}

.mobile-filter .py-2.px-5 h2{
    position: relative;
    z-index: 99;
}

.profile .p-qty span{
    display: inline-block;
}

.item-container .items-center .rounded-full{
    border: 1px solid #dedede;
}

.color-filter span.color-circle{
    border: 1px solid #dedede;
}

.border-to-element{
    border: 1px solid;
}

.owl-carousel button.owl-dot{
    border: 1px solid #dedede;
    background: #DBDBDB !important;
}
.owl-dots button.active{
    background: #000 !important;
}

.reset_password{
    margin-right: 100px;
    margin-left: 150px;
    padding-bottom: 50px;
}

.reset_password #login-template-email,
.reset_password input#login-template-password,
.reset_password input#login-template-password-repeat{
    width: 400px;
    margin-top: 15px;
}

.reset_password .buttons-container button{
    margin-top: 30px;
    display: inline-block;
    padding: 5px 10px;
}

.reset_password .buttons-container .cancel-forgotten-password{
    margin-right: 5px;
    border: 1px solid #000;
}

.reset_password_container{
    max-width: 1000px;
}

.reset_password .errors{
    margin-top: 15px;
}

.owl-carousel .owl-stage-outer{
    height: fit-content !important;
}

.owl-carousel.image__slider .owl-stage-outer{
    text-align: -webkit-center;
}

.btn-show-filter{
    width: auto !important;
    padding-left: 7px;
    padding-right: 7px;
    max-width: 190px;
}

.article-box.basket-item {
    border: 1px solid;
    margin-bottom: 10px;
}

.article-box div.flex.items-center{
    flex: 1;
}

.article-box .popUpBasketArticleInfo{
    flex: 1;
}

.tag-Sustainable-container{
    width: 47px;
    height: 47px;
    background-color: #c3d669;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    right: 16px;
    z-index: 1;
}

.tag-Sustainable-container span.sustainable-icon img{
    height: 40px;
    width: 40px;
}

@media screen and (max-width: 1201px){
    .btn-show-filter{
       display: none;
    }
    .sortBySelect_form {
        display: none;
    }
}

.reset_password_container .success-message {
    color: green;
    margin-top: 10px;
}

span.empty_wishlist_content{
    font-size: 18px;
    padding-left: 15px;
}

.subscribeCheckbox_container{
    padding-top: 15px;
    padding-bottom: 10px;
}

.subscribeCheckbox_container #subscribeCheckbox{
    width: 20px;
    height: 20px;
}

.subscribeCheckbox_container label{
    display: flex;
    align-items: stretch;
    gap: 5px;
}

/*Popup stock by stores*/
.shop-stock-popup #mainContent .colorslistStock {
    display: inline-block;
}
.shop-stock-popup #mainContent .colorslistStock img {
    width: 50px;
}
.spacer_size_stock_popup {
    margin-top: 20px;
}
.size-refine-sizes {
    clear: both;
}
.size-refine-sizes>div:nth-child(odd) {
    margin-top: 5px;
}
.size-refine-sizes ul#uStock {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 100px));
    column-gap: 10px;
}
.size-refine-sizes ul li label div {
    font-family: Arial;
    font-size: 14px;
    border: 1px solid #a3a3a3;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    white-space: nowrap;
}
.size-refine-sizes ul li {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    color: #444;
    margin-bottom: 7px;
    overflow: hidden;
    cursor: pointer;
}
.size-refine-sizes ul li div.radio, .size-refine-sizes ul li span {
    display: none;
}
.size-refine-sizes ul li label span:first-child, .size-refine-sizes.show-us-sizes ul li label span:nth-child(2) {
    display: block;
}
button#cboxCloseDelivery_stores {
    position: absolute;
    top: 10px;
    right: 10px;
}
.size-refine-sizes ul li.sel label div {
    border: 2px solid #2a7ab0;
    padding: 9px;
}
ul.color-refine-colors li ul li.sel img {
    border: 1px solid #000;
}
.check_stock_btn {
    margin-top: 20px;
}
#notify-about-stock {
    margin-top: 15px;
    color: #308c30;
}
#notify-about-stock #stock_email {
    border: 1px solid #a3a3a3;
    color: #000;
}
#notify-about-stock #stock_email_button {
    padding: 15px;
    display: inline-flex;
}
#notify-about-stock p#textofstockagreement {
    margin-top: 10px;
    display: inline-flex;
}
.check_stock_btn {
    margin-top: 20px;
}
.h-\[46px\] {
    height: 46px;
}
p#checkstosk-call-text {
    text-align: center;
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
}
p#checkstosk-store-link {
    text-align: center;
    color: #006da4;
}
#stock-stores-result .row-store-stock {
    border-top: 1px solid #a3a3a3;
    padding: 10px;
}
.stock-status-color-oos {
    background: red;
}
.stock-status-color-ons, .stock-status-color-ons-last, .stock-status-color-oos {
    margin-left: 8px;
    float: right;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top: 3px;
}
b.row-store-stock-status-text {
    float: right;
}
.stock-status-color-ons {
    background: #24e26c;
}
.stock-status-color-ons-last {
    background: #ff9800;
}
ul.color-refine-colors {
    margin-top: 15px;
}


#formSearch input#searchItems{
    width: 350px;
}

.header__socail .group\/socail:first-child{
    margin-left: 20px;
}

@media screen and (max-width: 1750px) {
    #formSearch input#searchItems{
        width: 300px;
    }
    .header__socail .group\/socail{
        margin-left: 20px;
    }
}

@media screen and (max-width: 1680px) {
    .header__logo div:first-child{
        margin-right: 50px;
    }
    .header__menus .menu__link{
        margin-right: 5px;
    }
}

@media screen and (max-width: 1880px) {
    .mobile_search{
        display: block;
    }
    .search__mob{
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .header__menus .menu__link{
        margin-right: 5px;
    }
    .header__menus .menu__link a{
        font-size: 14px;
    }
    .header__socail .group\/socail {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1215px) {
    .header__logo div:first-child{
        margin-right: 40px;
    }
}

@media screen and (max-width: 1201px) {
    .price-group.discount .price{
        display: inline-block;
    }
}


@media screen and (max-width: 1100px) {
    .email-signup-lightbox {
        max-height: 100lvh !important;
    }
    .email-signup-lightbox {
        width: 800px !important;
        overflow: auto;
    }
}
@media screen and (max-width: 959px) {
    .email-signup-lightbox {
        width: calc(100% - 100px) !important;
    }
}
@media screen and (max-width: 600px) {
    .email-signup-lightbox {
        width: calc(100% - 30px) !important;
        overflow: auto;
    }
    .email-signup-lightbox {
        padding: 10px !important;
    }
}
@media screen and (max-width: 500px) {
    .email-signup-lightbox {
        width: 100% !important;
        font-size: 12px;
    }
}

.price-group.discount .old-price{
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.cookie-banner-consent {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -5px 25px 0 rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    z-index: 99999;
    overscroll-behavior: contain;
}

.cookie-banner-inner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    column-gap: 20px;
    grid-template-columns: auto 240px;
}

.button-cookie-group button:not(:last-child) {
    margin-bottom: 15px;
}

.button-cookie {
    width: 100%;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    font-size: 13px;
}

.button-cookie.button-cookie-outlined {
    background-color: transparent;
    color: #000000;
    border: solid 1px #000000;
}

.cookie-banner-inner-container .consent-text {
    margin-bottom: 5px;
    line-height: 20px;
    text-align: justify;
}

@media only screen and (max-width: 1000px) {
    .cookie-banner-inner-container .consent-text {
        overflow: auto;
        max-height: 160px;
    }
    .button-cookie-group .button-cookie{
        padding: 6px;
    }
}

@media only screen and (max-height: 500px) {
    .cookie-banner-consent {
        height: 100%;
        overflow: scroll;
    }

    .cookie-banner-inner-container .consent-text {
        overflow: unset;
        max-height: unset;
    }
}

.cookie-banner-options {
    width: 100%;
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cookie-banner-options .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
}

.cookie-banner-options .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-banner-options .slider.round {
    border-radius: 34px;
}

.cookie-banner-options .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: .4s;
    transition: .4s;
}

.cookie-banner-options input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background: #009090;
}

.cookie-banner-options .slider.round:before {
    border-radius: 50%;
}

.cookie-banner-options .slider:before {
    position: absolute;
    background-color: #000000;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -7px;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookie-banner-options .switch-option{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 1250px) {
    .cookie-banner-inner-container {
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 1000px) {
    .cookie-banner-inner-container {
        row-gap: 15px;
        grid-template-columns: auto;
    }
}


span.vendor-id-code:not(:empty)::before {
    content:"/";
    margin-left: 5px;
    margin-right: 5px;
}

span.code-style-color-size:not(:empty)::before {
    content:"/";
    margin-left: 5px;
    margin-right: 5px;
}

.click_row {
    position: relative;
    height: auto;
}

@media only screen and (max-width: 800px) {
    .collapse-element .faq_single {
        line-height: 1.2 !important;
    }
}

.table-container .document-table tbody tr th,
.table-container .document-table tbody tr td{
    border: 1px solid #000;
    padding: 10px;
}

.table-container table.document-table{
    width: 100%;
}

.articles-list-items .brand-container .brand-img img{
    width: 200px;
}

.articles-list-items .brand-container .brand-img{
    display: flex;
    justify-content: center;
}

.articles-list-items .brand-container .brand-inside{
    text-align: center;
}

.articles-list-items .brand-container .brand-inside a:hover .brand-title{
    text-decoration: underline;
}

.brands_list .show__pro{
    padding-left: 150px;
    padding-right: 150px;
}

.brands_list .show__pro h3{
    text-align: center;
}

@media only screen and (max-width: 1450px) {
    .brands_list .show__pro{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .brands_list .show__pro{
        padding-left: 20px;
        padding-right: 20px;
    }

    .tag-Sustainable-container{
        width: 37px;
        height: 37px;
    }

    .tag-Sustainable-container span.sustainable-icon img{
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .articles-list-items .brand-container .brand-img img {
        width: 150px;
    }

    .brands_list .articles-list-items{
        gap: 30px;
    }
}

.sub-items-menu-columns{
    min-height: 420px;
    height: auto;
}
@media only screen and (max-width: 1030px) {
    .desktop-navbar-menu {
        display: none;
    }
    .header__socail span.menu__bar{
        display: block;
    }
    .header__socail .numItemsOnWishList{
        display: none;
    }
    .header__socail .wishlist-icon{
        display: none;
    }
}

@media only screen and (max-width: 1450px) {
    .right-side-search {
        width: auto;
        min-width: 200px;
    }
}

@media only screen and (max-width: 1880px) {
    .header__active.active .search__mob {
        display: block;
        width: 100%;
    }
}

.tag-special-container{
    background-color: #ff0;
    padding: 3px 12px;
    width: fit-content;
}

.tag-special-container .tag-text{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    color: #292929;
    font-weight: 900;
}

.tag-special-container-article{
    display: inline-block;
    background-color: #ff0;
    position: absolute;
}

.tag-special-container-article .tag-text{
    line-height: 20px;
    letter-spacing: 0;
    color: #292929;
    font-weight: 900;
    padding: 5px 10px;
}

.tag-title-spacer{
    height: 28px;
    display: block;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1201px) {
    .tag-special-container-article{
        position: relative;
    }

    .category-description{
        padding: 0 15px;
    }
}

.grid label.brand-filter{
    max-width: unset;
    padding: 10px;
    font-weight: 400;
}

.grid label.brand-filter label{
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 786px) {
    .brandsFilter-mobile-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 550px) {
    .brandsFilter-mobile-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.banner-ah-h{
    height: 39px;
}

.article-image{
    visibility: hidden;
}

.article-image.loaded{
    visibility: visible;
}

/*.sizeTable table tbody tr:first-child{
    background: #000;
    color: #fff;
}*/

.sizeTable .left-header{
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

.small_table.big{

}

.sizeTable tr:nth-child(even){background-color: #d8d8d8;}

.bg-black {
    background: #000;
    color: #fff;
}

.sizeTable table td{
    padding: 3px 10px;
    white-space: nowrap;
}

.article-image-wrapper {
    position: relative;
    height: 0;
    padding-top: calc(360 / 360 * 100%);
}

.article-image-wrapper__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

.divide-y.divide-slate-200 {
    padding-bottom: 80px;
}

.visibleSearch {
    display: block;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.hiddenSearch {
    display: none;
}

#editCookieSettingsButton{
    cursor: pointer;
    color: rgb(38 114 242);
}

@media only screen and (max-width: 450px) {
    p.flex.items-center.text-base.text-black.leading-5.font-normal.info {
        font-size: 15px;
    }

    .tag-special-container .tag-text{
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    p.flex.items-center.text-base.text-black.leading-5.font-normal.info {
        font-size: 14px;
    }
}

.buy-button:disabled,
.buy-button[disabled]{
    background-color: #BDBDBD;
    color: #FFFFFF;
    cursor: not-allowed;
}

.category-description h4{
    margin-bottom: 15px;
}

.category-description .category-content{
    text-align: justify;
}

.bcg-white{
    background: #fff;
}

div.mobile_bottom_menu{
    bottom: 0;
}

.bottom-spacer-100{
    margin-bottom: 100px;
}

.mobile__menu{
    overflow: auto;
}

.mega__menu2.active,
.mega__menu{
    overflow: auto;
}

.bottom-spacer-30{
    padding-bottom: 30px;
}

.spacer_p_50{
    height: 50px;
}

@media (min-width:768px) and (max-width:956px) {
    .banner-show-container .md\:py-\[40px\]{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner-show-container .grid-cols-2 a img.h-full{
        height: unset;
    }
}

.flex.spc-btwn{
    justify-content: space-between;
}

.spc-btwn-icons{
    gap: 50px;
}

.pdd-20{
    padding-bottom: 20px;
}

.color-000{
    color: #000;
}

.pdd-l-5{
    padding-left: 5px;
}

.gap-50{
    gap: 50px;
}

.border-red{
    border-width: 2px;
    border-color: #ff0000;
}

.show{
    display: block;
    margin-bottom: 20px;
}

.newsletter-form .newsletterSubscription-ok{
    display: none;
}

.newsletter-form .newsletterSubscription-isSubscribed{
    display: none;
    color: green;
    font-size: 20px;
}

.newsletter-form .newsletterSubscription-ok p{
    color: green;
    font-size: 20px;
}

.edit-profile-form .nice-select .list{
    overflow: auto;
    max-height: 200px;
}

.min-price-x-days {
    /*color: #878787;*/
    font-size: 18px;
}

.min-price-x-days.hidden-elm {
    display: none;
}

.product-list-lowest-price-in-the-last-xx-days {
    display: block;
    color: #7A7E81;
    margin-top: 5px;
}

.wend-left-product-img{
    position: relative;
}

.item_tags{
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.item_tags_article{
    z-index: 9;
    position: absolute;
    top: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.posRelative{
    position: relative;
}


/*Price slider*/

.price-container h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    margin-bottom: 20px;
}

.price-input {
    z-index: 9;
    /*display: flex;
    align-items: center;
    flex-direction: column;*/
}

.price-input span {
    margin-right: 5px;
    font-size: 1rem;
}

.price-input input {
    width: 70px !important;
    height: 30px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #000;
    color: #000;
}

.slider-container {
    position: relative;
    width: 100%;
}

.slider {
    width: 100%;
    height: 5px;
    background: #ccc;
    border-radius: 2px;
    outline: none;
    appearance: none;
    position: absolute;
}

.slider::-webkit-slider-thumb {
    appearance: none;
    width: 24px;
    height: 24px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
}

.slider-track {
    position: absolute;
    height: 5px;
    background: black;
    top: 0;
    z-index: 1;
    border-radius: 2px;
}

.price-container{
    height: 110px;
}

.price-input label{
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 5px 15px;
    width: 100%; /* Adjust width as needed */
}

.input-wrapper span {
    margin-right: 5px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.input-wrapper input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    width: 100%;
}

.input-wrapper input::placeholder {
    color: #000;
}

@media only screen and (max-width: 1725px) {
    .price-input input {
        width: 60px !important;
    }
}

@media only screen and (max-width: 1540px) {
    .price-input input {
        width: 50px !important;
    }
}

@media only screen and (max-width: 1449px) {
    .price-input input {
        width: 70px !important;
    }
}

.banner-video-section{
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}

.video-player{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0px;
}

.banner-video-section .v-title{
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    max-width: 90%;
}

.banner-video-section .v-subtitle{
    font-size: 18px;
    max-width: 800px;
    text-align: center;
    color: white;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.image__slider .owl-stage{
    margin: 0 auto;
}

.banner-section-title{
    padding-left: 40px;
}

.four-in-line-images-container{
    margin: 40px 0;
}

.multiple-images-container{
    margin: 20px 0;
}

@media only screen and (max-width: 1202px) {
    .banner-section-title {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section-title {
        padding-left: 5px;
    }
}

.owl-carousel .owl-item img{
    /*max-height: 600px;*/
    width: 100%;
}

.gjs-cell{
    display: table-cell !important;
}

.flex-wrapper-main {
    display: flex;
    min-height: 100dvh;
    flex-direction: column;
}

.max-w-\[1530px\],
.max-w-\[2560px\]{
    width: 100%;
}

body{
    height: 100dvh;
}

.banner-video-section div.overlay{
    display: none;
}

/*ERROR popup*/
.error-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #47272344;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.error-popup-content {
    background: #fff;
    color: #000;
    padding: 35px;
    width: 500px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.error-popup-content .error-title{
    font-size: 26px;
    text-align: left;
}

.error-popup-content p.error-text-replace {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
}

.close-popUp-btn {
    position: absolute;
    right: 20px;
    top: 3px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
}

.b-s-disabled{
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .error-popup-content{
        margin: 0 20px;
    }
}

.section.dropdown-tabs {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.dropdown-tabs .section-header {
    font-weight: bold;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.dropdown-tabs .section-header img{
    height: 100%;
    width: 24px;
}

.dropdown-tabs .section-content {
    padding: 15px 0;
    text-align: justify;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

form#data-form {
    margin-top: 20px;
}

/*BLOG-template START*/
.img-center-container img.center-img{
    margin-left: auto;
    margin-right: auto;
}
h3.main-title{
    text-align: center;
}
div.blog-data-time{
    padding-bottom: 20px;
    color: #878787;
    font-size: 15px;
}
div.double-img{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
div.double-img img{
    width: calc(50% - 8px);
}
div.p-large{
    font-size: 24px;
    line-height: 140%;
    padding-top: 48px;
    padding-bottom: 32px;
    font-weight: 200;
}
div.p-small{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 40px;
}
p.img-caption{
    margin-top: 15px;
    margin-bottom: 40px;
    border-left: 2px solid #000;
    padding-left: 10px;
}
div.p-quotes{
    font-weight: bold;
    border-left: 2px solid #000;
    padding-left: 25px;
    margin-bottom: 40px;
}
h3.title-left{
    font-size: 28px;
    padding-bottom: 30px;
    padding-top: 48px;
    font-weight: bold;
}

div.border-separate{
    border-bottom: 1px solid #000;
}

div.p-small.two-columns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    text-align: justify;
}

.blog-container .cover-photo {
    max-width: 1176px;
    width: 100%;
}



@media screen and (max-width: 900px){
    div.double-img{
        flex-wrap: wrap;
    }
    h3.main-title{
        font-size: 32px;
    }
    div.p-small.two-columns{
        grid-template-columns: 1fr;
    }

    div.double-img img{
        width: 100%;
    }
}

/*BLOG-template END*/

.footer {
    margin-top: 20px;
}
div.space-article{
    padding-bottom: 45px;
}

main .divide-y .py-2{
    padding-top: 0; /*Filter padding*/
    padding-bottom: 0; /*Filter padding*/
}

/*Custom spacing*/
.custom-carousel-space-set{
    padding-top: 10px;
    padding-bottom: 20px;
}

.banner-show-container .md\:pb-\[95px\]{
    padding-bottom: 45px;
}

.banner-show-container .pb-\[100px\]{
    padding-bottom: 45px;
}
.custom-space-category-title{
    margin-bottom: 16px;
}

.close-banner-btn{
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #535353;
}

/* For /returns content */
.max-w-\[912px\].m-auto .OutlineElement span{
    display: flex;
    flex-wrap: wrap;
}

.basket-alert-message {
    margin-bottom: 25px;
    padding: 12px 16px;
    color: #FAF2F0;
    background-color: #F00000;
}

/* SIZE GUIDE TABLE */
.dataframe.size-chart-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.dataframe.size-chart-table tr{
    background: #fff;
}

.dataframe.size-chart-table th,
.dataframe.size-chart-table td {
    border: 1px solid #000;
    padding: 10px 14px;
    text-align: center;
    font-size: 16px;
}

.dataframe.size-chart-table thead {
    background-color: #fbe5d6;
}

.dataframe.size-chart-table th {
    font-weight: bold;
    background-color: #fbe5d6;
    color: #333;
}

.best-price-badge {
    /* display: flex;
    flex-direction: row-reverse; */
    margin-bottom: 10px;
    margin-top: 10px;
}

/* .best-price-badge-mobile {
    margin-bottom: 10px;
    display: none;
}
 */

@media screen and (max-width: 1201px){
    /* .best-price-badge {
        display: none;
    } */

    /* .best-price-badge-mobile {
        display: block;
    } */
}

@media only screen and (max-width: 768px) {
    .gjs-cell {
        width:100%;
        display: contents !important;
    }
}

.multiple-images-container .banner-section-title{
    padding-bottom: 20px;
}

.img-center-w-title .explore-btn{
    justify-content: center;
}

.img-center-w-title .content-on-img{
    z-index: 99;
    text-align: center;
}

.hero2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hero2__item {
  position: relative;
  overflow: hidden;

}


.hero2__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4; /* taller than wide */
  background: #eee;
}

.hero2__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills & crops, no distortion */
}


.hero2__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 28px;
  pointer-events: none;
}

.hero2__text {
  max-width: 75%;
  color: #fff;
  pointer-events: none;
}

.hero2__eyebrow {
  margin: 0 0 6px;
  font: 600 12px/1.2 system-ui, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .9;
}

.hero2__title {
  margin: 0;
  text-transform: uppercase;
}

.hero2__arrow {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  pointer-events: all;
}

.hero2__arrow svg {
  width: 32px;
  height: 32px;
}

.hero2__item {
  overflow: hidden; 
}

.hero2__img img {
  transform: scale(1);
  transition: transform 400ms ease;
}

.hero2__item:hover .hero2__img img {
  transform: scale(1.06);
}

@media (max-width: 768px) {
  .hero2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero2__title {
    font-size: 26px;
    line-height: 1.1;
  }
}
.cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: calc(3 * 650px + 2 * 24px); 
  margin: 0 auto; 
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1023px) {
  .cards3 {
    display: block; 
  }
}


.cards3__item {
  display: block;
  color: inherit;
  text-decoration: none;
}

.cards3__media {
  position: relative;
  overflow: hidden;
  background: #eee;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.cards3__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.cards3__item:hover .cards3__img {
  transform: scale(1.05);
}

.cards3__logo {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 80px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

.cards3__title {
  margin: 16px 2px 0;
  font-weight: 600;
  font-size: 20px;
  font-family: "Helvetica", sans-serif;
}

.cards3 .owl-stage {
  display: flex;
  justify-content: center;
}

.cards3 .owl-item {
  display: flex;
  justify-content: center;
}

.cards3 .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
}

.cards3 .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  transition: all 0.2s ease;
}

.cards3 .owl-nav button:hover {
  background: #333;
  color: #fff;
}

.cards3 .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.highlighted-no {
    margin-left: 300px;
    padding-right: 60px;
}

.highlighted-yes {
    margin-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1200px) {
    .highlighted-no {
        margin-left: 210px;
    }
}

@media (min-width: 1450px) {
    .highlighted-no {
        margin-left: 340px;
    }
}

@media (min-width: 1680px) {
    .highlighted-no {
        margin-left: 370px;
    }
}

/* .circle-sketch-highlight{
  position:relative;
    left:0.5em;
  
} */
.circle-sketch-highlight {
  position: relative;
  display: inline-block; /* wraps text on multiple lines */
  z-index: 0;
  padding: 0.15em 0.4em; /* extra space for the oval */
}

.circle-sketch-highlight::before,
.circle-sketch-highlight::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.25em;
  width: calc(100% + 0.5em); 
  border: 2px solid #ff0303;
  border-radius: 50%;
  opacity: 0.7;
  box-sizing: border-box;
}

.circle-sketch-highlight::before {
  top: -0.2em;
  height: calc(100% + 0.25em);
  border-right-color: transparent;
  transform: rotate(2deg);
}

.circle-sketch-highlight::after {
  top: -0.05em;
  height: calc(100% + 0.45em);
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(-1deg);
}
