
:root{
    --color-primary: #F3F3F3;
    --color-black: #292D32;
    --color-secondary: #8AA8AB;
}

body{
    font-family: 'Poppins', sans-serif;
    color: var(--color-black);
}

body a{
    color: var(--color-black);
    text-decoration: none;
}

body a:hover{
    color: var(--color-secondary);
}

.anim, .anim :where(path,svg,circle){
    transition: all .2s ease-in-out;
}

.header-top{
    background: var(--color-primary);
    padding: 5px 0;
}
.top-link{
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.top-separator{
    height: 16px;
    width: 1px;
    background: #ccc;
}
.header-top-inner{
    gap: 21px;
}
.top-link.d-flex{
    gap: 5px;
}
.top-link:is(:hover,:focus){
    color: var(--color-secondary);
}
.top-link:is(:hover,:focus) path{
    fill: var(--color-secondary);
}
.cart-count{
    width: 17px;
    height: 17px;
    background: var(--color-secondary);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    line-height: 17px;
    top: -3px;
    left: -5px;
}
.header-search{
    width: 100%;
    max-width: 631px;
}
.header-mid{
    padding: 20px 0;
}
.search-input{
    border: 1px solid #D4D4D4;
    border-radius: 0 !important;
    height: 38px;
    padding: 8px 33px 8px 11px;
}
.search-button{
    border: 1px solid #D4D4D4;
    border-left: none;
    width: 38px;
    height: 38px;
    background: #fff;
}
.search-button:hover{
    background: #D4D4D4;
}
.search-button:hover path{
    stroke: #fff;
}
.profile-dropdown .dropdown-toggle::after{
    display: none !important;
}
.header-icons{
    gap: 17px;
}
.header-icons :where(.dropdown-toggle, .fav-link,#cart-icon){
    width: 24px;
    height: 24px;
}
.header-icons a:hover path{
    stroke: var(--color-secondary);
}
.header-bottom{
    background: var(--color-primary);
    padding: 10px 0;
}
.bottom-link{
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.bottom-link:hover{
    color: var(--color-secondary);
}
.header-bottom-inner{
    gap: 30px;
}
.header-icons{
    margin-left: 55px;
}
.children-cats{
    background: #fff;
    left: 0;
    top: 142px;
    z-index: 10;
    padding: 24px 0;
    min-height: 400px;
}
.children-cats .container{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.child-card{
    max-width: 75px;
    gap: 7px;
    font-size: 11px;
}
.child-card img{
    /* background-color: var(--color-primary); */
    aspect-ratio: 1;
    object-fit: contain;
}
.header-mid-inner{
    gap: 30px;
}
footer{
    padding: 60px 0 33px 0;
}
.footer-inner{
    gap: 72px;
}
.footer-menu{
    width: 100%;
    max-width: 160px;
}
.footer-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 22px;
}
.footer-link{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.footer-link:is(:hover,:focus){
    color: var(--color-secondary);
}
.footer-link.d-flex{
    gap: 9px;
}
.footer-link.d-flex:is(:hover,:focus) path{
    fill: var(--color-secondary);
}
.contacts .footer-menu-body{
    gap: 17px;
}
.footer-menu.payments{
    max-width: 246px;
}
.footer-top{
    padding-bottom: 88px;
}
.footer-bottom{
    border-top: 1px solid #ccc;
    padding-top: 16px;
}
.copyright-and-data{
    gap: 10px;
}
.copyright-and-data :where(div, a){
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.copyright-and-data a:hover{
    color: var(--color-secondary);
}
.footer-socials{
    gap: 3px;
}
.footer-social{
    background: var(--color-black);
    width: 25px;
    height: 25px;
}
.footer-social:is(:hover,:focus){
    background: var(--color-secondary);
}
.footer-social.ig:is(:hover,:focus) :where(path:nth-child(2), path:nth-child(3)){
    fill: var(--color-secondary);
}
.footer-social.yt:is(:hover,:focus) :where(path:nth-child(2)){
    fill: var(--color-secondary);
}
.carousel-indicators{
    position: initial !important;
    margin-top: 10px;
    margin-bottom: 0;
    gap: 3px;
}
#myCarousel .carousel-indicators [data-bs-target]{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid var(--color-black);
    opacity: 1 !important;
    transition: all .3s ease-in-out;
    margin: 0;
}

#myCarousel .carousel-indicators .active{
    background: var(--color-black);
}

.overlay{
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.carousel-caption{
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50% !important;
    right: unset !important;
}
.carousel-caption h2{
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
    font-size: 45px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 0;
}
.carousel-caption{
    max-width: 550px;
    width: 100%;
    height: fit-content;
}
.carousel-caption p{
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}
.carousel-inner,.carousel-inner img{
    min-height: 450px;
}
.carousel-inner img{
    object-fit: cover;
    object-position: center;
}
.newsletter-section{
    padding: 76px 0 46px 0;
    background-color: #8ba8ac;
}
.newsletter-bg{
    background-size: 100%;
    opacity: .1;
    background-image: url("/img/newsletter_bg.png");
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.newsletter-text{
    max-width: 520px;
    width: 100%;
}
.newsletter-text h2{
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.newsletter-subtitle{
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
}
.newsletter-section .container{
    z-index: 2;
}
.newsletter-inner{
    gap: 54px;
}
.newsletter-form-wrapper{
    width: 100%;
    max-width: 631px;
}
.custom-input{
    border: 2px solid #FFF;
    background: var(--color-secondary);
    padding-left: 22px;
    padding-right: 22px;
    height: 47px;
    width: 100%;
    max-width: 487px;
}
.custom-input, .custom-input::placeholder{
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 125%;
}
.newsletter-row .mb-3{
    margin-bottom: 0 !important;
    width: 100%;
}
.btn-subscribe{
    border: 2px solid #FFF;
    background: #FFF;
    height: 47px;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    padding: 14px 16px;
    border-left: none;
}
.btn-subscribe:is(:hover,:focus){
    background: var(--color-secondary);
    color: #fff;
}
.checkbox-row{
    margin-top: 18px;
    padding-left: 8px;
}
.custom-checkbox{
    border: 2px solid #FFF;
    background-color: var(--color-secondary);
    border-radius: 0 !important;
    margin-left: -28px !important;
}
.checkbox-row label{
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
}
.checkbox-row label a{
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}
.checkbox-row .form-check{
    padding-left: 33px !important;
}
.footer-menu-container{
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 30px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.footer-menu img{
    max-width: 100%;
}
.pros{
    padding: 78px 0 100px 0;
}
.pro-card{
    gap: 16px;
}
.prod-card-head{
    gap: 12px;
}
.prod-card-head img{
    max-width: 35px;
}
.card-name{
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
}
.pro-card-body{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.pros .row{
    row-gap: 34px;
}

.cat-card{
    max-width: 273px;
    width: 100%;
    gap: 12px;
}
.cat-card img{
    max-width: 273px;
    width: 100%;
    height: 328px;
}
.cat-card-outer{
    padding-right: 27px;
}
.subcat-link{
    color: #676767;
    font-size: 12px;
    font-weight: 300;
}
.slider-subcats span{
    margin: 0 6px;
    color: #676767;
    font-size: 12px;
    font-weight: 300;
}
.category-slider-section.first{
    padding: 25px 0;
}
.category-slider-section.first{
    padding: 11px 0 54px 0;
}
.slider-title{
    margin-bottom: 11px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.cat-card:hover .cat-card-name{
    color: var(--color-secondary);
}
.cat-card:hover img{
    scale: 1.1;
}
.next-arrow{
    transform: translateY(-50%);
    top: 50%;
    right: -33px;
    width: 24px;
    height: 24px;
}
.slider-arrow{
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 10;
    padding: 0;
}
.next-arrow:hover path{
    fill: var(--color-secondary);
}
.prod-card,.pros-card .prod-card-img{
    max-width: 273px;
    width: 100%;
}
.prod-card-img{
    height: 328px;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}
.prod-card{
    gap: 12px;
    border: 1px solid #eee;
    padding: 10px;
}
.prod-card-name{
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.size-datas{
    gap: 12px;
}
.size-data{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    gap: 5px;
    margin-bottom: 5px;
}
.length img{
    transform: rotate(90deg);
}
.width img{
    transform: rotate(45deg);
}
.prod-price{
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}
.discount-price{
    margin-top: 0 !important;
    color: #dc3545;
    text-decoration: line-through;
    top: 5px;
    right: -15px;
    transform: rotate(3deg);
}
.w-fit-content{
    width: fit-content;
}
.color-vars{
    gap: 5px;
    margin-top: 10px;
}
.color-var-img,.color-var-img img{
    width: 31px;
    height: 29px;
    object-fit: contain;
    object-position: center;
}
.card-shippingin{
    gap: 10px;
    color: #548E60;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    margin-top: 9px;
}
.highlighteds{
    padding: 54px 0 44px 0;
}
.news-card{
    width: 273px;
    max-width: 100%;
    gap: 19px;
}
.news-img-wrapper, .news-card-img{
    max-width: 273px;
    width: 100%;
    height: 235px;
}
.news-card-name{
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
}
.news-card-lead{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.news-card:is(:hover,:focus) :where(.news-card-name,.news-card-lead){
    color: var(--color-secondary)
}
.news-card:is(:hover,:focus) .news-card-img{
    scale: 1.1;
}
.blog-section{
    padding-bottom: 66px;
}
.opinions-section{
    background: #f3f3f3;
    padding: 47px 0 50px 0;
}
.opi-count{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 28px;
}
.slider-wrapper:not(.opinions) .slick-prev{
    display: none !important;
}
.opi-outer{
    padding-right: 33px;
}
.opi-card{
    max-width: 268px;
    width: 100%;
    gap: 55px;
}
.opi-content{
    font-size: 12px;
    font-weight: 300;
    line-height: 105%;
    height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.accordion-icon img{
    max-width: 20px;
    width: 100%;
}
.opi-rating-and-name{
    gap: 20px;
}
.opi-rating{
    gap: 4px;
}
.opi-rating img{
    width: 16px;
    height: 16px;
}
.opi-sender{
    width: fit-content;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.prev-arrow svg{
    transform: rotate(180deg);
}
.products-category-view{
    padding-top: 17px;
}
.main-h1{
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 13px;
}
.category-lead{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.prod-cat-head{
    margin-bottom: 20px;
    max-width: 785px;
    width: 100%;
}
.sub-categ{
    max-width: 126px;
    width: 100%;
}
.categ-name{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.categ-img{
    max-width: 126px;
    width: 100%;
    object-fit: contain;
}
.cat-page-subcats .row{
    align-items: stretch;
    row-gap: 10px;
}
.cat-page-subcats .inner{
    border: 1px solid #eeeeee;
    padding: 10px;
    height: 100%;
}
.sub-categ:is(:hover,:focus) .categ-name{
    color: var(--color-secondary);
}
.sub-categ:is(:hover,:focus) .categ-img{
    scale: 1.1;
}
.breadcrumb{
    margin-top: 13px;
}
.breadcrumb-item a,.breadcrumb-item + .breadcrumb-item::before{
    color: #B8B8B8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    height: 24px !important;
    display: flex;
}
.breadcrumb-item.active{
    font-weight: 700 !important;
    color: #B8B8B8 !important;
    font-size: 13px !important;
}
.category-page-content{
    border-top: 1px solid #f3f3f3;
    padding-top: 17px;
}
.products-list-header{
    padding-bottom: 10px;
}
.prod-count{
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
.cat-page-subcats{
    padding-bottom: 38px;
}
.filter-dropdowns-container{
    gap: 16px;
}
.form-select.custom-dropdown{
    border: 1px solid #E0E0E0;
    padding: 8px 30px 8px 14px;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
    background-image: url("/img/dropdown_arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center right 11px !important;
    cursor: pointer;
    border-radius: 0 !important;
}
.form-select.custom-dropdown:focus{
    box-shadow: none;
}
.custom-dropdown button{
    padding: 0;
}
.products-list{
    row-gap: 26px;
}
.price-input{
    max-width: 98px;
    width: 100%;
    border: 1px solid #CBCBCB;
    background: #fff;
    padding: 4px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.price-inputs{
    gap: 4px;
    margin-bottom: 28px;
}
.price-inputs span{
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    width: 15px;
    text-align: center;
}
.accordion-item{
    border: 1px solid #CBCBCB;
    border-radius: 0 !important;
    background: #F9F9F9;
    box-shadow: none !important;
}
.accordion-header button,
.accordion-button:not(.collapsed),
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed{
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    background: #F9F9F9;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    border-bottom: 1px solid #CBCBCB;
}
.filters-wrapper{
    row-gap: 6px;
}
.check-filter{
    width: fit-content;
}
.filter-sec-title{
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: normal;
}
.pagination{
    justify-content: end;
    gap: 14px;
}
.pagination > li > a, .pagination > li > span{
    border: none !important;
    color: #292D32 !important;
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background-color: var(--color-secondary) !important;
    color: #fff !important;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px !important;
}
.next a:hover path,.prev a:hover path,.first a:hover path,.last a:hover path{
    fill: #fff;
}
.prev{
    margin-right: 35px
}

.next{
    margin-left: 35px
}

.price-slider .noUi-handle {
   border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-black);
}
.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}

.noUi-connect{
    height: 2px;
    background: #000;
    border: none;

}
.noUi-base{

}
.noUi-connects{
    margin-left: 5px;
}
.noUi-connects,.noUi-target{
    border: none;
    background: transparent;
    box-shadow: none !important;
}
.noUi-target{
    height: 2px;
    background: #000;
    border: none;
}
.price-slider{
    max-width: 219px !important;
}
.noUi-tooltip{
    color: #292D32;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.price-slider .noUi-handle {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-black);
    top: 50%;
    transform: translateY(-50%);
}
.open-filter{
    border: 1px solid #E0E0E0;
    max-width: 151px;
    width: 100%;
    padding: 7px 9px;
    gap: 7px;
    color: #292D32;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
    background: transparent;
}
.open-filter:hover{
    background: var(--color-secondary);
    color: #fff;
}
.open-filter:hover path{
    fill: #fff;
}
.product-gallery{
    max-width: 800px;
    width: 100%;
    gap: 9px;
}
.main-img-container{
    background: #fff;
    padding: 95px 0px;
    text-align: center;
}
.prod-gallery img{
    max-width: 110px;
}
.prod-gallery{
    gap: 20px;
    padding: 0 18px;
}
.products-top{
    gap: 20px;
}
.prod-name{
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.products-details{
    width: 100%;
    max-width: 400px;
}
.prod-itemnum{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 5px;
}
.prod-rating{
    gap: 20px;
    margin-bottom: 13px;
}
.prod-rating .stars{
    gap: 4px;
}
.prod-rating .stars img{
    width: 16px;
    height: 16px;
}
.rating-count{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline !important;
}
.shipping-info{
    background: #F9F9F9;
    padding: 15px 45px 15px 20px;
    gap: 21px;
    margin-bottom: 5px;
}
.shipping-info-text .main{
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}
.shipping-info-text .sub-text{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.specifications{
    background: #F9F9F9;
    padding: 16px 50px 20px 23px;
    gap: 9px;
    margin-bottom: 12px;
}
.spec-element{
    gap: 26px;
}
.spec-body{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.has-menu{
    cursor: pointer;
}
.var-container{
    background: #F9F9F9;
    margin-bottom: 19px;
}
.var-header{
    border-bottom: 1px solid #fff;
    padding: 11px 16px 11px 18px;
    font-size: 13px;
    font-weight: 400;
}
.has-menu:hover .var-arrow path{
    fill: var(--color-secondary);
}
.var-wrapper{
    padding: 9px 18px;
    gap: 15px;
    flex-wrap: wrap;
}
.color-list-link{
    max-width: 93px;
    overflow: hidden;
    border: 1px solid transparent;
}
.color-list-link.selected{
    border-color: var(--color-secondary) !important;
}
.color-list-link img{
    max-width: 93px;
    width: 100%;
    background-color: #fff;
}
.color-list-link:hover img{
    scale: 1.1;
}
.popup-menu{
    position: fixed;
    right: -100%;
    width: 100%;
    max-width: 50vh;
    top: 50px;
    background: #f9f9f9;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    overflow-x: auto;
    height: 80%;
}
.popup-menu.active{
    right: 0;
}
.popup-title{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding: 18px 20px;
}
.close-popup{
    display: block;
    text-align: center;
    background: var(--color-secondary);
    cursor: pointer;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: auto;
    border: 2px solid var(--color-secondary);
    color: #fff;
}
.close-popup:hover{
    color: var(--color-secondary);
    background: #fff;
}

.amount-and-cart{
    gap: 7px;
}
.products-view .addToCart-button{
    background: var(--color-secondary);
    color: #fff;
    text-align: center;
    max-width: 267px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 68px;
    border: 1px solid var(--color-secondary);
    height: 58px;
}
.products-view  .addToCart-button:hover{
    color: var(--color-secondary);
    background: #fff;
}
.amount-btn{
    width: 24px;
    height: 24px;
    padding: 0 !important;
    border: none;
    background: transparent;
    box-shadow: none;
    z-index: 99;
}
.input-group-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: auto 0;
}
.products-view .bootstrap-touchspin{
    background: #F9F9F9;
    padding: 14px 16px;
    max-width: 126px;
    min-width: 126px;
    width: 100%;
    height: 58px;
    justify-content: space-between;
}
.products-view #shopcartproducts-amount{
    background: transparent;
    padding: 0 !important;
    font-size: 20px;
    color: var(--color-black);
    font-weight: 600;
    line-height: normal;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 70px;
}
.products-view .field-shopcartproducts-amount{
    margin-bottom: 0 !important;
    height: 58px;
}
.products-view h2{
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.overview h2{
    margin-bottom: 14px;
}
.overview-card{
    background: #F9F9F9;
    padding: 24px 18px;
    gap: 26px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.overview{
    margin-bottom: 37px;
}
.products-view .container:before, .products-view .container:after{
    display: none !important;
}
.tocartvariable-box .col-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.prop-row{
    padding: 16px 17px 10px 17px;
}
.property-label{
    color: #6A6A6A;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
}
.property-value{
    color: #292D32;
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
}
.prop-row.odd{
    background: #f9f9f9;
}
.properties-and-params h2{
    margin-bottom: 18px;
}
.overview .row{
    row-gap: 9px;
}
.more-information{
    padding-top: 53px;
}
.more-information h2{
    margin-bottom: 37px;
}

.more-information .accordion-button{
    display: flex;
    gap: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    background: #fff !important;
}
.more-information .accordion-button:focus{
    box-shadow: none !important;
}
.more-information .accordion-item{
    border-color: #F9F9F9;
}
.more-information .accordion-body{
    flex: 1;
    font-size: 14px;
    color: #7C7F85;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    background: #fff !important;
}
.more-information .accordion-body img{
    max-width: 220px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
}
.video-section{
    padding-top: 38px;
}
.video-section h2{
    margin-bottom: 24px;
}
.video-section :where(img,iframe){
    max-width: 100%;
    width: 100%;
    height: 294px;
    object-fit: cover;
}
.gif-container, .youtube-container{
    max-width: 599px;
    height: 294px;
    width: 100%;
    background: #F9F9F9;
}
.video-section .row{
    row-gap: 14px;
}
.prod-fabric{
    padding-top: 40px;
}
.prod-fabric h2{
    margin-bottom: 17px;
}
.fabric-wrapper{
    gap: 44px;
}
.fabric-wrapper h3{
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 700;
}
.fabric-desc{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.fabric-body{
    max-width: 307px;
}
.fabric-wrapper img{
    max-width: 242px;
    width: 100%;
}
.prod-fabric .row{
    row-gap: 14px;
}
.param-row{
    border-bottom: 1px solid #f9f9f9;
    padding: 9px 17px 14px 17px;
}
.param-row:last-child{
    border-bottom: none;
}
.param-label{
    color: #6A6A6A;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
}
.param-value{
    color: #292D32;
    font-size: 11px;
    font-weight: 500;
    line-height: 100%;
}
.relateds-section{
    padding-top: 44px;
}
.relateds-section .row{
    row-gap: 29px;
}
.relateds-section h2{
    margin-bottom: 18px;
}
.prod-opinions{
    padding-top: 53px;
}
.prod-opinions .row{
    row-gap: 36px;
}
.prod-opinions .rating-header-row{
    margin-bottom: 24px;
}
.opi-summary{
    gap: 23px;
    margin-bottom: 27px;
}
.avg-rating{
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    gap: 6px;
}
.avg-rating img{
    width: 16px;
    height: 16px;
}
.sum-rating-count{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.rating-header{
    gap: 37px;
    margin-bottom: 7px;
}
.rating-sender{
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}
.user-status,.rating-create-date{
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
}
.rating-stars{
    gap: 3px;
    margin-bottom: 20px;
}
.rating-stars img{
    width: 7px;
    height: 7px;
}
.rating-comment{
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    max-width: 572px;
    width: 100%;
}
.load-more-btn{
   border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    color: #fff;
    padding: 15px 47px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 44px;
    max-width: 220px;
    cursor: pointer;
}
.load-more-btn:is(:hover,:focus){
    color: var(--color-secondary);
    background: #fff;
}
.last-seen-products{
    padding-top: 44px;
}
.last-seen-products h2{
    margin-bottom: 18px;
}
.last-seen-products .row{
    row-gap: 28px;
}
.fav-button{
    box-shadow: none;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: rgba(217, 217, 217, 0.50);
    top: 11px;
    right: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
}
.fav-button :where(svg,path){
    width: 22px;
    height: 22px;
}
.fav-button:hover,.fav-button.onlist {
    background: var(--color-secondary);
}
.fav-button:hover path,.fav-button.onlist path{
    stroke: #FFD1DC;
}
.logout-btn{
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 !important;
}
.btn-login{
    border: 2px solid var(--color-secondary) !important;
    background: var(--color-secondary);
    color: #fff;
    transition: all .2s ease-in-out;
}
.btn-login:hover{
    color: var(--color-secondary);
    background: #fff;
}
.field-loginform-rememberme{
    display: flex;
    align-items: center;
}
.btn-send-rating{
    color: #fff;
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
}
.btn-send-rating:is(:hover,:focus){
    color: var(--color-secondary);
    background: #fff;
    border-color: var(--color-secondary);
}
.categories-btn button{
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}
.header-bottom-inner .dropdown-toggle::after{
    display: none !important;
}
.dd-main-cat{
    list-style-type: none;
}
@media(max-width: 1020px) and (min-width: 993px){

    .category-slider-section .container,
    .highlighteds .container,
    .blog-section .container,
    .opinions-section .container{
        overflow-x: hidden;
    }
}
.cursor-pointer{
    cursor: pointer;
}
.pic-search-icon{
    transform: translateY(-50%);
    top: 50%;
    right: 11px;
    z-index: 10;
}
.searchbar-wrapper input[type="text"]{
    height: 38px;
}
#img-upload {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: var(--color-black);
    background-color: #fff;
    border: 2px dashed var(--color-secondary);
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#img-upload:hover {
    background-color: var(--color-secondary);
    color: #fff;
    border-color: var(--color-secondary);
}

#img-upload:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.05);
    border-color: var(--color-secondary);
}

@media(min-width: 1299px){
    .container{
        max-width: 1199px !important;
    }
    .custom-col{
        max-width: 268px;
        width: 100%;
    }
    .pros .row{
        justify-content: space-between;
    }
}

@media(max-width: 1299px){
    .noUi-tooltip{
        font-size: 9px;
    }
    .price-slider {
        max-width: 190px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .noUi-handle-upper{
        margin-right: 8px;
    }
}

@media(max-width: 992px){
    .top-link{
        text-align: center;
    }
    .search-button{
        border: none;
        width: 24px;
        height: 24px;
    }
    .search-button:hover{
        background: #fff;
    }
    .search-button:hover path{
        stroke: var(--color-secondary);
    }
    .header-mid .container{
        position: relative;
    }
    .search-input{
        position: absolute;
        right: 12px;
        bottom: -58px;
        max-width: 300px;
        z-index: 11;
        background-color: #fff;
    }
    .pic-search-icon{
        transform: none;
        top: 26px;
        z-index: 21;
        right: 19px;
        display: none !important;
    }
    .show-pic-search {
        display: block !important;
    }
    .menu-open{
        cursor: pointer;
    }
    .menu-open:hover path{
        stroke: var(--color-secondary);
    }
    .header-icons{
        margin-left: 0;
    }
    .header-icons{
        gap: 29px;
    }
    .header-search{
        position: absolute;
        max-width: 250px;
        width: 100%;
        right: 0;
        top: 34px;
    }
    .header-search{
        order: 2;
    }
    .newsletter-section{
        padding: 25px 0 9px 0;
    }
    .newsletter-inner{
        max-width: 500px;
        gap: 12px;
        margin: 0 auto
    }
    .footer-separator{
        display: none;
    }
    .prev{
        margin-right: 0;
    }
    .next{
        margin-left: 0;
    }
    .pagination{
        gap: 8px;
    }
    .products-details{
        max-width: 100%;
    }
    .overview{
        margin-bottom: 23px;
    }
    .thumb-link{
        max-width: 100px;
    }
    .cpip-top{
        font-size: 15px !important;
    }
    .favlist-prod-addcart{
        font-size: 18px !important;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: left 0.3s ease;
        display: block !important;
        overflow-y: auto;
        padding: 20px;
    }

    .header-bottom.open {
        left: 0;
    }

    .header-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        display: none;
    }

    .header-overlay.active {
        display: block;
    }

    .menu-close {
        font-size: 28px;
        font-weight: bold;
        color: #000;
        border: none;
        background: transparent;
        margin-left: auto;
        display: block;
    }
    .bottom-link{
        font-size: 1rem;
        font-weight: 700;
    }
    .children-cats{
        position: relative !important;
        top: 0;
        min-height: unset;
    }
    .child-card{
        max-width: 150px;
        align-items: center;
    }
    .child-card img{
        max-width: 50px;
    }
    .dropdown-wrapper{
        width: 100%;
    }
    .multi-dropdown{
        width: 100%;
        background-image: url("/img/dropdown_arrow.svg");
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
    }
}


@media(max-width: 767px){
    .footer-inner{
        gap: 44px;
    }
    footer{
        padding: 47px 0 59px 0;
    }
    .footer-top{
        padding-bottom: 48px;
    }
    .footer-bottom{
        padding-top: 15px;
    }
    .footer-menu-container{
        display: grid !important;
        grid-template-columns: auto auto !important;
    }
    .footer-menu{
        max-width: 155px !important;
        width: 100%;
    }
    .pros{
        padding: 28px 0;
    }
    .category-slider-section.first{
        padding: 21px 0;
    }
    .category-slider-section.second{
        padding: 9px 0 50px 0;
    }
    .highlighteds{
        padding: 50px 0;
    }
    .blog-section{
        padding-bottom: 54px;
    }
    .opinions-section{
        padding: 42px 0 55px 0;
    }
    .filters-col {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        max-height: 80vh;
        background: #fff;
        z-index: 1050;
        transition: bottom 0.3s ease-in-out;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
        padding: 20px;
        overflow-y: auto;
        height: 80%;

    }

    .filters-col.active {
        bottom: 0;
    }

    .filter-overlay-close {
        display: block;
        text-align: center;
        background: var(--color-secondary);
        cursor: pointer;
        font-weight: bold;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: auto;
        border: 2px solid var(--color-secondary);
    }
    .filter-overlay-close:hover{
        color: var(--color-secondary);
        background: #fff;
    }

    .prod-gallery a {
        display: none !important;
    }

    .prod-gallery a:nth-of-type(-n + 3) {
        display: inline-block !important;
    }
    .products-view h1, .products-view h1{
        padding-top: 0 !important;
    }
    .fabric-wrapper{
        gap: 14px;
    }
    .relateds-section{
        padding-top: 36px;
    }
    .load-more-btn{
        margin: 33px auto 0 auto;
    }
    .favlist-prod-addcart{
        justify-content: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }
    .cart-prod-info-price{
        font-weight: 400 !important;
    }
    .head :where(.cart-prod-info-price,.cart-prod-info-size){
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .thumb-link{
        max-width: 100% !important;
    }
    .cart-total-row{
        width: 100% !important;
    }
    .cbx-label,.shipping-content-price{
        font-size: 14px !important;
    }
    .shipping-content-price{
        margin: 0 10px !important;
    }
    .shipping-payment-chks{
        min-width: 150px !important;
        margin-left: auto !important;
        margin-right: 15px !important;
    }
    .prod-card-img{
        height: 223px;
    }
    .prod-card, .pros-card .prod-card-img{
        max-width: 233px;
    }
}

@media(max-width: 576px){
    .carousel-caption h2{
        font-size: 30px;
        font-weight: 900;
        line-height: 100%;
    }
    .carousel-caption{
        max-width: 340px;
    }
    .carousel-inner, .carousel-inner img{
        min-width: unset;
        max-height: 450px;
    }
    .overlay{
        opacity: .3;
    }
    .checkbox-row{
        margin-top: 11px;
    }
    .btn-subscribe{
        border-left: 2px solid #fff;
    }
    .newsletter-text h2{
        font-size: 18px;
        margin-bottom: 9px;
    }
    .newsletter-subtitle{
        font-size: 12px;
    }
    .custom-input, .custom-input::placeholder{
        font-size: 12px;
    }
    .checkbox-row :where(label,a){
        font-size: 11px;
    }
    .footer-bottom-inner{
        flex-wrap: wrap;
        gap: 5px;
    }
    .header-icons{
        gap: 15px;
    }
    .pro-card{
        gap: 13px;
    }
    .opi-outer{
        padding-right: 95px;
    }
    .opinions .next-arrow{
        right: 0;
    }
    .opinions .prev-arrow{
        transform: translateY(-50%);
        /*top: 50%;*/
        right: 40px;
    }
    .opinions .slider-arrow{
        top: 28%;
    }
    .products-top.container{
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .products-details{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .main-img-container{
        padding: 21px 17px 13px 18px;
    }
    .product-gallery{
        gap: 0;
    }
    .products-view  .addToCart-button{
        padding: 15px;
    }
    .shipping-payment-chks .cbx-label{
        display: none !important;
    }
    .shipping-payment-chks{
        width: fit-content !important;
        min-width: unset !important;
    }
    .shipping-type-title{
        width: fit-content !important;
    }
    .header-bottom{
        width: 100%;
    }
    .color-list-link,.color-list-link img{
        max-width: 60px;
    }
}

@media(max-width: 410px){
    .pagination{
        gap: 0;
    }
}

/* PROFIL */

.profile-title {
    margin: 54px auto;
    color: var(--color-black);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.nav-tabs.tab-custom button {
    border: 1px solid var(--color-secondary);
    border-radius: 0;
    text-transform: uppercase;
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #FFFFFF;
    background-color: var(--color-secondary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 216px;
    height: 57px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.nav-tabs.tab-custom button.active, .nav-tabs.tab-custom button:hover {
    background-color: #FFFFFF;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.tab-custom-content {
    padding: 56px 15px 150px;
}

.profile-datas-sides {
    max-width: 76%;
    margin: 0 auto;
}

.profile-data-leftside, .profile-data-rightside {
    width: 50%;
}

.profile-data-block {
    margin-bottom: 33px;
    text-align: center;
}

.profile-data-title {
    color: var(--color-black);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.profile-data-value {
    color: var(--color-black);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.normalized-margin.buttons-block {
    margin-top: 2px;
}

.sent-title {
    color: var(--color-black);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.profile-inputs input {
    width: 407px;
    height: 57px;
    background: #D9D9D9;
    line-height: normal;
    border-radius: 0;
}

.profile-inputs input:focus {
    box-shadow: none;
    border: none;
    outline: 0;
    background: #D9D9D9;
}

.profile-inputs .form-group {
    margin-bottom: 10px;
}

.profile-inputs input, .profile-inputs input::placeholder {
    color: #1D1D1D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.nmr-margin {
    margin-top: 33px;
}


.ordered-products-row .table-bordered, .ordered-products-row .table-bordered>tbody>tr>td, .ordered-products-row .table-bordered>tbody>tr>th, .ordered-products-row .table-bordered>tfoot>tr>td, .ordered-products-row .table-bordered>tfoot>tr>th, .ordered-products-row .table-bordered>thead>tr>td, .ordered-products-row .table-bordered>thead>tr>th {
    border: 1px solid #f4f4f4;
}
.ordered-products-row .ordered-products-image {
    padding: 2px;
    width: 100px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.ordered-products-row .ordered-products-details {
    padding: 6px 11px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border: none !important;
}
.ordered-products-row .ordered-products-details .ord-brr {
    display: none;
}

.profile-order-wrapper {
    margin-bottom: 12px;
}

.profile-order-button {
    padding: 17px 54px 16px 54px;
    width: 100%;
    display: flex;
    color: #1D1D1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    gap: 8px;
}
.order-block-titles{
    gap: 8px;
}


.profile-order-button .po-chevron {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}

.profile-order-collapse .inner {
    border-radius: 0;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 14px;
    overflow: hidden;
}

.profile-order-button .po-chevron i {
    transition: transform 0.2s ease;
}

.profile-order-button:not(.collapsed) .po-chevron i {
    transform: rotate(-180deg);
}

.profile-order-collapse .price-col {
    display: flex;
    gap: 0 8px;
}

@media (max-width: 768px) {
    .profile-order-button {
        flex-direction: column;
    }

    #section-top-products .title-container {
        margin-top: 11px;
    }
}

@media (max-width: 576px) {
    .profile-order-collapse .inner {
        font-size: 12px;
    }

    .profile-order-collapse .price-col {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .profile-order-collapse table {
        font-size: 10px;
        min-width: auto !important;
    }

    .profile-order-collapse .td-image {
        width: 50px;
    }
}


.order-block-titles {
    padding-left: 54px;
    margin-bottom: 18px;
}

.order-block-title {
    color: #1D1D1D;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.c-tta {
    width: 310px;
    text-align: left;
}

.c-teta {
    width: 290px;
    text-align: left;
}

.c-dta {
    width: 200px;
    text-align: left;
}
@media (max-width: 991px) {

    .order-block-titles {
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .order-block-title {
        font-size: 21px;
    }
    .order-block {
        width: 100%;
    }
    .c-tta {
        width: 250px;
        text-align: left;
    }

    .c-teta {
        width: 200px;
        text-align: left;
    }

    .c-dta {
        width: 190px;
        text-align: left;
    }
    .profile-order-button {
        flex-direction: row !important;
    }
    .profile-order-button {
        padding: 14px 15px 13px 15px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .order-block-titles {
        padding-left: 5px;
        margin-bottom: 7px;
    }
    .order-block-title {
        font-size: 12px;
    }
    .profile-order-button {
        display: flex;
        align-items: center;
    }
    .profile-order-button .po-chevron {
        right: 9px;
    }
    .profile-order-button {
        padding: 12px 10px 11px 10px;
        font-size: 12px;
    }

    .c-tta {
        width: 35%;
    }

    .c-teta {
        width: 30%;
    }

    .c-dta {
        width: 30%;
    }
}

.cart-prod-info-delete, .cart-prod-info-delete-title {
    margin-left: auto;
}
@media (min-width: 1600px) {
    .ccs {
        max-width: 1560px;
    }
}

@media (max-width: 1599px) {
    .profile-datas-sides {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {
    .tab-custom-content {
        padding: 40px 15px 100px;
    }

    .profile-data-title {
        font-size: 21px;
    }

    .profile-data-value {
        font-size: 21px;
    }

    .profile-inputs input {
        width: 370px;
        height: 50px;
    }

    .sent-title {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .profile-inputs input, .profile-inputs input::placeholder {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .profile-datas-sides {
        gap: 50px;
    }

    .profile-data-leftside, .profile-data-rightside {
        width: 100%;
    }

    .tab-custom-content {
        padding: 40px 15px 100px;
    }

    .profile-data-title {
        font-size: 21px;
    }

    .profile-data-value {
        font-size: 21px;
    }

    .profile-inputs input {
        width: 370px;
        height: 50px;
    }

    .sent-title {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .profile-inputs input, .profile-inputs input::placeholder {
        font-size: 18px;
    }

    .nav-tabs.tab-custom {
        flex-direction: row !important;
    }

    .profile-data-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .tab-custom-content {
        padding: 30px 15px 60px;
    }

    .profile-title {
        margin: 21px auto;
        font-size: 24px;
    }

    .profile-data-title {
        font-size: 18px;
    }

    .profile-data-value {
        font-size: 18px;
    }

    .sent-title {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .profile-inputs input {
        width: 320px;
        height: 46px;
    }

    .nav-tabs.tab-custom {
        gap: 4px;
    }

    .nav-tabs.tab-custom button {
        width: 106px;
        height: 44px;
        font-size: 12px;
    }
}

/* PROFIL */

.modal .input-group-btn{
    width: fit-content;
}
.modal .file-preview .fileinput-remove{
    border: none;
    box-shadow: none;
    background: transparent;
}
.opi-thumb{
    max-width: 100px;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}