.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.333333%;
}
.col-xs-2 {
    width: 16.666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.333333%;
}
.col-xs-5 {
    width: 41.666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333%;
}
.col-xs-8 {
    width: 66.666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.333333%;
}
.col-xs-11 {
    width: 91.666667%;
}
.col-xs-12 {
    width: 100%;
}
.no_padding {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1026px) and (max-width: 1096px){
    header .header_search .search_input {
        width: 220px;
    }
    .loyalty_link {
        font-size: 12px;
        padding: 8px 5px
    }
}

@media (min-width: 1097px) and (max-width: 1148px){
    header .header_search .search_input {
        width: 220px;
    }
}

@media (min-width: 992px) and (max-width: 1025px){
    .header_top {
        width: 950px
    }
    header .header_search .search_input {
        width: 250px
    }
    .loyalty_link {
        font-size: 12px;
        padding: 8px 5px;
    }
}

@media (max-width: 1025px){
    header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
    }
    .mobile_menu_contacts{
        height: 100%;
        background-color: #323232;
        display: flex;
        flex-direction: column;
        padding-left: 15px;
    }
    .mobile_menu_contacts span{
        height: 35px;
        line-height: 35px;
        display: flex;
        align-items: center;
    }
    .mobile_menu_contacts span a{
        color: #fff;
        text-decoration: none;
    }
    .mobile_menu_contacts span svg{
        margin-right: 10px;
        width: 15px;
    }
    .top_block {
        top: 0;
    }
    .change_pass_wrapper .change_pass {
        padding: 6px 25px
    }
    /* .rating_flex {
        flex-direction: column;
        align-items: flex-start;
    } */
    .product_description {
        flex-direction: column;
    }
    p, span, li, div, h3 {
        line-height: 140%!important;
    }

    .stock_product {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    .rating {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
    /* .sku_mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: var(--tk-site-secondary-additional-color);
        padding-bottom: 10px;
        flex-direction: row;
    } */
    .rating_flex {
        width:100%;
    }
    .count_review {
        justify-content: space-between;
        padding-bottom: 10px;
        width: 100%;
        display: flex;
    }
    .product_rating {
        margin: 0;
    }
    .rating_text {
        margin-bottom: 0;
    }
    /* .mobile_product_details {
        display: block;
    } */
    .mobile_main_link{
        height: 40px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .mobile_main_link a{
        color: #fff;
        text-decoration: none;
    }
    .categories_nav {
        width: auto;
    }
    .mobile_menu_bottom_wrapper{
        display: flex;
        justify-content: space-between;
        padding-right: 5px;
        background-color: #3a3a3a;
        /* border-bottom: 2px solid #3a3a3a; */
    }
    .mobile_menu_wrapper{
        position: absolute;
        top: 60px;
        left: -100%;
        z-index: 99;
        width: fit-content;
        box-shadow: 0 8px 8px #212121;
        transition: all 0.4s ease;
        background-color: #3a3a3a;
    }
    .mobile_menu_wrapper.active{
        left: 0;
        top: 100%;
    }

    .header__mobile_search form{
        position: relative;
        display: flex;
        margin-left: 40px;
    }
    
    .header__mobile_search form input{
        width: 100%;
        margin: 0px;
        border-radius: var(--tk-site-border-radius);
        padding: 5px 10px;
    }
    .search_button{
        position: absolute;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
        height: 100%;
        border-radius: var(--tk-site-border-radius);
    }
    header .level_1.categories_menu {
        display: block;
        height: auto;
    }
    .level_1.categories_menu > li > a.category_link {
        height: 40px;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 30px;
    }
    .categories_nav .level_1.categories_menu > li:nth-child(odd){
        background-color: #323232;
    }
    .categories_nav .level_1.categories_menu > li:nth-child(even){
        background-color: #3a3a3a;
    }
    /* nav.categories_nav .container_main {
        margin: 0;
    } */
    .level_1.categories_menu > .category_item.has_child::after {
        content: none;
    }
    .level_1.categories_menu span{
        white-space: nowrap;
    }
    .level_1.categories_menu .category_item {
       width: 100%;
    }
    .mobile_search_wrapper form{
        display: flex;
        position: absolute;
        top: 60px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 40px;
        box-shadow: 0 8px 8px #212121;
        border-radius: var(--tk-site-border-radius);
        overflow: hidden;
        transition: all 0.3s ease;
        height: 0;
    }
    .mobile_search_wrapper.active form{
        height: 40px;
    }
    .mobile_search_wrapper form input{
        padding-left: 15px;
        flex: 1;
        height: 40px;
    }
    .mobile_search_wrapper form button{
        height: 40px;
        top: 0;
    }
    .autocomplete-suggestions{
        /* width: 100%!important; */
        /* left: 0!important; */
    }
    .categories_nav {
        max-width: 100%;
    }
    .slick-dots li button{
        background-color: #ccc;
    }
    /* .container.header_row .slick-dots {
        display: flex;
        position: static;
        margin: 20px auto;
    } */
    .container.header_row{
        padding-bottom: 0px;
    }
    .preview .button{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 20px;
        height: 40px;
        margin-top: 0px;
    }
    .preview .button.find_out_price {
        padding-right: 7px;
        font-size: 16px;
    }

    .price_container .button{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 20px;
        height: 40px;
        margin-top: 0px;
    }

    .product_contact .button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 20px;
        height: 40px;
        margin-top: 0px;
    }
    button.buy.fn_is_stock{
        height: 50px;
        width: 100%;
        padding: 5px;
    }
    button.buy.fn_is_stock svg{
        fill: white;
        height: 100%;
        width: auto;
    }

    button.buy.fn_is_stock:hover svg{
        fill: #48d14f;
    }
    .preview_form{
        justify-content: flex-end;
        flex: 1;
    }
    .news_block.news_list{
        /* display: flex; */
        grid-template-columns: repeat(3, 1fr);
    }
    .post_video iframe{
        width: 100%;
        height: 80%;
    }
    .post_video{
        height: 450px;
    }
    .news_date, .blog_date{
        margin-bottom: 10px;
    }
    #fn_products_content .products_item{min-width: 0;}
    #fn_products_content{padding: 0;}
    #fn_products_content .product_des{margin: 0;}
    .fn_variant.variant_select {max-width: 100%;display: none;}
}

@media (max-width: 1199px){
    .arrow-burger{
        display: inline-block;
        content: '';
        position: absolute;
        z-index: 20;
        right: 0px;
        top: 0;
        width: 40px;
        height: 40px;
        background-image: url(../images/foot_arrow.png);
        background-position: 50% 50%;
        transition: transform 0.4s ease;
        background-repeat: no-repeat;
        background-position: center;
    }

    .header .level_2.subcategory{
        position: relative;
        top: 0px;
        background-color: black;
        border-radius: 0;
        padding: 0;
        box-shadow: inset 0px 0px 10px 0px #212121 !important;
        left: 0;    
    }
    .header .level_2.subcategory .category_link {
        padding-left: 50px !important;
    }
    .mobile_product_details {
        grid-template-columns: repeat(2, 1fr);
    }

    /* .active-menu{
        display: none;
    } */
}

@media (min-width: 544px) {
    .fn_validate_register{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sm-hidden {
        display: none;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333%;
    }
    .col-sm-2 {
        width: 16.666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 30%;
    }
    .col-sm-5 {
        width: 41.666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333%;
    }
    .col-sm-8 {
        width: 66.666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.333333%;
    }
    .col-sm-11 {
        width: 91.666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .product_rating,
    .available,
    .product .amount {
        float: right;
    }
    /* .product_rating {
        margin: 0 0 10px;
    } */
    /* .product_wish {
        margin-bottom: 8px;
    } */
    .product .variant_select,
    .product .button,
    .product .disable_button {
        width: 100%;
    }
    /* .product .old_price {
        margin-top: 23px;
    } */

    .product_buttons {
        margin-top: 35px;
    }
    .product_share {
        margin: 15px 0;
    }
    /* .account_link {
        padding-left: 45px;
    } */
    .news_item {
        height: fit-content;
        max-width: 342px;
        width: 100%;
        background: #ffffff;
        border: 1px solid #e8e8e8;
        box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19);
        border-radius: var(--tk-site-border-radius);
        transition: 0.5s;
    }
    .blog,
    .products,
    .main_products,
    .related,
    .wish_products {
        margin-bottom: 15px;
    }
    .search {
        width: calc(100% - 180px);
    }
}

@media (min-width: 768px) {
    .filters_apply .button{
        width: 75%;
    }
    .container {
        max-width: 750px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333%;
    }
    .col-md-2 {
        width: 16.666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.333333%;
    }
    .col-md-5 {
        width: 41.666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333%;
    }
    .col-md-8 {
        width: 66.666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.333333%;
    }
    .col-md-11 {
        width: 91.666667%;
    }
    .col-md-12 {
        width: 100%;
        display: flex;
    }
    /* .block {
        margin-bottom: 40px;
        margin-top: 20px;
    } */
    .all_brands.block{
        margin-bottom: 0;
        margin-top: 0;
    }
    /* .h1,
    .h2,
    .breadcrumbs,
    .filters_heading,
    .padding {
        padding-left: 23px;
        padding-right: 23px;
        padding: 0px;
    } */
    .h1 {
        padding-top: 35px;
    }
    /* .logo {
        float: left;
    } */
    .informers {
        border-right: 1px solid #e8e8e1;
    }
    .informer {
        padding: 12px 15px;
    }
    .informer_name {
        margin-left: 6px;
    }
    .search {
        width: 280px;
    }
    .categories_heading {
        width: 220px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        /*        padding-left: 23px;*/
    }
    .categories_heading a {
        /*        font-weight: bold;*/
        font-size: 17px;
        color: #ffffff;
        transition: 0.5s;
    }
    .categories_heading a:hover {
        color: #ddd;
        transition: 0.5s;
    }
    .account {
        width: 142px;
    }
    .purchase_remove {
        width: 60px;
    }
    .purchase_image {
        width: 76px;
    }
    .purchase .purchase_total {
        text-align: right;
        padding: 15px;
    }
    .purchase .text_left {
        text-align: left;
    }
    .tab {
        /* padding: 0px 6px; */
        padding: 0;
    }
    .tab_navigation a {
        float: left;
        margin: 0 0px -2px 0;
        padding: 11px 18px;
    }
    .tab_navigation a:hover {
        background-color: #fff;
        box-shadow: inset 0 2px 0 0 #38c0f3;
    }
    .footer_top {
        padding: 10px 0;
    }
    .footer_bottom {
        padding: 50px 0 10px;
    }
    .sort_title,
    .sort_link {
        padding: 16px 20px 16px 0;
        border: none;
        font-family: Tahoma;
        font-size: 14px;
        line-height: 17px;
        color: var(--tk-site-additional-text-color);
    }
    .sort_link span {
        /* padding-right: 28px; */
        font-size: 14px;
    }
    .sort_link.no_after span {
        padding-right: 0px;
    }
    /* .menu_group_header {
        float: left;
        font-size: 14px;
        padding: 2px 0;
    }
    .menu_group_header .menu_item {
        float: left;
    } */
    .menu_group_header .menu_item_1:first-child > .menu_link {
        padding-left: 0;
    }
    .menu_group_header .menu_item_1 .menu_link {
        display: block;
        padding: 12px 8px;
        padding-left: 10px;
        color: #ffffff;
        text-decoration: none;
        font-family: Tahoma;
        font-size: 14px;
        line-height: 17px;
    }
    .menu_group_header .menu_item_2 .menu_link {
        display: block;
        padding: 5px 20px;
        white-space: nowrap;
    }
    .menu_group_header .menu_item_2 .menu_link:hover {
        background-color: rgb(232, 232, 225);
    }
    .menu_group_header .menu_eventer {
        position: relative;
    }
    .menu_group_header .menu_item_1.menu_eventer > a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        margin-left: 1px;
        background-image: url(../images/select_arrow.png);
        background-size: cover;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    .menu_group_header .menu_item_1.menu_eventer:hover > a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu_group_header .menu_list {
        margin: 0px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .menu_group_header .menu_item {
        margin: 0px;
    }
    .menu_group_header .menu_eventer .menu_list_2 {
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 100%;
        background: rgb(255, 255, 255);
        transform: translate(0px, 20px);
        border: none;
        opacity: 0;
        /* visibility: hidden; */
        box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1000;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        padding: 0px;
    }
    .menu_group_header .menu_eventer:hover .menu_list_2 {
        top: 50%;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .menu_group_header .menu_item_2 {
        float: none;
        margin-bottom: 0px;
    }
    .menu_group_header .menu_list_3 {
        padding: 0px;
    }
    .menu_group_header .menu_item_3 {
        float: none;
        width: 100%;
    }
    .menu_group_header .menu_item_3 .menu_link {
        padding-left: 30px;
    }
    .arrow_toggle {
        margin-left: 1px;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }
    .menu_group_header .menu_eventer:hover .arrow_toggle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .times {
        clear: both;
        margin-right: 80px;
        margin-top: 17px;
    }
    .logo {
        max-width: 190px;
        margin-right: 18px;
    }
    .callback {
        margin-right: 24px;
    }
}

@media (min-width: 900px) and (max-width: 980px) {
    div.product_img {
        max-width: 100%;
        width: 100%;
    }

    .images {
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 23px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    div.buy_product {
        max-width: 100%;
        width: 100%;
    }

    .buy_form {
        margin-top: 20px;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
    .lg-hidden {
        display: none;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333%;
    }
    .col-lg-2 {
        width: 16.666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.333333%;
    }
    .col-lg-5 {
        width: 41.666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333%;
    }
    .col-lg-8 {
        width: 66.666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.333333%;
    }
    .col-lg-11 {
        width: 91.666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .sidebar {
        float: left;
        width: 270px;
        background-color: #ffffff;
        border: 1px solid #ececec;
        box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19);
        border-radius: var(--tk-site-border-radius);
        overflow: hidden;
        margin-bottom: 20px;
    }
    .sidebar_bottom {
        clear: both;
    }
    .products_container {
        float: right;
        width: calc(100% - 288px);
        background-color: #ffffff;
        margin-bottom: 40px;
    }
    .sidebar_center {
        margin: 0;
    }
    .block_promocode:hover{box-shadow: 0px 0px 18px 0px #004D01C7 inset;}
    /* .sidebar_top {
        margin-bottom: 20px;
        padding-bottom: 10px;
    } */
    /* .subcategory {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        width: 0;
        top: 100%;
        border-left: 1px solid #323232;
        background: #323232;
        box-shadow: 0 8px 8px #212121;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    .category_item:hover > .subcategory,
    .category_item.hover > .subcategory {
        opacity: 1;
        visibility: visible;
        width: 270px;
    } */
    .product_details {
        margin-top: -4px;
    }
    .footer_payment {
        float: right;
        max-width: calc(100% - 150px);
    }
    .payments_text {
        position: absolute;
        top: 50%;
        margin: -10px 0 0;
    }
    .categories {
        float: left;
    }
    .wrap_block .block {
        margin-bottom: 0;
    }
    /* .brand_item:nth-child(4n) {
        border-right: none;
    } */
    .left_banner_container .categories_nav li:hover > .categories_nav__subcategory {
        transform: translateX(300px) translateZ(0px);
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        max-width: 190px;
        margin-right: 18px;
    }
    .times {
        margin-top: 21px;
    }
    .phones {
        margin: 21px 16px 0;
    }
    .callback {
        float: left;
        margin-top: 23px;
        width: 150px;
    }
    /* #cart_informer {
        margin-top: 14px;
    } */
    .blog_item:nth-child(3n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }

    .browsed > div {
        flex-basis: 100%;
    }
}

@media (min-width: 1200px) {
    

    .container {
        max-width: 1200px;
    }
    .xl-hidden {
        display: none;
    }
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.333333%;
    }
    .col-xl-2 {
        width: 16.666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.333333%;
    }
    .col-xl-5 {
        width: 41.666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.333333%;
    }
    .col-xl-8 {
        width: 66.666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.333333%;
    }
    .col-xl-11 {
        width: 91.666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    /* .logo {
        margin-bottom: 15px;
    } */
    .informer {
        padding: 12px 25px;
    }
    .informer_name {
        margin-left: 12px;
    }
    .times {
        margin-top: 27px;
        margin-left: 50px;
    }
    .phones {
        margin: 15px 20px 0;
        margin-top: 0px;
    }
    .callback {
        float: left;
        width: 237px;
        margin-top: 29px;
    }
    .overlay_buttons {
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    .products_item:hover .overlay_buttons {
        opacity: 1;
    }
    .products .products_item:nth-child(3n),
    .main_products .products_item:nth-child(4n),
    .related .products_item:nth-child(4n),
    .wish_products .products_item:nth-child(4n),
    .blog_item:nth-child(4n) {
        box-shadow: none;
    }
    .products .products_item{
        height: auto;
    }
    .account {
        margin-top: 17px;
    }
}

@media (max-width: 991px) {
    .wrap_price-btn {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr max-content;
    }
    .row_product_content .line {
        width: 100%;
    }
    .level_1.categories_menu > .category_item.has_child>a::after{
        content: unset;
    }
    .level_1.categories_menu .category_item{
        position: relative;
    }
    header .category_item.has_child .level_2.subcategory{
        grid-template-columns: 100%;
    }
    .main_container{
        padding: 0px 15px;
    }
    .fn_banner_group1.banners::before{
        display: none;
    }
    .fn_banner_group1{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .left_banner_container{
        margin-right: 0px;
    }
    .tablet-hidden {
        display: none;
    }
    .callback {
        float: right;
    }
    .times {
        display: none;
    }
    .brands-wrapper > .brands {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        margin: 0 15px;
    }
    .informer .dropdown {
        text-align: center;
    }
    .foot:nth-child(3n) {
        clear: left;
    }
    .foot,
    #subscribe_container {
        margin-bottom: 25px;
    }
    .category_link {
        padding-right: 40px;
    }
    .level_2 .category_link {
        padding-left: 30px;
        font-weight: normal;
    }
    .level_3 .category_link {
        padding-left: 40px;
        font-weight: normal;
    }
    .level_4 .category_link {
        padding-left: 50px;
        font-weight: normal;
    }
    .brand_item:nth-child(3n) {
        border-right: none;
    }
    .blog_item:nth-child(2n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }
    .categories_nav {
        overflow-x: auto;
        max-height: calc(100vh - 185px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .categories__list{
        grid-template-columns: repeat(4, 1fr);
    }
    .order_notify_v2 svg {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }
    .order_notify_v2 .o_notify_v2_heading {
        font-size: 26px;
    }
    .reviews-heading-wrapper{
        display: flex;
        justify-content: space-between;
        align-items:center;
    }
    .reviews-heading-wrapper .link-to-comment-wrapper{
        margin-bottom: 18px;
    }
    .reviews-heading-wrapper .link-to-comment-wrapper a{
        color: #ececec;
        font-size: 17px;
    }
    .mobile_block .sidebar .sidebar_top .filters_heading{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: var(--tk-site-border-radius);
        border: solid 1px #848484;
        transition: 0.5s;
        font-size: 14px;
        color: #575757;
    }
    .mobile_block .sidebar .sidebar_top .filters_heading>svg{
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .mobile_block .sidebar .sidebar_top .filters_heading.active>svg{
        transform: none;
    }
    .padding_text{
        padding-top: 20px;
    }
    .filters {
        width: calc(100vw - 29px);
        background-color: #f3f3f3;
    }

    .filters .filter_name svg{
        transition: 0.5s;
    }

    .filters .filter_name.active svg{
        transform: rotate(180deg);
    }

    .global_products_sort-heading svg{
        transition: 0.5s;
        transform: rotate(180deg);
    }

    .global_products_sort-heading{
        cursor: pointer;
    }
    
    .global_products_sort-heading.active svg{
        transform: none;
    }

    .fn_products_sort{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: var(--tk-site-border-radius);
        border: solid 1px #848484;
        height: fit-content;
    }
    .product_sort__form{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .global_products_sort-wrapper{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        border-radius: var(--tk-site-border-radius);
        border-bottom: 0px;
    }

    .global_products_sort-heading{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        width: 100%;
        border-bottom: 1px solid transparent;
        /* transition: 0.5s; */
        color: #575757;
    }

    .global_products_sort-heading.active{
        border-bottom: 1px solid #848484;
    }

    .global_products_sort-options_warpper{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 10px;
        cursor: pointer;
        /* transition: 0.5s; */
    }
    .global_products_sort-options_warpper{
        color: var(--tk-site-additional-text-color);
    }

    .global_products_sort-option{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid #848484;
        padding: 10px 5px;
    }
    .global_products_sort-option:first-child{
        padding-top: 0px;
    }
    .global_products_sort-option:last-child{
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .mobile_block .sidebar.fn_is_ajax{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sidebar_top,
    .mobile_block .fn_products_sort{
        width: 48%;
    }
    .mobile_block .fn_products_sort.fn_features-active{
        margin-top: 20px;
    }

    .filters_heading{
        font-weight: 500;
    }
    .filters>div>div{
        width: 100%;
    }

    .look_all a,
    .product_name,
    .price_wrapper span.price_color {
        font-size: 14px;
    }
    .out-of-stock{
        display: flex;
    }

    .price_container-cashback {
        font-size: 16px;
    }

    .product_des .product-des-bottom{
        display: flex;
        justify-content:space-between;
        align-items: center;
        border-top: none !important; 
    }

    .product_des .product-des-bottom.out-of-stock{
        flex-direction: column;
    }

    .product_des .product-des-bottom .param.line{
        display: inline-flex;
    }

    .product_des .product-des-bottom form{
        display: inline-flex;
        width: auto;
        height: auto;
        margin: 0px;
    }


    .product_des .product-des-bottom form .fn_not_preorder{
        white-space: nowrap;
    } 
    a.preview_image{
        margin-bottom: 5px;
    }

    .product_name{
        margin-top: 5px;
        /* word-break: break-all; */
    }

    .triple_block{
        grid-template-columns: 1fr 1fr;
    }
    .triple_block > :last-child{
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .news_block.news_list{
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .post_page .post_date{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .products.discoun {
        padding-bottom: 0;
    }

    .categories_container {
        padding: 60px 15px !important;
    }

    .categories__list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }

    .categories__link {
        min-height: 100px;
    }

    .categories__image img {
        height: 40px;
    }

    .products_main {
        padding-bottom: 60px;
    }

    .look_all_products {
        margin: 60px auto 0;
    }

    #fn_products_content.products_list_wrap {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        margin-bottom: 20px;
    }

    #fn_products_content .products_item {
        height: auto;
        width: 100%;
    }

    .show_products {
        margin: 25px auto 25px;
        padding: 0;
    }

    .container_sidebar {
        padding: 60px 15px 85px;
    }

    .product_head_flex, .product_info {
        flex-direction: column;
    }

    .item_favorite {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product_item .product_heading {
        margin: 0 0 20px 0;
    }

    .product_wish {
        text-align: left;
        font-size: 17px;
        line-height: 35px;
        padding-right: 0;
    }

    .product_wish::after {
        right: -32px;
    }

    .item_favorite span {
        line-height: 35px;
        text-align: right;
    }

    .rating_flex {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .product_description {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        gap: 0;
    }
    .mobile_product_details {
        grid-template-columns: repeat(4, 1fr);
    }

    /* .mobile_product_details {
        display: block;
        width: 100%;
    } */

    /* .sku_mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: var(--tk-site-secondary-additional-color);
        padding-bottom: 10px;
        flex-direction: row;
    } */

    .rating {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .stock_product {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .count_review {
        justify-content: space-between;
        padding-bottom: 10px;
        width: 100%;
    }

    .preview_form {
        width: 100%;
        justify-content: flex-end;
        flex: none;
    }

    .plus,
.minus {

    padding: 1px;
}

    .buy {
        font-size: 20px;
    }

    .price_container-old-price {
        display: flex;
        gap: 0px;
        margin: 0px 0 15px;
        text-align: right;
        flex-direction: column;
    }

    .product_info .preview {
        align-items: flex-start;
        margin: 15px 0 0;
    }

    .old_new_price {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }

    .product_info .old_price {
        position: static;
        line-height: 20px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.1;
        margin-top: 0px;
        opacity: 0.8;
        text-align: right;
    }

    .product .price {
        margin-top: -5px;
        font-size: 28px;
    }
    .product_detailed {
        border: 1px solid #eae1d7;
        border-radius: 10px;
        margin: 20px auto 0;
        width: 100%;
    }

    .product_detailed > div:first-child {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 0;
        margin-bottom: -27px;
    }

    .pr_descr > div:first-child {
        /* display: flex; */
        justify-content: space-between;
        padding: 20px 10px 0;

    }

    .features li {
        padding-bottom: 0;
    }

    .features li:last-child {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom: none;
    }

    .pr_descr {
        border: 1px solid #eae1d7;
        border-radius: 10px;
        margin: 25px 15px 25px;
    }

    /* .browsed .product_des {
        flex-basis: 33%;
    } */

    .pr_header {
        padding: 20px 10px 0;
        margin: 0 0 10px;
        border-bottom: none;
    }

    div#description {
        width: 100%;
        padding: 0 10px 25px;
        margin-left: 0;
    }

    .product_item {
        padding: 0;
    }

    .product {
        padding: 20px 15px 0;
    }

}

@media (max-width: 920px) {

    .block_promocode {
        width: 240px;
        height: 60px;
        font-size: 28px;
    }
    .info_promocode {
        font-size: 18px;
    }
    .discont {
        font-size: 36px;
    }
    .popup_desc {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .find_out_price {
        width: 100%;
    }
    .find_out_price_popup .popup_heading {
        font-size: 24px;
    }
    .mobile-hidden {
        display: none;
    }
    .categories_nav {
        max-height: calc(100vh - 255px);
    }
    #cart_informer .cart_title,
    #cart_informer .cart_total {
        display: none;
    }
    header {
        min-height: 250px;
    }
    .purchase tr {
        position: relative;
        margin-bottom: 25px;
    }
    .purchase td,
    .purchase th {
        border: none;
        padding: 10px 8px;
    }
    .purchase .purchase_image {
        padding-top: 20px;
    }
    .purchase .purchase_sum {
        padding-bottom: 20px;
    }
    .purchase .coupon .message_error {
        margin: 0 auto 12px;
    }
    .purchase .purchase_total {
        margin-top: 25px;
        padding: 20px 10px;
    }
    .purchase_remove {
        position: absolute;
        top: 8px;
        right: 8px;
    }
    .purchase .remove_icon {
        width: 20px;
        height: 20px;
    }
    body.openmenu {
        overflow: hidden;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }

    .brands-wrapper > .brands {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        margin: 0 15px;
    }
    .menu_group_header {
        display: none;
        position: absolute;
        z-index: 99;
        top: 70px;
        left: 25%;
        width: 100%;
        height: calc(100vh - 70px);
        /* background-color: #38c0f3; */
        color: #fff;
        /* padding-top: 15px; */
        overflow: auto;
    }
    .menu_group_header {
        background: #444444;
    }
    body.openmenu .menu_group_header {
        display: block;
        width: 80%;
    }
    body.openmenu::before {
        content: "";
        position: absolute;
        top: 70px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 70px);
        /* background-color: rgba(0, 0, 0, .80); */
        z-index: 1;
    }
    .search_input {
        width: 90%;
        margin-left: 10px;
    }
    .menu_group_header .menu_item_1 .menu_link {
        position: relative;
        display: block;
        padding: 8px 15px;
    }
    .phones {
        clear: both;
    }
    .informers {
        margin-right: -15px;
    }
    .tab_navigation a + a {
        border-top: none;
    }
    .order_notify_v2 svg {
        width: 26px;
        height: 26px;
        margin-right: 2px;
    }
    .order_notify_v2 .o_notify_v2_heading {
        font-size: 20px;
        line-height: 1.1;
    }
    .menu_404 .text_404 {
        margin: 0 0 20px;
        text-align: center;
    }

    .triple_block{
        grid-template-columns: 1fr;
    }
    .triple_block > :last-child{
        grid-column-start: unset;
        grid-column-end: unset;
    }
    .categories__list{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }
    .categories__list .categories__name{
        margin-top: 0;
    }
    .categories__list .categories__image,  .categories__list .categories__no_image{
        min-height: 80px;
    }
    .categories__list .categories__link{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar--user .sidebar__boxed .profile__logout,
    .tabs__navigation.tabs__navigation--user{
        display: none;
    }
    .profile__information .mobile_profile__logout{
        display: flex!important;
        padding: 10px 0 0;
    }
    .profile{
        border-bottom: none;
    }
    .sidebar--user .sidebar__boxed{
        padding: 0 15px 0;
    }
    .sidebar.sidebar--user{
        float: none!important;
        width: 100%!important;
        margin-bottom: 15px!important;
    }
    .change_pass_wrapper{
        flex-direction: column;
    }
    .lk_block_wrapper .fn_validate_register.user_page .form_group{
        width: 100%!important;
    }
    .fn_validate_register .change_pass_wrapper input.button{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .lk_block_wrapper .lk_block form{
        padding-left: 0;
    }
    .tabs--user .tab_user{
        display: block!important;
    }
    .user_personal_heading{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .mobile_profile__logout{
        display: none;
    }
    .user_personal_heading:after {
        width: 8px; 
        height: 8px;
        border-right: 2px solid;
        border-bottom: 2px solid;
        border-color: rgb(34, 34, 34);
        position: absolute;
        content: " ";
        top: 12px;
        right: 0;
        left: inherit;
        margin-left: 10px;
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .user_personal_heading.active::after {
        top: 12px;
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .mobile_tab__content{
        display: none;
        margin-top: 25px
    }
    .mobile_profile__logout{
        display: block;
    }
    /* .auth_wrapper .flex_LogIn .login_registration{
        margin: 10px 0 0 0;
    } */
    .post_page .post_date{
        flex-direction: column;
        align-items: flex-start;
    }
    .post_details{
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .post_details div:first-child{
        padding-left: 0;
    }
    .post_details div:first-child::before{
        content: none;
    }
    .post_ingredients{
        margin: 0 0 48px;
    }
    .feedback_wrapper,
    .feedback_social_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    .feedback_social_wrapper{
        row-gap: 0;
        margin-bottom: 0;
    }
    .feedback_wrapper_right{
        height: 250px;
    }
    .feedback_wrapper_left .foot_wh{
        margin: 16px 0 0;
    }
    .feedback_wrapper_left{
        padding: 24px;
    }
    .feedback_page {
        padding: 20px 15px 25px;
    }
    .feedback_wrapper_left_contacts .foot_item.foot_item-cont{
        margin-bottom: 16px;
    }
    .form_group_inputs{
        flex-direction: column;
        gap: 0;
    }

    .products.discoun {
        padding-bottom: 0;
    }

    .categories_container {
        padding: 60px 15px !important;
    }

    .categories__list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }

    .change_pass_wrapper .change_pass {
        padding: 6px;
        width: 100%
    }

    .categories__link {
        min-height: 100px;
    }

    .categories__image img {
        height: 40px;
    }

    .products_main {
        padding-bottom: 60px;
    }

    .look_all_products {
        margin: 60px auto 0;
    }

    #fn_products_content.products_list_wrap {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        margin-bottom: 20px;
    }

    #fn_products_content .products_item {
        height: auto;
        width: 100%;
    }

    .show_products {
        margin: 25px auto 25px;
        padding: 0;
    }

    .container_sidebar {
        padding: 60px 15px 85px;
    }

    .product_head_flex, .product_info {
        flex-direction: column;
    }

    .item_favorite {
        display: flex;
        justify-content: space-between;
    }

    .product_item .product_heading {
        margin: 0 0 20px 0;
    }

    .product_wish {
        text-align: left;
        font-size: 17px;
        line-height: 35px;
        padding-right: 0;
    }

    .product_wish::after {
        right: -32px;
    }

    .item_favorite span {
        line-height: 35px;
        text-align: right;
    }

    .rating_flex {
        flex-direction: column;
        align-items: flex-start;
    }

    /* .mobile_product_details {
        display: block;
        width: 100%;
    } */

    .sku_mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: var(--tk-site-secondary-additional-color);
        padding-bottom: 10px;
    }

    .rating {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .stock_product {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .count_review {
        justify-content: space-between;
        padding-bottom: 10px;
        width: 100%;
    }

    .product_detailed {
        border: 1px solid #eae1d7;
        border-radius: 10px;
        margin: 20px auto 0;
    }

    .product_detailed > div:first-child {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 0;
        margin-bottom: -27px;
    }

    .features li {
        padding-bottom: 0;
    }

    .features li:last-child {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom: none;
    }

    .pr_descr {
        border: 1px solid #eae1d7;
        border-radius: 10px;
        margin: 25px 15px 25px;
    }

    .pr_header {
        padding: 20px 10px 0;
        margin: 0 0 10px;
        border-bottom: none;
    }

    div#description {
        width: 100%;
        padding: 0 10px 25px;
        margin-left: 0;
    }

    .product_item {
        padding: 0;
    }

    .product {
        padding: 20px 15px 0;
    }
    
}

@media (max-width: 576px) {
    .find_out_price_popup {
        width: 90%;
        padding: 24px !important;
    }
    .find_out_price_popup .form_group, .find_out_price_popup .button {
        max-width: 100%;
    }
}

@media (max-width: 543px) {

    .tax_payment, .bank_card, .delivery_free, .delivery_novaposhta, .delivery_delivery{width: 100%;}
    .free-img,
    .delivery_img,
    .novaposhta_img,
    .tax_img,
    .bank_img{
        display: none;
    }
    .info_text{
        padding: 10px;
    }
    .payment_info_block{
        margin-left: 0;
    }
    .tax_wrap,
    .bank_wrap{
        margin: 10px 0;
    }
    .delivery_info_block,
    .payment_info_block{
        width: 100%;
    }
    .info_wrap_bottom{
        flex-wrap: wrap;
    }
    .info_wrap_top{
        display: none;
    }
    .lk_block{
        width: 100%;
    }
    .lk_block form{
        padding-left: 0;
    }
    .auth_container_center {
        margin-bottom: 50px
    }
    .fn_validate_register input.button,
    .fn_validate_register a.button.fright{
        width: 100%;
    } 
    /* .delivery .novaposhta_delivery .form-group{
        display: flex;
        flex-wrap: wrap;
    } */
    .fn_validate_register .form_group{
        width: 100%;
        margin-top: 20px;
        /* margin: 10px auto; */
    }
    .browsed .slick-dots{
        display: flex;
        justify-content: center;
        position: absolute;
        margin: 20px auto 0;
        width: 100%;
        left: 0;
        bottom: -50px;
    }
    .browsed .slick-dots li.slick-active button{
        background-color: #48d14f;
    }
    .browsed .slick-dots li button{
        background-color: #3a3a3a;
    }
    .fn_transfer .wishlist_button{
        top: 5px;
        right: 5px;
    }
    .filters_heading .angle_icon{
        right: 5px;
    }
    .mobile_block .sidebar{
        width: 100%!important;
        display: flex;
        flex-wrap: wrap ;
        padding: 0px 15px;
    }
    .mobile_block .sidebar .sidebar_top .filters_heading.active{
        border-radius: var(--tk-site-border-radius) var(--tk-site-border-radius) 0px 0px ;
        border-bottom: 0px;
    }
    /* .fn_validate_register .form_group,
    .form_group{
        width: 100%;
        margin: 10px auto;
    } */
    /* .contacts_form .form_group{
        width: 75%;
        margin: 10px auto;
    } */
   
    .padding_text{
        padding-bottom: 20px;
    } 
    .features_name span {
        line-height: 0;
    }
    .features_name{
        line-height: 100%;
    }
    .form_btn-main-1{
        width: 100%;
        padding-right:5px;
    }
    .form_btn-main-2{
        width: 100%;
        padding-left: 5px;
    }
    .footer-menu h3,
    .custom.contacts h4,
    .h2.blog_header{
        margin: 0 0 20px 0;
    }
    .container_brands .h2 {
        padding-bottom: 20px;
    }
    /* .h2{
        margin: 0;
    } */
    /* .no_pay{
        margin: -10px 0 0 90px;
    }  */
    .form_input.first,
    .form_input.second,
    .form_input.third{
        width:100%;
        margin-bottom: 10px;
    }
    .price_wrapper {
        align-items: baseline;
    }
    .price {
        font-size: 16px;
    }
    .purchase td {
        background-color: inherit;
    }
    .small-hidden {
        display: none;
    }
    .news .look_all {
        padding: 20px 0;
        border-top: 1px solid #e8e8e1;
    }
    .main_products .look_all {
        margin-bottom: 40px;
        margin-top: -25px;
        padding: 20px 0;
        background-color: #fff;
    }
    .search {
        width: calc(100% - 110px);
    }
    .show_products{
        margin: 50px auto 25px;
    }
    /* .pagination {
        margin-top: -25px;
    } */
    .brand_item:nth-child(2n) {
        border-right: none;
    }
    .blog_item,
    .products_item {
        box-shadow: none;
        margin-bottom: 25px;
    }
    .comparison_page .preview .price_container,
    .comparison_page .preview .preview_form {
        float: none;
        width: 100%;
        text-align: center;
    }
    .comparison_page .preview .preview_form {
        margin-top: 15px;
    }
    .comparison_page .preview .button {
        width: 140px;
    }
    .product_details {
        text-align: center;
    }
    .features li {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(186, 186, 186);
        padding-bottom: 8px;
    }
    .features_name {
        font-weight: bold;
        font-size: 16px;
    }
    .features_name::before {
        content: none;
    }
    .features_name,
    .features_value {
        width: 50%;
        float: none;
        padding: 10px;
    }
    .selected_filter_box .selected_filter_item .s_filter_link svg {
        color: #f25050;
    }
    .selected_filter_box .selected_filter_item {
        /* background: #ececec; */
        color: var(--tk-site-additional-text-color);
    }
    .review_flex .comment_list{
        height: auto;
    }
    .no_comments{
        margin: 0px auto;
        height: auto;
        width: auto;
        text-align: center;
    }
    /* .selected_filter_box .selected_filter_item .s_filter_link {
        color: #fff;
    } */
    .slick-slider.slick-dotted .slick-dots button {
        background-color: rgba(219, 219, 219, 0.98);
        height: 15px;
        width: 15px;
    }
}

@media (max-width: 419px) {
    .cart_title,
    .cart_total {
        display: none;
    }
    .callback {
        width: 95px;
        padding: 4px 4px;
    }
}

.captcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

@media (max-width: 365px) {
    .captcha {
        transform: scale(0.86);
        transform-origin: 0 0;
    }
    .categories__list{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }

}

@media (max-width: 1000px) {
    .header_row {
        flex-direction: column;
    }
    .categories_nav {
        width: 100%;
    }
    .fn_banner_group1 {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .logo {
        margin-right: auto;
    }
    .breadcrumb_container {
        margin-top: 17px;
    }
    .news_block {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        /* padding-bottom: 20px; */
    }
}
@media (max-width: 823px) {
    .top_block {
        top: 30px;
    }
    /* .mobile-hidden {
    display: none;
} */
    /* tr.tr_flex {
        display: flex;
        padding-left: 20px;
        margin-top: -35px;
    } */
    tr.tr_img_name {
        /* display: flex; */
        align-items: center;
    }
    td.purchase_sum.purchase_sum_mobile {
        margin-top: 0;
        /* border: 1px solid #e8e8e1; */
        padding-bottom: 10px;
    }
    tr.tr_img_name td.text_left {
        width: 93%;
        text-align: inherit;
    }

    .categories_nav {
        max-height: calc(100vh - 255px);
    }
    #cart_informer .cart_title,
    #cart_informer .cart_total {
        display: none;
    }
    header {
        min-height: 250px;
    }
    .purchase tr {
        position: relative;
        margin-bottom: 25px;
    }
    .purchase td,
    .purchase th {
        border: none;
        padding: 10px 8px;
    }
    .purchase .purchase_image {
        padding-top: 20px;
    }
    /* .purchase td:empty,
    .purchase th:empty {
        display: none;
    } */
    .purchase .coupon .message_error {
        margin: 0 auto 12px;
    }
    .purchase .purchase_total {
        margin-top: 25px;
        padding: 20px 10px;
    }
    .purchase_remove {
        position: relative;
   
    }
    .purchase .remove_icon {
        width: 20px;
        height: 20px;
    }
    body.openmenu {
        overflow: hidden;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }
    .menu_group_header {
        position: absolute;
        z-index: 99;
        top: 70px;
        left: 0%;
        width: 100%;
        height: calc(100vh - 70px);
        color: #fff;
        overflow: auto;
    }
    .menu_group_header {
        background: #444444;
    }
    body.openmenu .menu_group_header {
        display: block;
        width: 80%;
    }
    body.openmenu::before {
        content: "";
        position: absolute;
        top: 70px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 70px);
        /* background-color: rgba(0, 0, 0, .75); */
        z-index: 1;
    }
    .menu_group_header .menu_item_1 .menu_link {
        position: relative;
        display: block;
        padding: 8px 15px;
        color: #fff;
    }
    .menu_group_header .menu_item_1:nth-child(even) .menu_link {
        background-color: #323232;
    }
    .menu_group_header .menu_list {
        flex-direction: column;
    }
    .menu_switch::before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(../images/menu_burger.svg);
    }

    .openmenu .menu_switch::before {
        width: 22px;
        height: 22px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/cancel.svg);
    }

    .overlay.open {
        height: 115vh;
    }
    header {
        min-height: 0;
    }
    .discount_container {
        flex-direction: column;
    }
    .discount_container div {
        width: 100%;
        padding: 0px 20px;
    }
    .breadcrumb_container {
        margin-top: -30px;
    }
    .slick-next::before {
        margin-left: -25px;
    }
    .text_block_container h3 {
        height: 23%;
    }
    .text_block {
        padding: 80px 20px;
    }
    .news_item {
        /* width: 80%; */
        max-width: 100%;
        margin-bottom: 0;
    }
    .news_item:last-child {
        margin-bottom: 0;
    }
    .news_content {
        background-color: #fff;
    }
    .footer_container {
        min-height: 60px;
        align-items: center;
    }
    .footer_main_container > span {
        width: 100%;
    }
    .phones p > a::before {
        left: -70px;
    }
    .contacts .phones p > a {
        margin-left: -45px;
    }
    .footer_main_container {
        flex-direction: column;
        padding: 10px 0;
        text-align: center;
    }
    .footer_main_container span:nth-child(2) {
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .header_bottom {
        position: fixed;
        width: 100%;
        z-index: 9;
        height: 70px;
    }
    .search {
        display: none;
    }
    .show_search_mobile {
        position: absolute;
        width: 100vw;
        left: 0;
        padding: 0px 20px;
        top: 0;
        height: 70px;
        align-items: center;
        background-color: #323232;
        z-index: 9999999999999;
        transform: translateX(0 50px);
        transition: 2s ease;
    }
    .search_button_1 {
        position: absolute;
        left: 20px;
        /* right: 15px; */
        border: none;
        background: #323232;
        width: 24px;
        height: 24px;
        line-height: 31px;
        padding: 0;
        font-size: 0;
        color: #a1a1a1;
        cursor: pointer;
    }
    .autocomplete-suggestions {
        position: fixed !important;
    }
    .menu_head {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
        align-items: center;
    }
    .blocker {
        z-index: 10;
    }
    .browsed > div {
        flex-basis: 100%;
    }
    footer .phones {
        right: -45px;
    }
    .container_brands .h2 {
        text-align: center;
        padding-bottom: 20px;
    }
    .nostyle.vmenu {
        padding-right: 20px;
    }
    .you_watched_text.container .h2 {
        padding-left: 20px;
    }
    .prod_sort {
        flex-direction: column;
    }
    .fn_validate_cart .row_contacts_page .border_bottom_h2{
        justify-content: space-around;
    }
    .row_contacts_page.flex_contacts_page {
        flex-direction: column;
        align-items: center;
    }
    .contacts_form {
        width: 100%;
        padding: 20px;
    }
    .contacts_form .no_hover {
        display: block;
        margin: 0 auto;
    }
    .contacts_form .h2.border_bottom_h2 {
        justify-content: center;
    }
    .style_page .h1 {
        padding-left: 15px;
    }
    .sort_images {
        width: 70px;
        padding-right: 20px;
    }
    /* .breadcrumbs,
    .breadcrumbs li:before,
    .breadcrumbs > li {
        display: none;
    } */
    .breadcrumbs,
    .breadcrumbs > li:nth-last-child(2) {
        display: block;
    }
    .sort_products {
        justify-content: center;
    }
    .sort_link {
        padding: 10px 5px 10px 10px;
    }
    .filter_group {
        width: 90%;
        padding-left: 15px;
    }
    .filter_name {
        width: 90%;
    }
    .filters.tablet-hidden > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product_head_flex,
    .product_info {
        flex-direction: column;
    }
    div.product_img {
        max-width: 100%;
    }
    .images {
        justify-content: center;
    }
    .rating_flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_rating {
        margin: 0;
    }
    .rating_text {
        margin-bottom: 0;
    }
    .product_detailed > div:first-child {
        flex-direction: column;
    }
    .product_detailed > div:first-child h3,
    .stock_product .details_label,
    .rating_text,
    .count_review span {
        text-align: start;
    }
    div#features {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .product_description {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
    }
    div.buy_product {
        margin-top: 20px;
        max-width: 100%;
    }
    .header_description {
        margin-left: 20px;
    }
    div#description {
        width: 100%;
        padding-left: 20px;
        margin-left: 0;
    }
    .review_flex {
        flex-direction: column;
    }
    .review_block {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .taste_of_coffee {
        max-width: 100%;
    }
    .comment_form_block {
        margin-left: 0;
        margin-top: 20px;
    }
    .h2.text {
        padding-left: 20px;
    }
    .review_block .review_flex {
        align-items: center;
    }

    .review_flex .comment_list {
        height: auto;
    }
    .no_comments {
        margin: 0px auto;
        height: auto;
        width: auto;
        text-align: center;
    }
    /* .breadcrumbs li + li:before {
        padding: 0px;
        content: "\2039\00A0\00A0";
        display: inline-block;
        font-size: 20px;
    } */
    .categories_all {
        width: 100%;
    }
    .menu_group_header .menu_link {
        padding-left: 15px;
        color: #fff;
        text-decoration: none;
    }
    .menu_item {
        margin-bottom: 0;
    }
    .fancybox-image-wrap img {
        max-width: 100vw !important;
    }
    .product_img {
        width: auto;
    }
    .count_review {
        display: flex;
    }
    .count_review span {
        padding-right: 10px;
    }
    /* .mobile_product_details {
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
        width: 100%;
        justify-content: space-between;
    } */
    .product_rating {
        font-size: 10px;
    }
    .menu_list {
        margin: 0;
    }
    .menu_group_header .menu_item_1 .menu_link::before {
        content: url(../images/coffe.png);
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
    }

    .row_contacts_page.flex_contacts_page{
        grid-template-columns: 1fr;
    }

    .product_images_wrapper {
        display: grid;
        place-items: center;
    }

}

@media (max-width: 568px) {
    header a.lang_link {
        padding: 3px 10px;
        margin: 7px 0;
    }
    .preview {
        padding: 30px 15px;
    }
    .arrow-burger{
        width: 80px !important;
    }
    .product_des{
        min-height: 300px;
    }

    .brands-wrapper > .brands {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin: 0 15px;
    }

    .products.discoun {
        padding-bottom: 0;
    }

    .categories_container {
        padding: 60px 15px !important;
    }
    .loyalty_description {
        padding: 0 15px;
    }
    .fn_banner_banner_loyalty {
        padding: 0 15px;
    }

    .categories__list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 16px;
        column-gap: 16px;
    }

    .categories__link {
        min-height: 100px;
    }

    .categories__image img {
        height: 40px;
    }

    .products_main {
        padding-bottom: 60px;
    }

    .look_all_products {
        margin: 60px auto 0;
    }

    #fn_products_content.products_list_wrap {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        margin-bottom: 20px;
    }

    #fn_products_content .products_item {
        height: auto;
        width: 100%;
    }

    .show_products {
        margin: 25px auto 25px;
        padding: 0;
    }

    .container_sidebar {
        padding: 60px 15px 85px;
    }

    .product_head_flex, .product_info {
        flex-direction: column;
    }

    .item_favorite {
        display: flex;
        justify-content: space-between;
    }

    .product_item .product_heading {
        margin: 0 0 20px 0;
    }

    .product_wish {
        text-align: left;
        font-size: 17px;
        line-height: 35px;
        padding-right: 0;
    }

    .product_wish::after {
        right: -32px;
    }

    .item_favorite span {
        line-height: 35px;
        text-align: right;
    }

    .rating_flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile_product_details {
        grid-template-columns: repeat(2, 1fr);
    }

    .sku_mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: var(--tk-site-secondary-additional-color);
        padding-bottom: 10px;
    }

    .rating {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .stock_product {
        display: flex;
        justify-content: space-between;
    }

    .count_review {
        justify-content: space-between;
        padding-bottom: 10px;
        width: 100%;
    }

    .product_detailed {
        border: 1px solid #eae1d7;
        border-radius: 10px;
        margin: 20px auto 0;
    }

    .product_detailed > div:first-child {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 0;
        margin-bottom: -27px;
    }

    .features li {
        padding-bottom: 0;
    }

    .features li:last-child {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom: none;
    }

    .pr_descr {
        border: 1px solid #eae1d7;
        border-radius: 10px;
        margin: 25px 15px 25px;
    }

    .pr_header {
        padding: 20px 10px 0;
        margin: 0 0 10px;
        border-bottom: none;
    }

    div#description {
        width: 100%;
        padding: 0 10px 25px;
        margin-left: 0;
    }

    .product_item {
        padding: 0;
    }

    .product {
        padding: 20px 15px 0;
    }
    .popup_title{
        font-size: 32px;
    }
    .popup_name {
        font-size: 50px;
    }
    .popup_name::after {
        width: 300px;
        height: 80px;
    }
    .popup_subtitle {
        font-size: 22px;
    }
    .add_info_promocode {
        margin-top: 20px;
    }
    .popup_button {
        margin-top: 30px;
        width: 300px;
        padding: 15px 10px;
    }
}

@media (max-width: 414px) {
    .overlay.open {
        height: 115vh;
    }
    header {
        min-height: 0;
    }
    .product_h2 {
        align-items: baseline;
        padding-left: 20px;
        /* flex-direction: column; */
    }
    .auth_wrapper .flex_LogIn .login_registration {
        margin: 10px 0 0
    }
    .discount_container {
        flex-direction: column;
    }
    .discount_container div {
        width: 100%;
        padding: 0px 20px;
    }
    .breadcrumb_container {
        margin-top: -30px;
    }
    .slick-next::before {
        margin-left: -25px;
    }
    .text_block_container h3 {
        height: 25%;
    }
    .text_block {
        padding: 80px 20px;
    }
    .news_item {
        width: 80%;
        margin-bottom: 0;
    }
    .news_item:last-child {
        margin-bottom: 0;
    }
    .news_content {
        background-color: #fff;
    }
    .footer_container {
        min-height: 60px;
        align-items: center;
    }
    .footer_main_container > span {
        width: 100%;
    }
    .phones p > a::before {
        left: -70px;
    }
    .contacts .phones p > a {
        margin-left: -45px;
    }
    .footer_main_container {
        flex-direction: column;
        padding: 10px 0;
        text-align: center;
    }
    .loyalty_link {
        font-size: 12px
    }

    .brands-wrapper > .brands {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin: 0 15px;
    }
    .footer_main_container span:nth-child(2) {
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .header_bottom {
        position: fixed;
        width: 100%;
        z-index: 9;
        height: 70px;
    }
    .search {
        display: none;
    }
    .show_search_mobile {
        position: absolute;
        width: 100vw;
        left: 10px;
        padding: 0px 20px;
        top: 0;
        height: 70px;
        align-items: center;
        background-color: #323232;
        z-index: 9999999999999;
    }
    .search_button_1 {
        position: absolute;
        /* right: 15px; */
        left: 0px;
        border: none;
        background: #323232;
        width: 24px;
        height: 24px;
        line-height: 31px;
        padding: 0;
        font-size: 0;
        color: #a1a1a1;
        cursor: pointer;
        bottom: 25px;
    }
    .autocomplete-suggestions {
        position: fixed !important;
        width: 80% !important;
    }
    .menu_head {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
        align-items: center;
    }
    .blocker {
        z-index: 10;
    }
    .browsed > div {
        flex-basis: 100%;
    }
    footer .phones {
        right: -45px;
    }
    .container_brands .h2 {
        text-align: center;
    }
    .container_brands {
        padding: 60px 20px;
    }
    .nostyle.vmenu {
        padding-right: 20px;
    }
    .you_watched_text.container .h2 {
        padding-left: 0;
    }
    .prod_sort {
        flex-direction: column;
    }
    .row_contacts_page.flex_contacts_page {
        flex-direction: column;
    }
    .contacts_form {
        width: 100%;
        padding: 20px;
    }
    .contacts_form .h2.border_bottom_h2 {
        justify-content: center;
    }
    .style_page .h1 {
        padding-left: 15px;
    }
    .sort_images {
        width: 70px;
        padding-right: 20px;
    }

    .sort_products {
        justify-content: center;
    }
    .sort_link {
        padding: 10px 5px 10px 10px;
    }
    .filter_group {
        width: 90%;
        padding-left: 15px;
    }
    .filter_name {
        width: 90%;
    }
    .filters.tablet-hidden > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product_head_flex,
    .product_info {
        flex-direction: column;
    }
    div.product_img {
        max-width: 100%;
    }
    .images {
        justify-content: center;
    }
    .rating_flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_rating {
        margin: 0;
    }
    .rating_text {
        margin-bottom: 0;
    }
    .product_detailed > div:first-child {
        flex-direction: column;
    }
    .product_detailed > div:first-child h3,
    .stock_product .details_label,
    .rating_text,
    .count_review span {
        text-align: start;
    }
    div#features {
        padding-left: 0;
        padding-right: 0;
    }
    .product_description {
        margin-left: 0;
        margin-right: 0;
    }
    div.buy_product {
        margin-top: 20px;
        max-width: 100%;
    }
    .header_description {
        margin-left: 20px;
    }
    div#description {
        width: 100%;
        padding: 0 10px 25px;
        margin-left: 0;
    }
    .review_flex {
        flex-direction: column;
    }
    .review_block {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .taste_of_coffee {
        max-width: 100%;
    }
    .comment_form_block {
        margin-left: 0;
        margin-top: 20px;
    }
    .h2.text {
        padding-left: 20px;
    }
    .cash1,
    .card1,
    .np1,
    .delivery1 {
        width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0;
    }
    .cash1 {
        padding-top: 35px;
    }
    .itemFullText {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container.padd_contacts .contact {
        padding-left: 0;
    }
    .order-view form > div {
        width: 90%;
    }
    .about_us {
        margin-left: 0;
        margin-top: 35px;
    }
    .center_block .block {
        display: flex;
        justify-content: center;
    }
    .flex_container_center h1 {
        text-align: center;
    }
    .flex_LogIn {
        display: flex;
        flex-direction: column;
    }
    .password_remind {
        text-align: center;
    }
    .login_registration {
        width: 100%;
    }
    .text_block_container div > p {
        line-height: 22px;
    }
    .slick-next::before,
    .slick-prev::before {
        display: none;
    }
    .container.discount_container div p {
        line-height: 22px;
    }
    .product_image {
        width: 100%;
    }
    .features li {
        display: flex;
        padding-bottom: 0;
    }
    .input_coupon {
        margin-bottom: 20px;
    }
    .fn_validate_cart .h2 {
        padding-left: 20px;
    }
    .comment_list_height .no_comments {
        margin: 0px auto;
    }
    tr.tr_flex {
        display: flex;
        padding-left: 60px;
        margin-top: -35px;
        align-items: center;
    }
    tr.tr_flex:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
    tr.tr_img_name {
        display: flex;
        align-items: center;
    }
    td.purchase_sum.purchase_sum_mobile {
        margin-top: 0;
        border: 1px solid #e8e8e1;
        padding-bottom: 10px;
        margin-left: 8px;
    }
    tr.tr_flex .input_amount {
        height: 24px;
    }
    .sort {
        border-bottom: none;
    }
    .mobile_block {
        display: flex;
        width: 100%;
    }
    .mobile_block .sidebar {
        width: 50%;
    }
    /* .mobile_block .sidebar .filters_heading{
    width: 50%;
} */
    .filter_name span {
        font-size: 14px;
        line-height: 1;
    }
    .filters_heading {
        font-size: 14px;
    }
    .product_sort__form {
        border: none;
        /* background-color: #E7E7E7; */
        padding: 12px 15px;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        font-family: Tahoma;
        font-weight: bold;
        color: #323232;
    }
    .product_sort__form option {
        font-size: 14px;
        line-height: 18px;
        font-family: Tahoma;
        font-weight: bold;
        color: #323232;
    }

    .categories_container {
        padding: 60px 15px !important;
    }

    .categories__link {
        min-height: 100px;
    }

    .categories__image img {
        height: 40px;
    }

    .categories__image {
        min-height: 60px;
    }

    .look_all_products {
        margin: 60px auto 0;
    }

    #fn_products_content.products_list_wrap {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        margin-bottom: 20px;
    }
    
    #fn_products_content .products_item {
        height: auto;
        width: 100%;
    }
    
    .show_products {
        margin: 25px auto 25px;
        padding: 0;
    }

    .container_sidebar {
        padding: 60px 15px 85px;
    }

    .products_main {
        padding-bottom: 60px;
    }

    .products.discoun {
        padding-bottom: 0;
    }

    .top_block {
        padding-bottom: 0;
    }

    .product_wish {
        text-align: left;
        font-size: 17px;
        line-height: 35px;
        padding-right: 0;
    }

    .review_block {
        background-size: cover;
        margin-bottom: 0;
    }

    .images_item {
        width: 90px;
    }

    /* .mobile_product_details {
        display: block;
    } */

    .pr_image {
        display: flex;
        height: 190px;
    }

    .product_detailed > div:first-child {
        /* display: flex; */
        justify-content: space-between;
        padding: 20px 10px 0;
        margin-bottom: -27px;
    }

    .rating {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .count_review {
        justify-content: space-between;
        padding-bottom: 10px;
        width: 100%;
    }

    .sku_mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
        color: var(--tk-site-secondary-additional-color);
        padding-bottom:  10px;
    }

    .stock_product {
        display: flex;
        justify-content: space-between;
    }

    .review_social {

        margin: 50px auto 0;
    }

    .review_social h4, .no_description span {
        color: #ffffff;

    }

    .product_wish::after {
        right: -32px;
    }

    .product_item .product_heading {
        margin: 0 0 20px 0;
    }

    .item_favorite {
        display: flex;
        justify-content: space-between;
    }

    .item_favorite span {
        line-height: 35px;
        text-align: right;
    }

    /* .mobile_block .fn_products_sort {
        width: 45%;
    } */
    .mobile_block .sidebar .h2 {
        font-size: 14px;
        line-height: 1;
        width: 100%;
    }

    .product_detailed {
        border: 1px solid #eae1d7;
    border-radius: 10px;
    margin: 20px auto 0;
    }

    .features li:last-child {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom: none;
    }

    .pr_header {
        padding: 20px 10px 0;
        margin: 0 0 10px;
        border-bottom: none;
    }

    /* .product_description {
        padding: 0 10px 10px;
    } */

    .pr_descr {
        border: 1px solid #eae1d7;
    border-radius: 10px;
    margin: 25px 15px 25px;

    }

    .form_click .preview {
        margin: 15px 0 0;
    }

    .comment_form_block .h3 {
        margin-bottom: 20px;
    }

    .product_item {
        padding: 0;
    }

    .product {
        padding: 20px 15px 0;
    }

    .autocomplete-suggestions {
        top: 49.5px !important;
        left: 10px !important;
        width: 94% !important;
    }
}
@media (max-width: 374px) {
    .delivery_name{
        font-size: 12px;
    }
    .row_product_content .row_content {
        flex-flow: column;
    }
    .row_product_content .log_left {
        width: 100%;
    }
}


@media (max-width: 320px) {
    .slick-next::before,
    .slick-prev::before {
        display: none;
    }
    .discount_container h3 {
        margin-bottom: 70px;
    }
    footer .phones {
        right: 0;
    }
    .contacts .phones p > a {
        margin-left: -5px;
    }
    .phones p > a::before {
        left: -24px;
    }
    .contact {
        padding-left: 70px;
    }
    .footer_main_container span:nth-child(2) {
        text-align: center;
        padding-top: 0;
    }
    .to_top {
        bottom: 5px;
    }
    .footer_main_container > span {
        margin-bottom: 10px;
    }
    /* .news_item {
        width: 90%;
    } */
    .footer-menu .layout {
        padding: 50px 0;
    }
    .breadcrumb_container {
        margin-top: -30px;
    }
    footer .phones {
        margin: 0 auto;
    }
    tr.tr_flex {
        padding-left: 0;
        margin-top: -25px;
    }
    .product_sort__form {
        padding: 12px 0;
    }
    .filters_heading {
        padding: 12px 12px;
    }
}

@media (min-width: 991px) {
    .navBurger {
        display: none;
    }
    /* header .container_main{display: none;} */
}

@media (max-width: 990px) {
    /* header .container_main{display: none;} */
    .menu_fixed ul.level_1.categories_menu {
        display: none;
    }
    .navBurger {
        display: block;
    }
}

@media (max-width: 940px) {
    .footer-menu .layout > .vmenublock {
        margin-left: 0px;
        width: 100%;
    }
    ul.nav.menu.info {
        width: 100%;
        max-width: 250px;
        margin-top: 0px;
        padding-left: 0px;
        max-height: none;
        margin: 0 auto 20px;
        display: block;
    }
    /* footer .payments {
        text-align: center;
        margin-bottom: 20px;
    } */
    footer .payments img:nth-child(1) {
        margin-left: 0px;
    }
    footer ul.nav.menu {
        max-width: 297px;
        margin: 0 auto;
    }
    .custom.contacts h4 {
        text-align: center;
    }
    footer .custom.contacts h4 {
        text-align: center;
    }
    footer .phones {
        margin-top: 0px !important;
        margin: 0 auto;
        position: relative;
        /* right: -45px; */
        max-width: 264px;
        float: none;
    }
}
@media (max-width: 767px) {
	.products_container > .fn_categories.products > .products_item > .product_des.preview{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.products_container > .fn_categories.products > .products_item{
		width: calc(50% - 3px);
		margin-bottom: 0;
        margin: 10px 0 0 0;
	}
	.products_container > .fn_categories.products > .products_item:nth-child(odd){
		margin-right: 5px!important;
	}
	.products_container > .fn_categories.products{
		display: flex;
		padding: 0 15px!important;
		width: 100%;
		flex-wrap: wrap;
	}
	.main_products.slick-slider {
		padding:0 7px;
	}
    .mobile_informers {
        background-color: #3a3a3a;
        height: 50px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-bottom: 0px;
    }
    .mobile_lang_swich {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .mobile_informers > * {
        margin-right: 10px;
    }
	
	.main_products.slick-slider .product_des{
		margin-left: 7px;
		margin-right: 7px;
	}
	.buy {
		padding: 0px 7px;
	}
	.preview {
    z-index: 0;
	}
    .old_price{
        position: relative;
        top: 0;
        left: 0
    }
    .post_ingredients .features li{
        align-items: stretch;
    }
}

@media (min-width: 1025px){
    .menu_group_footer_good_information{
        margin-left: 40px;
    }
    .user_privacy{
        text-align: left;
    }
    .lk_block{
        width: 100%;
    }
    .lk_block form{
        padding-left: 0;
    }
    .fn_validate_register input.button,
    .fn_validate_register a.button.fright{
        width: 100%;
    } 
    /* .delivery .novaposhta_delivery .form-group{
        display: flex;
        flex-wrap: wrap;
    } */
    .fn_validate_register .form_group{
        width: 70%;
        margin: 10px auto;
    }
}

@media (min-width: 768px) and (max-width: 1025px){
    .user_privacy{
        text-align: left;
    }
    .lk_block{
        width: 100%;
    }
    .lk_block form{
        padding-left: 0;
    }
    .fn_validate_register input.button,
    .fn_validate_register a.button.fright{
        width: 100%;
    } 
    .delivery .novaposhta_delivery .form-group{
        display: flex;
        flex-wrap: wrap;
    }
    .fn_validate_register .form_group{
        width: 70%;
        margin: 10px auto;
    }
    #cart_informer .informer_counter{
        top: -5px;
    }
    
    .slick-dots{
        right: auto;
        bottom: -30px;
    }
    
    .browsed .slick-dots{
        display: flex;
        justify-content: center;
        position: absolute;
        margin: 20px auto 0;
        width: 100%;
        left: 0;
        bottom: -50px;
    }
    .browsed .slick-dots li.slick-active button{
        background-color: #48d14f;
    }
    .browsed .slick-dots li button{
        background-color: #3a3a3a;
    }
    .no_pay{
        font-size: 13px;
    }
    .delivery_name{
        font-size: 16px;
    }
    .tablet_icons_wrapper{
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
        width: 100%;
    }
    .tablet_icons_wrapper span{
        /* width: 16%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header{
        height: 60px;
    }
    .tablet_search svg,
    .header_wishlist_link svg,
    .tablet_user svg,
    .cart_info svg{
        height: 24px;
        width: 24px;
    }
    .tablet_search svg path{
        fill: #fff;
    }
    .tablet_delivery svg{
        height: 27px;
        width: 53px;
    }
    header{
        display: flex;
        align-items: center;
    }
    header a{
        display: flex;
        position: relative;
    }
    span.cart_informer__wrapper{
        display: none;
    }
    .main {
        margin-top: 60px;
    }
    .container.header_row {
        flex-direction: column-reverse;
    }
    .left_banner_container {
        margin-top: 90px;
        margin-right: 0;
        display: none;
    }
    /* .left_banner_container .btn_wrapper {
        justify-content: center;
    } */
    a.coffee_btn{
        margin-right: 30px;
    }
    .left_banner_container .inner_wrapper{
        text-align: center;
    }
    .products {
        padding-left: 95px;
        padding-right: 95px;
    }
    .container_brands > .fn_all_brands > .slick-list {
        width: inherit;
    }
    .container_brands {
        padding: 60px 30px;
    }
    .container_brands .slick-prev,
    .container_brands .slick-next{
        position: absolute;
    }
    .news_item{
        margin-right: auto;
        margin-left: auto;
    }
    .text_block2{
        margin-top: 15px;
    }
}
@media (max-width: 769px) {
    .all_brands .slick-next, 
    .main_products .slick-next,
    .all_brands .slick-prev, 
    .main_products .slick-prev {
        width: 50px;
        height: 50px;
        display: none !important;
    }
    .all_brands .slick-next::before, 
    .main_products .slick-next::before {
        margin-left: -4px;
        width: 20px;
        height: 20px;
    }
    .all_brands .slick-prev::before, 
    .main_products .slick-prev::before {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .preview {
        padding: 10px;
    }
    .preview_form {
        max-width: 100%;
    }
    .price_amount, 
    .price {
        font-size: 14px;
    }
    .text_block2 img{
        width: 300px;
    }
    .footer-menu .layout > .nostyle {
        width: 50%;
    }
    .footer-menu .layout {
        flex-wrap: wrap;
    }
    .price_color {
        font-size: 17px;
    }
    .footer .phones{
        margin: 0;
    }
    .footer .custom.contacts{
        margin-top: 50px;
    }
    .sidebar.sidebar--user{
        float: left;
        width: 270px;
        background-color: #ffffff;
        border: none;
        box-shadow: 0px 6px 20px rgba(105, 105, 105, 0.19);
        border-radius: var(--tk-site-border-radius);
        overflow: hidden;
        margin-bottom: 20px;
    }
    .change_pass_wrapper{
        width: 100%;
    }
    .lk_block_wrapper .fn_validate_register.user_page .form_group{
        width: 90%;
    }
    .td_wrapper,
    .user_personal_heading_order,
    .user_orders_info_wrapper{
        flex-direction: column;
        align-items: baseline;
    }
    .user_orders_info_wrapper .user_orders_info:first-child{
        margin: 15px 0 10px;
    }
}


@media (max-width: 500px){
    .footer-menu .layout > .nostyle:nth-child(2),
    .footer-menu .layout > .nostyle:nth-child(3){
       margin-top: 50px;
    }
    header{
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 15px;
        justify-content: space-between;
    }
    .header__mobile_cart_informer a{
        display: flex;
        align-items: center;
    }
    .header__mobile_menu, 
    .header__mobile_menu a{
        height: 24px;
    }
    .header__mobile_search form{
        display: flex;
        margin: 0 28px;
    }
    .header__mobile_search form input{
        border: 0px;
        border: none;
        width: 100%;
        margin-left: 0;
        padding-left: 8px;
    }
    .header__mobile_search{
        flex: 1;
    }
    .header_wishlist_linkempty {
        position: relative
    }
    .informer_counter {
        top: -10px
    }
    .main {
        margin-top: 50px;
    }
    .container_one {
        padding-top: 0;
    }
    .container.header_row {
        padding: 25px 0;
    }
    .left_banner_container .btn_wrapper a {
        width: 150px;
        height: 29px;
        font-size: 12px;
    }
    .left_banner_container .btn_wrapper .tea_btn__icon,
    .left_banner_container .btn_wrapper .coffee_btn__icon {
        width: 29px;
        height: 40px;
    }
    .left_banner_container .btn_wrapper .coffee_btn,
    .left_banner_container .btn_wrapper .tea_btn{
        display: flex;
        justify-content: center;
        align-content: center;
        height: 40px;
        font-size: 16px;
    }
    .left_banner_container .btn_wrapper svg {
        width: 15px;
        height: 15px;
    }
    /* .left_banner_container .btn_wrapper {
        justify-content: center;
    } */
    /* .left_banner_container .btn_wrapper .tea_btn{
        margin-left: 30px;
    } */
    .left_banner_container{
        margin-right: 0;
        margin-bottom: 25px;
    }
    /* .left_banner_container .inner_wrapper{
        padding: 0 15px;
    } */
    .left_banner_container h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .left_banner_container h2 {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .slick-dots li button{
        background-color: #ccc;
    }
    .container.header_row .slick-dots{
        width: 100%;
        position: absolute;
        bottom: -50px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .slick-dots li {
        margin: 0 15px 15px;
    }
    .cart_informer__wrapper{
        color: #fff;
    }
    .header__mobile_cart_informer a{
        text-decoration: none;
    }
    /* .container_one .products {
        padding-top: 24px;
    } */
    .products.featured .main_products::after, 
    .products.new .main_products::after{
        content: none;
    }
    .products .main_products {
        margin-top: 8px;
    }
    .h2 span{
        font-size: 22px;
    }
    .price_amount{
        font-size: 13px;
    }
    .main_products.slick-slider .product_des {
        margin-left: 0;
        margin-right: 0;
    }
    
	.preview {
		padding: 30px 8px;
	}
    .shop{
        width: 27px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2F8734;
        border-radius: var(--tk-site-border-radius) 0 0 var(--tk-site-border-radius);
    }
    .preview .btn_pre-order.button{
        padding: 0;
    }
    .preview {
        padding: 10px 8px;
    }
    .main_products ul.slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: static;
        left: 0px;
        bottom: 10px;
    }
    .main_products .slick-dots button {
        background-color: rgba(219, 219, 219, 0.98);
    }
    .main_products .slick-dots .slick-active button {
        background-color: #2F8734;
    }
    .products.discoun .h2,
    .products.new .h2{
        padding: 0 15px;
    }
    .products .main_products {
        margin-top: 0;
    }
    /* .container_one .products.discoun, 
    .container_one .products.new {
        padding-top: 20px;
    } */
    .products.new .main_products ul.slick-dots {
        bottom: -10px;
    }
    .products .slick-initialized .slick-slide{
        margin: 0px 5px;
    } 
    .banners .slick-slide {
        max-width: 100vw;
    }
    .container_brands .brand_img {
        height: auto;
    }
    .brand_image {
        height: auto;
        margin: 0 2px;
    }
    a.all_brands_link {
        padding: 0 2px;
    }
    .container_brands {
        padding: 24px 15px;
    }
    .products.new {
        margin-bottom: 40px;
    }
    .container_brands {
        height: auto;
    }
    .all_brands .slick-dots{
        width: 100%;
        max-width: 100%;
    }
    .all_brands .slick-dots button {
        background-color: rgba(219, 219, 219, 0.98);
    }
    .all_brands .slick-dots .slick-active button {
        background-color: #2F8734;
    }
    .container_brands {
        padding: 60px 15px;
    }
    /* .container_blog {
        padding: 25px 0;
    } */
    /* .blog_header {
        margin-bottom: 10px;
    } */
     .blog_image {
        max-width: calc(100vw - 30px);
        height: auto;
        position: relative;
    }
    .news_img, .blog_img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        height: auto;
        object-fit: cover;
    }
    .news_item{
        max-width: inherit;
        width: calc(100vw - 30px);
        height: fit-content;
        border: 1px solid #ececec;
        box-shadow: 0px 6px 20px rgb(105 105 105 / 19%);
        border-radius: var(--tk-site-border-radius);
    }
    .news_block {
        width: calc(100vw - 30px);
        margin: 0 auto;
    }
    .news_content, .blog_content {
        padding: 15px;
    }
    .news_block .slick-dots{
        left: 50%;
        right: inherit;
        width: fit-content;
        max-width: 100%;
        transform: translateX(-50%);
        bottom: -20px;
        overflow: hidden;
    }
    .news_block .slick-dots .slick-active button {
        background-color: #2F8734;
    }
    .text_block {
        padding: 60px 15px;
    }
    .text_block_container h3 {
        max-width: 100%;
        height: auto;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .container.text_block_container p{
        font-size: 17px;
    }
    .footer-menu .layout > .nostyle {
        width: 100%;
    }
    .nostyle.vmenu {
        padding-right: 0;
    }
    .footer ul > li {
        padding-left: 0;
    }
    footer ul.nav.menu {
        max-width: inherit;
    }
    .footer-menu .layout > div,
    .footer-menu .layout > .vmenublock{
        margin-left: 45px;
    }
    .footer-menu .nav.menu{
        padding-left: 0;
    }
    footer h3{
        text-align: left;
    }
    footer .custom.contacts h4 {
        text-align: left;
    }
    .contact {
        padding-left: 46px;
    }
    .contacts > p.locate_places_on_maps::before,
    .contacts > p.calendar::before,
    .phones p > a::before,
    .email a::before {
        left: -37px;
    }
    .autocomplete-suggestions{
        top: 51px!important;
    }
    ul.nav.menu.info {
        margin: 0;
    }
    .contact {
        padding-left: 33px;
    }
    footer .phones{
        margin: 0;
    }
    footer .phones {
        right: 0;
    }
    .contacts .phones p > a {
        margin-left: 0;
    }
    /* footer .payments{
        width: fit-content;
        margin: 0 auto;
        padding-right: 45px;
    } */
    .new_products .slick-dots{
        right: inherit;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
    }
    .top_block {
        top: 30px;
    }
    .product_des {
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobile_menu_wrapper {
        top: 50px;
    }
    .purchase_remove a{
        position: absolute;
        top: -5px;
        right: 5px;
    }
    .mobile_menu_wrapper {
        background-color: #3a3a3a;
        height: 100vh;
        width: 100%;
        left: -105%;
        overflow: scroll;
    }
 
    .categories_nav {
        max-height: inherit;
        /* height: 100%; */
    }
    .mobile_lang_swich{
        padding-left: 0px;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .mobile_informers{
        background-color: #3a3a3a;
        height: 50px;
        display: flex;
        padding-left: 15px;
        padding-bottom: 0px;
        align-items: center;
    }
    .loyalty_icon {
        height: 27px
    }
    .mobile_informers > *{
        margin-right: 10px;
    }
    .header_informers__wish{
        position: relative;
    }
    .news_block.news_list{
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 350px) {
    .left_banner_container .btn_wrapper a {
        width: 120px;
        height: 29px;
        font-size: 12px;
    }
}
@media (min-width: 767px) and (max-width: 1180px){
    .mobile_menu_contacts {
        padding-left: 30px;
    }
    .level_1.categories_menu > li > a.category_link {
        padding: 0 45px;
    }
    .mobile_main_link {
        padding: 0 30px;
    }
    .mobile_menu_wrapper {
        width: 300px;
        left: -320px;
    }
    nav.categories_nav .container_main {
        margin: 0 0 0 -15px;
    }
    .mobile_main_link{
        background-color: #3a3a3a;
    }
    .mobile_menu_bottom_wrapper .mobile_informers,
    .mobile_menu_bottom_wrapper .mobile_lang_swich{
        display: flex;
        align-items: center;
    }
    .mobile_menu_bottom_wrapper .mobile_informers{
        margin-left: 15px;
        flex-wrap: wrap;
    justify-content: center;
    }
    .mobile_menu_bottom_wrapper .mobile_informers > *{
        margin: 10px;
        justify-content: center;
    }
    .loyalty_link {
        margin: 10px 0
    }
    header a.lang_link{
        padding: 3px 10px;
        margin: 7px 0;
    }
}
@media (max-width: 1180px){
    .header__mobile_menu{
        position: relative;
        width: 24px;
        height: 24px;
    }
    .header__mobile_menu .burger_menu_btn{
        width: 24px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 35%;
        left: 0;
        transform: translateY(-50%);
        transition: all ease 0.3s;
    }
    .header__mobile_menu .burger_menu_btn::before{
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: -7px;
        left: 0;
        transition: all ease 0.3s;
    }
    .header__mobile_menu .burger_menu_btn::after{
        content: '';
        display: block;
        width: 24px;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: -7px;
        left: 0;
        transition: all ease 0.3s;
    }
    .burger_text {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 65%;
    right: -15%;
}
    .header__mobile_menu.active .burger_menu_btn{
        width: 0;
        height: 3px;
    }
    .header__mobile_menu.active .burger_menu_btn::before{
        transform: rotate(-45deg);
        top: 0;
    }
    .header__mobile_menu.active .burger_menu_btn::after{
        transform: rotate(45deg);
        bottom: 0;
    }
}

@media (max-width: 543px){
    /* header .category_item.has_child:hover .level_2.subcategory{
        display: none;
    }
    .active .subcategory{
        display: block!important;
    }  */

    .purchase_image {
        padding: 10px !important;
    }

    div#fn_purchases {
        max-width: 100dvw;
    }

    .count_plus_minus {
        width: fit-content;
    }

    .coupon.text_left {
        text-align: start;
    }

    .input_coupon {
        width: 70%;
        margin-bottom: 14px;
    }

    .coupon_button {
        width: 70%;
    }
}

@media (max-width: 375px) {
    .mobile_product_details {
        display: flex;
        flex-direction: column;
    }
    .sku_mobile, .mobile_product_details .rating, .stock_product, .count_review {
        flex-direction: row;
        justify-content: space-between;
    }
    .discount_container h3 {
        height: 60px;
    }
    .contacts > .phones {
        width: 82%;
    }
    .slick-next::before,
    .slick-prev::before {
        display: none;
    }
    .footer_main_container > span {
        width: 95%;
        margin-bottom: 10px;
    }
    footer .phones {
        margin: 0;
    }
    .banner_loyalty_item {
        flex-direction: column;
        gap: 10px
    } 
    .mobile_informers {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .mobile_informers > * {
        margin: 10px
    }
    .loyalty_link {
        font-size: 14px;
        margin: 10px 0;
        padding: 8px 20px
    }   
    .mobile_menu_bottom_wrapper {
        align-items: center;
    }
    .mobile_lang_swich {
        height: 100%;
    }
    .mobile_informers {
        height: 100%
    }

}
@media (min-width: 324px) and (max-width: 375px){
    .loyalty_link {
margin-right: 55px;
    }
}
@media (max-width: 323px){
    .loyalty_link {
margin-right: 0px;
    }
}




