/*
 * Theme name: zpshop
 * Author: walltak
 * Version: 1.0
 */

 a, button, input, select, textarea, form{
    outline: none;
}
a, button, label{
    transition: .2s ease;
    text-decoration: none;
}
body a:hover{
    color: #80B50D;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #80B50D; 
}


body {
    font-weight: 400;
    background: #F8F8F8;
    font-family: "Open Sans", sans-serif;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 20px rgb(0 0 0 / 3%);
}
.header_top_bar{
    background: #2D2D2D;
    padding: 9px 0;
    transition: .2s ease;
}
.header_main_wrap{
    background: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    transition: .4s ease;
}
.page_main_header.lides .header_top_bar{
    opacity: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
}
.page_main_header.lides .header_main_wrap{
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrap_nav_head_box{
    display: flex;
    align-items: center;
    height: 100%;
}
.wrap_nav_head_box .menu{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding-left: 0;
}
.wrap_nav_head_box .menu a{
    color: #fff;
    font-size: 14px;
    transition: .4s ease;
}
.wrap_nav_head_box .menu a:hover{
    color: #80B50D;
} 
.wrap_nav_head_box .menu .menu-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.wrap_nav_head_box .menu .menu-item-has-children .dropimge{
    transition: .2s ease;
}
.wrap_nav_head_box .menu .menu-item-has-children .dropimge path{
    transition: .2s ease;
}

.wrap_nav_head_box .menu .menu-item-has-children:hover .dropimge{
    transform: rotate(180deg);
}
.wrap_nav_head_box .menu .menu-item-has-children:hover .dropimge path{
    stroke: #80B50D;
}
.wrap_nav_head_box .menu .menu-item-has-children:hover a{
    color: #80B50D;
}
.wrap_nav_head_box .menu .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    transform: translate(0px, 0);
    visibility: visible;
}

