*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Assistant', sans-serif;
    outline: none !important;
}
.subcategories-item p, .woocommerce-loop-product__title, .price{
    direction: rtl !important;
}
.woocommerce-Tabs-panel p {
    text-align: right;
    font-size: 18px;
    line-height: 150%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    /*height: 30px;*/
    max-width: 130px;
}
body .special-tr button:before, .mobile-btn-check button:before{
    width: 30px !important;
    height: 30px !important;
}
#billing_address_1_field:before{
    top: 10px !important;
}
#billing_address_1{
    height: 120px !important;
    padding-bottom: 90px;
}
.button{
    text-decoration: none;
}
.flex-control-nav li{
    border: 1px solid #4EB1A8;
    border-radius: 10px;
}
.contacts-section{
    padding-top: 20px;
    padding-bottom: 100px;
}
.contacts-wrap{
    width: 100%;
    display: flex;
    margin-top: 40px;
}
.contacts-form-title h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
    color: #161616;
    margin-bottom: 25px;
}
.contacts-form{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 30px;
    padding: 40px 50px;
    padding-bottom: 20px;
    min-height: 650px;
    width: 540px;
}
.contacts-form input{
    background: #FFFFFF;
    border: 2px solid #2DB7C2;
    box-sizing: border-box;
    min-height: 50px;
    width: 100%;
    border-radius: 25px;
    text-align: right;
    padding-left: 20px;
    padding-right: 60px;
    margin-bottom: 25px;
    position: relative;
}
.contacts-form textarea{
    background: #FFFFFF;
    border: 2px solid #2DB7C2;
    box-sizing: border-box;
    min-height: 50px;
    width: 100%;
    border-radius: 25px;
    text-align: right;
    padding-left: 20px;
    padding-right: 60px;
    height: 120px;
    padding-top: 20px;
}
.wpcf7-form-control-wrap{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.wpcf7-form-control-wrap:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
        right: 20px;
        top: calc(50% - 21px);
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
}
.wpcf7-form-control-wrap:nth-child(1){
    float: left;
    width: 49%;
    margin-right: auto;
}
.wpcf7-form-control-wrap:nth-child(2){
    float: right;
    width: 49%;
    margin-left: auto;
}
.wpcf7-submit{
    position: relative;
    width: 170px;
    height: 50px;
    border-radius: 25px !important;
    background: #2DB7C2 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.wpcf7-submit{
    width: max-content;
    margin-top: 40px;
    margin-right: auto;
}
.wpcf7-submit{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.wpcf7-submit .wpcf7-submit{
    margin: 0 !important;
}
.wpcf7-submit:before{
    z-index: 9;
}
.contacts-page-slider{
    max-width: 1100px;
}
.contacts-slider-for{
    padding-top: 40px;
    padding-right: 80px;
    background-color: #fff;
    float: left;
    width: 50%;
    height: 100%;
    border-radius: 30px 0px 0px 30px;
    position: relative;
}
.contacts-slider-for:before{
    content: 'מידע';
    position: absolute;
    top: 40px;
    right: 80px;
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
}
.contacts-slider-nav{
    position: relative;
    float: right;
    width: 50%;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    padding-top: 40px;
    height: 100%;
    border-radius: 0px 30px 30px 0px;
    padding-top: 140px;
}
.contacts-slider-nav .slick-list{
    padding: 0 !important;
}
.contacts-slider-nav:before{
    content: 'סניפים';
    position: absolute;
    top: 40px;
    right: 80px;
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
    color: #fff;
}
.contacts-page-slider{
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 30px;
    width: 100%;
    margin-left: 60px;
}
.contacts-slider-for-slide{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 140px;
    position: relative;
    outline: none !important;
}
.slide-title h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
}
.slide-title{
    position: relative;
    margin-bottom: 50px;
}
.slide-title:before{
    content: '';
    position: absolute;
    height: 3px;
    width: 180px;
    background-color: #BDBDBD;
    bottom: -15px;
    right: 0;
}
.slide-social{
    margin-bottom: 65px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.slide-social a{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 144.99%;
    text-align: right;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.slide-social svg{
    margin-left: 15px;
}
.slide-time{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.time-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.time-item svg{
    margin-left: 15px;
}
.time-item:last-child{
    margin-right: 40px;
}
.contacts-slider-nav-slide{
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 50px;
    padding-top: 13px;
    padding-bottom: 16px;
    position: relative;
    max-width: 550px;
    outline: none !important;
}
.contacts-slider-nav-slide *{
    color: #fff;
}
.place-title{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 144.99%;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.place p{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 144.99%;
    margin-bottom: 10px;
}
.contacts-slider-nav-slide .time-item{
    margin-bottom: 10px;
}
.place-slide-title{
    position: absolute;
    content: '';
    left: 15px;
    bottom: 15px;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 144.99%;
}
.contacts-slider-nav .slick-current{
    background-color: #fff;
}
.contacts-slider-nav .slick-current *{
    color: #000;
}
@media (max-width: 1600px){
    .contacts-page-slider{
        max-width: 800px;
    }
}
@media (max-width: 1300px){
    .contacts-page-slider{
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .contacts-form{
        width: 100%;
    }
    .contacts-wrap{
        flex-direction: column;
    }
    .contacts-slider-nav-slide{
        max-width: 100%;
    }
    .contacts-slider-for{
        min-height: 734px;
    }
}
@media(max-width: 768px){
    .woocommerce-billing-fields{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .woocommerce-billing-fields .form-row input{
        padding-right: 40px !important;
    }
    .form-row input{
        height: 30px !important;
        min-height: 30px !important;
        border: 1px solid #2DB7C2 !important;
    }
    .checkbox label{
        font-size: 14px;
    }
    body .mobile-btn-check label:before{
        border-radius: 7px;
    }
    .form-row:before{
        width: 9px !important;
        height: 9px !important;
        background-size: cover;
        top: calc(50% - 5px) !important;
    }
    .contacts-slider-nav{
        display: none !important;
    }
    .contacts-slider-for{
        width: 100%;
        min-height: auto;
        border-radius: 30px;
        padding-right: 30px;
    }
    .slide-title{
        margin-bottom: 15px;
    }
    .slide-title:before{
        bottom: -5px;
    }
    .slide-social a{
        margin-bottom: 15px;
    }
    .slide-social{
        margin-bottom: 10px;
    }
    .contacts-form-title h2, .contacts-slider-for:before{
        font-family: Assistant;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #161616;
        right: auto;
        margin: auto;
        margin-bottom: 18px;
    }
    .contacts-slider-for{
        display: flex !important;
        justify-content: center;
    }
    .contacts-slider-for-slide{
        padding-top: 60px;
    }
    .wpcf7-form-control-wrap:nth-child(1), .wpcf7-form-control-wrap:nth-child(2){
        width: 100%;
        float: none;
        margin: auto;
    }
    .wpcf7-form-control-wrap input{
        min-height: 30px;
    }
    .contacts-form{
        min-height: auto;
    }
    .wpcf7-form-control-wrap:before{
        width: 12px;
    }
    .wpcf7-form-control-wrap:before {
        top: calc(50% - 19px);
    }
    .contacts-form{
        padding-left: 15px;
        padding-right: 15px;
    }
    .slide-title h2{
        font-family: Assistant;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }
    .slide-social a{
        font-size: 14px;
    }
    .slide-social svg{
        width: 20px;
    }
}
.mobile-cart-title{
    display: none;
}
.sub-menu > .mobile-cart-title{
    display: flex !important;
    justify-content: center;
}
.sub-menu{
    height: calc(100% - 110px);
    overflow: auto;
}
.mobile-menu-phone{
    color: #5EB7AF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: max-content;
    width: 130px;
    height: 25px;
    border-radius: 15px;
    padding-left: 13px;
    font-size: 14px !important;
    margin: auto;
    margin-top: 30px;
}
.mobile-menu-phone svg{
    margin-left: 6px;
}
.mobile-btn-check{
    display: flex;
    flex-direction: column;
    display: none;
}
body .mobile-btn-check label:before{
    width: 25px;
    height: 25px;
}
.mobile-btn-check button{
    margin-left: auto;
    margin-top: 40px !important;
}
.woocommerce-billing-fields{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 30px;
    padding: 40px 50px;
    padding-bottom: 20px;
    min-height: 650px
}
.woocommerce-billing-fields__field-wrapper{
    margin-top: 25px;
}
.checkout-title{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
    color: #161616;
}
.form-row{
    position: relative;
}
.form-row-first{
    float: left;
    margin-right: 4px;
    width: 49%;
}
.form-row-last{
    margin-left: 4px;
    width: 50%;
}
.form-row:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 20px;
    top: calc(50% - 9px);
}
#billing_address_1{
    height: 120px;
}
.woocommerce-checkout-review-order .table{
    padding-top: 40px;
    padding-right: 70px;
    min-height: 650px;
}
body .special-tr button, .mobile-btn-check button{
    position: relative;
    width: 170px;
    height: 50px;
    border-radius: 25px !important;
    background: #2DB7C2 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body .special-tr button:after, .mobile-btn-check button:after{
    position: absolute;
    content: 'אישור';
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    left: 40px;
}
body .special-tr button:before, .mobile-btn-check button:before{
    position: absolute;
    content: '';
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.form-row label{
    display: none;
}
body .checkout{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.checkout .thead .product-name{
    width: 400px;
}
.check-tr{
    flex-direction: row-reverse;
}
.checkbox{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-family: Assistant;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding-right: 15px;
    align-self: flex-end;
}
.checkbox input{
    margin-left: 20px;
    width: 30px;
    height: 30px;
}
.checkbox label{
    display: inline-block;
    position: relative;
    padding-right: 40px;
    line-height: 20px;
    cursor: pointer;
}
.checkbox label:before{
    content: "";
    position: absolute;
    right: -20px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 2px solid #2DB7C2;
    background-color: #ffffff;
}
.checkbox label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
     right: -15px;
    top: 1px;
    width: 20px;
    height: 10px;
    border-radius: 1px;
    border-left: 4px solid #2DB7C2;
    border-bottom: 4px solid #2DB7C2;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.checkbox input[type="checkbox"]:checked, 
.checkbox input[type="checkbox"]:not(:checked){
    display: none;
}
.woocommerce-checkout-review-order{
    width: 1100px;
    margin-right: 60px;
}
.col2-set{
    width: 540px;
}
.woocommerce-checkout-review-order .wac-qty-button{
    display: none;
}
body .woocommerce-checkout-review-order .product-thumbnail{
    max-width: 110px;
}
body .woocommerce-checkout-review-order .product-name{
    margin-right: 0px;
}
.product-thumbnail a{
    height: 50px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumbnail img{
    max-width: 100%;
    max-height: 100%;
}
.main-categories-item-img:hover .cat-white{
    display: flex !important;
    opacity: 1 !important;
    right: 0 !important;
    z-index: 1 !important;
}
.main-categories-item-img img{
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}
.footer-items li p{
    display: flex;
}
.has-text-align-right{
    direction: rtl;
    margin-bottom: 20px;
}
.checkout button + button {
    display: none;
}

.woocommerce-checkout-review-order button:first-child{
    display: none;
}
.price, .price *{
    font-family: 'Montserrat', sans-serif;
}
body .mobile-slide{
    display: none !important;
}
.woof_products_top_panel{
    display: none !important;
}
.about_item:before{
	content: '';
	position: absolute;
	top: -227px;
	right: 125px;
	width: 526px;
	height: 225px;
	background-image: url(../img/about.png);
	z-index: -1;
	opacity: .99;
}
.mobile-slide img:last-child{
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.entry-summary img{
    margin-top: -20px;
}
.mobile-cart-btns .quantity{
    display: none;
}
.sfsi_shortcode_container .sfsi_wicons{
    z-index: 0 !important;
}
.categories-item img{
    max-width: 150px;
    max-height: 150px;
}
.product-item-img{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    height: 240px;
    margin: auto;
}
.product-item .price{
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-item-img img{
    max-width: 100%;
    max-height: 100%;
}
.checkout-button{
    text-decoration: none;
}
.product-slider .quantity{
    display: none !important;
}
.product-slider .button{
    border: none !important;
}
.quantity input{
    border: 1px solid #4EB1A8;
    box-sizing: border-box;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 50px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.wac-qty-button{
    background-color: #2DB7C2;
    border: none;
    color: #fff !important;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0 !important;
}

.quantity{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-cart-btns .qib-container{
    display: none !important;
}
.member-card-form .close{
    display: flex;
}
.woocommerce-product-gallery__image{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.woocommerce-product-gallery__image a{
    width: 100% !important;
    height: 400px;
     display: flex !important;
    justify-content: center;
    align-items: center;
}
.flex-active-slide{
    margin-right: 20px;
}
.product-info .product-title{
    max-width: 100%;
}
.woocommerce-loop-product__title{
    margin-top: 10px !important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_){
    display: flex;
    align-items: center;
}
.product-item .price span *{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cat-white{
    opacity: 0;
    z-index: -1;
    display: none;
    transition: .5s all;
}
.categories-item:hover .cat-white{
    opacity: 1;
    position: static;
    display: flex !important;
    z-index: 1;
}
.categories-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobile-cart-form{
    display: none;
}
p{
    margin-bottom: 0;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 100px;
    height: 100px;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    background-color: #fff;
    position: relative;
    z-index: 9999;
}
.product-section{
    background-color: #fff !important;
}
.header-navigations{
    display: flex;
    align-items: center;
}
.header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 230px;
    object-fit: cover;
    margin-right: 25px;
}
.header-logo img{
    width: 100%;
}
header, section{
    background-color: #F3F4F9;
}
.menu ul{
    display: flex;
    list-style: none;
    align-items: center;
    width: 500px;
    justify-content: space-between;
}
.menu a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #171717;
    text-decoration: none;
    transition: .5s all;
}
.menu a:hover{
    color: #4EB1A8;
}
.menu li:first-child a{
    padding: 13px 50px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 49.5px;
    color: #fff;
    transition: .5s all;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    padding: 13px 50px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 49.5px;
    color: #fff;
    transition: .5s all;
    margin-top: 20px;
    border-color: transparent;
}
.flex-viewport{
    max-width: 300px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background: linear-gradient(180deg, #9BD4CF 0%, #6BC5BC 100%);
}
.menu li:first-child a:hover{
    background: linear-gradient(180deg, #9BD4CF 0%, #6BC5BC 100%);
}
.header-special{
    display: flex;
    align-items: center;
}
.search-form{
    width: 350px;
    display: flex;
    align-items: center;
}
.search-form input{
    background-color: #FFFFFF;
    border: 1px solid #4EB1A8;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    padding-left: 30px;
}
.search-form button{
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    margin-left: -50px;
}
.header-special a{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 25px;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-left: 38px;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
}
.header-special a img{
    margin-left: 20px;
}
.header-slider{
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.header-slider:before{
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    background: linear-gradient(90deg, #DFE9EE 0%, rgba(255, 255, 255, 0) 88.5%);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.header-slider:after{
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    background: linear-gradient(90deg, #DFE9EE 0%, rgba(255, 255, 255, 0) 88.5%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    top: 0;
    bottom: 0;
    right: 0;
}
.header-content{
    /* min-height: calc(100vh - 100px); */
    max-width: 100%;
    margin-top: 30px;
}
.header-slider .slick-list{
    padding-top: 30px !important;
}
.header-slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    outline: none;
    margin: 0 auto; 
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    max-height: 850px;
    border-radius: 10px;
}
.header-slider .slick-current{
    margin-top: -30px;
    margin-left: 0;
    margin-right: 0;
}
.header-slide img{
    max-width: 100%;
    height: 100%;
}
.filter-section{
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.filter-section form{
    display: flex;
    align-items: center;
}
.filter-section form:first-child button{
    padding: 13px 60px;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 27px;    
    margin-right: 90px;
    cursor: pointer;
}
.filter-section form:first-child button:hover{
    background: linear-gradient(180deg, #9BD4CF 0%, #6BC5BC 100%);
}
.price{
    display: flex;
    align-items: center;
}
.price input{
    background: #FFFFFF;
    border: 1px solid #4EB1A8;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #5E5F61;
    outline: none;
}
.price p{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-left: 10px;
}
.price img{
    margin-left: 20px;
    margin-right: 20px;
}
.brand-select{
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.brand-select p{
    margin-left: 10px;
}
body .nice-select{
    border: 1px solid #4EB1A8;
    box-sizing: border-box;
    border-radius: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 40px;
    padding-left: 50px;
    max-height: 50px;
    width: 260px;
    justify-content: flex-end;
}
body .nice-select:after{
    left: 40px;
    right: auto;
    border-bottom: none;
    background-image: url(../img/svg/select.svg);
    border-right: none;
    width: 15px;
    height: 9px;
    transform: none;
}
body .nice-select.open:after{
    transform: rotate(180deg);
}
.filter-section .search-form{
    margin-left: 80px;
}
.filter-section .search-form button{
    background: #fff;
    position: relative;
    height: 50px;
    width: 50px;
    outline: none;
    border-radius: 25px 0px 0px 25px;
    border: 1px solid #4EB1A8;
    border-right: none;
    margin-left: 0;
}
.filter-section .search-form input{
    outline: none;
    text-align: right;
    padding-right: 30px;
    border-radius: 0px 25px 25px 0px;
    border-left: none;
}
.container{
    max-width: 1600px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
}
.about-section{
    padding-top: 100px;
    background-color: #f3f4f9;
}
.filter-section .container{
    display: flex;
    align-items: center;
}
.about-content{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
}
.about-content{
    display: flex;
    align-items: center;
}
.about-text{
    padding-bottom: 50px;
    padding-right: 55px;
    padding-left: 45px;
}
.about-text h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
    color: #161616;
    position: relative;
}
.about-text h2:before{
    position: absolute;
    content: '';
    right: 0;
    width: 275px;
    height: 3px;
    border-radius: 1px;
    background-color: #82C5BF;
    bottom: -20px;
}
.about-text p{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 40px;
    text-align: right;
    color: #161616;
    margin-top: 50px;
}
.main-categories-items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 130px;
}
.main-categories-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 80px;
    min-width: 450px;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
    transition: .5s all;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.main-categories-item-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-categories-item:hover{
    background-color: #6dbdb6;
    transition: .5s all;
}
.main-categories-item:hover p{
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
    transition: .5s all;
}
.main-categories-item:hover img:last-child{
    opacity: 1;
    display: block;
    right: 0;
    z-index: 1;
}
.main-categories-item:hover img:first-child{
    opacity: 0;
    display: none;
}
.main-categories-item-img img:last-child{
    opacity: 0;
    display: none;
}
.main-categories-item p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 63px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-left: 70px;
    margin-right: 30px;
}
.main-product{
    padding-top: 100px;
    padding-bottom: 60px;
}
.section-title h2{
    text-align: center;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
}
.main-product-items{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 70px;
    max-width: 1133px;
    margin: 0 auto;
}
body .main-product-item{
    max-width: 250px;
    display: flex !important;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 21px;
    text-decoration: none;
}
.product-title{
    max-width: 200px;
}
.product-title h3{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #000000;
    margin-top: 10px;
}
.product-price{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-top: 20px;
    margin-bottom: 12px;
}
.cart-btn, .add_to_cart_button{
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 27px;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 50px;
}
.add_to_cart_button:hover{
    background: linear-gradient(180deg, #9BD4CF 0%, #6BC5BC 100%);
}
.all-product-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Assistant;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background-color: #fff;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    max-width: 170px;
    border-radius: 27px;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
    min-height: 40px;
    margin: 0 auto;
}
.all-product-btn img{
    position: absolute;
    right: 0;
}
.features-section{
    padding-bottom: 125px;
}
.features-items{
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}
.features-item{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
    min-width: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    min-height: 440px;
}
.features-item-img{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.features-item-text p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #161616;
}
/* .contacts-slider .slick-list{
    overflow: visible;
} */
.contacts-slide{
    padding: 50px;
}
.chosen-container .chosen-drop{
    bottom: 100% !important;
    top: auto;
}
.contacts-img{
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    width: 100%;
    max-height: 750px;
    object-fit: cover;
    min-height: 500px !important;
}
.contacts-slide img{
    height: 100%;
    width: 100%;
}
.contacts-slider-navs{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 0px 0px 30px 30px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}
.phone-number{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}
.address{    
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #000000;
    max-width: 300px;
}
body .slick-dots li button:before{
    display: none;
}
body .slick-dots li button{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
body .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4EB1A8;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
    width: max-content;
    left: calc(50% - 75px);
    bottom: 80px;
}
body .slick-dots li{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
body .slick-dots li button{
    color: #fff;
}
body .slick-dots .slick-active{
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;      
}
body .slick-dots li button{
    width: auto;
    height: auto;
}
body .slick-dots .slick-active button{
    color: #4EB1A8;
}
body .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.services-section{
    padding-top: 220px;
}
.services-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 968px;
    margin: 0 auto;
    padding-top: 45px;
}
.contacts-slide{
    display: flex;
    flex-direction: column;
}
.services-item{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    min-width: 440px;
    min-height: 330px;
    margin-bottom: 100px;
}
.services-item p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #161616;
}
.how-we-work-items{
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 55px;
}
.how-we-work-item{
    min-height: 100px;
    max-width: 600px;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 61px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 600px;
    margin-bottom: 50px;
}
.how-we-work-item:nth-child(even){
    align-self: flex-end;
}
.how-we-work-item:nth-child(even) .how-we-work-count{
    left: auto;
    right: 0;
}
.how-we-work-item p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.how-we-work-count{
    font-family: Assistant;
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #FFFFFF;
}
.map-section{
    max-width: 100%;
    overflow: hidden;
}
.map{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.map img{
    width: 100%;
    height: 100%;
}
footer{
    padding-top: 45px;
    margin-top: auto;
    position: relative;
    z-index: 1000;
    background-color: #fff;
}
.footer-copy{
    max-width: 185px;
}
.footer-logo{
    max-width: 180px;
    margin-bottom: 40px;
}
.footer-copy p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #5E5F61;
}
footer .container{
    display: flex;
}
.footer-navs{
    display: flex;
    margin-left: 200px;
}
.footer-items{
    margin-left: 100px;
}
.footer-items:first-child{
    margin-left: 0px;
}
.footer-items h2{
    position: relative;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #000000;
}
.footer-items h2:before{
    position: absolute;
    content: '';
    bottom: -15px;
    right: 0;
    width: 60px;
    height: 2px;
    background-color: #2DB7C2;
    border-radius: 1px;
}
.footer-items ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 50px;
}
.footer-items li{
    margin-bottom: 20px;
}
.footer-items li, .footer-items li a, .footer-items li p{
    display: flex;
    align-items: center;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 164.92%;
    text-align: right;
    color: #000000;
    text-decoration: none;
}
.footer-items li img{
    margin-left: 15px;
}
.mobile-header{
    display: flex;
    align-items: center;
    background-color: #fff;
    max-height: 40px;
    justify-content: space-between;
    width: 100%;
    display: none;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
}
.mobile-cart-btn{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 15px;
    object-fit: cover;
}
.mobile-cart-btn img{
    width: 100%;
}
.menu-btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #79C1BB;
}
.menu-btns span{
    width: 16px;
    height: 1px;
    border-radius: .5;
    background-color: #fff;
}
.menu-btns span:nth-child(2){
    margin-top: 5px;
    margin-bottom: 5px;
}
.mobile-header .header-logo{
    min-width: 100px;
    width: 100px;
}
.mobile-header{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* .slick-list{
    padding: 0 !important;
} */
/* .slick-current{
    zoom: 1.05;
} */
/* .header-content{
    background-image: url('../img/main-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
.about-img{
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    min-width: 700px;
}
.about-img img{
    width: 100%;
}
.product-img{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 155px;
    height: 155px;
}
.product-img img{
    max-width: 100%;
    max-height: 100%;
}
.categories-section{
    padding-top: 25px;
    position: relative;
    min-height: 82vh;
}
body .breadcrumb, .woocommerce-breadcrumb{
    padding: 13px 40px !important;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
    width: max-content;
    display: flex !important;
    align-items: center;
    list-style: none;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    font-weight: bold !important;
    color: #000 !important;
}
.breadcrumb li, .woocommerce-breadcrumb a{
    display: block;
    margin-left: 40px;
    position: relative;
}
.woocommerce-breadcrumb svg{
    margin-left: 10px;
}
.breadcrumb a, .woocommerce-breadcrumb a{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #000000 !important;
    text-decoration: none;
}
/* .woocommerce-breadcrumb {
    transform: rotateY(180deg) !important;
 } */
.categories-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 30px;
    max-width: 1095px;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 85px;
}
.categories-item, .product-item{
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    max-width: 315px;
    min-height: 315px;
    background-color: #fff;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
    margin-right: 25px;
    transition: .5s all;
    text-decoration: none;
}
.product-item a{
    text-decoration: none;
}
.categories-item{
    position: relative;
}
.categories-item a{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.categories-item:hover{
    background-color: #82C5BF;
    justify-content: flex-start;
}
.categories-item:hover img{
    display: none;
}
.categories-item:hover .cat-white{
    display: flex !important;
}
.categories-item:hover .woocommerce-loop-category__title{
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.woocommerce-loop-category__title:hover{
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.categories-item:hover img:last-child{
    display: block;
    opacity: 1;
}
.categories-item:hover img:first-child{
    display: none;
}
.woocommerce-loop-category__title{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.categories-item mark{
    display: none;
}
.categories-item a{
    text-decoration: none;
}
.categories-item-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.categories-item-img img{
    transition: .5s all;
    width: 100%;
}
.categories-item-img img:last-child{
    display: none;
    opacity: 0;
}
.subcategories-items{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 30px;
    list-style: none;
}
.subcategories-item{
    background-color: #fff;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 27px;
    padding: 25px 40px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    text-decoration: none;
}
.subcategories-item-img{
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.subcategories-item-img img{
    max-width: 100%;
    max-height: 100%;
}
.subcategories-item p, .woocommerce-loop-product__title, .price{
    display: block;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
    text-decoration: none;
}
.subcategories-section{
    padding-top: 25px;
}
.product-slider-for{
    width: 100%;
}
/* .product-slider-for .product-slider-slide{
    width: 315px !important;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.product-slider-for .product-slider-slide img{
    width: 100%;
    width: 315px !important;
    height: 400px;
}
.product-slider-nav .slick-track{
    display: flex !important;
    flex-direction: column;
}
.product-slider-nav .product-slider-slide{
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 1px solid #4EB1A8;
    border-radius: 10px;
    outline: none;
    padding: 2px;
}
.product-slider-nav{
    position: absolute !important;
    right: 0;
    top: 15%;
}
.product-slider-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-section .slick-current{
    zoom: 1;
}
.product-slider{
    width: 500px;
    position: relative;
}
.product-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.product-btns .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    margin-top: 0;
}
.product-btns p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}
.product-slider-for{
    padding-left: 100px;
}
.social-icons{
    display: flex;
    justify-content: space-between;
}
.social-icon{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon img{
    width: 100%;
}
.add-to-cart{
    background: #2DB7C2;
    border-radius: 27px;
    padding: 12px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.product-section{
    padding-bottom: 100px;
}
.product-section-wrap{
    display: flex;
    justify-content: space-between;
}
.product-title h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
    color: #161616;
}
.product-info-price span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #2DB7C2;
    text-align: right;
}
.product-info-price{
    max-width: max-content;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 65px;
}
.product-tabs-nav-items{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product-tabs-nav-item{
    width: 45%;
    padding-bottom: 10px;
}
.product-tabs-nav-item:first-child{
    border-bottom: 3px solid #2DB7C2;
}
.product-tabs-nav-item:first-child p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #2DB7C2;
}
.product-tabs-nav-item:last-child p{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
}
.product-tabs{
    width: 555px;
    margin-left: auto;
}
.product-tab-text{
    margin-top: 30px;
}
.product-tab-text p{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: right;
    color: #000000;
}
.product-page{
    padding-top: 35px;
}
.product-page .filter-section, .customize-support, .site-main{
    background-color: #fff !important;
}
.thanks{
    background: #FFFFFF;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 970px;
    height: 600px;
}
.thanks-section{
    min-height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.thanks-text h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: right;
    color: #161616;
    margin-bottom: 40px;
}
.thanks-text p{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #000000;
}
.thanks-text{
    max-width: 400px;
    padding-bottom: 40px;
}
.found{
    justify-content: space-between;
    padding-right: 50px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: -110vh;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    opacity: 0;
}
.popup-closer{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: relative;
}
.popup-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.member-card{
    width: 90%;
    max-width: 1000px;
    height: 700px;
    background-color: #68BAB3;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.member-card-title h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
}
.member-card-title h2:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    bottom: -15px;
    background-color: #fff;
    left: calc(50% - 25px);
}
.member-card-subtitle p{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.member-card-icon{
    max-width: 72px;
    max-height: 72px;
    margin-bottom: 30px;
}
.member-card-form-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.member-card-form-row:first-child input{
    max-width: 270px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #2DB7C2;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
}
.member-card-form-row input{
    background: #FFFFFF;
    border: 1px solid #2DB7C2;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px 0px 0px 25px;
    outline: none;
    min-height: 50px;
    width: 100%;
}
.member-card-form-img{
    background-color: #fff;
    border-radius: 0px 25px 25px 0px;
    min-height: 48px;
    min-width: 50px;
    margin-left: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.member-card-form{
    max-width: 610px;
    width: 100%;
}
.member-card-form .close{
    bottom: auto;
    left: auto;
    top: 20px;
    right: 20px;
}
.member-card-form input[type=submit]{
    width: 170px;
    height: 50px;
    background-color: #2DB7C2;
    border-radius: 27px;
    border-color: transparent;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-right: 45px;
    text-align: right;
    outline: none;
}
.member-card-form-btn{
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 70px;
}
.member-card-form-btn img{
    position: absolute;
    width: 25px;
    height: 25px;
    left: 26px;
}
.member-card-logo{
    max-width: 170px;
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.member-card-logo img{
    max-width: 100%;
}
.popup-active{
    top: 0;
    opacity: 1;
}
/* .footer-mobile-navs{
    display: flex;
    justify-content: space-between;
} */
.footer-mobile-navs-links ul{
    padding-left: 0;
    list-style: none;
}
.footer-mobile-navs-links{
    position: absolute;
    right: -125px;
    width: 100px;
    top: 0;
}
.footer-mobile-navs-links li{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #000000;
    min-width: 80px;
}
.footer-mobile-navs-links .slick-track{
    display: flex;
    flex-direction: column;
}
.footer-mobile-navs-content ul{
    padding-left: 0;
    list-style: none;
}
.footer-mobile-navs-content li, .footer-mobile-navs-content a{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    line-height: 164.92%;
    text-align: right;
}
.footer-mobile-navs-content img{
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.footer-mobile-navs li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-mobile-navs{
    max-width: 200px;
    position: relative;
    display: none;
}
.member-card-form-row:first-child .member-card-form-img{
    background-color: transparent;
}
.member-card-form-row:first-child .first-img{
    display: none;
}
.member-card-form-row:first-child path{
    stroke: #fff;
    fill: #fff;
}
.member-card-mobile-row{
    width: 100%;
    display: flex;
    align-items: center;
}
.mobile-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    top: -120vh;
    right: 0;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    z-index: 9999;
    transition: .5s all;
    opacity: 0;
}
body .mobile-menu-active{
    top: 0;
    opacity: 1;
}
.mobile-menu-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.mobile-menu .mobile-search-btn{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}
.mobile-search-btn svg{
    max-width: 60%;
}
.mobile-search-btn path{
    fill: #82C5BF;
}
.mobile-cart{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-cart svg{
    max-width: 60%;
}
.mobile-cart path{
    fill: #82C5BF;
}
.header-logo{
    max-width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo img{
    width: 100%;
}
.mobile-menu .menu{
    height: 100%;
    margin-top: 75px;
    position: relative;
}
.mobile-menu .close{
    bottom: auto;
    margin-top: 70px;
}
.mobile-menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mobile-menu li{
    margin-bottom: 30px;
}
.mobile-menu .menu li:first-child a{
    background: none;
    border-radius: none;
    padding: 0;
}
.mobile-menu a{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.product-tab-text:last-child{
    display: none;
}
.mobile-social{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}
.product-section-wrap .quantity{
    display: none;
}
.product-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    float: none;
    width: 100%;
}
.product-info .summary{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-title{
    margin-left: auto;
    margin-bottom: 25px;
}
body .product-info .price *{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 36px !important;
    line-height: 44px;
    color: #2DB7C2;
    text-align: right;
    margin-top: 0;
}
.subcategories-item p, .woocommerce-loop-product__title, .price{
    margin-top: 0;
}
.woocommerce div.product div.summary{
    margin-bottom: 65px;
}
.woocommerce .woocommerce-breadcrumb{
    margin-left: auto;
    margin-bottom: 65px;
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: none;
    background-color: transparent;
    padding: 0;
    position: static;
}
.tabs{
    justify-content: space-between;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0 !important;
    overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: none;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
    width: 555px;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    display: flex;
}
/*.woof_submit_search_form_container button{*/
/*    padding-top: 13px !important;*/
/*}*/
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    flex-direction: column;
    min-width: 60px;
    margin-left: 75px;
    justify-content: center;
    overflow-y: auto;
    padding-right: 15px;
}
.flex-control-thumbs::-webkit-scrollbar {
    width: 2px; /* ширина для вертикального скролла */
    height: 5px !important; /* высота для горизонтального скролла */
}

/* ползунок скроллбара */
.flex-control-thumbs::-webkit-scrollbar-thumb {
    background-color: #2DB7C2;
    height: 5px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    float: none;
    margin-bottom: 7px;
    margin-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.woocommerce div.product div.images .flex-control-thumbs li .flex-active{
    opacity: 0.5;
}
.woocommerce-product-gallery__trigger{
    display: none;
}
.tabs{
    margin-bottom: 30px !important;
    display: flex;
    list-style: none;
}
.tabs li{
    width: 45%;
    padding-bottom: 10px !important;
}
body .tabs a{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000 !important;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    text-decoration: none;
}
.tabs .active a{
    color: #2DB7C2 !important;
}
body .tabs .active{
    border: none !important;
    border-bottom: 3px solid #2DB7C2 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0;
}
.woocommerce div.product form.cart{
    margin-bottom: 0;
}
body .price_slider_amount input{
    display: block !important;
}
.woof_redraw_zone{
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
}
.chosen-search{
    display: none;
}
.woof_submit_search_form_container button{
    padding: 13px 60px;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 27px;
    margin-right: 90px;
    cursor: pointer;
}
.woof_price_filter_txt_container{
    display: flex;
}
.woof_price_filter_txt{
    width: auto !important;
}
.woof_price_filter_txt_container input{
    background: #FFFFFF;
    border: 1px solid #4EB1A8;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #5E5F61;
    outline: none;
}
body .chosen-single{
    border: 1px solid #4EB1A8 !important;
    box-sizing: border-box !important;
    border-radius: 25px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    /* padding-right: 40px !important; */
    padding-left: 50px !important;
    max-height: 50px !important;
    width: 260px !important;
    justify-content: flex-end;
}
.chosen-container-single .chosen-single{
    line-height: 100% !important;
    height: auto !important;
    background: #fff;
    max-width: 150px;
    min-height: 54px;
    display: flex !important;
    align-items: center !important;
}
.chosen-container-single .chosen-single div{
    right: auto;
    left: 15px;
    height: 9px;
    top: calc(50% - 4.5px);
}
.chosen-container{
    min-width: 150px;
    width: 100% !important;
}
.woof_container{
    margin-bottom: 0;
    padding-bottom: 0;
}
.woof_price_filter_txt_container{
    position: relative;
}
.woof_price_filter_txt_container input:first-child{
    margin-right: 64px;
}
.woof_price_filter_txt_container:before{
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}
.woof_submit_search_form_container{
    margin: 0;
}
.woof_container_select{
    order: 3 !important;
    margin-left: 50px;
}
.woof_submit_search_form_container{
    order: 1;
}
.woof_price4_search_container{
    order: 2;
}
.widget-area{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 999;
}
.widget-area .screen-reader-text{
    display: none;
}
.widget_search input[type=submit]{
    background: #fff;
    position: relative;
    height: 50px;
    width: 50px;
    outline: none;
    border-radius: 25px 0px 0px 25px !important;
    border: 1px solid #4EB1A8;
    border-right: none;
    margin-left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    color: transparent;
    padding-left: 0;
    outline: none;
    height: 54px;
}
.widget_search input{
    border-radius: 0px 25px 25px 0px;
    border-left: none;
    outline: none;
    height: 54px;
}
.widget_search form{
    display: flex;
    flex-direction: row-reverse;
}
.product-section .widget-area section{
    background-color: #fff;
}
.product-section .widget-area{
    background-color: #fff;
}

.close{
    height: 30px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -100px;
    left: calc(50% - 15px);
    box-shadow: 8px 8px 40px rgba(174, 174, 192, 0.4);
}
.close span{
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    width: 12px;
    height: 1px;
    border-radius: 1px;
    transform: rotate(45deg);
    margin-bottom: -1px;
}
.close span:last-child{
    transform: rotate(-45deg);
    margin-bottom: 0px;
}
.mobile-search .close{
    bottom: 50px;
}
.close{
    display: none;
}
.mobile-search-active{
    display: flex !important;
    z-index: 999999 !important;
}
.mobile-search-active .close{
    display: flex;
}
.woocommerce-form-coupon-toggle{
    display: none;
}
.nothing{
    margin-bottom: 20px;
}
.not-found{
    padding-bottom: 30px;
}
.main-page .filter-section .widget-area{
    position: relative;
}
.map iframe{
    width: 100%;
}
body .acc{
	direction: rtl !important;
	padding: 37px 0 40px;
}

.h2_style{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 47px;
	position: relative;
}

.h2_style:before{
	content: '';
	position: absolute;
	bottom: -21px;
	width: 50px;
	height: 2px;
	left: 50%;
	margin-left: -25px;
	background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
}

.container_new{
	max-width: 1215px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.question{
	margin-top: 58px;
}

.body_acc{
	display: none;
}

.active{
	display: block;
}

.head_acc{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
	border-radius: 27px;
	padding-left: 24px;
	margin-top: 26px;
}

.head_acc span{
	padding: 14px 50px 21px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
}

.body_acc{
	background: #FFFFFF;
	box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
	border-radius: 27px;
	padding: 25px 50px 28px 44px;
	margin-top: 20px;
}

.body_acc p{
	font-size: 18px;
	line-height: 24px;
}

.head_acc:hover{
	cursor: pointer;
}

.active_head svg{
	transform: rotate(45deg);
}

.head_acc svg{
	transition: .3s all;
}
.variations{
    display: none;
}
.product-page .qib-container{
    display: none !important;
}
.site-main, body{
    background-color: #f3f4f9;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.shop_table{
    width: 100%;
    direction: rtl;
    background: #f7f7f7;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 30px;
}
.about{
	text-align: right;
	padding: 65px 0 107px;
	overflow-x: hidden;
	background-color: #fff;
}

.p_title{
	margin: 0 auto;
	margin-top: 44px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	max-width: 610px;
}

.h3_style{
    direction: rtl;
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	line-height: 24px;
	text-align: center;
	color: #2DB7C2;
	margin-bottom: 38px;
}

.about_photo{
	min-width: 250px;
	min-height: 250px;
	background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
	border-radius: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}

.about_item{
	height: 250px;
	background-color: #fff;
	display: flex;
	box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
	border-radius: 125px 0px 0px 125px;
	margin-bottom: 100px;
	width: calc( 50% + 125px);
	position: relative;
}



.about_item:first-child:before{
	display: none;
}

.about_item:nth-child(2n-1){
	position: relative;
	left: 50%;
	margin-left: -125px;
	padding-right: 20px;
}

.about_item:nth-child(2n){
	position: relative;
	margin-right: -125px;
	justify-content: flex-start;
	flex-direction: row-reverse;
	border-radius: 0 125px 125px 0px;
	padding-left: 20px;
}

.about_item:nth-child(2n-1):before{
	right: auto;
	left: 120px;
	transform: scale(-1, 1);
}

.about_item:nth-child(2n) h3{
	text-align: left;
}

.about_item:nth-child(2n) .about_photo{
	margin-right: 0;
	margin-left: 40px;
}

.about_text{
	max-width: 640px;
	padding-top: 20px;
}

.about_text h3{
	font-weight: 600;
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 15px;
}

.about_text p{
	font-size: 18px;
	line-height: 150%;
}

.about_footer{
	margin: 0 auto;
	max-width: 1000px;
}

.about_footer p{
	font-size: 18px;
	line-height: 150%;
}

.about_footer a{
	color: #82C5BF;
	text-decoration: underline;
}
.woocommerce-cart-form{
    max-width: 90%;
    margin: 0 auto;
}
.woocommerce-cart-form table{
    padding-left: 45px;
    padding-right: 45px;
}
.woocommerce-cart-form .product-thumbnail a{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-cart-form .product-thumbnail img{
    width: 100%;
    height: 100%;
}
.woocommerce-billing-fields .form-row{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}
.woocommerce-billing-fields .form-row input{
    background: #FFFFFF;
    border: 2px solid #2DB7C2;
    box-sizing: border-box;
    min-height: 50px;
    width: 100%;
    border-radius: 25px;
    text-align: right;
    padding-left: 20px;
    padding-right: 60px;
}
.woocommerce-input-wrapper{
    display: flex;
    width: 100%;
}
.checkout{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
.form-row label{
    text-align: right;
    margin-bottom: 10px;
}
.select2-container--default .select2-selection--single{
    height: 50px;
    border: 1px solid #2DB7C2;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-end;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: auto;
    top: 50%;
    right: 10px;
}
.checkout button{
   float: right;
}
.back-btn{
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-left: 38px;
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 25px;
    width: 200px;
    margin-top: 25px;
    float: right;
}
.added_to_cart {
    display: none;
}
.cart_item{
    padding-top: 12px;
    padding-bottom: 12px;
}
.shop_table .thead .th{
    text-align: right;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #000000;
}
.shop_table .td, .shop_table .td a{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.tr{
    display: flex;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 45px;
    height: 100px;
    align-items: center;
    position: relative;
}
.td, .th{
    width: 150px;
}
.product-remove{
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
}
.product-remove a{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2DB7C2 !important;
    font-size: 30px !important;
}
.thead .product-name{
    margin-right: 170px;
}
.tbody .product-thumbnail{
    max-width: 130px;
}
.product-remove{
    position: absolute;
}
.tbody{
    display: flex;
    flex-direction: column;
}
.shop_table .thead .th:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    background-color: #BDBDBD;
    width: 140px;
}
.product-thumbnail:before, .product-remove:before{
    display: none;
}
.woocommerce-cart-form .product-price{
    margin: 0;
    background: none;
    -webkit-background-clip: #000;
    -webkit-text-fill-color: #000;
    display: table-cell;
}
.quantity .screen-reader-text{
    display: none;
}
body .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id){
    display: inherit;
}
body .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id){
    text-align: right;
}
body .shop_table .qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
    border: 1px solid #4EB1A8;
    box-sizing: border-box;
    border-radius: 25px;
    width: 70px;
    height: 50px;
    margin-right: 15px;
    margin-left: 15px;  
}
.shop_table .qib-button:not(#qib_id):not(#qib_id){
    background-color: #2DB7C2;
    border-color: transparent;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 30px;
}
.shop_table .qib-container{
    display: flex !important;
    width: max-content;
    align-items: center;
}
.product-subtotal *{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #2DB7C2;
}
.tr .back-btn svg{
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
}
/*.special-tr{*/
/*    margin-top: 100px;*/
/*}*/
.tr .back-btn{
    margin-top: 0;
}
.woocommerce-message{
    display: none;
}
.woocommerce-cart-form{
    margin-top: 45px;
}
.back-btn span{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    font-size: 30px !important;
}
.tr .woocommerce-Price-currencySymbol{
    display: none;
}
.tr .amount{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #2DB7C2;
}
.tr .sub{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    margin-left: 30px;
    color: #000000;
}
.tr .checkout-button{
    padding: 0 !important;
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px !important;
}
.mobile-cart-btns{
    background: #FFFFFF;
    box-shadow: -10px -10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 70px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
    z-index: 99999;
}
.mobile-cart-total{
    background: #FFFFFF;
    box-shadow: -10px -10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}
.subtotal{
    position: absolute;
    top: 20px;
    right: 20px;
}
.mobile-cart-popup .amount{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4EB1A8;
    text-align: right;
    margin-right: 13px;
}
.mobile-cart-popup .sub{
     
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */

    text-align: right;

    color: #000000;
}
.mobile-cart-button, .mobile-cart-btns .single_add_to_cart_button{
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    border-radius: 27px;
    width: 110px;
    height: 30px;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}
.mobile-cart-btns .single_add_to_cart_button svg{
    margin-left: 10px;
}
.mobile-cart-social img{
    width: 25px;
    height: 25px;
}
.mobile-cart-popup{
    position: fixed;
    height: 90%;
    width: 100%;
    background-color: #fff;
    bottom: -120vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 20px 20px 0px 0px;
    z-index: 20;
    opacity: 0;
    transition: .5s all;
    z-index: -2;
    opacity: 0;
}
.mobile-cart-active{
    opacity: 1;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
}
.mobile-cart-close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.woocommerce-cart-form{
    height: 90%;
}
.mobile-cart-wrap{
    display: flex;
}
.mobile-cart-wrap .td, .mobile-cart-wrap .th{
    width: auto;
}
.mobile-cart-wrap .woocommerce-cart-form{
    width: 90%;
    margin: 0 auto;
}
.mobile-cart-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 25px;
}
.mobile-cart-wrap .amount{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-top: 15px;
    color: #74c0b9;
    webkit-background-clip: #74c0b9;
    -webkit-text-fill-color: #74c0b9;
    display: block;
}
.mobile-cart-left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.mobile-cart-left .product-name a{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #000000;
    text-decoration: none;
}
.mobile-cart-left .product-category{
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
    color: #000000;
}
.mobile-cart-left .quantity input{
    border: 1px solid #4EB1A8 !important;
    box-sizing: border-box;
    border-radius: 25px !important;
    width: 40px !important;
    height: 25px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    text-align: center !important;
}
.mobile-cart-left .qib-container{
    display: flex !important;
    align-items: center !important;
    margin-top: 15px;
}
.mobile-cart-left .qib-container button{
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%) !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    color: #fff !important;
    border:none !important;
}
.place-order, .wc_payment_methods, .woocommerce-checkout-review-order button:first-child{
    display: none !important;
}
.mobile-cart-wrap{
    margin-bottom: 20px;
    position: relative;
    justify-content: flex-end;
}
.woocommerce{
    margin-bottom: 40px;
    height: 100%;
    position: relative;
}
.woocommerce .mobile-search{
    position: sticky;
    bottom: 0;
}
.woocommerce .mobile-search .widget-area{
    position: static;
}
.mobile-cart-wrap .product-remove{
    left: -40px;
    top: 58%;
}.product-remove a{
    box-shadow: 8px 8px 40px rgba(174, 174, 192, 0.4);
}
.mobile-cart-wrap .product-remove a{
    text-decoration: none;
}
.mobile-cart-popup .woocommerce-cart-form{
    height: auto;
    padding-bottom: 24%;
}
.cart-empty{
    margin-bottom: 40px;
}
.mobile-search-form{
    display: none;
}
.i4ewOd-pzNkMb-haAclf{
    display: none !important;
    top: -100vh !important;
}
.mobile-cart-left .add_to_cart_inline a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-indent: -9999px;
    font-size: 0;
    position: relative;
}
.mobile-cart-left .add_to_cart_inline a svg{
    display: none;
}
.mobile-cart-total{
    position: relative;
}
.mobile-cart-total-wrap{
    position: absolute;
    right: 20px;
    top: 20px;
}
.btn-block{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 27px;
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 30px;
    padding-left: 20px;
}
.btn-block svg{
    margin-left: auto;
}
.mobile-cart-total-wrap strong{
    display: none;
}
.btnMinus{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btnMinus:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.quant{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4EB1A8;
    box-sizing: border-box;
    border-radius: 25px;
    width: 40px;
    height: 25px;
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.mobile-cart-left .product-quantity{
    display: flex;
    align-items: center;  
    position: relative;  
    margin-top: 10px;
}
.mobile-cart-left .product-quantity .product-remove{
    position: static;
    margin-right: 20px;
}
.mobile-cart-title h2{
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.mobile-cart-total{
    background: #FFFFFF;
    box-shadow: -10px -10px 40px rgba(174, 174, 192, 0.4);
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    z-index: 99999;
}
.mobile-btn-none{
    bottom: -50vh;
}
.product-name{
    font-family: Assistant;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #000000;
}
.sub-menu--cart{
    margin: 0 auto;
    padding-top: 50px;
}
.mobile-cart-left .add_to_cart_inline a:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.mobile-cart-left .add_to_cart_inline a:after{
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transform: rotate(90deg);
}
.mobile-cart-left .add_to_cart_inline{
    margin-bottom: 0;
    height: auto;
    border: none !important;
    padding: 0 !important;
}
.mobile-cart-right .product-thumbnail{
    width: 55px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.mobile-cart-right .product-thumbnail img{
    width: 100%;
    height: 100%;
}
.woocommerce-billing-fields__field-wrapper abbr{
    display: none;
}
@media (max-width: 1100px) {

	.about{
		padding: 0 20px;
		padding-top: 30px;
	}

	.about_item:nth-child(2n-1), .about_item:nth-child(2n){
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0;
		margin-right: 0;
		box-shadow: none;
		height: auto;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 22px;
	}

	.about_photo{
		display: none;
	}

	.about_item:before{
		display: none;
	}

	.about_item:nth-child(2n) h3{
		text-align: right;
	}

	.about_text{
		max-width: 100%;
		padding: 0;
	}

	.about_footer{
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.about_item{
	    background: transparent !important;
	}

}

.back-btn-nav{
    display: none;
}
.menu .close{
    display: flex !important;
}
@media (max-width: 768px) {
    .form-row-last, .form-row-first{
        width: 100%;
        margin: 0;
    }
    .header-slider .slick-slide{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .categories-item, .product-item{
        margin-bottom: 15px !important;
    }
    body .features-item:last-child{
        margin-bottom: 50px;
    }
    body .features-section{
        padding-bottom: 50px;
    }
    body .features-item{
        margin-bottom: 15px;
    }
    .product-item-img{
        height: auto;
    }
    .product-title, .woocommerce div.product div.summary{
        margin-bottom: 0px !important;
    }
    .cart-btn, .add_to_cart_button{
        padding: 7px 30px;
    }
    .product-item .button{
        max-width: 90%;
    }
    .product-item .woocommerce-LoopProduct-link{
        max-width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-item .woocommerce-LoopProduct-link img{
        max-width: 100%;
        width: 155px;
        height: 155px;
        zoom: .8;
        transform: scale(.8);
    }
    .categories-item, .product-item{
        min-width: 150px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .product-section .woocommerce-breadcrumb{
        display:none !important;
    }
    .back-btn-nav{
        display: flex;
        box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
        border-radius: 15px;
        width: 80px;
        height: 30px;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-left: auto;
    }
    .back-btn-nav input{
        background: none;
        border: none;
        font-family: Assistant;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-left: 10px;
        color: #000000;
    }
    .main-product-items{
        max-width: 250px;
        margin: 0 auto;
    }
    .main-product-item{
         box-shadow: 4px 7px 13px rgba(174, 174, 192, 0.4) !Important;
    }
   
    .main-product{
        padding-top: 40px;
    }
	.p_title{
		font-size: 12px;
		line-height: 150%;
		margin-top: 31px;
		margin-bottom: 30px;
	}

	.h3_style{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 30px;
	}

	.about_text h3{
		font-size: 18px;
		line-height: 24px;
	}

	.about_text p, .about_footer p{
		font-size: 14px;
		line-height: 150%;
	}

}
.mobile-header{
    box-shadow: 10px 10px 40px rgba(174, 174, 192, 0.4);
    position: relative;
}

@media (max-width: 768px) {
    body .main-product-item h3{
        font-family: Assistant;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
        color: #000000;
    }
    .entry-summary img{
        margin-top: 0;
    }
    .contacts-slide img{
        height: 500px;
        width: auto;
    }
    body .product-info .price *{
        font-size: 18px !important;
    }
	.acc{
		padding-top: 31px;
	}

	.h2_style{
		font-size: 18px;
		line-height: 24px;
	}

	.h2_style:before{
		bottom: -14px;
		width: 28px;
		margin-left: -14px;
	}

	.question{
		margin-top: 28px;
	}

	.head_acc svg{
		width: 14px;
		height: 14px;
	}

	.head_acc span{
		padding: 3px 17px 3px 0;
		font-size: 18px;
		line-height: 24px;
	}

	.head_acc{
		padding-left: 15px;
		margin-top: 10px;
	}

	.body_acc{
		margin-top: 10px;
		padding: 13px 18px 13px 19px;
	}

	.body_acc p{
		font-size: 14px;
		line-height: 18px;
	}

}
@media(max-width: 1600px){
    .filter-section .container{
        flex-wrap: wrap;
    }
    .main-page .filter-section form{
        margin-bottom: 0;
    }
    .filter-section form{
        margin-bottom: 40px;
    }
    .header-logo{
        min-width: 150px;
    }
    .header-special a{
        font-size: 16px;
    }
    .search-form{
        width: 200px;
    }
    .search-form{
        width: 150px;
    }
    .header-special a{
        padding-left: 25px;
    }
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-slide img{
        object-fit: contain;
    }
    .header-slider .slick-slide{
        margin-left: 25px;
        margin-right: 25px;
    }
    .header-slide img{
        width: 100%;
    }
    .product-section .container{
        max-width: 1400px;
    }
}
@media(max-width: 1440px){
    body .phone{
        display: none;
    }
    .woocommerce-checkout-review-order{
        width: 60%;
    }
    .search-form{
        margin-left: 20px;
    }
    .menu li:first-child a{
        padding: 13px 20px;
    }
    .filter-section .container form:first-child{
        flex-wrap: wrap;
    }
    body .nice-select{
        width: 150px;
    }
    .filter-section form:first-child button{
        margin-right: 50px;
    }
    .about-text h2{
        font-size: 30px;
    }
    .about-text p{
        font-size: 19px;
    }
    .features-item-img{
        width: 150px;
        height: 150px;
    }
    .features-item-img img{
        max-width: 100%;
    }
    .features-item{
        min-height: auto;
    }
    .features-items{
        flex-wrap: wrap;
    }
    .features-item{
        margin-bottom: 30px;
    }
    .product-section .container{
        max-width: 1200px;
    }
}
@media(max-width: 1366px){
    .about-img{
        min-width: 600px;
    }
    .about-text{
        max-height: 500px;
        overflow-x: auto;
    }
}
@media(max-width: 1300px){
    .header-slider .slick-current{
        margin-top: 0;
    }
    .header-slider:before, .header-slider:after{
        display: none;
    }
    .header-slider .slick-slide{
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media(max-width: 1200px){
    .header-top .search-form{
        display: none;
    }
    .main-categories-item-img img{
        width: 75px;
        height: 75px;
    }
    .main-categories-item{
        flex-direction: column-reverse;
        align-items: center;
    }
    .main-categories-item p{
        margin: 0;
        font-size: 25px;
    }
    .main-categories-item{
        min-width: 200px;
        min-height: 250px;
        justify-content: space-around;
    }
    .main-product-item{
        margin-left: 50px;
        margin-right: 50px;
    }
    .main-product-item{
        margin-bottom: 40px;
    }
    .footer-navs{
        margin-left: 50px;
    }
    .product-section-wrap{
        flex-direction: column;
        align-items: center;
    }
    .product-info{
        margin-top: 50px;
    }
    .product-slider-nav .slick-track{
        flex-direction: row;
    }
    .product-slider-nav{
        bottom: 60px;
        top: auto;
        right: 25%;
    }
    .product-btns{
        margin-top: 80px;
    }
    .product-tabs{
        width: 100%;
        margin: 0 auto;
    }
    .product-info{
        width: 60%;
    }
    .product-info-price{
        margin-bottom: 30px;
    }
    .product-slider-nav .product-slider-slide{
        margin-left: 7px;
        margin-right: 7px;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery{
        flex-direction: column;
        align-items: center;
    }
    .woocommerce div.product div.images .flex-control-thumbs{
        flex-direction: row;
        margin-left: 0;
        padding-right: 0;
        max-width: 300px;
        overflow: auto;
    }
    .woocommerce div.product div.images .flex-control-thumbs li{
        margin-left: 7px;
        margin-right: 7px;
    }
    .woocommerce div.product div.summary{
        margin-bottom: 30px;
    }
    .woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
        width: 100%;
    }
    .woof_price_filter_txt{
        max-width: 160px;
    }
    .woocommerce-cart-form{
        max-width: 100%;
    }
    .thead .product-name{
        margin-right: 120px;
    }
    .tr{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 1050px){
    .mobile-btn-check{
        display: flex;
    }
    .woocommerce-checkout-review-order{
        display: none;
    }
    body .checkout{
        justify-content: center;
    }
    body .col2-set{
        width: 90%;
    }
    .mobile-search{
        display: flex;
        position: fixed !important;
    }
    .cat-white, .categories-item img{
        max-width: 150px !important;
        max-height: 150px !important;
    }
    .mobile-cart-form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
    .checkout{
        width: 90%;
    }
    .mobile-cart-btns{
        display: flex;
    }
    .mobile-search{
        position: fixed;
        width: 100%;
        height: 100%;
        top: -120vh;
        right: 0;
        background: #fff;
        z-index: 9999;
        transition: .5s all;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 60px;
        opacity: 0;
    }
    .mobile-search .widget-area{
        flex-direction: column-reverse;
        background-color: #fff;
    }
    .mobile-search section{
        background-color: #fff;
    }
    .mobile-search .woof_redraw_zone{
        flex-direction: column;
        align-items: center;
    }
    .mobile-search .woof_price4_search_container{
        order: 1;
    }
    .mobile-search .woof_submit_search_form_container{
        order: 3;
    }
    body .mobile-search-active{
        top: 0;
        opacity: 1;
    }
    .mobile-search .price input{
        padding-top: 5px;
        padding-bottom: 5px;
        width: 115px;
        margin-bottom: 20px;
    }
    .mobile-search .nice-select{
        width: 100%;
        height: 30px;
    }
    .mobile-search .search-form{
        width: 90%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .mobile-search p{
        font-family: Assistant;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        color: #000000;
        text-align: right;
        margin-bottom: 15px;
    }
    .mobile-search .brand-select{
        margin-left: 0;
        margin-top: 5px;
    }
    .mobile-search .brand button{
        background: #2DB7C2;
        border-radius: 27px;
        border-color: transparent;
        padding: 5px 15px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        margin-top: 50px;
    }
    .mobile-search .brand{
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .mobile-search .widget-area{
        display: flex;
        position: static;
    }
    .mobile-header{
        display: flex;
    }
    .header-top{
        display: none;
    }
    .mobile-search-form{
        display: flex;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        justify-content: center;
    }
    .filter-section{
        display: none;
    }
    .how-we-work-items{
        max-width: 90%;
    }
    .how-we-work-item{
        width: 80%;
    }
    .about-section{
        display: none;
    }
    .services-item{
        width: 40%;
        min-width: 300px;
    }
    .services-section{
        display: none;
    }
    .contacts-slider-section{
        padding-bottom: 70px;
    }
    .subcategories-items{
        justify-content: center;
    }
    .subcategories-item-img{
        max-width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        object-fit: cover;
    }
    .subcategories-item-img img{
        width: 100%;
    }
    .thanks{
        width: 90%;
        flex-direction: column;
    }
    footer .container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-navs{
        margin-left: 0;
    }
    .footer-copy{
        margin-top: 30px;
    }
    .footer-navs{
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footer-items{
        margin-left: 0;
    }
    .search-form input{
        height: 30px;
        text-align: center;
        padding-left: 0px;
    }
    .search-form button{
        min-width: 30px;
        height: 28px;
        margin-right: -32px;
        display: flex;
        object-fit: cover;
        background: #fff !important;
        z-index: 30;
        margin-left: 0px;
    }
    .search-form button img{
        height: 100%;
        max-width: 50%;
    }
    .header-logo{
        max-width: 90px;
    }
    .product-info{
        max-width: 100%;
    }
    .widget-area{
        display: none;
    }
    .widget_search input[type=submit], .woof_price_filter_txt_container input{
        height: 30px;
    }
    .chosen-container-single .chosen-single{
        min-height: 30px;
        max-height: 30px !important;
    }
    .widget-area{
        height: auto;
        padding-bottom: 0;
    }
    .mobile-search section{
        width: 80%;
        margin: 0 auto;
    }
    .search-form label{
        width: 100%;
    }
    .mobile-search .search-form{
        width: 100%;
    }
    .mobile-search .woof_price4_search_container{
        width: 100%;
    }
    .woof_price_filter_txt{
        max-width: 100%;
        width: 100% !important;
    }
    .woof_container_select{
        margin-left: 0;
        width: 100%;
    }
    body .chosen-single{
        max-width: 100%;
        width: 100% !important;
    }
    .chosen-container-single .chosen-single{
        max-width: 100%;
    }
    .woof_container_select{
        margin-top: 20px;
    }
    .woof_submit_search_form_container button{
        margin-top: 60px;margin-right: 0;

    }
    .popup-closer{
        background: rgba(78, 177, 168, .5);
    }
    .thanks-text .back-btn{
        margin: 0 auto;
        float: none;
        margin-top: 25px;
    }
}
@media(max-width: 900px){
    .slick-dots{
        display: none !important;
    }
    .contacts-slider-navs{
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .address, .phone-number{
        text-align: center;
        margin-bottom: 10px;
    }
    .main-categories-items{
        padding-top: 40px;
    }
    .main-categories-item{
        min-height: 150px;
        padding-top: 15px;
        border-radius: 20px;
    }
    .header-content{
        background-size: contain;
    }
    .categories-item-img{
        max-width: 100px;
    }
    .categories-item p{
        font-size: 30px;
    }
    .categories-item{
        min-height: 250px;
    }
    .product-info{
        width: 90%;
    }
    .product-section-wrap{
        padding-top: 30px;
    }
}
@media(max-width: 768px){
    .contacts-slider-section .container{
        padding-left: 0;
        padding-right: 0;
    }
    
    .woocommerce-cart-form{
        width: 75%;
    }
    .services-items{
        flex-direction: column;
        align-items: center;
    }
    .how-we-work-count{
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 24px;
    }
    .how-we-work-item{
        height: 40px;
        min-height: 40px;
    }
    .how-we-work-item p{
        font-size: 14px;
    }
    .section-title h2{
        font-size: 18px ;
    }
    .main-categories-item{
        min-height: 150px;
        padding-top: 15px;
        border-radius: 20px;
    }
    .main-categories .container{
        padding-left: 0;
        padding-right: 0;
    }
    .main-categories-item{
        margin-left: 10px;
        margin-right: 10px;
    }
    .main-categories-item{
        min-width: 150px;
    }
    .main-categories-item p{
        font-size: 18px;
    }
    .features-item{
        flex-direction: row;
        padding: 0;
    }
    .features-item-img{
        margin-bottom: 0;
        width: 40px;
        height: 40px;
    }
    .features-item-img img{
        width: 100%;
        height: 100%;
    }
    .features-item-text p{
        font-size: 14px;
        text-align: center;
    }
    .features-item-text{
        margin: 0 auto;
    }
    .features-items{
        flex-direction: column;
        align-items: center;
    }
    .features-item{
        min-width: 270px;
    }
    .main-page{
        display: flex;
        flex-direction: column;
    }
    main section{
        order: 2;
    }
    main .main-product{
        order: 1;
    }
    /* .header-content{
        background-image: url('../img/mobile-bg.png');
    } */
    .categories-item{
        min-height: 150px;
        margin-left: 5px;
        margin-right: 5px;
        width: 150px;
    }
    .categories-item:first-child{
        margin-right: 5px !important;
    }
    .categories-item img{
        width: 75px !important;
        height: 75px !important;
    }
    .woocommerce-loop-category__title{
        font-size: 18px !important;
    }
    .categories-item p{
        font-size: 18px;
        text-align: center;
    }
    .categories-item-img{
        max-width: 70px;
        margin-bottom: 10px;
    }
    .categories-item{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .subcategories-item{
        margin-left: 5px;
        margin-right: 5px;
    }
    .subcategories-item-img{
        max-width: 90px;
    }
    .product-btns{
        display: none;
    }
    .product-slider-nav{
        bottom: -60px;
    }
    .product-title h2{
        font-family: Assistant;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-align: right;
        color: #161616;
        margin-top: 15px;
    }
    .product-info-price span{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        color: #2DB7C2;
    }
    .product-tabs-nav-item p{
        font-size: 14px !important;
    }
    .product-tab-text p{
        font-size: 14px;
    }
    .product-img img{
        max-width: 100%;
    }
    .footer-navs{
        display: none;
    }
    .footer-mobile-navs{
        display: block;
    }
    .member-card{
        background-color: #fff;
        padding-left: 30px;
        padding-right: 30px;
    }
    .member-card-title h2{
        font-family: Assistant;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        background: linear-gradient(180deg, #82C5BF 0%, #4EB1A8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
    }
    .member-card-title h2:before{
        background-color: #2DB7C2;
    }
    .member-card-subtitle p{
        font-family: Assistant;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #000000;
    }
    .member-card-icon path{
        stroke: #64B9B1;
    }
   
    .member-card-form-row:first-child path{
        stroke: #58B5AC;
        fill: #58B5AC;
    }
    .member-card-form-row:first-child{
        flex-direction: column;
    }
    body .member-card-form-row:first-child input{
        max-width: 100%;
        min-height: 30px;
        height: 30px;
    }
    .member-card-form input[type=submit]{
        height: 30px;
    }
    .member-card-form-row:first-child .first-img{
        display: flex;
    }
    .member-card-mobile-row:first-child{
        margin-bottom: 15px;
    }
    .member-card-form-row{
        margin-bottom: 15px;
    }
    .member-card-form-btn{
        margin-top: 40px;
    }
    .member-card-mobile-row  .member-card-form-img{
        margin-left: -2px;
    }
    .member-card-form-img{
        border: 1px solid #2DB7C2;
        border-left: none;
        min-height: 30px;
    }
    .member-card-form-row input{
        border-right: none;
        min-height: 30px;
    }
    .member-card-form-row:first-child input{
        background: #FFFFFF;
        border: 1px solid #2DB7C2;
        text-align: right;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 25px 0px 0px 25px;
        outline: none;
        min-height: 30px;
        width: 100%;
        border-right: none;
    }
    .member-card{
        max-height: 500px;
        height: 100%;
    }
    .member-card-logo{
        display: none;
    }
   
    .member-card-icon{
        max-width: 40px;
        max-height: 40px;
        display: flex;
    }
    .mobile-social{
        display: flex;
    }
    .product-info{
        margin-top: 10px;
    }
    .tabs li{
        width: 49%;
    }
    .breadcrumb a, .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb{
        font-size: 15px;
    }
    .breadcrumb li, .woocommerce-breadcrumb a{
        margin-left: 10px;
    }
    body .breadcrumb, .woocommerce-breadcrumb{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .product-section-wrap{
        padding-top: 0px;
    }
    .header-content{
        margin-top: 20px;
    }
    .header-slider .slick-list{
        padding-top: 0 !important;
    }
    .main-product-items{
        padding-top: 10px;
    }
    body .main-product-item{
        min-width: 200px;
        max-width: 200px !important;
    }
    .main-product-items{
        max-width: 900px;
        /*width: 600px;*/
    }
    .container{
        overflow-x: hidden;
    }
    .contacts-slider-navs{
        flex-direction: column-reverse;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .contacts-slider-navs a, .contacts-slider-navs p{
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #000000;
    }
    .main-categories-item{
        margin-bottom: 15px;
    }
    .main-product-items{
        padding-bottom: 0px;
    }
    .main-product{
        padding-bottom: 0;
    }
    .all-product-btn{
        margin-bottom: 40px;
    }
}
@media(max-width: 500px){
    .contacts-slide{
        padding: 30px !important;
    }
    .header-slide img:first-child{
        display: none;
    }
    .header-slide img:last-child{
        display: flex !important;
    }
    .header-slide img{
        width: 100% !important;
        height: 330px !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
        width: 280px !important;
        border-radius: 15px;
    }
    body .header-slide{
        background-repeat: no-repeat;
        min-height: 300px !important;
        overflow: visible !important;
        background-size: cover !important;
    }
    .features-item{
        width: 95%;
    }
    .how-we-work-item:last-child{
        margin-bottom: 40px;
    }
    .woocommerce div.product div.images{
        margin-bottom: 0;
    }
    .product-slider-for{
        padding-left: 0%;
    }
    .product-slider{
       width: 100%;
       max-width: 500px; 
    }
    .product-slider-nav{
        right: 11%;
    }
    .thanks-text h2{
        text-align: center;
        font-size: 24px;
    }
    .thanks-text p{
        text-align: center;
        font-size: 18px;
    }
    .thanks-img{
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .thanks-img img{
        width: 100%;
    }
    body .main-product-item{
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .how-we-work-item{
        padding-right: 25px;
    }
    .how-we-work-item{
        padding-left: 40px;
        padding-right: 40px;
    }
    .how-we-work-item{
        margin-bottom: 15px;
    }
    .contacts-slider-section{
        padding-bottom: 50px;
    }
    .how-we-work-items{
        padding-top: 20px;
    }
}
@media(max-width: 400px){
    .footer-mobile-navs{
        margin-left: -125px;
    }
    .header-slide img{
        width: 290px !important;
    }
}