.wrap_nav_head_box .menu .sub-menu{
    position: absolute;
    opacity: 0;
    transition: .2s ease;
    visibility: hidden;
    background: #fff;
    list-style: none;
    border-radius: 7px;
    top: 30px;
    z-index: 1;
    min-width: 175px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.wrap_nav_head_box .menu .sub-menu a{
    color: #020202!important;
    padding: 13px;
    width: 100%;
    display: block;
}
.wrap_nav_head_box .menu .sub-menu li{
    padding: 0;
}
.wrap_nav_head_box .menu .sub-menu li:not(:last-child){
    border-bottom: 1px solid #f1f1f1;
}
.wrap_nav_head_box .menu .sub-menu a:hover{
    color: #80B50D!important;
}



.wrap_logo_head img{
    max-width: 175px;
    width: 100%;
    height: auto;
}
.wrap_box_head_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 45px;
    height: 100%;
}
.cont_box_head{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.wrap_socials_head{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.wrap_socials_head .social_icon img{
    transition: .2s ease;
}
.wrap_socials_head .social_icon:hover img{
    transform: scale(1.05);
}
.phone_on_head{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.adres_box_head .dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    white-space: unset;
}
.adres_box_head .dropdown-toggle .text_adres_head{
    max-width: 230px;
    font-size: 12px;
    line-height: 1.1em;
    transition: .2s ease;
}
.adres_box_head .dropdown-toggle svg{
    transition: .2s ease;
}
.adres_box_head .dropdown-toggle svg path{
    transition: .2s ease;
}
.adres_box_head .dropdown-toggle:hover .text_adres_head,
.adres_box_head .dropdown-toggle.show .text_adres_head{
    color: #80B50D;
}
.adres_box_head .dropdown-toggle:hover svg path,
.adres_box_head .dropdown-toggle.show svg path{
    stroke: #80B50D;
}
.adres_box_head .dropdown-toggle.show svg{
    transform: rotate(180deg);
}

.adres_box_head .dropdown-toggle::after{
    display: none;
}
.adres_box_head .togle_contacts{
    padding: 0!important;
}
.togle_contacts .dropdown-menu{
    width: 420px;
    padding: 30px;
    border-radius: 7px;
    border: 0;
    box-shadow: 0 4px 24px rgb(0 0 0 / 6%);
    margin-top: 10px;
}
.box_titlre_popup_cont{
    font-size: 16px;
    font-weight: 600;
}
.callback-block-popup--top .callback_box_conts{
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.cont_big_head{
    color: #2D2D2D;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 500;
}
.cont_big_head.adreser{
    font-size: 14px;
}
.callback-block-popup--form{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}
.large_conts_pophead label{
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
}
.hishesed {
    opacity: .01 !important;
    height: .1px !important;
    width: .1px !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    font-size: 0 !important;
    position: absolute;
}
.leftes_box_inlkiner{
    margin-top: 20px;
    display: flex;
    gap: 20px;
    padding-left: 35px;
}
.timejovb_title{
    color: #636363;
    font-size: 13px;
}
.timejob_value{
    color: #636363;
    font-size: 13px;
}
.inline_inpus{
    display: flex;
    align-items: center;
}
.inline_inpus .phone_calb{
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    height: 50px;
    display: flex;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    padding: 10px 20px;
    max-width: 250px;
    width: 100%;
}
.inline_inpus .green_btn_sand{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    max-width: 140px;
    width: 100%;
}
.space_top_form_obx{
    margin-top: 20px;
}
.callback-block-popup--form small{
    color: #7F7F80;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1em;
    font-weight: 400;
    display: block;
}
.callback-block-popup--form small a{
    color: #000;
}

.wrap_action_bnts{
    display: flex;
    align-items: center;
    gap: 10px;
}
.gray_full_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2D2D2D;
    border-radius: 7px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    border: 0;
    font-weight: 500;
}
.bnt_catalog_all{
    max-width: 130px;
    width: 100%;
}
.gray_full_btn:hover{
    background: #000;
    color: #fff;
}
.callback-block-popup{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.search_header .wrap_search_field{
    display: flex;
    align-items: center;
    width: 100%;
}
.wrap_header_serch_box{
    width: 100%;
}
.sercho_inp{
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    height: 50px;
    display: flex;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    padding: 10px 15px;
    max-width: 350px;
    width: 100%;
}
.sercho_inp:placeholder{
    color: #B0B0B0;
}
.green_btn_sand{
    background: #80B50D;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}
.green_btn_sand:hover{
    background: #739f13;  
}
.serch_btm{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    max-width: 110px;
    width: 100%;
}
.inline_box_header_page{
    display: flex;
    align-items: center;
}
.inline_box_header_page .wrap_logo_head{
    width: 20%;
}
.inline_box_header_page .wrap_action_bnts{
    width: 50%;
}
.inline_box_header_page .wrap_icons_shop{
    width: 30%;
}
.wrap_icons_shop .icon_user_head{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}


.opencarttogle{
    padding-top: 0;
    padding-bottom: 0;
}
.opencarttogle .dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.toglecountcart{
    position: absolute;
    left: 16px;
    top: -10px;
    background: #2D2D2D;
    color: #ffffff;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
}
.opencarttogle .dropdown-toggle::after{
    display: none;
}
.opencarttogle .dropdown-toggle .imagecart{
    display: block;
    background: url(/frontend/uploads/2026/06/cart.svg) no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
    background-size: cover;
}
.opencarttogle .dropdown-toggle .textcart{
    color: #2D2D2D;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 400;
    transition: .2s ease;
}
.opencarttogle:hover .dropdown-toggle .textcart{
    color: #80B50D;
}

.opencarttogle .dropdown-menu{
    right: 0 !important;
    left: unset !important;
    min-width: 370px;
    width: 100%;
    border-radius: 7px;
    border: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    padding: 10px;
}
.opencarttogle .dropdown-menu .woocommerce-mini-cart__empty-message{
    text-align: center;
    color: #262626;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
}
.opencarttogle .woocommerce-mini-cart__buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}
.opencarttogle .woocommerce-mini-cart__buttons .button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2D2D2D;
    border-radius: 7px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    border: 0;
    font-weight: 500;
}
.opencarttogle .woocommerce-mini-cart__buttons .button:first-child{
    display: none!important;
}
.opencarttogle .woocommerce-mini-cart__buttons .button:hover{
    background: #000;
    color: #fff;   
}
.opencarttogle .woocommerce-mini-cart__buttons .button.checkout {
    background: #80B50D;
}
.opencarttogle .woocommerce-mini-cart__buttons .button.checkout:hover{
    background: #739f13;
}

.opencarttogle .woocommerce-mini-cart{
    list-style: none;
    padding-left: 0;
    overflow-x: auto;
    max-height: 300px;
}
.opencarttogle .woocommerce-mini-cart-item{
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.opencarttogle .woocommerce-mini-cart-item .image img{
    width: 55px;
    height: auto;
    border-radius: 7px;
}
.opencarttogle .remove_from_cart_button{
    display: block;
    color: #cd3939;
    font-size: 18px;
    font-weight: 900;
    transition: .2s ease;
}
.opencarttogle .remove_from_cart_button:hover{
    color: #ff0000;  
}
.opencarttogle .conemincart{
    display: flex;
    align-items: center;
    margin-left: 10px;
    max-width: 200px;
    width: 75%;
}
.opencarttogle .prodname{
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 10px;
    line-height: 1.2em;
    color: #2B2D37;
    font-weight: 600;
}
.opencarttogle .prodname .box_contstabl{
    display: none;
}

.opencarttogle .conemincart .woocommerce-placeholder{
    width: 55px;
    height: 55px;
}   

.opencarttogle .quantity{
    font-size: 13px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    width: 25%;
}

.opencarttogle .woocommerce-mini-cart__total{
    padding-left: 10px;
}
.opencarttogle .woocommerce-mini-cart__total strong{
    font-size: 14px;
    color: #2B2D37;
}
.opencarttogle .woocommerce-mini-cart__total .woocommerce-Price-amount{
    font-size: 16px;
    color: #2B2D37;
    font-weight: 500;
}

.icon_headbox{
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}
.text_icon_head{
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    transition: .2s ease;
}
.icon_headbox:hover .text_icon_head{
    color: #80B50D;
}
.main_space_first{
    margin-top: 190px;
}


.betweeb_sliders_home{
    display: flex;
    gap: 20px;
}
.left_sliner_news{
    width: calc(75% - 20px);
}
.right_slider_shop{
    width: 25%;
    position: relative;
}
.slide_news .swiper-slide{
    background: linear-gradient(45deg, #80B50D 0%, #2E96D6 70%, #2ed689 100%);
    overflow: hidden;
    border-radius: 7px;
}
.banner_new_wrap{
    background-repeat: no-repeat;
    background-position: 90% 90%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 50px 30px 90px;
}
.title_in_slider_home{
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
}
.subtitle_text_slider{
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    max-width: 370px;
}
.left_sliner_news{
    position: relative;
}
.wrap_bnt_new{
    margin-top: 30px;
}
.wrap_bnt_new .in_new_slid_btn{
    color: #fff;
    padding: 15px 23px; 
}
.nav_btn{
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.nav_btn.swiper-button-disabled{
    opacity: 0.5;
}
.nav_btn:hover{
    transform: scale(1.05);
}
.slide_left{
    left: 20px;
}
.slide_right{
    right: 20px;
}

.dots_in_slider .swiper-pagination-bullet{
    width: 10px!important;
    height: 10px!important;
    background: transparent!important;
    border: 2px solid #fff!important;
    opacity: 1!important;
}
.dots_in_slider .swiper-pagination-bullet-active{
    background: #fff!important;
}
.place_dots_news_slide {
    position: absolute;
    bottom: 30px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.title_products_slider{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;
    font-size: 24px;
    font-weight: 800;
}
.product_card_style{
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    padding-top: 56px;
}
.wrap_image_product{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.wrap_image_product img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.wrap_cont_card_prod{
    margin-top: 15px;
}
.name_product_card a{
    color: #2D2D2D;
    font-size: 16px;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.betwen_box_info_prod{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_wrap_price{
    width: 60%;
}
.product-item__price{
    color: #2D2D2D;
    font-size: 24px;
    font-weight: 700;
}
.right_move_card_prod{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.add_favorite{
    background: transparent;
    border: 0;
    padding: 0;
}
.add_favorite path{
    transition: .2s ease;
}
.add_favorite:hover path{
    fill: #80B50D;
}

.add_favorite.remo_favor path{
     fill: #80B50D;
}
.add_favorite.remo_favor:hover path{
     fill: rgb(255, 68, 68);
}
#copy-notification{
    font-size: 14px;
    font-weight: 600;
    position:fixed; bottom: 5%; right:20px; background: rgb(45 45 45 / 75%); color:#fff; padding:15px 20px 15px 20px; border-radius:7px; z-index:9999;
}
#copy-notification a{
    color: #80b50d;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}
#copy-notification a:hover{
    text-decoration: underline;
}
.add_to_cart{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #80B50D;
    border: 0;
    border-radius: 7px;
    color: #fff;
}
.add_to_cart.in_card_page{
    height: 50px;
    width: 65px;
}
.add_to_cart:hover{
    background: #739f13;  
    color: #fff;
}
.get_prod_zakaz{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #80B50D;
    border: 0;
    border-radius: 7px;
    color: #fff;
}
.get_prod_zakaz:hover{
    background: #739f13;  
    color: #fff;
}

.main_top_space_80{
    margin-top: 80px;
}
.main_title_page{
    color: #020202;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}
.main_space_top_40{
    margin-top: 40px;
}
.wrap_categories_grid{
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;  
}
.item_catcard_cat{
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding: 20px;
    background: #fff;
    flex-wrap: wrap;
    transition: .4s ease;
}
.item_catcard_cat:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);   
}
.item_catcard_cat .img_car_brand{
    max-width: 200px;
    margin-top: 20px;
}
.wrap_banner_help_pod{
    background: url(/frontend/uploads/2026/06/group-191.webp) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    gap: 60px;
    height: 160px;
    border-radius: 7px;
    overflow: hidden;
    padding: 30px 50px;
}
.title_podbor_zp{
    color: #020202;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.subtitle_podbor_zp{
    color: #000;
    font-size: 16px;
}
.inpcalb_cat{
    background: #F9F9F9;
    border: 0;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    height: 50px;
    display: flex;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    padding: 10px 20px;
    max-width: 250px;
    width: 100%;   
}
.gray_bnt_form{
    background: #2D2D2D;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    max-width: 140px;
    width: 100%;
}
.gray_bnt_form:hover{
    background: #000;
    color: #fff;
}
.massager_podbor{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.mass_icon img{
    transition: .2s ease;
}
.mass_icon:hover img{
    transform: scale(1.05);
}
.write_us_title{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.right_form_podbor{
    width: 50%;
}

.wrap_ceentr_img_cat{
    margin-top: 50px;    
    padding-bottom: 20px;
}
.item_catcard_cat .img_car_brand {
    max-width: 170px;
}

.main_space_top_15{
    margin-top: 15px;
}
.white_wrap_about{
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 7px;
    gap: 80px;
    box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.left_info_box_ab{
    width: calc(55% - 40px);
}
.right_info_ab_wrap{
    width: calc(45% - 40px);
}
.text_full_about{
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
}
.perks_item_wrap{
    display: flex;
    gap: 50px;
    margin-top: 35px;
}
.perk_item_abt .title_big_perk_ab{
    color: #2D2D2D;
    font-size: 40px;
    font-weight: 800;
}
.perk_item_abt .text_ab_perk{
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 20px;
}
.box_perks_image_ab {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    height: 100%;
}
.item_img_abt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text_imprab{
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    max-width: 115px;
    line-height: 1.1em;
}
.colc_to_des_app{
    background: linear-gradient(45deg, rgb(46, 150, 214) 20%, rgb(128, 181, 13) 70%, rgb(46, 150, 214) 100%); 
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 7px;
    padding: 30px;
    min-height: 160px;
}
.left_cint_text_box{
    width: 50%;
}
.right_col_btns_bannr{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wrap_image_fonban{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}
.wrap_image_fonban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_desc_app .title_podbor_zp{
    color: #fff;
}
.banner_desc_app .subtitle_podbor_zp{
    color: #fff;
}
.gray_fill_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    border-radius: 7px;
    height: 50px;
    color: #2D2D2D;
    font-size: 14px;
    border: 2px solid #2D2D2D;
    font-weight: 600;
}
.gray_fill_btn:hover{
    background: #2D2D2D;
    color: #fff;
}
.banner_desc_app .gray_fill_btn{
    max-width: 180px;
    padding: 10px 20px;
    z-index: 1;
}
.banner_desc_app .gray_full_btn{
    max-width: 230px;
    padding: 10px 20px;
    z-index: 1;
    width: 100%;
}
.twocolse_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.space_to_content{
    margin-top: 15px;
}
.wrap_related_carblog{
    position: relative;
}
.link_all_blog{
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.link_all_blog:hover{
    color: #80B50D;
}
.blog_card_wrap .image_blog_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 180px;
    border-radius: 7px;
}
.blog_card_wrap .image_blog_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s ease;
}
.blog_card_wrap:hover .image_blog_wrap img{
    transform: scale(1.05);
}
.title_intes{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}
.contods{
    color: #636363;
    font-size: 14px;
    margin-top: 10px;
}
.footer_main{
    margin-top: 100px;
    background: linear-gradient(184deg, black, #1c1c1c);
    padding-top: 50px;
    padding-bottom: 60px;
}
.footer_conts_list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tecdfgt_foret {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2em;
    font-size: 14px;
    color: #fff;
}
.top_form_title_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.title_foot_form {
    font-size: 24px;
    color: #fff;
}
.cols_wrap_socfoot{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 30%;
}
.wrap_form_coter {
    margin-top: 5px;
}
.input_footer {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 400;
}
.orange_white_btm {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #80B50D;
    border-radius: 10px;
    background: transparent;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.orange_white_btm:hover {
    background: #80B50D;
    color: #fff;
}

.threecol_fott_nav{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.title_nav_foot{
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 600;
}
.item_navc_foot{
    width: 30%;
}
.item_navc_foot ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item_navc_foot .menu-categories-container,
.item_navc_foot .menu-footernav-container{
    margin-top: 15px;
}
.item_navc_foot .menu a{
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.item_navc_foot .menu a:hover{
    color: #80B50D;
}

.policy_menutext{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.policuterxt_foot{
    color: #959595;
    font-size: 14px;
}
.text_aboutersf{
    color: #959595;
    font-size: 14px;
}
.nav_btn.swiper-button-lock{
    opacity: 0.5;
    pointer-events: none;
}
.title_mark_cat{
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.cols_wrap_socfoot .social_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}
.cols_wrap_socfoot img{
    max-width: 35px;
    width: 100%;
    height: auto;
    transition: .2s ease;
}
.cols_wrap_socfoot .social_icon:hover img{
    transform: scale(1.05);
}

#cat_nav{
    top: 149px;
    height: calc(80vh - 149px);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border: 0;
}
#cat_nav .close_pop{
    position: absolute;
    right: 10px;
    top: 20px;
}
.close_pop img{
    transition: .2s ease;
}
.close_pop:hover img{
    transform: rotate(90deg);
}
.bnt_catalog_all .hide_cat_hd_pec{
    display: none;
}
.bnt_catalog_all.open .show_cat_hd_pec{
    display: none;
}
.bnt_catalog_all.open .hide_cat_hd_pec{
    display: block;
}
.close_pop{
    background: transparent;
    border: 0;
    padding: 0;
}
#cat_nav .offcanvas-header{
    display: flex;
    justify-content: flex-end;
}
.wrap_grides_eprtse{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.top_cats_mod_box .item_catcard_cat {
    background: #f8f8f8;
    box-shadow: unset;
    padding: 15px;
    width: 100%;
}
.offcanvas .container{
    position: relative;
    overflow-y: scroll;
}
.top_cats_mod_box .title_mark_cat {
    font-size: 14px;
}
.bot_cats_mod_box .item_catcard_cat {
    padding: 15px;
    flex-wrap: nowrap;
    box-shadow: unset;
    background: #f8f8f8;
    gap: 5px;
    justify-content: flex-start;
}
.bot_cats_mod_box .wrap_ceentr_img_cat {
    margin-top: 0;
    padding-bottom: 0;
    max-width: 50px;
}
.bot_cats_mod_box .wrap_ceentr_img_cat img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
}
.bot_cats_mod_box .title_mark_cat {
    font-size: 14px;
    width: auto;
    text-align: left;
    text-transform: none;
}
.bot_cats_mod_box .wrap_categories_grid{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bot_cats_mod_box{
    margin-top: 50px;  
}
.box_modales_catsese{
    padding-top: 50px;
}
.title_razder_ger{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
#cat_nav .box_modales_catsese{
    opacity: 0;
}
#cat_nav.show .box_modales_catsese{
    opacity: 1;
}

#cat_nav.lides{
    top: 83px; 
}
.breadcrumbs{
    font-size: 12px;
    color: #9E9E9E;
}
.breadcrumbs a{
    color: #696969;
}
.main_page_title_se{
    margin-top: 5px;
    font-size: 32px;
    font-weight: 800;
    color: #020202;
}
.categ_descrip{
    color: #8E8E8E;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 10px;
}
.cols_cont_cetalog{
    background: linear-gradient(45deg, rgb(46, 150, 214) 20%, rgb(128, 181, 13) 70%, rgb(46, 150, 214) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    border-radius: 7px;
    padding: 50px;
}
.cols_cont_cetalog .one_level_cat{
    text-align: center;
}
.cols_cont_cetalog .one_level_cat .title_podbor_zp_cat{
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1em;
    color: #fff;
}
.cols_cont_cetalog .subtitle_podbor_zp{
    margin-top: 10px;
}
.cols_cont_cetalog .twos_level_cat{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}
.cols_cont_cetalog .wrap_form_gethelp{
    max-width: 400px;
    width: 100%;
}
.cols_cont_cetalog .write_us_title{
    color: #fff;
}
.slider_sertif .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 7px;
    height: 250px;
}
.slider_sertif .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .2s ease;
}
.slider_sertif .swiper-slide a:hover img{
    transform: scale(1.05);
}

.row_list_categories{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.cat_item_inpage{
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600;
    padding: 15px 25px;
    background: #fff;
    flex-wrap: wrap;
    transition: .4s ease;
}

.show_more_cats.gray_fill_btn{
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    height: 52px;
}
.show_more_cats.gray_fill_btn path{
    transition: .2s ease;
}
.show_more_cats.gray_fill_btn:hover path{
    stroke: #fff;
}


.twolevel_listcat .subcatspar {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.twolevel_listcat .subcatspar.open {
    max-height: 1000px;
    opacity: 1;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.item_list_catpart.dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.item_list_catpart.dropdown > .subcatspar {
    flex: 1 1 100%;
}
.cat_item_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    background: #f1f1f1;
    margin-right: 10px;
    border-radius: 3px;
}
.cat_item_toggle svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
    transition: transform .2s ease;
}
.cat_item_toggle svg path {
    transition: stroke .2s ease;
}
.cat_item_toggle.active svg {
    transform: rotate(-180deg);
}
.cat_item_toggle.active svg path,
.cat_item_toggle:hover svg path {
    stroke: #80B50D;
}
.wrap_catalog_products{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.wrap_catalog_products .ofcadbodyplace{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    border-radius: 7px;
}
.twolevel_listcat{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wrap_filter_catalog{
    width: calc(30% - 20px);
}

.item_list_catpart a{
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2em;
}
.cat_item_parts.active{
    color: #80B50D;
}
.item_list_catpart a:hover{
    color: #80B50D;
}
.item_list_catpart:not(.dropdown) a{
    padding-left: 35px;
}
.twolevel_listcat ul{
    list-style: none;
}


.catalog_products{
    width: calc(70% - 20px);
}
.wrap_products{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wrap_inline_card_prod{
    width: 100%;
}
.inline_card_prod{
    display: flex;
    gap: 25px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    padding: 20px;
}
.wrap_image_pr_card{
    position: relative;
    width: calc(22% - 13px);
}
.wrap_image_pr_card a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 160px;
    height: 100%;
}
.wrap_image_pr_card a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .2s ease;
}
.wrap_image_pr_card a:hover img{
    transform: scale(1.05);
}
.wrap_image_pr_card .add_favorite {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.content_prod_card{
    width: calc(53% - 13px);
}
.meat_prod_wrap{
    width: calc(25% - 13px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: stretch;
    gap: 20px;
}
.prod_card_title{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.table_carast_pr_card{
    margin-top: 10px;
}
.haracteristics{
    max-width: 290px;
    width: 100%;
    margin-left: -10px;
}
.haracteristics .detail-list__item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 10px;
}
.haracteristics .detail-list__item:nth-child(odd){
    background: #F4F4F4;
    border-radius: 5px;
    padding: 5px 10px;
}
.haracteristics .detail-list__item dt,
.haracteristics .detail-list__item dd{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0!important;
}
.wrap_inline_card_prod .product-item__price{
    text-align: right;
}
.in_tabl_temp{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 13px 20px;
}
.stock_art_card{
    text-align: right;
}
.stock_stat {
    font-size: 14px;
    color: #838181;
}
.stock_stat span{
    color: #000;
    font-weight: 600;
}

.stock_stat.nostock{
    color: #a72828;
    font-weight: 600;
}


.articul_prod{
    color: #B7B7B7;
    font-size: 12px;
    margin-top: 2px;
}
.in_tabl_temp span{
    font-size: 14px;
    font-weight: 700;
}
.articul_prod span{
    font-weight: 700;
}
.image_cart_inbtn .spinner-border{
    max-width: 23px;
    height: 23px;
}

.wrap_content_prod{
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    border-radius: 15px;
    display: flex;
    gap: 25px;
    padding: 30px;
}


.gallery_wrap .gallery_thumbs_wrap {
  margin-top: 10px;
}
.gallery_wrap .prod_gallery_thumbs {
  height: 100px;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #80b50d;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.space_prod_page {
  margin-top: 30px !important;
}
.gallery_wrap {
  position: relative;
}
.gallery_wrap .prod_gallery a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    height: 350px;
}
.gallery_wrap .prod_gallery a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.wrap_image_sing_prod{
    width: 40%;
    position: relative;
}
.wrap_image_sing_prod .add_favorite{
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
}
.wrap_sing_prod_chars{
    width: 35%;
}
.proizv_box{
    margin-top: 50px;
}
.proizv_box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.proizv_box .sehfrrert{
    width: 70px;
    height: 36px;
    border-radius: 7px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proizv_box .sehfrrert img{
    width: 100%;
    height: auto;
}
.proizv_box .proizv_values p{
    color: #828282;
    font-size: 12px;
}
.proizv_box .proizv_values span{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.wrap_sing_prod_chars .haracteristics {
    max-width: 100%;
    margin-left: 0;
}
.prod_gallery {
    border: 1px solid #E5E5E5;
    border-radius: 15px;
}
.sing_prod_gal .nav_btn {
    position: absolute;
    top: calc(40% - 20px);
}
.actions_sin_product{
    width: 25%;
}
.stock_product_sing{
    display: flex;
    justify-content: flex-end;
}
.stock_product_sing .stock_stat{
    background: #bdbdbd;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6px 15px;
    border-radius: 50px;
    gap: 5px;
    color: #fff;
}
.stock_product_sing .stock_stat span{
    color: #fff;
    font-weight: 700;
}
.stock_product_sing .stock_stat.instock{
    background: #299F34;
    font-weight: 700;
}
.stock_product_sing .stock_stat.nostock{
    background: #b74f4f;
    font-weight: 700;
}
.price_wrap_prodct{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.price_wrap_prodct .amount{
    text-align: right;
    font-size: 32px;
    font-weight: 700;
}
.add_cart_wrap{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.add_cart_wrap .qoun .title_count_prod{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.quels_imp{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}
.add_cart_wrap .qoun{
    display: flex;
    align-items: center;
    gap: 25px;
}

.btmquals{
    border: 2px solid #80B50D;
    border-radius: 7px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.btmquals path{
    transition: .2s ease;
}
.btmquals:hover path{
    stroke: #fff;
}
.btmquals:hover{
    background: #80B50D;
}
.quels_imp .qty {
    height: 44px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    width: 60px;
    text-align: center;
    color: #000;
}
.title_count_prod{
    text-align: left;
    width: 100%;
    display: block;
    font-size: 14px;  
    font-weight: 700;
}
.single_aadd_cart{
    height: 44px;
    width: 85px;
    margin-top: 5px;
}
.single_order_btn{
    width: 100%;
    height: 50px;
    margin-top: 10px;
}
.devilery_method{
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.box_wrap_devils{
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding: 15px;
    max-width: 268px;
    width: 100%;
}
.tilte_box_devils{
    font-size: 14px;
    font-weight: 700;
}
.quels_imp .qty::-webkit-outer-spin-button,
.quels_imp .qty::-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 */
}

.maintabs_page{
    display: flex;
    gap: 40px;
    align-items: center;
}
.wrap_tabs_product .maintabs_page .nav-link{
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}
.wrap_tabs_product .maintabs_page .nav-link.active,
.wrap_tabs_product .maintabs_page .nav-link:hover{
    border-bottom: 2px solid #80B50D;
}
.wrap_tabs_product .tab-content{
    margin-top: 15px;
}
.wrap_tabs_product .tab-pane{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    min-height: 150px;
}
.wrap_tabs_product .haracteristics {
    max-width: 520px;
    margin-left: 0;
}
.boxnosearch{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 50px;
}
.notivce_none{
    font-size: 18px;
    font-weight: 600;
}
.notivce_none_blk{
    font-size: 18px;
    font-weight: 500;
}
.gosandzayk{
    margin-top: 10px;
}
.gosandzayk .social_list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.gosandzayk .social_list .social_icon{
    width: 40px;
    height: 40px;
}
.gosandzayk .social_list .social_icon img{
    width: 100%;
    transition: .2s ease;
    height: auto;
}
.gosandzayk .social_list .social_icon:hover img{
    transform: scale(1.05);
}
.boxnosearch .get_vin_mod{
    height: 45px;
    padding: 10px 15px;
}
.descr_produc p{
    padding-bottom: 15px;
    font-size: 14px;
}
.descr_produc ul{
    padding-left: 1.5rem;
    margin-bottom: 15px;
    font-size: 14px;
}

.cat_item_parts.active{
    color: #80b50d;
}

.wrap_cont_page_alls{
    font-size: 16px;
    line-height: 1.4em;
}
.wrap_cont_page_alls ul{
    padding-left: 1.5rem;
    margin-bottom: 10px;
    color: #2a2a2a;
}
.wrap_cont_page_alls p{
    margin-bottom: 10px;
    color: #2a2a2a;
}
.wrap_cont_page_alls .cclw_opc_main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.wrap_cont_page_alls .cclw_cart_table{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%); 
    width: 100%;
}
.wrap_cont_page_alls .two-column-layout-left{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%); 
    float: unset;
    width: calc(50% - 15px);
}
.wrap_cont_page_alls .two-column-layout-right{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%); 
    float: unset;
    width: calc(50% - 15px);
}
.wrap_cont_page_alls .woocommerce-checkout .border_html{
    border: 0;
    background: transparent;
    text-transform: unset;
    font-weight: 700;
    font-size: 22px !important;
    padding: 0;
    margin-bottom: 20px !important;
    color: #2D2D2D;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.row_prod_table{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.row_prod_table .thumb{
    width: 70px;
    height: 70px;
}
.row_prod_table .thumb a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.row_prod_table .prod_name_tbl{
    width: 67%;
    font-size: 14px;
    font-weight: 500;
}
.row_prod_table .cclw_qty {
    width: 12%;
}
.row_prod_table .total {
    width: 8%;
}
.row_prod_table .removepro {
    width: 3%;
}
.row_prod_table .wrapper_qty{
    display: flex;
    align-items: center;
    gap: 5px;
}
.woocommerce .row_prod_table .wrapper_qty .cclwminus{
    width: 35px;
    height: 35px;
    background: transparent!important;
    border: 2px solid #80B50D!important;
    border-radius: 7px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.woocommerce .row_prod_table .wrapper_qty .cclwplus{
    width: 35px;
    height: 35px;
    background: transparent!important;
    border: 2px solid #80B50D!important;
    border-radius: 7px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.woocommerce .row_prod_table .wrapper_qty .cclwminus path,
.woocommerce .row_prod_table .wrapper_qty .cclwplus path{
    transition: .2s ease;
}
.woocommerce .row_prod_table .wrapper_qty .cclwminus:hover,
.woocommerce .row_prod_table .wrapper_qty .cclwplus:hover{
    background: #80B50D!important;
}
.woocommerce .row_prod_table .wrapper_qty .cclwminus:hover path,
.woocommerce .row_prod_table .wrapper_qty .cclwplus:hover path{
    stroke: #fff;
}
.woocommerce .row_prod_table .wrapper_qty .cclwminus svg{
    width: 12px;
}
.woocommerce .row_prod_table .wrapper_qty .cclwplus svg{
    width: 12px;
}


.row_prod_table .wrapper_qty .qty {
    height: 35px;
    width: 40px;
    border: 2px solid #E5E5E5;
    border-radius: 7px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.row_prod_table .total .woocommerce-Price-amount{
    font-size: 16px;
    font-weight: 600;
}
.removepro a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
}
.removepro a:hover{
    background: #e7e7e7!important;
}


.cclw_cart_totals .cart-subtotal{
    display: none!important;
}
.cart_totals.cclw_cart_totals{
    margin-top: 30px;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    width: 100%;
    display: flex;
    justify-content: center;
}
.cart_totals.cclw_cart_totals .order-total{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0!important;
}
.cart_totals.cclw_cart_totals .order-total .left-corner{
    font-size: 16px;
    font-weight: 600;
}
.cart_totals.cclw_cart_totals .order-total .right-corner{
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-billing-fields #billing_country_field{
    display: none!important;
}
.woocommerce-billing-fields .form-row .input-text {
    margin-top: 5px!important;
    height: 44px!important;
    background: #F9F9F9!important;
    border: 1px solid #E5E5E5!important;
    padding: 10px 15px!important;
    color: #000!important;
}
.woocommerce-billing-fields .form-row label{
    color: #222222!important;
    font-weight: 600!important;
    font-size: 13px!important;
}
.woocommerce form .form-row label .optional,
.woocommerce-checkout label .optional{
    display: none !important;
}
.two-column-layout-right .woocommerce-checkout-payment{
    background: #f8f8f8!important;
    border-radius: 7px!important;
}
.wc_payment_methods.payment_methods,
#payment ul.payment_methods {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wc_payment_methods .wc_payment_method {
    list-style: none !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}
.wc_payment_methods .wc_payment_method > .input-radio {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    pointer-events: none;
}
.wc_payment_method label{
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0 !important;
}
.wc_payment_methods .wc_payment_method > label::before {
    content: '';
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 2px solid #E5E5E5;
    border-radius: 4px;
    background: #fff;
    transition: border-color .2s, background-color .2s;
}
.wc_payment_methods .wc_payment_method > .input-radio:checked + label::before {
    border-color: #80B50D;
    background-color: #80B50D;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.2 6.6 11.3 12.5 4.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
.wc_payment_methods .wc_payment_method .payment_box{
    background-color: #ffffff!important;
    color: #626262!important;
    border-radius: 7px!important;
}

.wc_payment_methods .wc_payment_method .payment_box::before{
    border: 1em solid #ffffff!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important; 
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text{
    color: #6a6a6a;
    font-size: 13px;
    text-align: center;
    line-height: 1.1em;
    max-width: 400px;
    margin: 0 auto;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a{
    color: #6a6a6a;
    text-decoration: underline;
}
.woocommerce-checkout-payment .place-order button {
    margin-top: 15px!important;
    width: 100%!important;
    background: #80b50d!important;
    border-radius: 7px!important;
    font-weight: 600!important;
    height: 50px!important;
}
.woocommerce-checkout-payment .place-order button:hover{
    background: #739f13!important;
}
.woocommerce-shipping-fields{
    display: none!important;
}
.cart_totals.cclw_cart_totals{
    flex-wrap: wrap!important;
}
.content_ship_cart{
    margin-bottom: 30px;
}



.content_devil .woocommerce-shipping-methods{
    text-align: left!important;
}
/* Контейнер */
.woocommerce-shipping-methods {
    display: flex!important;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-shipping-methods li {
  margin: 0!important;
}

/* Скрываем нативный radio, но оставляем доступным для клавиатуры */
.woocommerce-shipping-methods .shipping_method {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

/* Карточка-метка */
.woocommerce-shipping-methods label {
    display: flex!important;
    padding: 12px 16px;
    gap: 5px;
    border: 3px solid #E5E5E5;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s, background-color .2s, box-shadow .2s;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
}



/* Активный способ доставки */
.woocommerce-shipping-methods .shipping_method:checked + label {
    border-color: #80b50d;
    background: #f9f9f9;
}
.woocommerce-shipping-methods .shipping_method:hover + label{
    border-color: #80b50d;
    background: #f9f9f9; 
}

.woocommerce-shipping-methods .shipping_method:checked + label::before {
  border-color: #2563eb;
  background: radial-gradient(circle, #2563eb 45%, #fff 48%);
}
 
/* Фокус с клавиатуры */
.woocommerce-shipping-methods .shipping_method:focus-visible + label {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* Цена */
.woocommerce-shipping-methods .woocommerce-Price-amount {
  font-weight: 600;
  color: #111827;
}

.catalog_page_box .woocommerce ul.woocommerce-error {
    border-top-color: #ffb0b0 !important;
}
.catalog_page_box .woocommerce-error, 
.catalog_page_box .woocommerce-info, 
.catalog_page_box .woocommerce-message{
    background: #fff!important;
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    outline: none!important;
    box-shadow: unset!important;
}
.catalog_page_box .woocommerce-error .button, 
.catalog_page_box .woocommerce-info .button, 
.catalog_page_box .woocommerce-message .button{
    display: none!important;
}

.wishlist-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;  
}
.wishlist-empty p{
    font-size: 18px;
    font-weight: 600;  
}
.wishlist-empty .gray_full_btn{
    padding: 10px 20px;
}

.cpase_blog_page .col-12{
    margin-bottom: 50px;
}
.blog_single_page .link_all_blog{
    display: none!important;
}
.coltitle_wrpaser .green_btn_sand{
    border-radius: 7px;
    padding: 10px 20px;
    gap: 10px;
}
.coltitle_wrpaser{
    display: flex;
    align-items: center;
    gap: 20px;
}
.main_space_top_20{
    margin-top: 20px;
}
.content_post_single{
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
}
.content_post_single p{
    margin-bottom: 10px;
}
.content_post_single ul{
    padding-left: 1.5rem;
    margin-top: 10px;
    margin-bottom: 20px;
}
.content_post_single h2, .content_post_single h3, .content_post_single h4, .content_post_single h5{
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-message .restore-item{
    color: #618b07;
}

.tab_user_register{
    max-width: 500px;
    margin: 0 auto;
}
.tab_user_register .maintabs_page .nav-link{
    padding: 9px 15px!important;
    border: 0 !important;
    border-radius: 7px;
    background: #f8f8f8;
}
.tab_user_register .maintabs_page .nav-link.active,
.tab_user_register .maintabs_page .nav-link:hover{
    background: #80B50D;
    padding: 9px 15px;
    color: #fff;
}

.tab_user_register .maintabs_page{
    background: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    justify-content: center;
    gap: 15px;
}

.tab_user_register .woocommerce-form{
    margin: 0!important;
    border: 1px solid #e9e9e9!important;
} 
.main_body .tab_user_register .woocommerce-Input{
    background: #F9F9F9!important;
    border: 1px solid #E5E5E5!important;
    height: 50px!important;
    display: flex!important;
    color: #2D2D2D!important;
    font-size: 14px!important;
    font-weight: 400!important;
    align-items: center!important;
    padding: 10px 15px!important;
    width: 100%!important;
}
.liner_bnts_reg{
    display: flex!important;
    align-items: center!important;
    margin-top: 20px!important;
}
.liner_bnts_reg .woocommerce-button{
    background: #80b50d!important;
    border-radius: 7px!important;
    padding: 15px 20px!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 16px!important;
    order: 1;
}
.liner_bnts_reg .woocommerce-button:hover{
    background: #739f13!important;
}
.woocommerce-form-login__rememberme{
    font-size: 14px!important;
    display: flex!important;
    align-items: center!important;
    gap: 10px;
    color: #6a6a6a!important;
    order: 2;
    font-weight: 500!important;
}
.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{
    width: 20px!important;
    height: 20px!important;
}
.liner_bnts_reg:before,
.liner_bnts_reg:after{
    display: none!important;
}
.botom_form_bnts_reg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.botom_form_bnts_reg a{
    color: #84a53e;
    font-size: 14px;
    font-weight: 600;
}
.btn_goreg_linere {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    background: transparent;
    padding: 0;
}
.btn_goreg_linere span{
    color: #84a53e;
}
.botom_form_bnts_reg a:hover,
.btn_goreg_linere:hover span{
    color: #85b71c;
}

.woocommerce-form-register .woocommerce-privacy-policy-text{
    margin-top: 20px;
    color: #878787;
    font-size: 13px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text a{
    color: #878787;
    text-decoration: underline;
}
.linreingeres{
    justify-content: space-between!important;
}
.linreingeres .btn_goreg_linere{
    order: 2;
}
.content_wrap_user_acc{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.wrap_nav_account{
    width: 20%;
}
.accoun_nav_main ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.accoun_nav_main ul a{
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    padding: 16px 30px;
    color: #2c2c2c;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 500;
}
.accoun_nav_main ul a:hover,
.accoun_nav_main ul li.is-active a{
    background: #80b50d;
    color: #fff;
}
.woocommerce-MyAccount-content:not(.inpage_user){
    width: 100%;
}
.content_wrap_user_acc .inpage_user{
    width: calc(80% - 30px);
}
.content_acc_page{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
    height: 100%;
}

.top_acc_page .text_helo_acc span{
    font-weight: 700;
}
.boxex_info_user{
    margin-top: 20px;
    padding-top: 20px;
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    border-top: 1px solid #efefef;
}
.imlne_conent .title_us_ordert{
    font-size: 13px!important;
    font-weight: 700;
    color: #000;
}
.title_box_useres{
    font-size: 18px;
    font-weight: 600;
}
.cont_usereser{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #efefef;
    height: 100%;
}
.imlne_conent_title .content_title{
    font-weight: 600;
}
.imlne_conent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imlne_conent .content_title{
    font-size: 14px;
    margin-bottom: 0;
}
.imlne_conent .content_valuese{
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.imlne_conent .content_valuese a{
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    background: #80b50d;
    padding: 5px 10px;
    font-size: 12px;
}
.imlne_conent .content_valuese a:hover{
    color: #fff;
    background: #739f13;
}
.text_upgr_levsale{
    font-size: 12px;
    line-height: 1.2em;
    color: #6c6c6c;
    font-weight: 500;
}
.text_upgradelecer .gray_fill_btn{
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    height: auto;
}


.content_acc_page .woocommerce-info{
    border: 2px solid #83ad25;
    border-radius: 15px !important;
    background: #f8f8f8 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.content_acc_page .woocommerce-info:before{
    display: none;
}
.content_acc_page .form-row label{
    font-size: 14px;
    font-weight: 600;
    color: #646464;
}
.content_acc_page .form-row .woocommerce-Input{
    background: #F9F9F9!important;
    border: 1px solid #E5E5E5!important;
    height: 50px!important;
    display: flex!important;
    color: #2D2D2D!important;
    font-size: 14px!important;
    font-weight: 400!important;
    align-items: center!important;
    padding: 10px 15px!important;
    width: 100%!important;
}
#account_display_name_description{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
}
.space_resetpaser{
    margin-top: 35px;
}
.content_acc_page .woocommerce-Button{
    background: #80b50d!important;
    border-radius: 7px!important;
    padding: 15px 20px!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 16px!important;
    order: 1;
    margin-top: 15px;
}
.content_acc_page .woocommerce-Button:hover{
    background: #739f13!important;
}

.text_per_reserw{
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    margin-bottom: 15px;
}
.rteseter_psede .form-row-first{
    width: 100%!important;
}
.rteseter_psede .liner_bnts_reg{
    margin-top: 0!important;
}
.rteseter_psede .liner_bnts_reg .woocommerce-button{
    width: 100%!important;
}

.wrapp_mobile_bar .is-active span{
    color: #506f0f;
}
.text_full_about p{
    margin-bottom: 10px;
    line-height: 1.3em;
}
.text_full_about ul{
    padding-left: 1.5rem;
    margin-bottom: 10px;
}
.impage_about_comp .main_title_page{
    text-align: left!important;
    margin-top: 10px;
}
.map_company iframe{
    width: 100%;
}
.box_contact_tworap .tecdfgt_foret{
    color: #000;
    font-size: 16px;
}
.list_cont_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    padding: 0 20px;
}
.title_contlist, .value_contlist {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
}
.title_contlist {
    color: #909090;
}
.value_contlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.wrap_table_conts {
    width: 100%;
}
.list_cont_wrap:hover {
    background: #fff;
}

.get_partnerws_slide{
    position: relative;
}
.get_partnerws_slide .in_new_slid_btn{
    max-width: unset !important;
    padding: 15px 23px;
}
.wrap_bnt_new{
    display: flex;
    gap: 15px;
    align-items: center;
}
.get_partnerws_slide .gray_fill_btn{
    padding: 15px 23px;
}

.descr_produc .info__subtitle{
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.bos_usnrcolore{
    font-weight: 700;
}

.text_emptcart{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.milldecartim{
    text-align: center;
    font-size: 18px;
    font-weight: 500;  
}
.emptcontent{
    margin-bottom: 40px;
    border: 2px solid #80b50d;
    padding: 15px;
    border-radius: 7px;
    padding-top: 25px;
}
.woocommerce-thankyou-order-details.order_details{
    display: flex;
    justify-content: center;
}
.woocommerce-order-details .woocommerce-order-details__title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 15px;
}
.done_order_page .woocommerce-column__title,
.content_acc_page .woocommerce-column__title{
    font-size: 24px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce-table--order-details.order_details a{
    color: #61890c;
    font-weight: 500;
}
.done_order_page .woocommerce-customer-details .woocommerce-column--shipping-address{
    display: none!important;
}
.done_order_page .woocommerce-column--billing-address .woocommerce-column__title{
    font-size: 24px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 15px;
}
.milldecartim.minises{
    font-size: 14px;
    font-weight: 600;
}

.content_wrap_user_acc .woocommerce-MyAccount-orders{
    margin: 0!important;
    border-radius: 15px!important;
    padding: 15px;
    border: 1px solid #dbdbdb!important;
}
.content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-actions{
    font-size: 0;
}
.content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-number a{
    color: #69950a;
}
.content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button{
    color: #fff;
    background: #2d2d2d;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover{
    background: #000;
}

.content_wrap_user_acc .woocommerce-column--shipping-address{
    display: none!important;
}
.content_wrap_user_acc .woocommerce-column--billing-address{
    width: 100%!important;
}
.content_wrap_user_acc .woocommerce-order-details__title {
    margin-top: 30px;
}
.content_wrap_user_acc .woocommerce-table--order-details th {
    font-size: 14px;
}
.content_wrap_user_acc .woocommerce-table--order-details td {
    font-size: 14px;
}

.head_cont_orderse{
    display: flex;
    align-items: center;
    gap: 20px;
}
.head_cont_orderse .green_btn_sand{
    border-radius: 7px;
    padding: 10px 20px;
    gap: 10px;
    color: #fff !important;
}
.head_cont_orderse p{
    margin-bottom: 0;
}

.wrap_cont_devilese{
    margin-top: 10px;
}
.itemdevilesr{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
}

.titleingetbrons{
     font-size: 22px;
    font-weight: 500;   
}
.wrap_content_upload_app p{
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.wrap_content_upload_app .ttile_modalser{
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}
.wrap_content_upload_app a{
    background: #80b50d;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    width: fit-content;
}
.wrap_content_upload_app a:hover{
    background: #739f13; 
    color: #fff;
}

.form_in_pops .pops_input {
    padding: 15px 15px;
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    color: #2D2D2D;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.partner_ab_mod_text{
    margin-bottom: 15px;
    font-size: 14px;
    color: #383838;
    font-weight: 500;
}
.sand_form_conts{
    width: 100%;
    border-radius: 7px;
}
.iconsesef{
    color: #272727;
    font-size: 12px;
}
.iconsesef:hover{
    color: #fff;
}
.box_razdel_forem{
    margin-bottom: 30px;
}
.title_Razdes_frmvin{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.head_razdes_frmvin{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 20px;
}
.head_razdes_frmvin .title_Razdes_frmvin{
    padding-bottom: 0;
    margin: 0;
}
.remove_part_item{
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    flex-shrink: 0;
}
.pop_form_vin > .box_parst_item .remove_part_item{
    display: none;
}
.remove_part_item:hover path{
    stroke: #80B50D;
}
.form_line_row{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.col_form_row{
    width: 100%;
}
#get_vin_part .modal-dialog{
    max-width: 800px!important;
}
.ful_form_row{
    width: 100%;
}
.wrap_btns_box_modvin{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; 
}
.load_move_part{
    background: transparent;
    border: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.load_move_part:hover{
    color: #80B50D;
}
.wrap_btns_box_modvin .sand_form_conts{
    width: auto;
    padding: 10px 30px;
}


.import_1c_meta {
    margin-bottom: 16px;
    color: #2a2a2a;
}
.import_1c_meta p {
    margin-bottom: 6px;
}
.import_1c_result {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    overflow: auto;
    max-height: 70vh;
    box-shadow: 0 0 15px rgb(0 0 0 / 2%);
}
.import_1c_result pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.4;
    color: #2a2a2a;
}
.import_1c_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.import_1c_table th,
.import_1c_table td {
    border-bottom: 1px solid #eee;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
.catalog_pagination {
    margin-top: 30px;
}
.catalog_pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.catalog_pagination .page-numbers a,
.catalog_pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 2px solid #2D2D2D;
    border-radius: 7px;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.catalog_pagination .page-numbers a:hover,
.catalog_pagination .page-numbers.current {
    background: #2D2D2D;
    color: #fff;
}

.box_infoinforems{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #3e3e3e;  
}
.doneformsand{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #232c0f;  
}
.wrapcalbforform .doneformsand{
    color: #fff;
    margin-top: 30px;
}
.form_podbor .doneformsand{
    text-align: left;
}

@media (min-width: 991px) {
    .hide_peca{
        display: none!important;
    }
    .row_list_categories .cat_item_inpage.hidere{
        display: none;
    }
    .catalog_filter{
        position: sticky;
        top: 100px;
    }
    .wrap_filter_catalog {
        position: relative;
    }


}

@media (min-width: 991px) and (max-width: 1360px){
    .phone_on_head {
        font-size: 15px;
    }
    .wrap_socials_head .social_icon img{
        max-width: 26px;
    }
    .image_marker_sese{
        max-width: 22px;
    }
    .wrap_nav_head_box .menu {
        gap: 15px;
    }
    .adres_box_head .dropdown-toggle .text_adres_head {
        max-width: 212px;
        font-size: 11px;
    }
    .wrap_nav_head_box .menu a {
        font-size: 13px;
    }
    .wrap_nav_head_box .menu .menu-item-has-children .dropimge{
        max-width: 11px;
    }
    .wrap_logo_head img {
        max-width: 160px;
    }
    .inline_box_header_page .wrap_logo_head {
        width: 20%;
    }
    .inline_box_header_page .wrap_action_bnts {
        width: 45%;
    }
    .inline_box_header_page .wrap_icons_shop {
        width: 35%;
    }
    .text_icon_head {
        font-size: 13px;
    }
    .opencarttogle .dropdown-toggle .textcart {
        font-size: 13px;
    }
    .sercho_inp {
        font-size: 13px;
    }
    .green_btn_sand.serch_btm{
        font-size: 13px;
    }
    .bnt_catalog_all{
        font-size: 13px;
        max-width: 120px;
    }
    .title_in_slider_home {
        font-size: 36px;
    }
    .subtitle_text_slider {
        margin-top: 10px;
        font-size: 14px;
    }
    .banner_new_wrap {
        height: 450px;
        padding: 30px 50px 30px 65px;
    }
    .slide_left {
        left: 10px;
    }
    .slide_right {
        right: 10px;
    }
    .wrap_bnt_new .in_new_slid_btn {
        max-width: 150px;
    }
    .wrap_bnt_new{
        margin-top: 20px;
    }
    .gray_full_btn{
        font-weight: 400;
    }
    .product_card_style {
        padding-top: 20px;
    }
    .title_products_slider {
        font-size: 21px;
    }
    .product-item__price {
        font-size: 21px;
    }
    .wrap_image_product {
        height: 287px;
    }
    .main_title_page {
        font-size: 28px;
    }
    .main_space_top_40 {
        margin-top: 30px;
    }
    .title_mark_cat{
        font-size: 14px;
    }
    .item_catcard_cat .img_car_brand {
        max-width: 135px;
    }
    .wrap_categories_grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .main_top_space_80 {
        margin-top: 60px;
    }
    .title_podbor_zp {
        font-size: 21px;
    }
    .subtitle_podbor_zp {
        font-size: 14px;
    }
    .wrap_ceentr_img_cat {
        margin-top: 20px;
    }
    .text_full_about {
        line-height: 1.6em;
    }
    .perk_item_abt .title_big_perk_ab {
        font-size: 28px;
    }
    .perk_item_abt .text_ab_perk {
        font-size: 13px;
        margin-top: 10px;
    }
    .perks_item_wrap {
        gap: 25px;
        margin-top: 30px;
    }
    .text_imprab {
        font-size: 13px;
        margin-top: 15px;
    }
    .item_img_abt .wrap_img_align_pkab img{
        max-width: 80px;
    }
    .left_cint_text_box {
        width: 45%;
    }
    .title_intes {
        font-size: 16px;
        margin-top: 10px;
    }
    .contods {
        font-size: 13px;
        margin-top: 5px;
    }
    .title_foot_form {
        font-size: 21px;
    }
    .item_navc_foot ul {
        gap: 7px;
    }
    .item_navc_foot .menu-categories-container,
    .item_navc_foot .menu-footernav-container{
        margin-top: 10px;
    }
    .policuterxt_foot {
        font-size: 12px;
    }
    .text_aboutersf {
        font-size: 12px;
    }
    .input_footer {
        font-size: 14px;
    }
    .orange_white_btm {
        font-size: 14px;
    }
    .tecdfgt_foret {
        font-size: 13px;
    }
    .name_product_card a {
        font-size: 14px;
    }
    .main_space_first {
        margin-top: 180px;
    }
    .nav_btn {
        width: 35px;
        height: 35px;
    }
    .cont_big_head {
        font-size: 15px;
    }
    .box_modales_catsese {
        padding-top: 30px;
    }
    #cat_nav {
        top: 144px;
        height: calc(90vh - 144px);
    }
    #cat_nav.lides{
        top: 77px;
    }
    .cols_cont_cetalog .one_level_cat .title_podbor_zp_cat {
        font-size: 28px;
    }
    .main_page_title_se {
        font-size: 28px;
    }
    .cat_item_inpage {
        padding: 16px 20px;
        font-size: 14px;
    }
    .item_list_catpart a {
        font-size: 14px;
    }
    .twolevel_listcat .subcatspar.open {
        padding-left: 11px;
    }
    .haracteristics .detail-list__item dt, .haracteristics .detail-list__item dd {
        font-size: 12px;
    }
    .in_tabl_temp {
        padding: 10px 15px;
    }
    .in_tabl_temp span {  
        font-weight: 600;
    }
    .gallery_wrap .prod_gallery a {
        height: 300px;
    }
    .price_wrap_prodct .amount {
        font-size: 28px;
    }
    .wrap_tabs_product .maintabs_page .nav-link{
        font-size: 16px;
        padding-bottom: 6px;
    }
    .show_more_cats.gray_fill_btn {
        font-size: 14px;
        height: 51px;
    }
    .notivce_none {
        font-size: 16px;
    }
    .notivce_none_blk {
        font-size: 16px;
    }
    .row_prod_table .prod_name_tbl {
        width: 60%;
    }
    .row_prod_table .total {
        width: 11%;
    }
    .cart_totals.cclw_cart_totals .order-total .right-corner {
        font-size: 16px;
    }
    .cart_totals.cclw_cart_totals .order-total .left-corner {
        font-size: 14px;
    }
    .wrap_cont_page_alls .woocommerce-checkout .border_html {
        font-size: 18px !important;
        padding-bottom: 10px;
    }
    .woocommerce-billing-fields .form-row .input-text {
        height: 40px !important;
        padding: 8px 15px !important;
        font-size: 14px !important;
    }
    .wc_payment_method label {
        font-size: 14px;
        font-weight: 600;
    }
    .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
        font-size: 12px;
    }
    .accoun_nav_main ul a{
        font-size: 14px;
    }
    .title_box_useres {
        font-size: 16px;
    }
    .imlne_conent_title .content_title{
        font-size: 14px;
    }
    .boxex_info_user {
        margin-top: 30px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .content_acc_page .woocommerce-info{
        font-size: 14px;
    }
    .wrap_cont_page_alls {
        font-size: 14px;
    }
    .content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        height: 35px;
    }


}

@media (min-width: 991px) and (max-width: 1200px){
    .header_top_bar {
        padding: 6px 0;
    }

    .wrap_nav_head_box .menu .menu-item{
        padding-top: 2px;
        padding-bottom: 2px;
        gap: 5px;
    }
    .phone_on_head {
        font-size: 14px;
    }
    .wrap_socials_head .social_icon img {
        max-width: 24px;
    }
    .wrap_nav_head_box .menu a {
        font-size: 12px;
    }
    .adres_box_head .dropdown-toggle .text_adres_head {
        max-width: 192px;
        font-size: 10px;
    }
    .image_marker_sese {
        max-width: 18px;
    }
    .sercho_inp {
        height: 45px;
    }
    .bnt_catalog_all{
        height: 45px;
        max-width: 110px;
    }
    .serch_btm{
        height: 45px;
        max-width: 85px;
    }
    .icon_headbox img{
        max-width: 21px;
    }
    .wrap_logo_head img {
        max-width: 135px;
    }
    .main_space_first {
        margin-top: 145px;
    }
    .callback-block-popup--top .callback_box_conts {
        margin-top: 15px;
        gap: 15px;
    }
    .leftes_box_inlkiner {
        margin-top: 15px;
        padding-left: 30px;
    }
    .togle_contacts .dropdown-menu {
        width: 370px;
        padding: 25px;
    }
    .inline_inpus .phone_calb {
        height: 45px;
        font-size: 13px;
        padding: 10px 15px;
        max-width: 180px;
    }
    .green_btn_sand {
        height: 45px;
        font-size: 13px;
    }
    .callback-block-popup--form small {
        font-size: 10px;
        margin-top: 15px;
    }
    .space_top_form_obx {
        margin-top: 15px;
    }
    .callback-block-popup--form {
        margin-top: 20px;
        padding-top: 15px;
    }
    .opencarttogle .dropdown-menu .woocommerce-mini-cart__empty-message {
        font-size: 14px;
    }
    .cont_big_head.adreser{
        font-size: 12px;
    }
    .banner_new_wrap {
        height: 370px;
        padding: 30px 50px 30px 60px;
        background-size: 35%;
    }
    .title_in_slider_home {
        font-size: 26px;
        font-weight: 700;
    }
    .subtitle_text_slider {
        margin-top: 5px;
        font-size: 13px;
    }
    .wrap_bnt_new{
        margin-top: 15px;
    }
    .gray_full_btn{
        height: 45px;
        font-size: 13px;
    }
    .title_products_slider {
        font-size: 18px;
    }
    .wrap_image_product {
        height: 221px;
    }
    .left_wrap_price {
        width: 50%;
    }
    .product-item__price {
        font-size: 18px;
    }
    .right_move_card_prod {
        width: 50%;
    }
    .add_to_cart.in_card_page {
        height: 45px;
        width: 55px;
    }
    .add_to_cart.in_card_page img{
        max-width: 21px;    
    }
    .betwen_box_info_prod {
        margin-top: 15px;
    }
    .main_title_page {
        font-size: 21px;
    }
    .main_space_top_40 {
        margin-top: 25px;
    }
    .item_catcard_cat{
        padding: 15px;
    }
    .item_catcard_cat .img_car_brand {
        max-width: 120px;
        margin-top: 15px;
    }
    .main_top_space_80 {
        margin-top: 55px;
    }
    .wrap_categories_grid {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .title_podbor_zp {
        font-size: 18px;
    }
    .subtitle_podbor_zp {
        font-size: 13px;
        margin-top: 2px;
    }
    .write_us_title {
        font-size: 13px;
    }
    .inpcalb_cat {
        height: 45px;
        font-size: 13px;
    }
    .gray_bnt_form{
        height: 45px;
        font-size: 13px;
    }
    .title_mark_cat {
        font-size: 12px;
    }
    .wrap_ceentr_img_cat {
        margin-top: 15px;
    }
    .text_full_about {
        font-size: 13px;
    }
    .perk_item_abt .title_big_perk_ab {
        font-size: 21px;
    }
    .perks_item_wrap {
        gap: 20px;
        margin-top: 25px;
    }
    .white_wrap_about {
        padding: 25px;
        gap: 40px;
    }
    .left_info_box_ab {
        width: calc(60% - 20px);
    }
    .right_info_ab_wrap {
        width: calc(40% - 20px);
    }
    .perk_item_abt .text_ab_perk {
        font-size: 12px;
    }
    .text_imprab {
        font-size: 12px;
    }
    .colc_to_des_app{
        min-height: 130px;  
    }
    .gray_fill_btn{
        height: 45px;
        font-size: 13px;
    }
    .contods {
        font-size: 12px;
    }
    .link_all_blog{
        font-size: 13px;
    }
    .logo_hed_box img{
        max-width: 180px;
    }
    .title_nav_foot {
        font-size: 14px;
    }
    .item_navc_foot .menu a {
        font-size: 13px;
    }
    .item_navc_foot ul {
        gap: 5px;
    }
    .title_foot_form {
        font-size: 18px;
    }
    .wrap_banner_help_pod{
        height: 140px;
    }
    #cat_nav {
        top: 123px;
        height: calc(90vh - 123px);
    }
    #cat_nav.lides{
        top: 68px;
    }
    .title_razder_ger {
        font-size: 16px;
    }

    .top_cats_mod_box .item_catcard_cat {
        max-width: 170px;
    }
    .bot_cats_mod_box .title_mark_cat {
        font-size: 13px;
        line-height: 1.2em;
    }
    .main_page_title_se {
        font-size: 24px;
    }
    .categ_descrip {
        font-size: 13px;
        margin-top: 5px;
    }
    .cols_cont_cetalog .one_level_cat .title_podbor_zp_cat {
        font-size: 24px;
    }
    .slider_sertif .swiper-slide a {
        height: 220px;
    }
    .wrap_catalog_products {
        gap: 20px;
    }
    .wrap_filter_catalog {
        width: calc(30% - 10px);
    }
    .catalog_products {
        width: calc(70% - 10px);
    }
    .prod_card_title {
        font-size: 14px;
    }

    .haracteristics .detail-list__item:nth-child(even) {
        padding: 4px 8px;
    }
    .in_tabl_temp span{
        display: none;
    }
    .meat_prod_wrap {
        gap: 15px;
    }
    .stock_stat {
        font-size: 13px;
    }
    .wrap_image_sing_prod {
        width: 35%;
    }
    .wrap_sing_prod_chars {
        width: 35%;
    }
    .actions_sin_product {
        width: 30%;
    }
    .box_wrap_devils {
        max-width: 240px;
    }
    .proizv_box .proizv_values span {
        font-size: 14px;
    }
    .tilte_box_devils {
        font-size: 13px;
    }
    .add_cart_wrap .qoun {
        gap: 15px;
    }
    .btmquals {
        width: 47px;
        height: 40px;
    }
    .quels_imp .qty {
        height: 40px;
        width: 50px;
    }
    .single_aadd_cart {
        height: 40px;
        width: 70px;
        margin-top: 5px;
    }
    .title_count_prod {
        font-size: 13px;
    }
    .wrap_content_prod {
        gap: 15px;
        padding: 20px;
    }
    .price_wrap_prodct .amount {
        font-size: 24px;
    }
    .wrap_tabs_product .tab-pane {
        padding: 20px;
    }
    .gallery_wrap .prod_gallery_thumbs {
        height: 75px;
    }
    .cat_item_inpage {
        padding: 14px 15px;
    }
    .show_more_cats.gray_fill_btn {
        height: 47px;
        padding: 8px 15px;
    }
    .notivce_none {
        font-size: 14px;
    }
    .notivce_none_blk {
        font-size: 14px;
    }
    .wrap_cont_page_alls .cclw_opc_main {
        gap: 20px;
    }
    .wrap_cont_page_alls .cclw_cart_table {
        padding: 20px;
    }
    .wrap_cont_page_alls .woocommerce-checkout .border_html {
        font-size: 16px !important;
    }
    .woocommerce-shipping-methods label{
        font-size: 13px;
    }
    .woocommerce .row_prod_table .wrapper_qty .cclwplus {
        width: 32px;
        height: 32px;
    }
    .row_prod_table .wrapper_qty .qty {
        height: 32px;
    }
    .row_prod_table .prod_name_tbl {
        font-size: 13px;
    }
    .woocommerce-checkout-payment .place-order button{
        font-size: 14px!important;
    }
    .row_prod_table .cclw_qty {
        width: 14%;
    }
    .row_prod_table .prod_name_tbl {
        width: 58%;
    }
    .woocommerce .row_prod_table .wrapper_qty .cclwminus{
        width: 32px;
        height: 32px;
    }
    .wrap_cont_page_alls .two-column-layout-left {
        padding: 20px;
    }
    .wrap_cont_page_alls .two-column-layout-right{
        padding: 20px;
    }

    .wrap_tabs_product .maintabs_page .nav-link {
        font-size: 14px;
    }
    .liner_bnts_reg .woocommerce-button{
        font-size: 14px!important;
    }  
    .woocommerce-form-login__rememberme {
        font-size: 12px !important;
        gap: 5px;
    }
    .botom_form_bnts_reg a {
        font-size: 13px;
    }
    .btn_goreg_linere{
        font-size: 13px;
    }
    .woocommerce-form-register .woocommerce-privacy-policy-text {
        font-size: 12px;
        margin-top: 15px;
    }

    .boxex_info_user{
        margin-top: 30px;
        grid-template-columns: 1fr;
    }
    .box_user_itemes {
        padding: 15px;
    }
    .content_wrap_user_acc {
        gap: 15px;
    }
    .content_wrap_user_acc .inpage_user {
        width: calc(75% - 15px);
    }
    .wrap_nav_account {
        width: 25%;
    }
    .accoun_nav_main ul a {
        padding: 16px 20px;
    }
    .content_acc_page .form-row .woocommerce-Input {
        height: 45px !important;
        font-size: 13px !important;
    }
    #account_display_name_description {
        font-size: 12px;
    }
    .content_acc_page .form-row label {
        font-size: 13px;
    }
    .content_acc_page .woocommerce-Button {
        font-size: 14px !important;
    }
    .box_contact_tworap .tecdfgt_foret {
        font-size: 14px;
    }  
    .title_contlist, .value_contlist {
        font-size: 14px;
    }
    .list_cont_wrap {
        height: 50px;
    }
    .text_emptcart {
        font-size: 22px;
    }
    .milldecartim {
        font-size: 16px;
    }
    .woocommerce-order-details .woocommerce-order-details__title {
        font-size: 22px;
    }
    .done_order_page .woocommerce-column--billing-address .woocommerce-column__title {
        font-size: 22px;
    }
    .done_order_page .woocommerce-column__title, .content_acc_page .woocommerce-column__title {
        font-size: 22px;
    }
    .content_wrap_user_acc .woocommerce-table--order-details th {
        font-size: 13px;
    }
    .content_wrap_user_acc .woocommerce-table--order-details td {
        font-size: 13px;
    }
    .head_cont_orderse .green_btn_sand {
        padding: 8px 16px;
    }
    .head_cont_orderse p {
        font-size: 13px;
    }
    .top_cats_mod_box .title_mark_cat {
        font-size: 12px;
    }
    .cat_item_toggle {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }

}

@media (max-width: 991px){
    .hide_mobile{
        display: none!important;
    }
    .green_btn_sand {
        height: 45px;
    }
    .inline_inpus .phone_calb {
        height: 45px;
        font-size: 14px;
        padding: 10px 15px;
        max-width: 250px;
    }
    .wrap_box_head_box {
        justify-content: space-between;
        gap: 30px;
    }
    .cont_box_head {
        gap: 10px;
    }
    .mobile_nav_bar{
        position: fixed;
        z-index: 99;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 0 0px 25px rgb(0 0 0 / 15%);
    }
    .wrapp_mobile_bar{
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .icon_mb_nav{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }
    .icon_mb_nav span{
        color: #262626;
        font-size: 13px;
    }
    .icon_mb_nav .toglecountcart{
        right: -1px;
        top: -2px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        background: #80b50d;
    }
    .icon_mb_nav .box_checkcount{
        font-size: 12px;
        font-weight: 600;
    }
    .inline_box_header_page {
        justify-content: space-between;
        gap: 10px;
    }
    .inline_box_header_page .wrap_logo_head {
        width: 40%;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .inline_box_header_page .wrap_action_bnts {
        width: 60%;
    }
    .sercho_inp {
        height: 45px;
        font-size: 14px;
        padding: 10px 15px;
        max-width: 300px;
    }
    .serch_btm {
        max-width: 55px;
        height: 45px;
    }
    .search_header .wrap_search_field{
        justify-content: flex-end;
    }
    .btn_full_menus{
        border: 0;
        padding: 10px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        background: #80b50d;
        height: 45px;
        justify-content: center;
    }
    .btn_full_menus svg{
        max-width: 30px;
        width: 100%;
        height: auto;
    }
    .serch_btm img{
        max-width: 26px;
        width: 100%;
        height: auto;
    }
    .left_sliner_news {
        width: 100%;
    }
    .betweeb_sliders_home .right_slider_shop{
        display: none;
    }
    .wrap_categories_grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .banner_new_wrap {
        height: 400px;
        padding: 30px 50px 30px 50px;
        background-size: 26%;
    }
    .title_in_slider_home {
        font-size: 34px;
    }
    .slide_left {
        left: -15px;
    }
    .slide_right {
        right: -15px;
    }
    .subtitle_text_slider {
        margin-top: 10px;
        font-size: 14px;
    }
    .gray_full_btn{
        height: 45px;
        font-size: 13px;
    }
    .wrap_bnt_new{
        margin-top: 20px;
    }
    .main_top_space_80 {
        margin-top: 60px;
    }
    .main_title_page {
        font-size: 24px;
    }
    .main_space_top_40 {
        margin-top: 25px;
    }
    .title_mark_cat {
        font-size: 14px;
    }
    .item_catcard_cat .img_car_brand {
        max-width: 110px;
        margin-top: 10px;
    }
    .list_categories_marka .img_car_brand{
        max-width: 120px;
    }
    .main_space_first {
        margin-top: 180px;
    }
    .wrap_banner_help_pod {
        gap: 30px;
        height: auto;
        padding: 30px 30px;
        flex-wrap: wrap;
        background: url(/frontend/uploads/2026/06/6944.webp) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .left_cint_text_box{
        width: 100%;
        text-align: center;
    }
    .right_form_podbor{
        width: 100%;
    }
    .subtitle_podbor_zp {
        font-size: 14px;
        margin-top: 5px;
    }
    .wrap_ceentr_img_cat {
        margin-top: 20px;
    }
    .white_wrap_about {
        gap: 35px;
        flex-wrap: wrap;
    }
    .left_info_box_ab{
        width: 100%;
    }
    .right_info_ab_wrap{
        width: 100%;
    }
    .text_full_about {
        line-height: 1.6em;
    }
    .perks_item_wrap {
        gap: 35px;
        margin-top: 30px;
        width: 100%;
        justify-content: space-between;
    }
    .perk_item_abt .title_big_perk_ab {
        font-size: 28px;
    }
    .perk_item_abt .text_ab_perk {
        font-size: 13px;
        margin-top: 5px;
    }
    .text_imprab {
        text-align: center;
        color: #2D2D2D;
        font-size: 13px;
    }
    .gray_fill_btn{
        height: 45px;
        font-size: 13px;
        font-weight: 500;
        background: #2D2D2D;
        color: #fff;
        border: 0;
    }
    .gray_fill_btn:hover{
       color: #fff; 
       background: #000;
    }
    .box_perks_image_ab {
        display: flex;
        justify-content: space-between;
    }
    .wrap_img_align_pkab img{
        max-width: 75px;  
    }
    .inpcalb_cat {
        max-width: 100%;
    }
    .massager_podbor {
        justify-content: center;
    }
    .colc_to_des_app {
        min-height: auto;
        flex-wrap: wrap;
    }
    .right_col_btns_bannr {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
    .wrap_image_fonban {
        opacity: 0.5;
        top: unset;
        height: auto;
        bottom: 0;
    }
    .wrap_image_fonban img {
        object-fit: contain;
        max-width: 180px;
    }
    .banner_desc_app .title_podbor_zp {
        color: #020202;
    }
    .banner_desc_app .subtitle_podbor_zp {
        color: #020202;
        z-index: 1;
        position: relative;
    }
    .link_all_blog {
        font-size: 13px;
    }
    .title_intes {
        font-size: 16px;
        margin-top: 10px;
    }
    .contods{
        font-size: 13px;
        margin-top: 5px;
    }
    .footer_main {
        margin-top: 80px;
        padding-bottom: 100px;
    }
    .footer_onecol{
        display: flex;
        justify-content: space-between;
    }
    .logo_hed_box img{
        max-width: 190px;
        width: 100%;
        height: auto;
    }
    .footer_conts_list {
        margin-top: 0;
    }
    .tecdfgt_foret {
        max-width: 300px;
    }
    .threecol_fott_nav {
        justify-content: space-between;
        margin-top: 30px;
        padding-top: 25px;
        border-top: 1px solid #232323;
    }
    .title_nav_foot {
        font-size: 14px;
    }
    .form_footer_wrap{
        margin-top: 30px;
        padding-top: 25px;
        border-top: 1px solid #232323;
    } 
    .policuterxt_foot {
        font-size: 12px;
    }
    .text_aboutersf {
        font-size: 12px;
    }
    .orange_white_btm{
        font-size: 14px;
    }
    .title_foot_form {
        font-size: 21px;
    }
    .input_footer{
        font-size: 14px;
    }
    .cont_big_head {
        font-size: 14px;
    }
    .cont_big_head.adreser {
        font-size: 13px;
    }
    .main_page_title_se {
        font-size: 28px;
    }
    .in_catalog_bannre .one_level_cat .title_podbor_zp_cat {
        font-size: 24px;
    }
    .in_catalog_bannre .subtitle_podbor_zp{
        color: #fff;
    }
    .in_catalog_bannre .gray_full_btn {
        max-width: 200px;
        height: 50px;
        font-size: 14px;
    }
    .in_catalog_bannre .massager_podbor {
        justify-content: flex-start;
    }
    .dots_in_slider.place_dots_news_sert{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .place_dots_news_sert.dots_in_slider .swiper-pagination-bullet {
        border: 2px solid #737373 !important;
    }
    .place_dots_news_sert.dots_in_slider .swiper-pagination-bullet-active{
        background: #737373 !important;  
    }
    #ofcanfiltr .ofcadbodyplace, #ofcanfiltr .offcanvas-header{
        opacity: 0;
    }
    #ofcanfiltr.show .ofcadbodyplace, #ofcanfiltr.show .offcanvas-header{
        opacity: 1;
    }   
    .wrap_catalog_products{
        flex-wrap: wrap;
        gap: 25px;
    }
    .wrap_filter_catalog{
        width: 100%;
    }
    .catalog_products{
        width: 100%;
    }
    .row_list_categories {
        flex-wrap: nowrap;
        overflow-y: auto;
        padding-bottom: 5px;
    }
    .row_list_categories::-webkit-scrollbar {
        width: 1px;
        height: 2px;
    }
    .cat_item_inpage {
        padding: 15px 20px;
        font-size: 14px;
        white-space: nowrap;
    }
    .btm_filter {
        padding: 6px 17px
    }
    .btm_filter img{
        max-width: 21px;
    }
    .offcanvas-title{
        font-size: 18px;
        font-weight: 700; 
    }
    .meat_prod_wrap {
        gap: 15px;
        width: calc(25% - 6px);
    }
    .in_tabl_temp .span{
        display: none;
    }
    .wrap_inline_card_prod .product-item__price {
        font-size: 21px;
    }
    .stock_stat {
        font-size: 13px;
    }
    .haracteristics .detail-list__item dt, .haracteristics .detail-list__item dd {
        font-size: 12px;
    }
    .in_tabl_temp span{
        display: none;
    } 
    .inline_card_prod {
        gap: 15px;
    }
    .wrap_content_prod {
        gap: 20px;
        padding: 25px;
        flex-wrap: wrap;
    }

    .wrap_image_sing_prod {
        width: calc(50% - 14px);
    }
    .wrap_sing_prod_chars {
        width: calc(50% - 14px);
    }
    .actions_sin_product{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .stock_product_sing {
        justify-content: flex-start;
        width: 50%;
        order: 1;
    }
    .price_wrap_prodct {
        justify-content: flex-end;
        margin-top: 0;
        width: 50%;
        order: 2;
    }
    .devilery_method {
        justify-content: flex-start;
        width: 50%;
        order: 3;
    }
    .add_cart_wrap{
        width: 50%;
        align-items: flex-end;
        order: 4;
    }
    .add_cart_wrap .title_count_prod{
        display: none;
    }
    .price_wrap_prodct .amount {
        font-size: 26px;
    }
    .gallery_wrap .prod_gallery_thumbs {
        height: 70px;
    }
    .add_cart_wrap .qoun {
        gap: 20px;
    }
    .wrap_tabs_product .maintabs_page .nav-link {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .proizv_box .proizv_values span {
        font-size: 14px;
    }
    .boxnosearch {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .show_more_cats.gray_fill_btn{
        display: none;
    }
    .notivce_none {
        font-size: 16px;
    }
    .notivce_none_blk {
        font-size: 16px;
    }

    #main_mob_menu .offcanvas-header{
        display: flex;
        justify-content: flex-end;
    }
    #main_mob_menu .offcanvas-body{
        padding-top: 0;
    }

    .fuul_nav_mobile .title_razder_ger{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2px;
        text-align: left;
        font-size: 15px;
        margin-bottom: 0;
        padding: 12px 0px;
        cursor: pointer;
        user-select: none;
    }
    #main_mob_menu .title_razder_ger::after {
        content: '';
        width: 8px;
        height: 8px;
        flex-shrink: 0;
        border-right: 2px solid #2D2D2D;
        border-bottom: 2px solid #2D2D2D;
        transform: rotate(45deg);
        margin-top: -4px;
        transition: transform .2s ease;
    }
    #main_mob_menu .title_razder_ger.is-open::after {
        transform: rotate(-135deg);
        margin-top: 4px;
    }
    #main_mob_menu .title_razder_ger + * {
        display: none;
    }
    #main_mob_menu .title_razder_ger.is-open + .list_cat_col {
        display: flex;
    }
    #main_mob_menu .title_razder_ger.is-open + *:not(.list_cat_col) {
        display: block;
    }
    .list_cat_col{
        display: flex;
        flex-direction: column;
        gap: 9px;
    }
    .list_mob_category{
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .top_level_mob_nav{
        padding-left: 15px;
        padding-right: 15px;
    }
    .bot_level_mon_nav{
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cont_in_mobnav{
        margin-top: 20px;
        background: #f7f7f7;
        padding: 5px 15px;
        border-radius: 10px;
    }
    .cont_in_mobnav .menu{
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .cont_in_mobnav .sub-menu {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
        margin-top: 7px;
    }
    .cont_in_mobnav a{
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .wrap_cont_page_alls .cclw_cart_table {
        padding: 20px;
    }
    .wrap_cont_page_alls .woocommerce-checkout .border_html {
        font-size: 18px !important;
        padding-bottom: 10px;
    }
    .row_prod_table {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .row_prod_table:not(:last-child){
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
    }
    .row_prod_table .thumb {
        width: 15%;
        display: flex;
        align-items: self-start;
        justify-content: flex-start;
        order: 1;
    }
    .row_prod_table .thumb a img {
        max-width: 70px;
    }
    .row_prod_table .prod_name_tbl {
        width: 75%;
        order: 2;
    }
    .row_prod_table .removepro {
        width: 5%;
        order: 3;
        display: flex;
        justify-content: flex-end;
    }
    .row_prod_table .cclw_qty {
        width: 21%;
        order: 4;
        margin-top: 10px;
        min-width: 120px;
    }
    .row_prod_table .total {
        width: 50%;
        order: 5;
        margin-top: 10px;
    }
    .cart_totals.cclw_cart_totals .order-total .right-corner {
        font-size: 16px;
    }
    .wrap_cont_page_alls .cclw_opc_main {
        gap: 25px;
    }
    .wrap_cont_page_alls .two-column-layout-left {
        padding: 20px;
        width: 100%;
    }
    .wrap_cont_page_alls .two-column-layout-right{
        padding: 20px;
        width: 100%;
    }
    .woocommerce-shipping-methods label {
        padding: 10px 16px;
    }
    .wc_payment_method label {
        font-size: 14px;
    }
    .cart_totals.cclw_cart_totals .order-total .left-corner {
        font-size: 14px;
    }

    .botom_form_bnts_reg a {
        font-size: 13px;
    }
    .btn_goreg_linere{
        font-size: 13px;
    }
    .woocommerce-form-login__rememberme {
        font-size: 13px !important;
        gap: 5px;
    }
    .wrap_nav_account {
        width: 100%;
    }
    .content_wrap_user_acc .inpage_user {
        width: 100%;
    }
    .content_wrap_user_acc{
        flex-wrap: wrap;
        gap: 20px;
    }
    .accoun_nav_main ul {
        flex-direction: unset;
        gap: 10px;
    }
    .wrap_nav_account .accoun_nav_main{
        overflow-y: auto;
        padding-bottom: 5px;
    }
    .accoun_nav_main ul a {
        padding: 12px 20px;
        font-size: 14px;
        white-space: nowrap;
    }
    .wrap_nav_account .accoun_nav_main::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    .text_helo_acc{
        font-size: 14px;
    }
    .boxex_info_user {
        margin-top: 25px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .box_user_itemes {
        padding: 15px;
    }
    .title_box_useres {
        font-size: 16px;
    }
    .imlne_conent_title .content_title {
        font-size: 14px;
    }
    .imlne_conent {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px;
    }
    .cont_usereser {
        gap: 10px;
    }
    .imlne_conent {
        gap: 2px;
    }
    .imlne_conent .content_title {
        color: #616161;
        width: 100%;
    }
    .content_acc_page .woocommerce-info{
        font-size: 14px;
    }
    .content_acc_page .form-row .woocommerce-Input{
        height: 45px!important;
    }
    #account_display_name_description {
        font-size: 13px;
    }
    .content_acc_page .form-row label {
        font-size: 13px;
    }
    .content_acc_page .woocommerce-Button{
       font-size: 14px !important; 
    }
    .space_resetpaser legend{
        font-size: 18px;
    }
    .liner_cont_one {
        order: 2;
        margin-top: 25px;
    }
    .liner_cont_two{
        order: 1;
    }
    .box_contact_tworap .tecdfgt_foret {
        font-size: 14px;
    }
    .map_company iframe {
        width: 100%;
        height: 300px;
    }
    .title_contlist, .value_contlist {
        font-size: 14px;
    }
    .list_cont_wrap {
        height: 50px;
    }
    .wrap_cont_page_alls{
        font-size: 14px;
    }
    .hide_mobe a{
        display: none;
    }
    .hide_mobe .sub-menu{
        margin-top: 0;
    }
    .hide_mobe .sub-menu a{
        display: flex;
    }

    .text_emptcart {
        font-size: 22px;
    }
    .milldecartim {
        font-size: 14px;
        max-width: 500px;
        margin: 0 auto;
    }
    .woocommerce-thankyou-order-details.order_details {
        padding-left: 0 !important;
    }
    .woocommerce-thankyou-order-details.order_details{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    .woocommerce-thankyou-order-details.order_details:before,
    .woocommerce-thankyou-order-details.order_details:after{
        display: none!important;
    }
    .woocommerce-thankyou-order-details.order_details li{
        border-right: 0!important;
        margin: 0!important;
        padding: 0!important;
        width: calc(50% - 10px);
    }
    .woocommerce-order-details .woocommerce-order-details__title {
        font-size: 22px;
    }
    .woocommerce-table--order-details.order_details a,
    .woocommerce-table--order-details.order_details span{
        font-size: 14px;
    }
    .done_order_page .woocommerce-column--billing-address .woocommerce-column__title {
        font-size: 22px;
    }
    .milldecartim.minises{
        font-weight: 500;
    }
    .done_order_page .woocommerce-customer-details{
        margin-top: 40px;
    }
    .content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        height: 35px;
        font-weight: 400;
    }
    .done_order_page .woocommerce-column__title, .content_acc_page .woocommerce-column__title{
        font-size: 22px;
        text-align: center;
    }
    .head_cont_orderse p {
        font-size: 13px;
    }
    .head_cont_orderse .green_btn_sand {
        font-size: 13px;
        padding: 8px 15px;
    }
    .head_cont_orderse .green_btn_sand img{
        max-width: 19px;
    }
    .form_line_row {
        flex-wrap: wrap;
        gap: 0;
    }
    .title_Razdes_frmvin {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .head_razdes_frmvin {
        padding-bottom: 10px;
    }
    .head_razdes_frmvin .title_Razdes_frmvin {
        padding-bottom: 0;
    }
    .get_prod_zakaz span{
        display: block!important;
    }


}

@media (max-width: 768px){ 
    .cont_box_head .social_icon img{
        max-width: 26px;
    }
    .cont_box_head .phone_on_head img{
        max-width: 26px;
    }
    .togle_contacts .image_marker_sese{
        max-width: 21px;
    }
    .adres_box_head .dropdown-toggle svg {
        max-width: 12px;
    }
    .wrap_logo_head img {
        max-width: 120px;
    }
    .btn_full_menus svg {
        max-width: 26px;
    }
    .btn_full_menus {
        width: 40px;
        padding: 3px;
        height: 40px;
    }
    .sercho_inp {
        height: 40px;
        font-size: 12px;
        padding: 10px 15px;
        max-width: 210px;
    }
    .serch_btm {
        max-width: 45px;
        height: 40px;
    }
    .serch_btm img {
        max-width: 22px;
    }
    .header_main_wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .togle_contacts .dropdown-menu {
        width: 320px;
        padding: 20px;
        margin-top: 5px;
    }
    .callback-block-popup--top .callback_box_conts {
        margin-top: 15px;
        gap: 10px;
    }
    .leftes_box_inlkiner {
        margin-top: 15px;
        padding-left: 25px;
    }
    .space_top_form_obx {
        margin-top: 10px;
    }
    .inline_inpus .green_btn_sand {
        max-width: 110px;
        font-size: 14px;
    }
    .callback-block-popup--form small {
        font-size: 10px;
        margin-top: 10px;
    }
    .main_space_first {
        margin-top: 140px;
    }
    .banner_new_wrap {
        height: 355px;
        padding: 30px 35px 30px 35px;
    }
    .title_in_slider_home {
        font-size: 28px;
    }
    .wrap_bnt_new .in_new_slid_btn {
        max-width: 130px;
    }
    .main_space_top_40 {
        margin-top: 20px;
    }
    .wrap_categories_grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .wrap_banner_help_pod {
        padding: 30px 15px;
    }
    .title_podbor_zp {
        font-size: 21px;
    }
    .footer_onecol {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    .item_catcard_cat{
        padding: 15px;
    }
    .wrap_ceentr_img_cat {
        margin-top: 10px;
        padding-bottom: 15px;
    }
    .item_catcard_cat .img_car_brand {
        max-width: 100px;
        opacity: 0.8;
    }
    .list_categories_marka .img_car_brand {
        max-width: 110px;
    }
    .massager_podbor {
        margin-top: 20px;
    }
    .text_full_about {
        font-size: 13px;
    }
    .perk_item_abt .title_big_perk_ab {
        font-size: 24px;
        order: 2;
    }
    .perks_item_wrap {
        gap: 20px;
        flex-wrap: wrap;
    }
    .perks_item_wrap .perk_item_abt{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .perk_item_abt .text_ab_perk {
        font-size: 13px;
        margin-top: 5px;
        order: 1;
        font-weight: 600;
    }
    .wrap_img_align_pkab img {
        max-width: 60px;
    }
    .text_imprab {
        font-size: 12px;
        max-width: 99px;
    }
    .box_perks_image_ab {
        flex-wrap: wrap;
    }
    .item_img_abt {
        width: 40%;
    }
    .cols_wrap_socfoot .social_icon {
        width: 30px;
    }
    .cols_wrap_socfoot img {
        max-width: 30px;
    }
    .large_conts_pophead label {
        font-size: 14px;
    }
    .box_titlre_popup_cont {
        font-size: 14px;
    }
    .main_page_title_se {
        font-size: 24px;
    }
    .categ_descrip {
        font-size: 13px;
        margin-top: 5px;
    }
    .cols_cont_cetalog{
          padding: 40px 40px;  
    }
    .in_catalog_bannre .one_level_cat .title_podbor_zp_cat {
        font-size: 24px;
    }
    .cols_cont_cetalog .twos_level_cat {
        gap: 15px;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .in_catalog_bannre .gray_full_btn {
        max-width: 100%;
        font-size: 13px;
        height: 45px;
    }
    .in_catalog_bannre  .wrap_form_gethelp{
        display: none;
    }
    .slider_sertif .swiper-slide a {
        height: 210px;
    }
    .inline_card_prod {
        gap: 15px;
        padding: 20px;
        flex-wrap: wrap;
    }
    .wrap_image_pr_card {
        width: 100%;
    }
    .content_prod_card {
        width: 100%;
    }
    .meat_prod_wrap {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        gap: 10px;
        flex-direction: unset;
    }
    .wrap_products {
        gap: 20px;
    }
    .wrap_image_pr_card a {
        max-width: 100%;
        height: 350px;
    }
    .prod_card_title {
        font-size: 18px;
    }
    .haracteristics {
        max-width: 100%;
        margin-left: 0;
    }
    .wrap_inline_card_prod .product-item__price {
        width: 50%;
        text-align: left;
        order: 1;
    }
    .stock_art_card {
        text-align: right;
        width: 30%;
        order: 2;
    }
    .in_tabl_temp {
        width: 15%;
        order: 3;
        min-width: 15%;
    }
    .wrap_image_sing_prod {
        width: 100%;
    }
    .wrap_sing_prod_chars {
        width: 100%;
    }
    .gallery_wrap .prod_gallery_thumbs {
        height: 100px;
    }
    .wrap_sing_prod_chars .haracteristics{
        max-width: 100%;
    }
    .table_carast_pr_card {
        margin-top: 0;
    }
    .proizv_box {
        margin-top: 20px;
    }
    .devilery_method {
        width: 100%;
        order: 1;
        margin-top: 0;
    }
    .stock_product_sing {
        width: 50%;
        order: 2;
        margin-top: 30px;
    }
    .price_wrap_prodct {
        width: 50%;
        order: 3;
        margin-top: 30px;
    }
    .add_cart_wrap {
        width: 100%;
        align-items: flex-start;
        order: 4;
    }
    .price_wrap_prodct .amount {
        font-size: 24px;
    }
    .box_wrap_devils {
        max-width: 100%;
    }
    .quels_imp {
        margin-top: 0;
    }
    .single_aadd_cart{
        margin-top: 0;
    }
    .maintabs_page {
        gap: 25px;
    }
    .tilte_box_devils {
        font-size: 13px;
    }
    .boxnosearch {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .notivce_none_blk {
        font-size: 14px;
        text-align: center;
    }
    .row_prod_table .removepro img{
        max-width: 21px;
    }
    .woocommerce-billing-fields .form-row .input-text {
        font-size: 14px!important;
        height: 40px !important;
    }
    .coltitle_wrpaser {
        gap: 20px;
        flex-wrap: wrap;
    }
    .coltitle_wrpaser .main_title_page{
        width: 100%;
        text-align: left;
    }
    .coltitle_wrpaser .green_btn_sand {
        padding: 5px 25px;
    }
    .content_post_single {
        padding: 15px;
    }
    .cpase_blog_page .col-12 {
        margin-bottom: 40px;
    }
    .boxex_info_user {
        grid-template-columns: 1fr;
    }
    .imlne_conent .content_title {
        font-size: 12px;
        font-weight: 600;
    }
    .list_cont_wrap {
        height: auto;
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .title_contlist{
        font-size: 12px;
    }
    .title_contlist, .value_contlist {
        width: 100%;
    }

    .text_emptcart {
        font-size: 20px;
    }
    .woocommerce-thankyou-order-details.order_details li {
        width: 100%;
    }

    .content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
        justify-content: flex-end;
    }
    .content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__row:not(:last-child){
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dbdbdb !important;
    }
    .content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__row td{
        border: 0!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .content_wrap_user_acc .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions:before{
        display: none!important;
    }
    .content_wrap_user_acc .woocommerce-table--order-details th {
        font-size: 13px;
    }
    .content_wrap_user_acc .woocommerce-table--order-details td {
        font-size: 13px;
        line-height: 1.1em !important;
    }
    .modal-header {
        padding: 1rem 1rem;
    }
    .modal-body {
        padding: 1rem 1rem 2rem 1rem;
    }
    .partner_ab_mod_text {
        color: #5e5e5e;
    }
    .titleingetbrons {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.1em;
    }
    .form_in_pops .pops_input {
        padding: 13px 15px;
        font-size: 13px;
    }
    .wrap_content_upload_app .ttile_modalser {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .threecol_fott_nav {
        justify-content: center;
    }
    .title_nav_foot{
        text-align: center;
    }
    .threecol_fott_nav ul li{
        text-align: center;
    } 
    .iconsesef{
        display: none;
    }
    .box_razdel_forem {
        margin-bottom: 20px;
    }
    .get_prod_zakaz{
        width: 100%!important;
        min-width: unset!important;
        max-width: 170px!important;
    }
    .meat_prod_wrap.nostock_box{
        justify-content: space-between;
    }
    .meat_prod_wrap.nostock_box .stock_art_card {
        text-align: left;
    }
    .catalog_pagination .page-numbers a, .catalog_pagination .page-numbers span {
        min-width: 35px;
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }
}


@media (max-width: 580px){ 

    .nav_btn{
        display: none;
    }
    .main_space_first {
        margin-top: 125px;
    }
    .banner_new_wrap {
        height: 330px;
        padding: 30px;
    }
    .title_in_slider_home {
        font-size: 28px;
    }
    .main_title_page {
        font-size: 21px;
    }
    .wrap_categories_grid {
        grid-template-columns: 1fr 1fr;
    }
    .item_catcard_cat .img_car_brand {
        margin-top: 20px;
    }
    .wrap_ceentr_img_cat {
        margin-top: 0;
    }
    .contods {
        font-size: 12px;
    }
    .footer_onecol {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer_conts_list {
        margin-top: 20px;
        width: 100%;
        align-items: center;
    }
    .footer_conts_list .item_footer_cont{ 
        max-width: 270px;
        width: 100%;
    }
    .tecdfgt_foret {
        max-width: 100%;
    }
    .title_foot_form {
        font-size: 18px;
    }
    .policy_menutext {
        justify-content: center;
        align-items: center;
        margin-top: 35px;
        flex-wrap: wrap;
    }
    .text_aboutersf {
        margin-top: 10px;
    }
    .blog_card_wrap .image_blog_wrap {
        height: 150px;
    }
    .footer_main {
        margin-top: 70px;
    }
    .item_navc_foot {
        width: 100%;
    }
    .gray_bnt_form {
        height: 45px;
        font-size: 13px;
        max-width: 110px;
    }
    .inpcalb_cat {
        height: 45px;
        font-size: 13px;
        padding: 10px 15px;
        max-width: 250px;
    }
    .white_wrap_about {
        gap: 30px;
        padding: 20px;
    }
    .colc_to_des_app{
        padding: 20px;
    }
    .inline_inpus .green_btn_sand {
        font-size: 13px;
    }
    .inline_inpus .phone_calb {
        font-size: 13px;
    }
    .breadcrumbs {
        font-size: 11px;
    }
    .main_page_title_se {
        font-size: 21px;
    }
    .in_catalog_bannre .one_level_cat .title_podbor_zp_cat {
        font-size: 21px;
    }
    .tecdfgt_foret {
        font-size: 13px;
    }
    .threecol_fott_nav{
        gap: 20px;
    }
    .colfoot_one{
        width: 35%;
    }
    .colfoot_two{
        width: 40%;
    }
    .dots_in_slider .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        border: 1px solid #fff !important;
    }
    .place_dots_news_sert.dots_in_slider .swiper-pagination-bullet {
        border: 1px solid #737373 !important;
    }

    .place_dots_news_slide {
        bottom: 10px !important;
        top: unset !important;
    }
    .wrap_content_prod {
        padding: 15px;
    }
    .prod_gallery{
        border: 0;
    }
    .wrap_image_sing_prod .add_favorite{
        left: 0;
        top: 0;
    }
    .gallery_wrap .prod_gallery a {
        height: 55vw;
    }
    .single_aadd_cart {
        width: 70px;
    }
    .wrap_tabs_product .tab-pane {
        padding: 15px;
        font-size: 14px;
    }
    .wrap_cont_page_alls .woocommerce-checkout .border_html {
        font-size: 16px !important;
    }

    .row_prod_table {
        gap: 0;
    }
    .row_prod_table .thumb {
        width: 20%;
    }
    .row_prod_table .prod_name_tbl {
        width: 60%;
        order: 2;
        padding-left: 10px;
        font-size: 13px;
    }
    .row_prod_table .removepro {
        width: 20%;
    }
    .woocommerce .row_prod_table .wrapper_qty .cclwminus {
        width: 30px;
        height: 30px;
    }
    .woocommerce .row_prod_table .wrapper_qty .cclwplus{
        width: 30px;
        height: 30px; 
    }
    .row_prod_table .wrapper_qty .qty {
        height: 31px;
        width: 40px;
    }
    .woocommerce-shipping-methods label {
        padding: 6px 10px;
        font-size: 13px;
        border-width: 2px;
    }


    #cclw_payment_section #payment ul.payment_methods{
        padding: 0!important;
    }
    .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
        font-size: 11px;
    }

    .tab_user_register .maintabs_page .nav-link{
        font-size: 14px;
    }

    .tab_user_register .woocommerce-form{
        border: 0!important;
        padding: 0!important;
    }
    .main_body .tab_user_register .woocommerce-Input{
        font-size: 13px!important;
    }
    .botom_form_bnts_reg {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .liner_bnts_reg .woocommerce-button {
        font-size: 14px !important;
    }
    .woocommerce-form-register .woocommerce-privacy-policy-text {
        margin-top: 15px;
        font-size: 11px;
    }
    .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
        width: 16px !important;
        height: 16px !important;
    }
    .accoun_nav_main ul a {
        padding: 11px 18px;
    }

    .content_acc_page {
        padding: 15px;
    }
    .boxex_info_user {
        margin-top: 20px;
    }
    .box_user_itemes {
        box-shadow: unset;
        border: 1px solid #e5e5e5;
    }
    .content_acc_page .form-row-first{
        width: 100%!important;
    }
    .content_acc_page .form-row-last{
        width: 100%!important;
    }
    .content_acc_page .form-row label {
        font-size: 12px;
    }
    #account_display_name_description {
        font-size: 11px;
        line-height: 1em !important;
        display: flex;
    }
    .content_acc_page .woocommerce-Button{
        width: 100%!important;
    }
    .accoun_nav_main ul a {
        padding: 11px 18px;
        font-size: 13px;
    }
    .title_box_useres {
        font-size: 14px;
        font-weight: 700;
    }
    .descr_produc p {
        font-size: 13px;
    }
    .descr_produc ul {
        font-size: 13px;
    }
    .descr_produc .info__subtitle {
        font-size: 16px;
    }
    .get_prod_zakaz span {
        font-size: 13px;
    }
    .get_prod_zakaz {
        max-width: 120px !important;
    }
    .doneformsand{
        font-size: 14px;
    }


}

@media (max-width: 480px){ 
    .inline_box_header_page .wrap_logo_head {
        gap: 10px;
    }
    .sercho_inp {
        height: 40px;
        font-size: 12px;
        padding: 8px 10px;
        max-width: 120px;
    }
    .inline_box_header_page .wrap_action_bnts {
        width: 55%;
    }
    .inline_box_header_page .wrap_logo_head {
        width: 45%;
    }
    .icon_mb_nav span {
        font-size: 11px;
        font-weight: 600;
    }
    .togle_contacts .image_marker_sese{
        max-width: 19px;
    }
    .icon_mb_nav_bar svg{
        max-width: 20px;
    }
    .icon_mb_nav {
        gap: 2px;
    }

    .banner_new_wrap {
        padding: 20px;
        background-size: 34%;
    }
    .title_in_slider_home {
        font-weight: 700;
    }
    .wrap_banner_help_pod {
        padding: 20px;
    }
    .main_title_page {
        text-align: center;
    }
    .inline_box_header_page {
        gap: 10px;
    }
    .sercho_inp {
        max-width: 100%;
    }
    .subtitle_text_slider {
        font-size: 13px;
    }
    .title_podbor_zp {
        font-size: 19px;
    }
    .subtitle_podbor_zp {
        font-size: 13px;
    }
    .write_us_title {
        font-size: 13px;
    }
    .massager_podbor {
        margin-top: 15px;
    }
    .title_mark_cat {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.1em;
    }

    .perk_item_abt .text_ab_perk {
        max-width: 168px;
    }
    .perk_item_abt .title_big_perk_ab {
        font-size: 21px;
    }
    .right_col_btns_bannr {
        flex-wrap: wrap;
    }
    .banner_desc_app .gray_fill_btn{
        max-width: 100%;

        width: 100%;
    }
    .banner_desc_app .gray_full_btn{
        max-width: 100%;
        width: 100%;
    }
    .item_navc_foot .menu a {
        font-size: 13px;
    }
    .colfoot_two {
        width: 45%;
    }
    .colfoot_one {
        width: 37%;
    }
    .cols_cont_cetalog {
        padding: 40px 20px;
    }
    .sertifs_cat .twocolse_heading{
        justify-content: center;
    }
    .wrap_image_pr_card a {
        height: 45vw;
    }
    .inline_card_prod {
        gap: 10px;
    }
    .prod_card_title {
        font-size: 14px;
    }
    .wrap_inline_card_prod .product-item__price {
        width: 35%;
    }
    .in_tabl_temp {
        width: 16%;
        min-width: 16%;
        padding: 10px 10px;
    }
    .stock_art_card {
        width: 43%;
    }
    .stock_stat {
        font-size: 12px;
    }
    .articul_prod {
        font-size: 11px;
    }
    .cat_item_inpage {
        padding: 14px 15px;
    }
    .item_list_catpart a {
        font-size: 14px;
    }
    .wrap_tabs_product .maintabs_page .nav-link {
        font-size: 14px;
    }
    .btmquals {
        width: 40px;
        height: 40px;
    }
    .quels_imp .qty {
        height: 40px;
        width: 50px;
    }
    .single_aadd_cart {
        height: 40px;
        width: 65px;
    }
    .wrap_tabs_product .tab-content {
        margin-top: 10px;
    }
    .wrap_cont_page_alls .cclw_cart_table {
        padding: 15px;
    }
    .wrap_cont_page_alls .two-column-layout-left{
        padding: 15px;
    }
    .wrap_cont_page_alls .two-column-layout-right{
        padding: 15px;
    }
    .row_prod_table .prod_name_tbl {
        font-size: 12px;
    }
    .row_prod_table .total .woocommerce-Price-amount {
        font-size: 14px;
    }
    .woocommerce-checkout-payment .place-order button{
        font-size: 14px!important;
    }
    .woocommerce-order-details .woocommerce-order-details__title {
        font-size: 18px;
    }
    .done_order_page .woocommerce-column__title, .content_acc_page .woocommerce-column__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

}
