@media (min-width:400px) {
    /* --- CATALOG list --- */
    .control_products .dropdown {max-width:unset;}
}
@media (min-width:480px) {
    /* --- User Account --- */
        /* --- Order History --- */
        .oi_row.results {margin:8px 0 0 90px;}
        /* --- Compare List --- */
        .for_compare_title {flex-direction:row; align-items:center; justify-content:space-between;}
            .for_compare_title H3.compare_title {margin:0 16px 0 0;}
                .for_compare_title A.btn Span {display:none;}

    /* --- Product - One Item --- */
    .one_good {padding:16px;}
        .one_good .op_benefit {top:0;}
        .one_good .availability {margin:6px 0 -8px 0;}

    /* --- Categories --- */
        /* --- Tiles - Category --- */
        .one_cat {width:calc(33.333% - var(--gap-mobile));}
            .cat_title {font-size:16px;}
        /* --- List - Category --- */
        .list_info .category_list {margin:0 0 0 var(--gap-offset-mobile);}
            .list_info .one_cat {margin:0 0 var(--gap-mobile) var(--gap-mobile); width:calc(50% - var(--gap-mobile));}

    /* --- Tile Universal --- */
    .tile_title {font-size:16px;}
    .tile_description {font-size:14px;}

        /* --- Reviews Tab --- */
        .main_reviews .main_title {font-size:24px;}
        .comment_photo .together {display:flex; margin:0; align-items:center;}
            .comment_photo .header {margin:0 16px 0 0;}
            .comment_photo.video .header {margin:0 0 16px 0;}
            .comment_photo .for_but {flex-shrink:0;}
        /* --- Adding Review --- */
        .stars_labels Label {font-size:15px;}

    /* --- Success Page --- */
    .success_order .long_div {justify-content:space-between; flex-direction:row;}
        .success_order .long_div A.btn {width:auto; margin:0 8px 0 0;}
        .success_order .long_div A.btn:last-child {margin:0 0 0 8px;}

    /* --- Blog of Store --- */
    .blog_name {font-size:16px;}
    .blog_text {font-size:14px;}

    /* --- COOKIES terms Popup --- */
    .cookies {flex-direction:row; align-items:center; flex-wrap:wrap;}
        .cook_box {flex-direction:row; margin:0; width:100%;}
            .cook_text {margin:0 16px 0 0; width:100%; align-content:center;}
        .cookies .btn {width:max-content;}
        .reject_but {margin:16px 0 0 0;}

     /* --- PopUp for Ask the Question --- */
    .ask_question.popup .row .btn, .one_click_popup.popup .row .btn {width:max-content;}
}

@media (min-width:640px) {
    /* --- Main HEADER --- */
    .logo_wrap {display:block; height:70px; margin:-16px 0 -16px 16px; align-content:center; padding:2px 0;}
        .logo_wrap Img {display:block;}

        /* --- main search panel --- */
            /* --- search desktop --- */
            .main_header.only_icon_mobile .show_search.btn_header {display:none;}
            .main_header.only_icon_mobile .search_wrap {position:relative; top:auto; left:auto; right:auto; width:100%; margin:0 16px; padding:0; background:transparent; z-index:auto;
                                                        border-top:none; opacity:1; visibility:visible; pointer-events:auto; transform:none;}
            .main_header.only_icon_desktop .show_search.btn_header {display:flex;}
            .main_header.only_icon_desktop .search_wrap {position:absolute; top:100%; right:0; max-width:600px; margin:0; padding:8px; background:var(--main-color); z-index:1; opacity:0; visibility:hidden;
                                                         pointer-events:none; transform:translateY(-12px); border-radius:0 0 var(--border-radius) var(--border-radius); transition:.3s;}
                .main_header.only_icon_desktop .search_wrap.active {opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0);}

    /* --- Main Slider --- */
    .main_slider {width:calc(100% + (var(--gap-desktop) + var(--gap-mobile))); margin:0 0 0 var(--gap-offset-desktop);}
        .main_slider_item {margin:0 0 0 var(--gap-desktop);}
    .main_slider:not(.slick-initialized) {width:calc(100% + var(--gap-desktop));}
        .main_slider:not(.slick-initialized) .main_slider_item {flex:0 0 calc((100% / var(--items-mob, 1)) - var(--gap-desktop)); max-width:calc((100% / var(--items-mob, 1)) - var(--gap-desktop));}
    .main_slider_container[data-items]:not([data-items-mob="1"]) .slick-dots {padding-left:24px;}

    /* --- Main FOOTER --- */
    .main_footer .centre {display:flex; flex-direction:row;}
        .footer_social {width:50%; padding:0 16px 0 0;}
            .for_foo_logo {align-items:flex-start;}
            .socials_row {justify-content:flex-start;}
                .socials_row A {margin:0 16px 0 0;}
                .socials_row A:last-child {margin:0;}
            .foo_copyrights {flex-direction:column; align-items:flex-start;}
                .sufix_copyrights {margin:16px 0 0 0;}
        .nav_and_contacts {order:2; width:50%; margin:0; padding:0 0 0 16px;}

    /* --- FAQ --- */
        /* --- If Grid --- */
        .faq .one_question, .cat_faq .one_question {margin-bottom:var(--gap-desktop);}
        .faq .btn.view_all {margin-top:var(--gap-desktop);}
        /* --- If Slider --- */
        .if_slider .faq_slider {margin-bottom:unset;}
        .if_slider .faq_slider:not(.slick-initialized) {padding:8px var(--gap-desktop) 0 0;}
            .faq_slider .slick-list {padding-top:var(--gap-mobile);}
                .faq_slider .one_question {margin:0 0 var(--gap-desktop) var(--gap-desktop);}
                .if_slider .faq_slider:not(.slick-initialized) .one_question {width:calc(100% - var(--gap-desktop));}
                    .if_slider .faq_description {margin:0;}

    /* --- Categories --- */
    Section.category {margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}
        /* --- Tiles - Category --- */
        .category_list, .row_list .category_list, .list_info .category_list {margin:0 0 0 var(--gap-offset-desktop);}
            .one_cat {padding:16px; width:calc(33.333% - var(--gap-desktop)); margin:0 0 var(--gap-desktop) var(--gap-desktop);}
                .category_image {margin:0 0 12px 0;}
        /* --- Rows - Category & List (with SUB categories) --- */
        .row_list .one_cat, .list_info .one_cat {width:calc(50% - var(--gap-desktop)); margin:0 0 var(--gap-desktop) var(--gap-desktop);}

    /* --- Tile Universal --- */
    .if_slider .tiles_slider {padding:0 0 0 var(--gap-desktop);}
    .if_slider .tiles_slider:not(.slick-initialized) {padding:0 var(--gap-desktop) 0 0;}
        .one_tile, .if_slider .tiles_slider:not(.slick-initialized) .one_tile {width:calc(33.333% - var(--gap-desktop)); margin:0 0 var(--gap-desktop) var(--gap-desktop);}
            .one_tile .box {padding:16px;}
                .tile_image {margin:0 0 12px 0;}
            /* --- If Grid --- */
            .tiles_grid {margin:0 0 0 var(--gap-offset-desktop);}
        .tiles A.btn.view_all {margin:0;}
        .if_slider.tiles.has_background A.btn.view_all {margin:0 0 0 var(--margin-lt-rt);}

    /* --- CATALOG list --- */
        /* --- Search results --- */
        .search_pic_no_found Img {width:30%;}
        .catalog_list.search .nothing_found .search_title_results {margin:8px 0 24px 0;}

        /* --- Pagination --- */
        .info_page {display:none;}
        .pages_list {display:flex;}

    /* --- ALL Tab --- */
        /* --- Product Page info --- */
        .sliders_wrap {padding:16px;}
            /* --- Big Slider - Main Photo --- */
            .big_slider .slick-arrow, .zoom_slider .slick-arrow {width:40px; height:40px; border-radius:var(--btn-radius); left:0;}
            .big_slider .slick-arrow.slick-next, .zoom_slider .slick-arrow.slick-next {right:0; border-radius:var(--btn-radius);}
            .zoom_slider .slick-arrow {left:var(--margin-lt-rt-twice);}
            .zoom_slider .slick-arrow.slick-next {right:var(--margin-lt-rt-twice);}
                .big_slider .slick-arrow::before, .big_slider .slick-arrow::after, .zoom_slider .slick-arrow::before, .zoom_slider .slick-arrow::after {right:12px;}
        .select_color {padding:0 8px;}

        /* --- PRICE BOX in Product Page --- */
        .product_price {padding:16px;}
            .price_buts {flex-direction:row; justify-content:space-between;}
            /* --- Price in Price box --- */
            .main_price_box {margin:0; width:200px; flex-shrink:0;}
            .b2b_no_price.is_service .main_price_box {display:none;}
                /* --- To Wishlist or Compare --- */
                .product_price .add_in-list.mobile {display:none;}
                .product_price .add_in-list.desktop {display:flex;}
                .product_price .add_in-list.desktop:only-child {margin-left:auto;}
                .product_price.is_total.has_levels .add_in-list.desktop {padding:0;}
            /* --- BUY Buttons in Product Page --- */
            .product_btns {flex-wrap:nowrap; flex-direction:column; justify-content:center;}
            .b2b_no_price .product_btns {width:auto;}
            .no_old_price .product_btns {justify-content:flex-start;}
                /* --- Main Buy buttons place --- */
                .buy_quantity .btn, .ask_price_form_box .btn, .product_btns .one_click_open {width:200px; max-height:38px;}
            /* --- Warnings for price box --- */
            .product_price .for_warnings {flex-direction:row; margin:16px 0 0 0; gap:16px;}
                .product_price .warning {margin:0;}
            /* --- CREDIT variants in Product Page --- */
            .credits_variants {padding:16px 16px 4px 16px;}
                /* --- Credit price & button --- */
                .cv_together .wow_price {min-width:calc(200px - 16px);}
                .cv_together .credit_form_open {width:200px;}
                    .cv_together .credit_form_open .first_part {display:flex; margin:0 6px 0 0;}
                    .cv_together .credit_form_open .sec_part {text-transform:lowercase;}

        /* --- Additional Call Buttons --- */
        .order_call_but {flex-direction:row;}
            .order_call_but A.btn:only-child {width:200px;}

        /* --- Promo to this Product --- */
        .discount_box {padding:16px;}
            .db_status,.db_photo {margin:0 16px 0 0;}
            .discount_box.has_arrow::before, .discount_box.has_arrow::after {right:16px;}

        /* --- Reviews Tab --- */
        .main_reviews .main_title Span {display:inline-flex;}

        /* --- Fixed product panel --- */
        .sticky_header.product_price {padding:8px 16px;}
            .sticky_header .mini_product_photo {display:flex; flex-direction:row; margin:0 16px 0 0;}
                .sticky_header .mpp_box {width:42px; height:42px; flex-shrink:0; display:flex; align-items:center; justify-content:center;}
                    .sticky_header .mpp_box Img {max-width:100%; max-height:100%;}
                .sticky_header .mpp_title {display:none;}

    /* --- PRODUCT Page - Details --- */
        /* --- Select color OR Size --- */
        .select_color.select_color-pp LI {width:calc(50% - 4px); margin:0 4px 8px 0;}
        .select_color.select_color-pp LI:nth-child(2n) {margin:0 0 8px 4px;}

        /* --- Options in Product Page --- */
            /* --- Tiles with Photo - Options --- */
            .options_tile.img LI {width:calc(50% - 4px); margin:0 4px 8px 0;}
            .options_tile.img LI:nth-child(2n) {margin:0 0 8px 4px;}
            /* --- Input - Options --- */
            .input_group {display:flex; flex-wrap:wrap;}
                .input_group .option_input, .input_group .option_input:last-child {width:calc(50% - 8px); margin:0 8px 8px 0;}
                .input_group .option_input:nth-child(2n) {margin:0 0 8px 8px;}

    /* --- CART --- */
    .product_body {flex-direction:row; justify-content:space-between; align-items:center;}
        .item_text {margin:0 8px 0 0; width:100%;}
        .bottom_wrap {width:max-content; flex-shrink:0; min-width:240px;}
        .cart_kit .added_goods_ignore {padding:8px 0 8px 38px; width:100%;}
            .cart_kit .added_goods_ignore::before, .cart_kit .added_goods_ignore::after {left:16px; top:50%; transform:translate(-50%,-50%) rotate(0deg);}
            .cart_kit .added_goods_ignore::after {transform:translate(-50%,-50%) rotate(90deg);}
        .kit_sum {justify-content:flex-end;}
            .kit_sum .together {flex-direction:column; display:flex; align-items:flex-end;}
        A.delete_product {top:6px;}
        .cart_btn-wrap {flex-direction:row-reverse; margin:16px 0 0 0; justify-content:space-between; align-items:center;}
            .cart_btn-wrap A.btn {width:max-content; margin:0;}
            .cart_btn-wrap A.btn.continue_shopping {height:38px;}
    .cart_box .up_sale .product_wrap {margin:0 0 0 var(--gap-offset-desktop);}

    /* --- Cheaper Together in Product Page --- */
    .cheaper_item {padding:16px;}
        .cheaper .bottom_wrap {min-width:unset;}
    .cheaper_prise {width:calc(100% + 32px); margin:0 0 0 -16px;}
        .cheaper .price_box {flex-direction:column; width:100%; align-items:flex-end;}
            .cheaper_prise .to_cart .mobile {display:none;}
            .cheaper_prise .to_cart .desktop {display:flex;}
        .cheaper .select_color {margin:8px 0 0 0; padding:0;}

    /* --- CHECKOUT PAGE --- */
    .checkout_header .logo_wrap {margin:0;}

        /* --- LogIn & Registration in Checkout --- */
            /* --- Registration Form --- */
            .registration_form .common_but, .enter_form .common_but {width:max-content;}
            .if_registred.active {flex-direction:row; flex-wrap:wrap;}
                .if_registred.active .together {width:calc(50% - 8px); margin:0 0 0 8px;}
                .if_registred.active .together:first-child, .if_registred.active .together.first {margin:0 8px 0 0;}
            .enter_form .login_nav, .registration_form .for_reg_but {flex-direction:row; align-items:center;}
                .enter_form .ln_buts, .registration_form .ln_buts {margin:0 0 0 16px;}

        /* --- Cheaper Together in Checkout --- */
        .checkout .added_goods.added_goods_ignore {padding:8px 0 8px 38px;}
        .total_bottom.small {margin:0; max-width:156px;}
        .total_bottom.error {margin:0; max-width:226px; text-align:left;}

        /* --- Shipping & Payment in Checkout --- */
        .checkout .group {display:flex;}
            .checkout .group.long .long_div {width:calc(50% - 8px); margin:0 8px 16px 0;}
            .checkout .group.long .long_div:last-child {margin:0 0 16px 8px;}
            .checkout .group.short .long_div {width:calc(25% - 25px);}

    /* --- USER ACCOUNT --- */
    .all_orders_history {padding:0;}
        .order_show .together {display:flex; justify-content:space-between;}
        .profile_content {padding-right:var(--margin-lt-rt-twice); padding-left:var(--margin-lt-rt-twice);}

        /* --- Reviews in Order - Popup --- */
        .order_comment {max-width:580px;}
            .order_comment .for_wish_product {align-items:center; padding:8px; border-radius:var(--border-radius); margin:0 0 1px 0; position:relative; transition:.3s;}
            .order_comment .for_wish_product:hover {background:var(--site-bg);}
                .order_comment .for_wish_product::before {content:''; position:absolute; top:0; left:0; width:140px; height:100%; background:linear-gradient(90deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);}
                .order_comment .wl_text {flex-direction:row; align-items:center; width:100%; justify-content:space-between; z-index:1;}
                    .order_comment .wlt_tit {margin:0 16px 0 0;}

        /* --- My Reviews list --- */
        .review_show {flex-direction:row; justify-content:space-between; align-items:center;}
        .i_leave_review .review_show {flex-direction:column;}
            .review_link {margin:0 16px 0 0;}
            .review_show .btn {width:max-content;}
            .review_text {margin:16px 0 0 0;}

        /* --- User Account Settings --- */
        .form_place .together {margin:0 0 0 -16px; width:calc(100% + 16px);}
        .additional_users.form_place.no_edit .long_div.phone {margin:0 16px 16px 8px;}
        .additional_users.form_place .for_buts .together {margin:0;}
        .form_place.no_edit .together {margin:0; width:100%;}
            .form_place .long_div {width:calc(50% - 16px); margin:0 0 16px 16px;}
            .form_place .long_div.error {margin:0 0 16px 0; width:100%;}
            /* --- Courier delivery Addresses - User Account Settings --- */
            .addresses .long_div {width:100%; margin:0 0 16px 0;}
            /* --- My pick-up points - User account settings --- */
            .pickups.addresses .only_address {flex-wrap:nowrap;}
                .pickups.addresses .long_div {margin:0 16px 16px 0;}
                .pickups.addresses .long_div.del {padding:0; margin:0 0 16px 0; width:22px; flex-shrink:0;}

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid .box {width:calc(100% + var(--gap-desktop)); margin:0 0 var(--gap-offset-desktop) var(--gap-offset-desktop);}

    /* --- Store window Slider --- */
    .product_slider .product_inner, .if_slider .category_comments, .if_slider .last_blog_items, .if_slider .faq_slider
    {padding:0 0 0 var(--gap-desktop); margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}
    .product_slider .product_inner:not(.slick-initialized) {padding:0 var(--gap-desktop) 0 0;}
    .product_slider.has_tabs .product_inner {margin-bottom:var(--gap-offset-desktop);}
        .product_slider .product_inner .slick-list, .category_comments .slick-list, .last_blog_items .slick-list, .tiles_slider .slick-list, .faq_slider .slick-list
        {padding-right:var(--gap-desktop); width:calc(100% + var(--gap-desktop)); margin-left:var(--gap-offset-desktop);}

    /* --- Product - One Item --- */
    .product_wrap {width:calc(100% + var(--gap-desktop)); margin-left:var(--gap-offset-desktop);}
        .one_good {width:calc(33.333% - var(--gap-desktop)); padding:8px; margin:0 0 var(--gap-desktop) var(--gap-desktop);}

    /* --- BLOG (News) --- */
        /* --- List - BLOG (News) --- */
        .blog_items {flex-direction:row; flex-wrap:wrap; margin:0 0 0 var(--gap-offset-desktop);}
            .one_blog {padding:16px; margin:0 0 var(--gap-desktop) var(--gap-desktop); width:calc(50% - var(--gap-desktop));}
                .blog_image {margin:0 0 16px 0;}
                .blog_text {margin:16px 0 0 0;}
                .blog_info {margin:16px 0 0 -16px; padding:16px 16px 0 16px; width:calc(100% + 32px);}
        /* --- Details - BLOG (News) --- */
            /* --- Comments - BLOG (News) --- */
            .news_comments {margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}
                .all_comment_parts {margin-bottom:var(--gap-desktop);}
            /* --- Reed Others Blogs --- */
            .blog_details .read_also {margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}
                .blog_details .read_also .blog_info {margin:16px 0 0 -16px; padding:16px 16px 0 16px; width:calc(100% + 32px);}
            /* --- Related Products - BLOG (News) --- */
            .blog_details .product_slider {margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}

    /* --- Last News of Blog --- */
        /* --- If Grid --- */
        .last_blogs {margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}
            .if_grid .last_blog_items {width:calc(100% + var(--gap-desktop)); padding:0; margin:0 0 0 var(--gap-offset-desktop);}

    /* All reviews in Catalog */
    .reviews_sect {margin-bottom:calc(var(--section-margin-mobile) - var(--gap-desktop));}
        .category_comments .one_review {width:calc(50% - var(--gap-desktop)); margin:0 0 var(--gap-desktop) var(--gap-desktop); padding:16px;}
            .reviews_sect .review_text {height:118px;}
        /* --- If Slider --- */
        .if_slider .category_comments {margin-bottom:0;}
        .if_slider .category_comments:not(.slick-initialized) {padding:0 var(--gap-desktop) 0 0;}
            .category_comments .one_review {width:calc(50% - var(--gap-desktop));}
        /* --- If Grid --- */
        .if_grid .category_comments {width:calc(100% + var(--gap-desktop)); margin-left:var(--gap-offset-desktop);}

    /* --- Page UP - button --- */
    .page_up {right:16px;}

    /* Stores on Google Map */
    .all_stores {margin:-16px 0 0 -16px;}
        .map_address {width:calc(50% - 16px); margin:16px 0 0 16px;}

    /* --- Credit bank variants - ALL in one place - PopUp --- */
    .one_credit .together {flex-direction:row; justify-content:space-between;}
        .oc_bank_parts {margin:0 16px 0 0;}
        .oc_bank_issue {width:auto;}
            .sum_for_month {margin:0 16px 0 0;}

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid .one_good:nth-child(3) {display:block;}

    /* --- Contact Us - Feedback --- */
        /* --- Template 4:  Contacts + Feedback --- */
        .contact_us.for_feed .two_mini_box {flex-direction:row;}
            .contact_us.for_feed .cb_mini_box {width:50%; margin:0;}
            .contact_us.for_feed .soc_and_mes_box .cb_mini_box {width:100%;}
}

@media (min-width:768px) {
    /* --- Main Slider --- */
    .main_slider_container {--current-items:min(var(--items, 1), 3);}
    .main_slider:not(.slick-initialized) .main_slider_item {flex:0 0 calc((100% / var(--current-items, 1)) - var(--gap-desktop)); max-width:calc((100% / var(--current-items, 1)) - var(--gap-desktop));}
    .main_slider:not(.slick-initialized) .main_slider_item:nth-child(n+3) {display:flex;}
    .main_slider:not(.slick-initialized) .main_slider_item:nth-child(n+6) {display:none;}
    .main_slider_container[data-items]:not([data-items-mob="1"]) .slick-dots {justify-content:center; padding-left:8px;}
    .main_slider_container[data-items]:not([data-items="1"]) .slick-dots {justify-content:flex-start; padding-left:24px;}

    /* Article ----------------------------*/
        Article .cols-2, Article .cols-3 {column-count:2; column-gap:32px;}
            Article Img {margin:6px 1.5em 1em 0; float:left; min-width:auto;}
            Article Figure.image.image-style-side {float:right; min-width:auto; margin:0 0 1em 1.5em; max-width:50%;}
                Article Figure.image.image-style-side Img {width:100%; max-width:100%; margin:0; float:none;}
            Article .cols-2 Img, Article .cols-3 Img {width:100%; max-width:100% !important; margin:0 0 1.5em 0; float:none;}
            Article .cols-2 Figure.image, Article .cols-3 Figure.image {width:100%; max-width:100%; margin:0 0 1.5em 0; float:none;}
                Article .cols-2 Figure.image Img, Article .cols-3 Figure.image Img {width:100%; max-width:100% !important; margin:0; float:none;}
            Article .cols-2 Figure.image.image-style-side, Article .cols-3 Figure.image.image-style-side {width:100%; max-width:100%; margin:0 0 1.5em 0; float:none;}
        Article .one_good Img {max-width:100% !important;}
        Article Figure.media {float:right; width:60%; margin:0 0 16px 24px;}

    /* --- Main HEADER --- */
    .btn_header.scale, .btn_header.heart, .btn_header.user {display:flex;}
        /* --- Left Col --- */
        .profile_tpl .left_menu_box.user_menu {order:2;}

    /* --- Fixed mobile toolbar --- */
    .mobile_toolbar {display:none;}

    /* --- Main FOOTER --- */
    .main_footer {padding:32px 8px 16px;}
        .footer_social {max-width:300px; flex-shrink:0; justify-content:space-between;}
        .nav_and_contacts {width:100%;}
            .footer_menu-titile {cursor:pointer;}
                .main_footer LI A, .footer_phones A {transition:.3s;}
                .main_footer LI A:hover, .footer_phones A:hover {color:var(--link-hover)}

    /* --- LogIn & Registration --- */
    .login_or_reg {flex-direction:row; align-items:flex-start;}
        .lor_col {padding:0 32px 0 0;}
        .order-step_wrap.lor_col {padding:0 8px;}
        .lor_col.signup {padding:0 0 0 32px;}
            .lor_col.signup::before {width:2px; height:100%;}
            .lor_line {top:50%; transform:translate(-50%,0); left:0; padding:16px 8px;}
        /* --- Email confirm --- */
        .ec_tit {font-size:28px; line-height:36px;}

    /* --- CART --- */
    .header_cart {padding:var(--margin-lt-rt-twice) 0 var(--margin-lt-rt-twice) var(--margin-lt-rt-twice);}
        .header_cart .title_wrap {width:calc(100% - (var(--margin-lt-rt-twice) * 3)); margin-left:var(--margin-lt-rt-twice);}
        .all_items, .all_sums {padding:0 calc(var(--margin-lt-rt) * 3) 0 var(--margin-lt-rt);}
        .cart_box .cheaper {margin:var(--section-margin-desktop) calc(var(--margin-lt-rt) * 3) 0 var(--margin-lt-rt);}
            .kit_sum {min-width:20%;}
        .cart_box .up_sale {width:calc(100% - (var(--margin-lt-rt-twice) * 2)); margin-left:var(--margin-lt-rt);}

    /* --- CHECKOUT PAGE --- */
    .checkout_together {display:flex; flex-direction:row;}
        .checkout_form {width:100%; margin:0;}
            .order-step_wrap:last-child {margin:0 0 32px 0;}
                .cart_order_products .bottom_wrap {width:100%;}
                .checkout .added_goods.added_goods_ignore {padding:32px 0 8px 8px;}
                    .checkout .cart_kit .added_goods_ignore::before, .checkout .cart_kit .added_goods_ignore::after {top:8px; left:50%;}

        /* --- Registration Form in Checkout --- */
        .registration_form .common_but, .enter_form .common_but {width:100%;}

        /* --- Cheaper Together in Checkout --- */
        .checkout .product_body {flex-direction:column; align-items:flex-start;}
            .checkout .item_text {margin:0 0 8px 0;}
        .checkout_total {max-width:340px; width:40%; flex-shrink:0; margin:0 0 32px 16px;}
            .ct_together {position:sticky; top:8px;}

        /* --- Shipping & Payment in Checkout --- */
        .checkout .group.long {flex-direction:column;}
            .checkout .group.long .long_div, .checkout .group.long .long_div:last-child {width:100%; margin:0 0 16px 0;}
             .checkout .group.short .long_div {width:50%;}

        /* --- Promo code --- */
        .promocode .code_input {flex-direction:column;}
            .code_input Input {width:100%; margin:0 0 16px 0;}
            .code_input A {width:100%;}

    /* --- USER ACCOUNT --- */
    .profile {display:flex; flex-direction:row;}
        .profile .profile_menu {display:flex; max-width:300px; width:30%; flex-shrink:0; margin:0 var(--margin-lt-rt-twice) var(--section-margin-mobile) 0;}
        .profile_content {width:100%;}

        /* --- Order History Search --- */
        .order_search .desktop {display:flex;}
        .order_search .mobile {display:none;}

        /* --- My Reviews list --- */
        .profile_content .product_tabs {width:calc(100% + 16px); margin:-8px 0 32px -8px; padding:12px 8px 0 8px;}

        /* --- User Account Settings --- */
            /* --- My pick-up points - User account settings --- */
            .pickups.addresses .only_address {flex-wrap:wrap;}
                .pickups.addresses .long_div {margin:0 0 16px 0;}
                .pickups.addresses .long_div.del {width:100%;}

        /* --- Wish List & Compare List --- */
        .wish_group .one_good, .compare_page .one_good {width:calc(50% - var(--gap-desktop));}

    /* --- CATALOG LIST --- */
        /* --- Search results --- */
        .catalog_list.search .nothing_found .main_title {flex-direction:row; flex-wrap:nowrap; margin:64px auto;}
            .search_pic_no_found {width:240px;}
                .search_pic_no_found Img {width:100%; margin:0;}
            .catalog_list.search .nothing_found .together {align-items:flex-start; text-align:left; padding:0 0 0 16px;}
                .nothing_found .search_title_results {font-size:16px; line-height:1.5;}
                .catalog_list.search .nothing_found .long_div {justify-content:flex-start;}
                    .catalog_list.search .nothing_found .long_div A.btn {margin:0 24px 0 0;}

    /* --- Product - One Item --- */
    .one_good {padding:16px;}
        /* --- If MINI Product --- */
        .products_mini .product_grid .one_good:nth-child(4) {display:block;}
        .products_mini .product_grid .one_good, .products_mini .product_inner .one_good {width:calc(25% - var(--gap-desktop));}

    /* --- PRODUCT DETAILS --- */
        /* --- Product Tabs --- */
        .details_product .product_tabs {margin:0 0 16px 0; width:100%; padding:0;}
            .product_tabs A {margin:0 24px 0 0;}

            /* --- Product Page info --- */
            .detail_info {flex-direction:row;}
                .all_left_det {width:50%; padding:0 var(--margin-lt-rt-twice) 0 0; margin:0;}
                    .ald_for_sticky {position:sticky; top:calc(var(--header-hight) + var(--tabs-height));}
                        .sliders_wrap {width:100%; margin:0;}
                            .big_slider .slick-arrow {width:32px; height:40px; border-radius:0 var(--border-radius) var(--border-radius) 0; left:-16px;}
                            .big_slider .slick-arrow.slick-next {right:-16px; border-radius:var(--border-radius) 0 0 var(--border-radius);}
                                .big_slider .slick-arrow::before, .big_slider .slick-arrow::after {right:8px;}
                .product_info {width:50%; padding:0 0 0 var(--margin-lt-rt-twice);}

                    /* --- Select color OR Size --- */
                    .select_color {padding:0;}
                        .select_color.select_color-pp LI {width:100%; margin:0 0 8px 0;}
                        .select_color.select_color-pp LI:nth-child(2n) {margin:0 0 8px 0;}

                    /* --- PRICE BOX in Product Page --- */
                    .product_price {padding:16px 8px; margin:0 0 var(--section-margin-mobile) 0; width:100%;}
                        .price_buts {flex-direction:column;}
                        /* --- Price in Price box --- */
                        .main_price_box {margin:0 0 8px 0; width:100%; flex-shrink:unset;}
                        .b2b_no_price.is_service .main_price_box {display:flex;}
                            /* --- In/Out stock --- */
                            .available {margin-left:-8px; border-radius:0 var(--border-radius) var(--border-radius) 0; padding-left:8px;}
                            /* --- To Wishlist or Compare --- */
                            .product_price .add_in-list.mobile {display:flex;}
                            .product_price .add_in-list.desktop {display:none;}
                        /* --- BUY Buttons in Product Page --- */
                        .product_btns {flex-wrap:wrap; flex-direction:row;}
                            /* --- Main Buy buttons place --- */
                            .buy_quantity .btn, .ask_price_form_box .btn, .product_btns .one_click_open {width:100%;}
                        /* --- Warnings for price box --- */
                        .product_price .for_warnings {flex-direction:column; margin:0; gap:unset;}
                            .product_price .warning {margin:16px 0 0 0;}
                        /* --- CREDIT variants in Product Page --- */
                        .credits_variants {padding:16px 8px 4px 8px; margin:-16px 0 16px 0; width:100%;}
                            /* --- Credit price & button --- */
                            .cv_together .wow_price {min-width:unset;}
                            .cv_together .credit_form_open {width:100%;}
                                .cv_together .credit_form_open .first_part {display:none;}
                                .cv_together .credit_form_open .sec_part {text-transform:unset;}

                    /* --- Options in Product Page --- */
                        /* --- Tiles with Photo - Options --- */
                        .options_tile.img LI {width:100%; margin:0 0 8px 0;}
                        .options_tile.img LI:nth-child(2n) {margin:0 0 8px 0;}
                        /* --- Input - Options --- */
                        .input_group .option_input, .input_group .option_input:nth-child(2n) {width:100%; margin:0 0 8px 0;}
                        .input_group .option_input:last-child {margin:0;}

                    /* --- Additional Call Buttons --- */
                    .order_call_but {flex-direction:column; padding-right:var(--margin-lt-rt); padding-left:var(--margin-lt-rt); margin:0 0 var(--section-margin-mobile) 0;}
                        .order_call_but A.btn:only-child {width:100%;}

                    /* --- Waranty information in Product Page --- */
                    .shop_services.desktop {display:block;}
                    .shop_services.mobile {display:none;}

                /* --- Cheaper Together in Product Page --- */
                .cheaper .together {position:relative; display:flex;}
                    .cheaper .added_goods {width:50%; padding:0 32px 0 0;}
                    .cheaper .together .added_goods:first-child {margin:0;}
                    .cheaper .added_goods:last-child {padding:0 0 0 32px;}
                        .cheaper .product_body {flex-direction:column; align-items:flex-start;}
                            .cheaper .item_text {margin:0;}
                            .cheaper .price_box {flex-direction:row-reverse; width:auto; align-items:baseline;}
                    .cheaper_plus {position:absolute; height:auto; top:50%; left:50%; transform:translate(-50%, -50%);}
                        .cheaper .cheaper_prise .together {margin:0 32px 0 0;}
                .cheaper .slick-arrow {top:-46px; right:40px; left:auto; height:32px; transform:translateY(0); border-radius:var(--btn-radius); box-shadow:none;}
                    .cheaper .slick-arrow.slick-next {right:0; border-radius:var(--btn-radius);}
                        .cheaper .slick-arrow::before, .cheaper .slick-arrow::after {right:9px; top:18px; width:13px;}
                        .cheaper .slick-arrow::after {top:10px;}

            /* --- Main Info Box in Product Page --- */
            .main_info_box {flex-direction:row; flex-wrap:wrap;}
                .sorts_info {width:50%; padding:0 var(--margin-lt-rt-twice) 0 0;}
                /* --- Reviews --- */
                .product_reviews.desktop {display:flex;}
                .product_reviews.mobile {display:none;}
                .product_reviews {width:50%; padding:0 0 0 var(--margin-lt-rt-twice);}
                .comment_popup.popup {padding:32px 0 32px 32px;}
                    .comment_popup .all_items {padding:0 32px 0 0;}
                /* --- Reviews Tab --- */
                .main_reviews .product_reviews {padding:0; width:100%;}
            /* --- Fixed product panel --- */
            .sticky_header.no_active_desktop {bottom:-66px;}
            .sticky_header.active_desktop {bottom:0;}
                .sticky_header .mini_product_photo {align-items:center;}
                    .sticky_header .mpp_box {margin:0 8px 0 0;}
                .sticky_header .together {width:auto; flex-shrink:0;}
                .sticky_header .mpp_title {display:flex; max-height:42px; overflow:hidden;}
                .sticky_header.product_price .add_in-list {margin:0 0 0 8px;}

    /* --- Blog Details --- */
    .blog_det_img {margin:0 32px 8px 0;}

    /* --- Store window Slider --- */
    .product_slider .product_tabs {margin:0 0 16px 0;}

    /* --- Credit bank variants - ALL in one place - PopUp --- */
    .credit_popup {padding:32px 16px 32px 32px;}
    /* --- Size chart Popup --- */
    .size_table_popup {padding:32px 16px 32px 32px;}

    /* --- CONTACT US - FEEDBACK --- */
        /* --- Template 1:  Contacts + Background --- */
        .two_mini_box {flex-direction:row;}
            .cb_mini_box {width:33.333%; margin:0;}
                .contact_box .cb_info {padding:0 22px;}
            .soc_and_mes_box .cb_mini_box {width:100%; margin:0 0 24px 0;}
            .soc_and_mes_box .cb_mini_box:last-child {margin:0;}
        /* --- Template 2:  Contacts + Photo --- */
        .contact_us.photo .centre {display:flex; flex-wrap:wrap;}
        .rtl.contact_us.photo .centre {flex-direction:row-reverse; align-items:flex-start;}
            .contact_us.photo .contact_box {width:50%;}
            .rtl.contact_us.photo .contact_box {padding:0 0 0 22px;}
                .contact_us.photo .two_mini_box {flex-direction:column;}
                    .contact_us.photo .cb_mini_box {width:100%; margin:0 0 24px 0;}
                    .contact_us.photo .cb_mini_box:last-child {margin:0;}
            .contact_us.photo .cb_poto {width:50%; margin:0;}
                .rtl.contact_us.photo .background_sign {align-items:flex-start; left:0;}
                    .rtl.contact_us.photo .background_sign .bs_box {align-items:flex-start;}
        /* --- Template 3:  Feedback + Background --- */
        .for_feed.background {padding-bottom:64px; min-height:512px;}
            .contact_us.for_feed.background .centre, .rtl.contact_us.for_feed.background .centre {display:flex; flex-direction:column;}
            .rtl.contact_us.for_feed.background .centre {align-items:flex-end;}
                .for_feed.contact_us.background .feed_box, .rtl.for_feed.contact_us.background .feed_box {margin:0;}
                    .for_feed .feed_box, .for_feed.background .title_wrap, .for_feed.background .description {width:42%; max-width:670px;}
                    .rtl.for_feed.contact_us.background .title_wrap {justify-content:flex-end;}
                        .rtl.for_feed.contact_us.background .title_wrap .main_title, .rtl.for_feed.background .description {text-align:right;}
                    .for_feed.background .tile_background Img {object-position:top;}
        /* --- Template 4:  Contacts + Feedback --- */
        .contact_us.for_feed .centre {flex-direction:row; flex-wrap:wrap; display:flex;}
        .rtl.contact_us.for_feed .centre {flex-direction:row-reverse; justify-content:flex-end}
            .contact_us.for_feed .contact_box, .contact_us.for_feed .feed_box {width:calc(50% - 16px); margin:0 16px 0 0;}
            .rtl.contact_us.for_feed .contact_box { margin:0 0 0 16px;}
            .rtl.contact_us.for_feed .feed_box {margin:0 16px 0 0;}
            .contact_us.for_feed .feed_box {margin:0 0 0 16px;}
                .contact_us.for_feed .two_mini_box {flex-direction:column; margin:0;}
                    .contact_us.for_feed .cb_mini_box {width:100%; margin:0 0 24px 0;}
                .contact_us.for_feed .soc_and_mes_box, .contact_us.for_feed .soc_and_mes_box .cb_mini_box:last-child {margin:0;}
                    .contact_us.for_feed .soc_and_mes_box .cb_info {padding:0;}
                .contact_us.for_feed .for_sticky {position:sticky; top:calc(var(--header-hight) + 24px);}
}

@media (min-width:992px) {
    .catalog_btn {display:flex; margin:0 0 0 16px;}
        .catalog_btn.btn .icon.margin {margin:0 12px 0 0;}
    .menu_header .catalog_btn, .menu_header .catalog_mob_menu {display:none;}
    Body.body_overflow_cat .main_header {position:sticky; top:0;}
    .main_header {margin:0 0 16px 0;}
    .title_wrap.slick_arrows {padding-right:102px;}

    /* --- Article - Common styles --- */
    .article_place {display:flex; margin-bottom:var(--section-margin-desktop);}
        Article {margin-bottom:var(--section-margin-desktop);}
        .article_place Article {margin-bottom:0;}

    /* --- Main search panel --- */
    .search_wrap {z-index:12;}

    /* --- LogIn & Registration --- */
    .lor_col {padding:0 64px 0 0;}
        .lor_col.signup {padding:0 0 0 64px;}

    /* --- Main Slider --- */
    .main_slider_container {display:flex; margin-bottom:var(--section-margin-desktop);}
        .main_slider_container.with_menu > UL {width:300px; flex-shrink:0; margin:0 16px 0 0; display:flex; flex-direction:column; position:relative; background:var(--white); padding:8px 8px 7px 8px;
                                               border-radius:var(--border-radius); justify-content:space-between;}
        .with_menu .main_slider {width:calc(100% - 300px - var(--margin-lt-rt)); margin:0;}
    .main_slider_container.with_menu > UL LI {margin:0 0 1px 0;}

    /* --- Menu common styles --- */
    .menu A.btn_back, .menu LI.mobile, .menu_head {display:none;}
    .menu .next_level {background:none; box-shadow:none;}
    .main_slider_container.with_menu UL:not(.slick-dots) LI {display:none;}
    .main_slider_container.with_menu UL:not(.slick-dots) LI.visible {display:list-item;}
    .menu LI A {z-index:10;}
    .menu LI A, .main_slider_container.with_menu UL:not(.slick-dots) LI A {padding:8px 30px 8px 16px;}
    .main_aside .left_menu A {padding:8px 16px;}
        .menu A.has_arrow::before, .menu A.has_arrow::after {top:19px;}
        .menu A.has_arrow::after {top:14px;}
    .menu.menu_1 .ul_2 A.has_arrow::before, .menu.menu_1 .ul_2 A.has_arrow::after, .menu.menu_2 .ul_2 A.has_arrow::before, .menu.menu_2 .ul_2 A.has_arrow::after {display:none;}
    .menu.menu_1 .one_col, .menu.menu_2 .one_col {display:flex; width:33.333%;}
        /* --- Menu header - if Row Menu (3 & 4 variants) --- */
        .main_header.menu_2, .main_header.menu_3 {min-height:calc(var(--header-hight) + var(--horizontal-menu-height));}
            .main_header.menu_2 .centre, .main_header.menu_3 .centre {height:calc(100% - var(--horizontal-menu-height));}
        .main_header.menu_2 A.catalog_btn, .main_header.menu_3 A.catalog_btn {display:none;}

    /* --- Menu variant 0 --- Button "Catalog" -> 1 level -> 2 level -> 3 level --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_tpl.php:
    height of menu_item, menu_item_margin, ulPadding - !!!*/
    .menu.menu_0 {position:absolute; top:auto; left:auto; width:auto; background:transparent; z-index:12;}
        .menu.menu_0 UL, .menu.menu_0 .next_level .ul_3 {width:305px; overflow:hidden; position:fixed; top:calc(var(--header-hight) + 16px); left:10px; max-height:calc(100vh - 172px); display:flex;
                                                         background:var(--white); border:none; min-height:320px; flex-direction:column; border-radius:var(--border-radius); overflow-y:auto; transition:.3s;}
                .menu.menu_0 .next_level .ul_2 {left:307px; visibility:hidden; opacity:0;}
                .menu.menu_0 .has_arrow.active + .next_level .ul_2, .menu.menu_0 .has_arrow:hover + .next_level .ul_2 {visibility:visible; opacity:1;}
                    .menu.menu_0 .ul_2 .next_level .ul_3 {left:604px; visibility:hidden; opacity:0;}
                    .menu.menu_0 .ul_2 .has_arrow.active + .next_level .ul_3, .menu.menu_0 .ul_2 .has_arrow:hover + .next_level .ul_3, .menu.menu_0 .ul_2 .has_arrow + .next_level.active .ul_3
                    {visibility:visible; opacity:1;}

    /* --- Menu variant 1 & Main style --- Button "Catalog" -> 1 level -> 2 & 3 levels --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_1_tpl.php:
    height of menu_item1, menu_item2, menu_item3, menu_item_margin, menu_block_margin - !!!*/
    .menu.menu_1 {position:absolute; top:var(--header-hight); background:var(--white); max-height:calc(100vh - 172px); height:auto; border-radius:0 0 var(--border-radius) var(--border-radius);}
        .menu.menu_1 .over {display:flex; position:relative; overflow-y:auto;}
            .menu.menu_1 UL {width:300px; background:var(--site-bg); min-height:320px; display:flex; flex-direction:column; border-radius:0 0 0 var(--border-radius); overflow:hidden;}
            .two_cols .menu.menu_1 UL {padding:16px 8px 8px 8px;}
                .menu.menu_1 A {overflow:hidden; white-space:nowrap;}
                .menu.menu_1 UL .next_level {position:absolute; display:none; width:100%; top:0; left:0; height:100%; padding:0 8px 0 300px; transition:none;}
                .menu.menu_1 UL .next_level.active {display:flex;}
                    .menu.menu_1 .one_col .ul_2 {background:none; width:100%; min-height:unset; height:auto; padding:8px 0 8px 8px;}
                    .two_cols .menu.menu_1 .one_col .ul_2 {padding:16px 0 8px 8px;}
                        .menu.menu_1 .one_col .ul_2 A {padding:8px 8px 4px 8px; color:var(--main-color-light);}
                        .menu.menu_1 .one_col .ul_2 A:hover {color:var(--btn-bg-hover);}
                            .menu.menu_1 .one_col .ul_2 A::before, .menu.menu_4 .one_col.popular .ul_2 A::before {content:''; position:absolute; top:0; right:0; width:32px; height:100%;
                                                                   background:linear-gradient(90deg, color-mix(in srgb, var(--white) 0%, transparent) 0%, var(--white) 100%);}
                        .menu.menu_1 .ul_2 .next_level {opacity:1; visibility:visible; position:relative; height:auto; padding:0;}
                    .menu.menu_1 .next_level .ul_3 {background:none; flex-direction:column; width:100%; min-height:unset; padding:0 0 4px 16px;}
                        .menu.menu_1 .one_col .ul_3 A {font-size:14px; padding:4px 8px; color:var(--text-light);}
                        .menu.menu_1 .one_col .ul_3 A:hover, .menu.menu_1 .one_col .ul_3 A.active {color:var(--btn-bg-hover);}

    /* --- Menu variant 2 --- Horizontal -> 1 level -> 2 & 3 levels --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_2_tpl.php:
    menu_item2_height, menu_item3_height, item_margin, block_margin - !!!*/
    .menu.menu_2 {display:flex; top:var(--header-hight); left:0; width:100vw; height:var(--horizontal-menu-height); background:var(--main-color-light); overflow:unset; margin:0 0 0 calc(-50vw + 50%);
                  padding:0; border-radius:0;}
        .menu.menu_2 .over {width:100%; height:100%; overflow-y:auto; margin:0 auto; padding:0 var(--margin-lt-rt); max-width:var(--content-width); overflow:unset;}
            .menu.menu_2 .black.for_menu {position:absolute;}
            .menu.menu_2 UL {display:flex; background:none; min-height:unset; flex-direction:row; padding:0; border-radius:0; overflow:unset; position:relative;}
                .menu.menu_2 UL LI {margin:0 0 0 1px; width:auto;}
                .menu.menu_2 UL LI:first-child {margin:0;}
                    .menu.menu_2 LI A {color:var(--text-inverse); padding:0 16px; border-radius:0; height:100%;}
                    .menu.menu_2 LI A:hover, .menu.menu_2 LI A.active, .menu.menu_2 LI A.hovered, .menu.menu_2 LI A.active.not_hovered.hovered {background:var(--main-color);}
                    .menu.menu_2 LI A.active.not_hovered {background:none;}
                        .menu.menu_2 LI A.has_arrow {padding:0 32px 4px 16px;}
                            .menu.menu_2 A.has_arrow::before, .menu.menu_2 A.has_arrow::after {background:var(--text-inverse); top:19px; right:9px;}
                            .menu.menu_2 A.has_arrow::after {right:14px;}
                            .menu.menu_2 A.has_arrow.left::before {transform:rotate(-45deg);}
                            .menu.menu_2 A.has_arrow.left::after {transform:rotate(45deg);}
                        .menu.menu_2 .next_level {display:none; border-radius:0 0 var(--border-radius) var(--border-radius);}
                        .menu.menu_2 .next_level.active {display:flex; background:var(--white); top:100%; height:auto; max-height:calc(var(--100vh) - (111px + 64px)); padding:8px; overflow:auto;
                                                         box-shadow:0 8px 30px rgba(0,0,0,.3);}
                            .menu.menu_2 .next_level .for_scroll {display:flex; width:100%; height:max-content;}
                                .menu.menu_2 .one_col .ul_2 {padding:0 8px 0 0; flex-direction:column;}
                                    .menu.menu_2 .one_col LI {margin:0 0 1px 0;}
                                    .menu.menu_2 .one_col LI:last-child {margin:0;}
                                        .menu.menu_2 .one_col .ul_2 A {padding:8px 8px 4px 8px; background:none; height:auto; color:var(--main-color-light);}
                                        .menu.menu_2 .one_col .ul_2 A:hover, .menu.menu_2 .one_col .ul_2 A.active {color:var(--btn-bg-hover);}
                                        .menu.menu_2 .one_col .next_level {position:relative; padding:0; top:0; box-shadow:none; max-height:unset;}
                                            .menu.menu_2 .next_level .ul_3 {flex-direction:column; width:100%; padding:0 0 4px 16px;}
                                                .menu.menu_2 .ul_3 LI:last-child {margin:0;}
                                                    .menu.menu_2 .next_level .ul_3 A {font-size:14px; padding:4px 8px; color:var(--text-light);}
                                                    .menu.menu_2 .one_col .ul_3 A:hover, .menu.menu_2 .one_col .ul_3 A.active {color:var(--btn-bg-hover);}

    /* --- Menu variant 3 --- Horizontal -> 1 level -> 2 level -> 3 level --- */
    .menu.menu_3 .over, .menu.menu_3 UL {overflow:unset;}
        .menu.menu_3 LI {position:relative;}
            .menu.menu_3 .next_level {border-radius:0 var(--border-radius) var(--border-radius) var(--border-radius);}
            .menu.menu_3 .next_level.active {width:300px; overflow:unset;}
            .menu.menu_3 .next_level.right {left:0;}
            .menu.menu_3 .next_level.left {left:auto; right:0;}
                .menu.menu_3 .ul_2 {flex-direction:column;}
                    .menu.menu_3 .next_level LI {width:100%; margin:0 0 1px 0;}
                    .menu.menu_3 .next_level LI:last-child {margin:0;}
                        .menu.menu_3 .next_level A, .menu.menu_3 .next_level A.has_arrow {border-radius:var(--border-radius); color:var(--text); padding:8px 16px; height:auto;}
                        .menu.menu_3 .next_level A:hover, .menu.menu_3 .next_level A.active {color:var(--text-inverse); background:var(--main-color-lighter);}
                            .menu.menu_3 .ul_2 A.has_arrow::before, .menu.menu_3 .ul_2 A.has_arrow::after {display:flex; background:var(--main-color); right:16px; top:19px;}
                            .menu.menu_3 .ul_2 A.has_arrow::after {top:14px;}
                            .menu.menu_3 .ul_2 A.has_arrow:hover::before, .menu.menu_3 .ul_2 A.has_arrow:hover::after, .menu.menu_3 .ul_2 A.has_arrow.active::before,
                            .menu.menu_3 .ul_2 A.has_arrow.active::after
                            {background:var(--text-inverse);}
                            .menu.menu_3 .ul_2 A.has_arrow.left::before {transform:rotate(45deg);}
                            .menu.menu_3 .ul_2 A.has_arrow.left::after {transform:rotate(-45deg);}
                        .menu.menu_3 .ul_2 .next_level {display:none; transition:unset; left:calc(100% + 8px); top:-8px; border-radius:var(--border-radius);}
                        .menu.menu_3 .ul_2 .next_level.left {right:calc(100% + 8px); left:auto; top:-8px;}
                        .menu.menu_3 .ul_2 .next_level.active {display:flex;}
                            .menu.menu_3 .next_level .ul_3 {padding:0;}
                                .menu.menu_3 .next_level .ul_3 A {font-size:15px; padding:8px 16px; color:var(--text);}
                                .menu.menu_3 .next_level .ul_3 A:hover, .menu.menu_3 .next_level .ul_3 A.active {color:var(--text-inverse);}

    /* --- Menu variant 4 --- Button "Catalog" -> 1 level -> 2 & 3 levels + Popular Categories --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_4_tpl.php:
    height of menu_item1, menu_item2, menu_item3, menu_item_margin, menu_block_margin - !!!*/
    .menu.menu_4 .one_col.popular {display:none;}

    /* --- CATEGORIES --- */
    Section.category {margin-bottom:calc(var(--section-margin-desktop) - var(--gap-desktop));}
        /* --- Rows - Category & List (with SUB categories) --- */
        .row_list .one_cat, .list_info .one_cat {width:calc(33.333% - var(--gap-desktop));}

    /* --- Store window Slider --- */
    .product_slider .product_inner, .if_slider .category_comments, .if_slider .last_blog_items, .if_slider .faq_slider
    {padding:62px 0 0 var(--gap-desktop); margin:-62px 0 calc(var(--section-margin-desktop) - var(--gap-desktop)) 0;}
    .product_slider .product_inner:not(.slick-initialized), .if_slider .last_blog_items:not(.slick-initialized), .if_slider .category_comments:not(.slick-initialized)
    {padding:62px var(--gap-desktop) 0 0;}
        .product_slider .one_good {width:calc(25% - var(--gap-desktop));}
        .product_inner .slick-arrow, .category_comments .slick-arrow, .faq_slider .slick-arrow, .last_blog_items .slick-arrow
        {top:16px; right:48px; left:auto; height:32px; transform:translateY(0); border-radius:var(--btn-radius); box-shadow:none;}
        .has_tabs .product_inner .slick-arrow {top:8px;}
        .product_inner .slick-arrow.slick-next, .category_comments .slick-arrow.slick-next, .faq_slider .slick-arrow.slick-next, .last_blog_items .slick-arrow.slick-next
        {right:8px; border-radius:var(--btn-radius);}
        .slick-arrow:hover {box-shadow:0 0 8px #00000024;}
            .product_inner .slick-arrow::before, .product_inner .slick-arrow::after, .category_comments .slick-arrow::before, .category_comments .slick-arrow::after,
            .faq_slider .slick-arrow::before, .faq_slider .slick-arrow::after, .last_blog_items .slick-arrow::before, .last_blog_items .slick-arrow::after
            {right:9px; top:18px; width:13px;}
            .product_inner .slick-arrow::after, .category_comments .slick-arrow::after, .faq_slider .slick-arrow::after, .last_blog_items .slick-arrow::after {top:10px;}

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid .one_good:nth-child(4) {display:block;}
    .product_grid .one_good {width:calc(25% - var(--gap-desktop));}

    /* --- Tile Universal --- */
    .tiles {margin-bottom:var(--section-margin-desktop);}
    .tiles.has_background {margin-bottom:var(--section-margin-desktop);}

    /* --- CATALOG LIST --- */
    .menu_2 .control_products, .menu_3 .control_products {top:calc(var(--header-hight) + var(--horizontal-menu-height));}
    .product_grid {margin-bottom:var(--section-margin-desktop);}

        /* --- If MINI Product --- */
        .products_mini .product_grid .one_good:nth-child(5) {display:block;}
        .products_mini .product_grid .one_good, .products_mini .product_inner .one_good {width:calc(20% - var(--gap-desktop));}

    /* --- PRODUCT PAGE --- */
    .menu_2 .details_product .product_tabs, .menu_3 .details_product .product_tabs {top:calc(var(--header-hight) + var(--horizontal-menu-height));}
    .menu_2 .ald_for_sticky, .menu_3 .ald_for_sticky {top:calc(var(--header-hight) + var(--horizontal-menu-height) + var(--tabs-height));}
    .detail_info, .cheaper, .description {margin-bottom:var(--section-margin-desktop);}
    .product_reviews {margin-bottom:calc(var(--section-margin-desktop) - var(--gap-desktop));}

        /* --- PRICE BOX in Product Page --- */
        .product_price {padding:16px;}
            /* --- CREDIT variants in Product Page --- */
            .credits_variants {padding:16px 16px 4px 16px;}

        /* --- Additional Call Buttons --- */
        .order_call_but {flex-direction:row; padding-right:var(--margin-lt-rt-twice); padding-left:var(--margin-lt-rt-twice);}

        /* --- Buy Together Tab --- */
        .up_sale .product_wrap {margin-bottom:calc(var(--section-margin-desktop) - var(--gap-desktop));}

        /* --- Zoom Main Photo --- */
            /* --- Variant: No Slider, Zoom / Full Screen --- */
            .zoom_slider.zoom-full_screen {flex-direction:row;}
                .zoom_slider.zoom-full_screen .popup_close {top:16px; right:32px;}
                .zoom-full_screen .sub_scroll {padding:var(--title-font-size-mobile) calc(var(--section-margin-desktop) + 16px) var(--title-font-size-mobile) var(--section-margin-desktop); height:100%;
                                               flex-direction:column; position:relative; width:auto; overflow:hidden auto; bottom:unset; justify-content:flex-start;}
                .zoom-full_screen .sub_scroll.inner-center {justify-content:center;}
                    .zoom-full_screen .sub_scroll .ss_one_photo {display:flex; align-items:center; justify-content:center; width:var(--sub_slider_vertical_width); overflow:hidden; padding:4px;
                                                                 height:var(--sub_slider_vertical_width); margin:0 0 var(--gap-mobile) 0; border-radius:var(--btn-radius); transition:.3s; flex-shrink:0;}
                    .zoom-full_screen .sub_scroll .ss_one_photo:last-child {margin:0;}
                        .zoom-full_screen .sub_scroll .ss_one_photo::before {display:none;}
                        .zoom-full_screen .sub_scroll .ss_one_photo Img {object-fit:contain; max-width:100%; max-height:100%;}
                        .zoom-full_screen .sub_scroll .video_thumb.active {border:2px solid var(--sub-color)}
                        .zoom-full_screen .sub_scroll .ss_one_photo.video_thumb::before {display:none;}
                            .zoom-full_screen .sub_scroll .video_thumb Span {overflow:auto; border-radius:unset; width:100%; height:100%; position:relative; top:unset; left:unset; transform:unset;
                                                                             justify-content:center; align-items:center;}
                            .zoom-full_screen .sub_scroll .video_thumb.active::after {display:none;}
                            .zoom-full_screen .sub_scroll .youtube {width:32px; height:32px; position:relative; top:unset; left:unset; transform:unset;}
                .zoom-full_screen .zoom_big {display:flex; width:100%; height:100%; align-items:center;}

    /* --- USER ACCOUNT --- */
    .menu_2 .compare_products, .menu_3 .compare_products {top:calc(var(--header-hight) + var(--horizontal-menu-height));}
        /* --- Wish List & Compare List --- */
        .wish_group .one_good, .compare_page .one_good {width:calc(33.333% - var(--gap-desktop));}

    /* --- Main FOOTER --- */
    .main_footer {padding:32px 16px 16px;}
        .footer_social {max-width:33.333%;}
        .nav_and_contacts {padding:0;}
            .footer_nav {flex-direction:row; margin:0 0 20px 0;}
                .menu_element, .footer_contacts {background:none;}
                .footer_nav .menu_element {width:50%; padding:0 0 0 16px; margin:0;}
                    .footer_menu-titile {cursor:unset;}
                        .footer_menu-titile::before, .footer_menu-titile::after {display:none;}
                    .main_footer .whap_hidden {display:flex; flex-direction:column;}
                        .footer_menu-titile {padding:0; font-size:16px; line-height:20px; font-weight:700; display:inline-block; height:auto; margin:0 0 16px 0;}
                        .main_footer LI A, .footer_phones A {margin:0 0 12px 0;}
                .footer_contacts {padding:0 0 0 16px;}
                    .footer_contacts .whap_hidden {flex-direction:row;}
                        .footer_phones, .messenger_wrap, .hours_work {width:33.333%; padding:0 0 0 16px; margin:0;}
                        .footer_phones {padding:0;}
                            .footer_phones .one_phone:last-child {margin:0;}
                            .foo_mini_tit {margin:0 0 8px 0;}
                        .messenger_wrap .row {margin:0; flex-direction:column;}
                            .messenger_wrap A {margin:0 0 8px 0; display:inline-flex; padding:0 16px 0 0; position:relative; transition:.3s;}
                                .messenger_wrap A::before, .messenger_wrap A::after, .messenger_wrap A:hover::before, .messenger_wrap A:hover::after
                                {display:flex; background:var(--viber); right:10px; opacity:0;}
                                .messenger_wrap A.telegram::before, .messenger_wrap A.telegram::after, .messenger_wrap A.telegram:hover::before, .messenger_wrap A.telegram:hover::after
                                {background:var(--telegram);}
                                .messenger_wrap A.whatsapp::before, .messenger_wrap A.whatsapp::after, .messenger_wrap A.whatsapp:hover::before, .messenger_wrap A.whatsapp:hover::after
                                {background:var(--whatsapp);}
                                .messenger_wrap A.messenger::before, .messenger_wrap A.messenger::after, .messenger_wrap A.messenger:hover::before, .messenger_wrap A.messenger:hover::after
                                {background:var(--facebook);}
                                .messenger_wrap A:hover::before, .messenger_wrap A:hover::after {right:0; opacity:1;}
                            .messenger_wrap Span:last-child A {margin:0;}

    /* --- BLOG (News) --- */
    .one_blog {width:calc(33.333% - var(--gap-desktop));}
        /* --- Details - BLOG (News) --- */
        .news_comments, .blog_details .read_also, .blog_details .product_slider {margin-bottom:calc(var(--section-margin-desktop) - var(--gap-desktop));}

    /* --- Last newses of Blog --- */
    .last_blogs {margin-bottom:calc(var(--section-margin-desktop) - var(--gap-desktop));}

    /* All reviews in Catalog */
    .if_slider .category_comments {margin-bottom:0;}

    /* All reviews in Catalog */
    .reviews_sect {margin-bottom:calc(var(--section-margin-desktop) - var(--gap-desktop));}

    /* --- FAQ --- */
    .faq {margin-bottom:var(--section-margin-desktop);}
        /* --- If Slider --- */
        .if_slider.no_title .main_title.title_h2 {margin:0;}
        .if_slider .main_title.title_h2 {margin:0; padding-right:102px;}
        .if_slider .faq_slider {margin-left:var(--margin-lt-rt-minus); margin-bottom:calc(var(--gap-desktop) - var(--gap-mobile));}
        .if_slider.no_title .faq_slider {margin-top:-40px;}
        .if_slider .faq_slider:not(.slick-initialized) {padding:62px var(--gap-desktop) 0 0;}
            .faq_slider .slick-list {margin-top:var(--gap-offset-mobile);}
                .faq_slider .one_question {align-items:flex-end;}
                    .faq .faq_slider .faq_answer {width:60%; padding:16px 16px 32px 0;}

    /* --- CONTACT US - FEEDBACK --- */
    .contact_us.margin {margin:-54px 0 0 0;}
        /* --- Template 4:  Contacts + Feedback --- */
        .menu_2 .contact_us.for_feed .for_sticky, .menu_3 .contact_us.for_feed .for_sticky {top:calc(var(--header-hight) + var(--horizontal-menu-height) + 24px);}

    /* --- Credit bank variants - ALL in one place - PopUp --- */
    .one_credit {flex-wrap:nowrap;}
        .oc_bank_name {margin:0 16px 0 0;}
        .one_credit .together {flex-shrink:0; width:auto; align-items:center; min-width:50%;}

    /* --- CART --- */
    A.delete_product {opacity:0; visibility:hidden; transition:.3s;}
    .added_goods:hover A.delete_product, .cart_kit:hover A.delete_product {opacity:1; visibility:visible; transition:.3s;}

    /* --- CHECKOUT PAGE --- */
    .checkout .added_goods.added_goods_ignore {padding:8px 0 8px 38px;}
        .checkout .cart_kit .added_goods_ignore::before, .checkout .cart_kit .added_goods_ignore::after {left:16px; top:50%;}

        /* --- LogIn & Registration in Checkout --- */
            /* --- Login Form --- */
            .enter_form .together {width:calc(50% - 16px); display:flex; flex-direction:column;}
            .enter_form .together.row {width:100%; flex-direction:row;}
            .enter_form .together.row.wrap {flex-wrap:wrap;}
                .enter_form .together.row .long_div {margin:0 16px 16px 0; width:calc(50% - 16px);}
                .enter_form .together.row .long_div:nth-child(2n) {margin:0 0 16px 16px;}
                .enter_form .together.row .long_div.error {margin:0 0 16px 0; width:100%;}
            /* --- Registration Form --- */
            .registration_form .long_div {width:calc(50% - 16px); margin-right:16px;}
            .registration_form .long_div:nth-child(2n) {margin-right:auto; margin-left:16px;}
            .registration_form .empty_box {width:50%;}
            .registration_form .for_reg_but, .registration_form .for_reg_but.long_div:nth-child(2n) {width:100%; margin:0;}
                .registration_form .common_but, .enter_form .common_but {width:max-content;}

    /* --- SUCCESS PAGE --- */
    .success_article {margin-bottom:var(--section-margin-desktop);}
    .success_box {flex-direction:row; margin:0 0 var(--section-margin-desktop) 0;}
        .success_order {width:100%; margin:0;}
        .checkout_contacts {max-width:520px; width:40%; flex-shrink:0; margin:0 0 0 16px;}

    /* --- Google Map --- */
    .google_map {margin-bottom:var(--section-margin-desktop);}

    /* Stores on Google Map */
    .stores {margin-bottom:var(--section-margin-desktop);}

    /* --- Contact Us - Feedback --- */
    .contact_us {margin-bottom:var(--section-margin-desktop);}
}

@media (min-width:1024px) {
    /* --- Main HEADER --- */
    .main_header {overflow-x:clip;}
        .btn_header:hover {background:var(--main-color-light);}
        /* --- Phones - Main header --- */
        .menu_header .header_phone {display:none;}
        .header_phone {display:flex; position:relative; padding:0;}
            .btn_header.phone_trigger {margin:0 16px 0 0;}
                .btn_header.phone_trigger::before, .btn_header.phone_trigger::after {display:none;}
                .header_phone svg.icon.margin {margin:0;}
            .phone_box {position:absolute; top:calc(100% + 10px); width:300px; left:0; z-index:100; background:var(--white); padding:16px; border-radius:var(--border-radius); opacity:0; visibility:hidden;
                        box-shadow:0 10px 30px rgba(0,0,0, .15); transform:translateY(10px); transition:.3s ease;}
            .phone_box.active {opacity:1; visibility:visible; transform:translateY(0);}
            .phone_box.right {left:auto; right:0;}
                .phones_only .one_phone .icon {display:none;}
                .phone_box .one_phone A {color:var(--link); font-size:18px;}
                .phone_box .one_phone A:hover {color:var(--link-hover);}
                .phone_box.active .one_phone .icon {fill:var(--link);}
                .phone_box .one_phone .icon.viber:hover {fill:var(--viber);}
                .phone_box .one_phone .icon.telegram:hover {fill:var(--telegram);}
                .phone_box .one_phone .icon.whatsapp:hover {fill:var(--whatsapp);}
                .phone_box .for_mess {display:none;}

    /* --- Main template styles --- */
        /* --- If Two Col --- */
        .container {margin:0 auto; padding:0 8px; width:100%; max-width:var(--content-width); display:flex; flex-direction:row-reverse;}
            /* --- Left Col - Aside --- */
            .main_aside {display:flex; flex-direction:column; width:300px; border-right:1px solid var(--border-color); position:sticky; bottom:0; align-self:flex-end; margin:-16px 0 0 0;}
                /* --- Main-short Menu in Left Col --- */
                .two_cols .main_aside .left_menu, .two_cols .main_aside .profile_menu {display:flex;}
                    .main_aside .left_menu UL {width:100%; margin:16px 0; padding:0 8px 0 0; display:flex; flex-direction:column; position:relative;}
                        .main_aside .left_menu LI {margin:0 0 1px 0;}
                            .main_aside .left_menu A Img {width:18px; margin:0 12px 0 0; opacity:.7; transition:.3s;}
                            .main_aside .left_menu A:hover Img {opacity:1;}
                /* --- User Menu in Left Col --- */
                .main_aside .profile_menu {max-width:unset; width:100%; margin:0; padding:0 0 16px 0; border-top:1px solid var(--border-color); position:sticky; top:var(--header-hight); z-index:1;
                                           overflow:hidden;}
                .menu_2 .main_aside .profile_menu, .menu_3 .main_aside .profile_menu {top:calc(var(--header-hight) + var(--horizontal-menu-height));}
                    .main_aside .profile_menu::before {content:''; position:absolute; top:0; left:0; width:100%; height:calc(100% - 16px); transition:.3s;}
                    .main_aside .profile_menu.has_shadow::before {box-shadow:6px 2px 14px rgba(0,0,0,.2);}
                    .main_aside .profile_menu .pm_items {padding:16px 8px 16px 0; border-bottom:1px solid var(--border-color); background:var(--site-bg);}
                /* --- Footer in Left Col --- */
                .main_aside .main_footer {background:none; padding:0; margin:0 0 16px 0;}
                    .main_aside .main_footer .centre {padding:0; margin:0; flex-direction:column;}
                        .main_aside .nav_and_contacts {order:1;}
                            .main_aside .footer_nav {flex-direction:column; margin:0 0 4px 0; padding:0 8px 0 0;}
                                .main_aside .footer_nav .menu_element {width:100%;}
                                .main_aside .footer_contacts.menu_element {border-top:1px solid var(--border-color); padding:16px 8px 0 16px; margin:0; border-radius:unset;}
                                    .main_aside .footer_contacts .whap_hidden {flex-direction:column;}
                                        .main_aside .footer_phones, .main_aside .messenger_wrap, .main_aside .hours_work {width:100%; padding:0; margin:0 0 16px 0;}
                        .main_aside .footer_social {order:2; max-width:unset; width:100%; border-top:1px solid var(--border-color); padding:16px 0 0 0;}
                            .main_aside .for_foo_logo, .main_aside .socials_row {margin:0 0 24px 0;}
                                .main_aside .foo_logo {margin:4px 0 16px 0;}
                                .main_aside .sufix_copyrights {margin:24px 0 0 0;}

            /* --- Right Col - Main --- */
            .container .main_col {width:calc(100% - 300px); padding:0 0 0 var(--margin-lt-rt-twice);}
                .container .main_col .centre {padding:0;}
                /* --- Last viewed on Main page - if Grid (If Two Col) --- */
                .two_cols .product_grid .one_good {width:calc(33.333% - var(--gap-desktop));}
                .two_cols .product_grid .one_good:nth-child(4) {display:none;}
                .two_cols .product_grid .all .one_good:nth-child(4) {display:block;}
                /* --- If Two Col MINI Product & Mini in Slider --- */
                .two_cols .products_mini .product_grid .one_good:nth-child(4) {display:block;}
                .two_cols .products_mini .product_grid .one_good:nth-child(5), .two_cols .products_mini .product_grid .one_good:nth-child(6) {display:none;}
                .two_cols .products_mini .product_grid .all .one_good:nth-child(5), .two_cols .products_mini .product_grid .all .one_good:nth-child(6) {display:block;}
                .two_cols .products_mini .product_grid .one_good, .two_cols .products_mini .product_inner .one_good {width:calc(25% - var(--gap-desktop));}

            /* --- Store window - If Grid --- */
            .product_slider .product_tabs, .product_box .product_tabs {margin-bottom:24px;}
            /* --- Store window Slider --- */
            .two_cols .product_slider .product_tabs, .two_cols .product_box .product_tabs {margin-left:calc(var(--margin-lt-rt-minus) * 2); width:calc(100% + var(--margin-lt-rt-twice) + var(--margin-lt-rt));
                                                                                           padding-left:var(--margin-lt-rt-twice);}

            /* All reviews in Catalog */
            .is_main .category_comments .slick-list {padding:16px var(--gap-desktop) 0 0;}

    /* Article ----------------------------*/
        Article .cols-3 {column-count:3;}
            Article .cols-3 Img {width:100%; max-width:100% !important; margin:0 0 1.5em 0; float:none;}
            Article .cols-3 Figure.image {width:100%; max-width:100%; margin:0 0 1.5em 0; float:none;}
                Article .cols-3 Figure.image Img {width:100%; max-width:100% !important; margin:0; float:none;}
        /* --- Headings - Article --- */
        H1, Article H2.title_wrap, .main_title.h1 {font-size:calc(var(--title-font-size-desktop) + 2px);}
        H2, .main_title.h2 {font-size:var(--title-font-size-desktop);}
        H3, .main_title.h3 {font-size:calc(var(--title-font-size-desktop) - 4px);}
        H4, .main_title.h4 {font-size:calc(var(--title-font-size-desktop) - 10px);}
        .main_title H3, .main_title.h3 {margin-bottom:-8px;}
        .main_title H4, .main_title.h4 {margin-bottom:-10px;}
        Article .article_text H2 {margin-top:var(--title-margin-desktop);}
        Article .article_text H3 {margin-top:calc(var(--title-margin-desktop) - 4px);}
        Article .article_text H4 {margin-top:var(--title-margin-mobile);}

    /* --- Title - Common styles --- */
    .title_wrap {margin:0 0 var(--title-margin-desktop) 0;}
        .main_title {font-size:var(--title-font-size-desktop);}
        /* --- If Slider --- */
        .two_cols .product_slider .title_wrap, .two_cols .reviews_sect.if_slider .title_wrap, .two_cols .last_blogs.if_slider .title_wrap {margin-left:0; margin-right:0; width:100%;}
        .if_slider .tiles_slider:not(.slick-initialized) {padding-top:16px;}

    /* --- Main Slider --- */
    .main_slider_container {margin:0 auto 32px auto;}
    .main_slider_container {--current-items:min(var(--items, 1), 4);}
    .two_cols .main_slider_container {--current-items:min(var(--items, 1), 3);}

    /* --- Categories --- */
    .category.tiles {margin-bottom:32px;}
        /* --- Tiles --- */
        .one_cat {width:calc(25% - var(--gap-desktop));}
        .one_cat:hover {box-shadow:0 0 8px #00000024;}
        /* --- Tiles - If two cols --- */
        .two_cols .one_cat {width:calc(33.333% - var(--gap-desktop));}
        /* --- Rows - If two cols --- */
        .two_cols .row_list .one_cat {width:calc(50% - var(--gap-desktop));}
        /* --- List (with SUB categories) - If two cols --- */
        .two_cols .list_info .one_cat {width:calc(50% - var(--gap-desktop));}

    /* --- Tile Universal --- */
    .two_cols .tiles.has_background {padding:var(--margin-lt-rt-twice);}
    .one_tile:hover {box-shadow:0 0 8px #00000024;}
    .two_cols .if_slider.tiles .tiles_description, .two_cols .if_slider.tiles .title_wrap, .two_cols .if_slider.tiles .main_title.title_h2 {padding:0;}
        /* --- If Slider --- */
        .two_cols .if_slider.tiles.has_background {padding:var(--margin-lt-rt-twice) 0;}
            .two_cols .if_slider.tiles.has_background .tiles_description, .two_cols .if_slider.tiles.has_background .title_wrap, .two_cols .if_slider.tiles.has_background .main_title.title_h2
            {padding:0 var(--margin-lt-rt-twice);}
            .two_cols .if_slider.tiles.has_background A.btn.view_all {margin:0 0 0 var(--margin-lt-rt-twice);}
            .if_slider .tiles_slider {margin:-16px 0 0 0;}
                .tiles_slider .slick-list {padding:16px var(--gap-desktop) 0 0;}

    /* --- FAQ --- */
        /* --- If Slider --- */
        .if_slider .faq_slider {padding-top:62px; margin-top:-70px; margin-bottom:var(--gap-desktop);}
        .two_cols .if_slider.has_background .faq_slider {width:calc(100% + (var(--margin-lt-rt-twice) * 2)); margin-left:calc(var(--margin-lt-rt-minus) * 2);}
        .if_slider .faq_slider:not(.slick-initialized) {padding:70px var(--gap-desktop) 0 0;}
            .faq_slider .slick-list {margin-top:unset;}
        .two_cols .faq_slider .one_question {align-items:flex-start;}
            .two_cols .faq .faq_slider .faq_answer {width:100%; padding:8px 16px 16px 16px;}
        /* --- If Grid --- */
        .two_cols .faq.has_background {padding:var(--gap-desktop);}
            .two_cols .faq_grid, .two_cols .cat_faq DL {padding:0 var(--margin-lt-rt);}
            .two_cols .has_background .faq_grid, .two_cols .has_background .cat_faq DL {padding:unset;}

    /* --- Single Video --- */
    .video_box {margin:0 0 32px 0;}
        .video_preview .icon {width:100px;}

    /* --- Store window Slider --- */
    .product_tabs .tit {font-size:28px; padding:0 0 2px 0;}
        .product_slider .product_inner, .if_slider.is_main .category_comments, .if_slider .last_blog_items
        {padding-top:54px; margin:-70px 0 calc(var(--section-margin-desktop) - var(--gap-desktop) - 16px) 0;}
        .product_slider .product_inner:not(.slick-initialized), .if_slider .last_blog_items:not(.slick-initialized), .if_slider .category_comments:not(.slick-initialized)
        {padding:70px var(--gap-desktop) 0 0;}
            .product_slider .product_inner .slick-list, .last_blog_items .slick-list {padding:16px var(--gap-desktop) 16px 0;}
                .two_cols .product_slider .one_good {width:calc(33.333% - var(--gap-desktop));}
    .product_inner .slick-arrow, .category_comments .slick-arrow, .faq_slider .slick-arrow, .if_slider.is_main .category_comments .slick-arrow, .last_blog_items .slick-arrow {top:13px;}

    /* --- CATALOG LIST --- */
    .catalog_inner {display:flex;}
        .list_wrap {padding:8px 0 0 0; width:calc(100% - 258px);}
        .catalog_list .title_wrap {margin:0; min-height:34px;}
            .title_wrap.if_catalog .main_title {margin-right:248px;}
            .title_wrap .main_title {z-index:6;}
        .control_products {padding:8px 8px 4px 8px; margin-bottom:0;}
        .control_products.up {margin:-44px 0 0 -8px;}
            .control_products .selected_filters {display:flex; color:var(--text); margin:0; padding:0; width:100%; background:none; align-items:center;}
                .selected_filters_list {align-items:center;}
                    .catalog_results {margin:0 16px 0 0; display:flex; font-size:14px;}
                        .cr_res {margin:0 6px;}
                    .clear_filters {margin:0 16px 0 0;}
                        .clear_filters .deactivate-filter {background:none; border:1px solid var(--error); color:var(--text);}
                        .clear_filters .deactivate-filter:hover {color:var(--text-inverse);}
                        .ocf_title {font-size:14px;}
                        .deactivate-filter {padding:4px 20px 4px 4px;}
                .control_products .dropdown {margin:0 0 4px 16px;}
        .catalog_filters .selected_filters {display:none;}
            .open_menu-filter, .close_catalog.close_menu {display:none;}
        .catalog_filters {position:relative; left:0; z-index:4; width:250px; flex-shrink:0; box-shadow:none; padding:8px 0 8px 8px; margin:0 var(--margin-lt-rt) 0 0; justify-content:flex-start;
                          border-right:1px solid var(--border-color); height:auto; overflow:unset;}
            .searched_cats .tit {margin:8px 0 8px -8px;}
            .fs_title_price {max-width:unset;}
            .menu_item-title, .searched_cats A {margin:0 8px 0 0;}
            .choose_price .hidden_menu, .fil_slider .hidden_menu {margin:8px 16px 24px 0;}
            .fil_slider .hidden_menu.filter_tile_photo {margin:8px 16px 16px 0;}
                .apply_filters {right:-33%;}
                A.submit_filters {padding:0 8px;}
                .one_but .apply_filters.for_one_but {width:100%; left:0; bottom:0; margin:-1px 0 0 0;}
            .scroll .filter_list {max-height:calc(var(--adm-filter-height) * 10); overflow-y:auto;}
            .scroll.scroll_5 .filter_list {max-height:calc(var(--adm-filter-height) * 5);} .scroll.scroll_6 .filter_list {max-height:calc(var(--adm-filter-height) * 6);} .scroll.scroll_7 .filter_list {max-height:calc(var(--adm-filter-height) * 7);}
            .scroll.scroll_8 .filter_list {max-height:calc(var(--adm-filter-height) * 8);} .scroll.scroll_9 .filter_list {max-height:calc(var(--adm-filter-height) * 9);} .scroll.scroll_10 .filter_list {max-height:calc(var(--adm-filter-height) * 10);}
            .scroll.scroll_11 .filter_list {max-height:calc(var(--adm-filter-height) * 11);} .scroll.scroll_12 .filter_list {max-height:calc(var(--adm-filter-height) * 12);} .scroll.scroll_13 .filter_list {max-height:calc(var(--adm-filter-height) * 13);}
            .scroll.scroll_14 .filter_list {max-height:calc(var(--adm-filter-height) * 14);} .scroll.scroll_15 .filter_list {max-height:calc(var(--adm-filter-height) * 15);} .scroll.scroll_16 .filter_list {max-height:calc(var(--adm-filter-height) * 16);}
            .scroll.scroll_17 .filter_list {max-height:calc(var(--adm-filter-height) * 17);} .scroll.scroll_18 .filter_list {max-height:calc(var(--adm-filter-height) * 18);} .scroll.scroll_19 .filter_list {max-height:calc(var(--adm-filter-height) * 19);}
            .scroll.scroll_20 .filter_list {max-height:calc(var(--adm-filter-height) * 20);} .scroll.scroll_21 .filter_list {max-height:calc(var(--adm-filter-height) * 21);} .scroll.scroll_22 .filter_list {max-height:calc(var(--adm-filter-height) * 22);}
            .scroll.scroll_23 .filter_list {max-height:calc(var(--adm-filter-height) * 23);} .scroll.scroll_24 .filter_list {max-height:calc(var(--adm-filter-height) * 24);} .scroll.scroll_25 .filter_list {max-height:calc(var(--adm-filter-height) * 25);}
            .scroll.scroll_26 .filter_list {max-height:calc(var(--adm-filter-height) * 26);} .scroll.scroll_27 .filter_list {max-height:calc(var(--adm-filter-height) * 27);} .scroll.scroll_28 .filter_list {max-height:calc(var(--adm-filter-height) * 28);}
            .scroll.scroll_29 .filter_list {max-height:calc(var(--adm-filter-height) * 29);} .scroll.scroll_30 .filter_list {max-height:calc(var(--adm-filter-height) * 30);}

        /* --- Click Path --- */
        .clickpath_place {margin:0 0 16px 0;}
            .clickpath {flex-wrap:wrap;}
                .clickpath_item {display:flex;}
                    .clickpath A {padding:0; margin:0 16px 0 0;}
                        .clickpath A.has_arrow::before, .clickpath A.has_arrow::after {left:auto; right:-10px; color:var(--main-color-lighter); background:none; width:auto; height:auto; top:auto; content:'/';
                                                                                       transform:none;}
                        .light .clickpath A.has_arrow::before, .light .clickpath A.has_arrow::after, .light .clickpath A.has_arrow:hover::before, .light .clickpath A.has_arrow:hover::after
                        {color:var(--main-color-light); background:none;}
                        .clickpath A.has_arrow::before {display:none;}

        /* --- Seo categories & prices --- */
        .price_by_cat, .seo_by_cat, .cat_faq {margin:32px 0 16px 0;}

    /* --- PRODUCT PAGE --- */
    .product_tab.main_tab.hidden {display:flex !important; order:2; width:480px; flex:0 0 480px; flex-shrink:0;}
        .product_tab.main_tab.hidden .detail_info {display:flex; flex-direction:column; position:sticky; top:calc(var(--header-hight) + var(--tabs-height) + 16px);}
        .menu_2 .product_tab.main_tab.hidden .detail_info, .menu_3 .product_tab.main_tab.hidden .detail_info {top:calc(var(--header-hight) + var(--horizontal-menu-height) + var(--tabs-height) + 16px);}
        .product_tab.main_tab.hidden .all_left_det, .product_tab.main_tab.hidden .discount_box, .product_tab.main_tab.hidden .select_color,
        .product_tab.main_tab.hidden .waranties, .product_tab.main_tab.hidden .cheaper, .product_tab.main_tab.hidden .main_info_box {display:none;}

        /* --- Sub Slider - Main Photo --- */
        .sub_slider {display:flex; margin:0 var(--section-margin-desktop) 0 0; width:var(--sub_slider_vertical_width);}
            .sub_slider:not(.slick-initialized) {display:flex; flex-direction:column;}
                .sub_slider .slick-list {padding:0 !important;}
                    .sub_slider .slick-track {display:flex; flex-direction:column;}

        /* --- Big Slider - Main Photo --- */
        .big_slider {width:calc(100% - (var(--sub_slider_vertical_width) + var(--section-margin-desktop)));}

        /* --- Mini Product Photo --- */
        .product_tab.main_tab.hidden .product_info {width:100%;}
            .product_tab.main_tab.hidden .mini_product_photo {width:100%; background:var(--white); padding:16px; margin:0 0 1px 0;}
                .product_tab.main_tab.hidden .mini_product_photo .mpp_box {display:flex; width:96px; height:96px; margin:0 16px 0 0; flex-shrink:0; align-items:center; justify-content:center;}
                    .mpp_box Img {max-width:100%; max-height:100%; object-fit:contain;}
                .product_tab.main_tab.hidden .details_brand {display:none;}

        /* --- Mini Product Options --- */
        .product_tab.main_tab.hidden .product_options {margin:16px 0 0 0;}

        /* --- Mini view - Additional Call Buttons --- */
        .mini .order_call_but A.btn {margin:0; width:100%;}
        .mini .order_call_but A.btn:only-child {margin:0 16px; width:100%;}

        /* --- Product Page info --- */
        .big_slider .slick-arrow {width:40px; border-radius:var(--btn-radius); left:var(--margin-lt-rt);}
        .big_slider .slick-arrow.slick-next {right:var(--margin-lt-rt); border-radius:var(--btn-radius);}
            .big_slider .slick-arrow::before, .big_slider .slick-arrow::after {right:12px;}

        /* --- Zoom Main Photo - Popup --- */
        .zoom_slider.full_screen {max-width:calc(100% - 10%); max-height:calc(100% - 4%);}
        .zoom_big .zoom_slide {margin-bottom:calc(var(--section-margin-desktop) * 2);}

        /* --- Photos & Videos Tab --- */
        .photo_section LI.open_video .icon {width:100px;}

        /* --- Buy Together Main Tab --- */
        .product_tab.up_sale .product_wrap .one_good {width:calc(50% - var(--gap-desktop));}

        /* --- Reviews Tab --- */
        .all_comment_parts {padding:8px 16px;}
            .has_scroll.comment_popup .all_items {padding:0 16px 0 0;}
            .comment_top, .comment_body {width:calc(100% + 32px); margin:0 0 16px -16px; padding:0 16px 8px 16px;}
            .reviews_gallery .comment_top {margin-bottom:8px;}
            .comment_body { margin:0 0 8px -16px; padding:0 16px 16px 16px;}
            .comment_one .answers .comment_top {padding:8px 16px; margin:0 0 16px 0;}
            .comment_one .answers .comment_body {padding:0 16px 16px 16px;}
            .product_rate {margin:16px 0 0 0;}

        /* --- Cheaper Together in Product Page --- */
        .cheaper .slick-arrow {top:-57px;}

    /* --- CART --- */
    .has_scroll .all_items, .has_scroll .all_sums {padding:0 var(--margin-lt-rt);}
    .has_scroll .cart_box .cheaper {margin-right:var(--margin-lt-rt);}
        .cart_box .cheaper .title_wrap {margin:0 0 var(--title-margin-mobile) 0;}
        .cart_box .cheaper .main_title {font-size:24px;}
        .cart_box .cheaper .slick-arrow {top:-46px;}
    .has_scroll .cart_box .up_sale {width:calc(100% - var(--margin-lt-rt-twice));}

    /* --- CHECKOUT PAGE --- */
    .checkout .product_body {flex-direction:row; justify-content:space-between; align-items:center;}
        .checkout .item_text {margin:0 8px 0 0;}
        .cart_order_products .bottom_wrap {width:max-content;}

        /* --- Cheaper Together in Checkout --- */
        .ct_together {top:16px;}
        .ct_main .title_wrap {margin:0 0 var(--title-margin-mobile) 0;}

        /* --- Shipping & Payment in Checkout --- */
        .checkout .group.long {flex-direction:row;}
            .checkout .group.long .long_div {width:calc(50% - 8px); margin:0 8px 16px 0;}
            .checkout .group.long .long_div:last-child {width:calc(50% - 8px); margin:0 0 16px 8px;}
            .checkout .group.short .long_div {width:calc(25% - 25px);}

    /* --- Success Page --- */
    .cc_main {position:sticky; top:calc(var(--header-hight) + 16px);}
    .menu_2 .cc_main, .menu_3 .cc_main {top:calc(var(--header-hight) + var(--horizontal-menu-height) + 16px);}

    /* --- USER ACCOUNT --- */
    .profile .profile_menu {margin-right:calc(var(--margin-lt-rt-twice) * 2);}
        .profile_menu UL {position:sticky; top:calc(var(--header-hight) + 16px);}
        .menu_2 .profile_menu UL, .menu_3 .profile_menu UL {top:calc(var(--header-hight) + var(--horizontal-menu-height) + 16px);}
        .order_row:hover, .order_row.open, .form_place:hover, .wish_group:hover, .compare_group:hover, .review_row:hover, .review_row.open, .faq .one_question:hover, .cat_faq .one_question:hover
        {box-shadow:0 0 8px #00000024;}

        /* --- Courier delivery Addresses - User Account Settings --- */
        .addresses .only_address {flex-wrap:nowrap;}
             .addresses .long_div {width:33.333%; padding:0 16px 0 0;}
                .addresses .long_div Input {width:100%;}
             .addresses .long_div.short {width:16.666%;}
             .addresses .long_div.short.del {width:22px; flex-shrink:0; padding:0;}
        /* --- My pick-up points - User account settings --- */
        .pickups.addresses .only_address {flex-wrap:nowrap;}
            .pickups.addresses .long_div {width:100%;}

        /* --- Recipients - User Account Settings --- */
        .recipients.addresses .only_address {flex-wrap:wrap;}
            .recipients.addresses .long_div {width:50%;}
            .recipients.addresses .long_div.short.del {width:22px;}

        /* --- Order History Search --- */
        .profile_content Form.order_search {flex-wrap:nowrap;}

        /* --- Order History List --- */
        .order_row_wrap {width:300px; flex-shrink:0;}
            .open .order_status {justify-content:space-between;}
        .order_details {flex-direction:row;}
            .order_main_box {margin:0 16px 0 0;}
                .order_info {margin:0; width:300px; height:100%;}
                    .oi_group {margin:0 0 16px 0;}
                    .oi_row.results {margin:8px 0 0 0;}

        /* --- Compare List --- */
        .for_compare_title A.btn Span {display:flex;}

    /* --- Product - One Item --- */
    .one_good .status_list Span {padding:2px 8px; font-size:14px; margin:0 0 6px 0; font-weight:700;}
    .one_good .og_inner::before {content:''; position:absolute; left:-24px; top:-24px; z-index:-1; width:calc(100% + 48px); height:calc(100% + 48px); padding:8px; box-shadow:0 0 8px #00000024; opacity:0;
                                 background:var(--white); pointer-events:none; border-radius:var(--border-radius); transition:.3s;}
    .one_good:hover .og_inner::before {opacity:1; z-index:1; transition:.3s;}

    /* --- Fixed product panel --- */
    .sticky_header.product_price {justify-content:space-between;}
        .sticky_header .mpp_title {font-size:15px; line-height:1.2;}
        .sticky_header .show_price {order:unset; justify-content:center;}
        .sticky_header .product_btns {margin:0;}
        .sticky_header.product_price .add_in-list A {margin:0 0 0 8px;}

    /* Stores on Google Map */
    .all_cities {flex-direction:row; position:sticky; top:var(--header-hight); z-index:7; background:var(--site-bg); margin:-16px 0 0 0; padding:16px 0;}
    .menu_2 .all_cities, .menu_3 .all_cities {top:calc(var(--header-hight) + var(--horizontal-menu-height));}
        .all_cities .centre {justify-content:space-between; align-items:center; display:flex;}
            .cities_btns {margin:0 16px 0 0;}
                .cities_btns .btn, .cities_btns .btn:last-child {margin:0 16px 0 0; min-height:38px;}
            .cities_search {width:300px;}
    .stores .together {flex-direction:row;}
        .map_main {width:65%; height:100%; position:sticky; top:calc(var(--header-hight) + 70px); margin:0;}
        .menu_2 .map_main, .menu_3 .map_main {top:calc(var(--header-hight) + var(--horizontal-menu-height) + 70px);}
            .map_main_box {height:calc(100vh - 222px);}
        .all_stores {width:35%; margin:0; flex-direction:column; padding:0 0 0 16px; align-content:flex-start;}
            .map_address {width:100%; margin:16px 0 0 0;}
            .map_address:first-child {margin:0;}

    /* --- BLOG (News) --- */
        /* --- List - BLOG (News) --- */
        .blog_list {margin-bottom:var(--section-margin-desktop);}
        /* --- Details - BLOG (News) --- */
        .blog_details .product_slider .product_inner .slick-list {padding-bottom:unset;}

    /* --- Last newses of Blog --- */
    .one_blog:hover {box-shadow:0 0 8px #00000024;}
    /* --- If Grid --- */
    .two_cols .if_grid .last_blog_items .one_blog {width:calc(50% - var(--gap-desktop)); margin:0 0 var(--gap-desktop) var(--gap-desktop);}
    /* --- If Slide --- */
    .two_cols .if_slider .last_blog_items:not(.slick-initialized) .one_blog {width:calc(50% - var(--gap-desktop));}

    /* All reviews in Catalog */
    /* --- If Slider --- */
        .category_comments.is_main {padding:64px 8px 8px 8px; margin:-64px 0 0 -8px;}
        /* --- If Grid --- */
        .grid .category_comments.is_main {width:calc(100% + var(--gap-desktop)); margin:0 0 0 var(--gap-offset-desktop); padding:0;}

    /* --- Contact Us - Feedback --- */
    .two_cols .contact_us.dark, .two_cols .contact_us.background {padding-left:16px; padding-right:16px;}
        /* --- Template 1:  Contacts + Background --- */
        .two_cols .contact_us.background .two_mini_box {flex-direction:column; margin:0;}
            .two_cols .contact_us.background .cb_mini_box {width:50%; margin:0 0 24px 0;}
            .two_cols .contact_us.background .soc_and_mes_box .cb_mini_box {width:100%;}
            .two_cols .contact_us.background .soc_and_mes_box .cb_mini_box:last-child {margin:0;}

    /* --- COOKIES terms Popup --- */
    .cookies {padding:32px;}
        .cook_text {padding:0 32px 0 0;}
}
@media (min-width:1166px) {
    /* --- User Account --- */
        /* --- Order History --- */
        .oi_row.results {margin:8px 0 0 90px;}
        /* --- Compare Details --- */
        .compare_products .one_good .og_inner::before {display:none;}
}

@media (min-width:1200px) {
    /* --- If Two Col --- */
        /* --- Footer in Left Col --- */
        .main_aside .nav_and_contacts {flex-direction:column;}
            .main_aside .footer_nav {margin:0; width:100%;}
            .main_aside .footer_contacts {width:100%;}
        /* --- Store window Slider --- */
        .two_cols .product_slider .one_good {width:calc(25% - var(--gap-desktop));}

        /* --- Last newses of Blog --- */
            /* --- If Grid --- */
            .two_cols .if_grid .last_blog_items .one_blog {width:calc(33.333% - 16px); margin:0 0 16px 16px;}

        /* --- Last viewed on Main page - if Grid (If Two Col) --- */
        .two_cols .product_grid .one_good:nth-child(4) {display:block;}
        .two_cols .product_grid .one_good:nth-child(5) {display:none;}
        .two_cols .product_grid .all .one_good:nth-child(5) {display:block;}

    /* --- Main HEADER --- */
    .btn_header.shopping_cart {width:auto; padding:0 8px;}
        .shopping_sum {display:block; width:max-content; margin:0 0 0 12px; font-size:14px; color:var(--text-inverse); text-decoration:none;}
    .desktop .select_city {display:flex; margin:0 0 0 16px;}
    .menu_header .for_select_city {display:none;}

    /* --- Main Slider --- */
    .main_slider_container {--current-items:var(--items);}

    /* --- Categories --- */
        /* --- Tiles --- */
        .one_cat {width:calc(20% - var(--gap-desktop));}
            .cat_title {font-size:18px;}
        /* --- Tiles - If two cols --- */
        .two_cols .one_cat {width:calc(25% - var(--gap-desktop));}
        /* --- List (with SUB categories) - If two cols --- */
        .two_cols .list_info .one_cat {width:calc(33.333% - var(--gap-desktop));}

    /* --- Tile Universal --- */
    .tile_title {font-size:18px;}

    /* --- Store window Slider --- */
    .product_slider .one_good {width:calc(20% - var(--gap-desktop));}

    /* --- Main FOOTER --- */
    .footer_social {width:25%;}
    .nav_and_contacts {flex-direction:row;}
        .footer_nav {margin:0; width:66.66%;}
        .footer_contacts {width:33.333%;}
            .footer_contacts .whap_hidden {flex-direction:column;}
                .footer_phones, .messenger_wrap, .hours_work {width:100%; margin:0 0 16px 0; padding:0;}
                .hours_work {margin:0;}

    /* --- LogIn & Registration --- */
    .lor_box {padding:32px;}

    /* --- Checkout Page --- */
    .order-step_wrap {padding:0 16px;}
    .cbp_sum {max-width:70%;}
    .checkout_total {margin:0 0 32px 32px;}

    /* --- Success Page --- */
    .success_order {padding:32px;}
        .success_order .long_div {justify-content:center;}
            .success_order .long_div A.btn {margin:0 16px 0 0;}
            .success_order .long_div A.btn:last-child {margin:0 0 0 16px;}
    .checkout_contacts {margin:0 0 0 32px;}
        .cc_main {padding:32px;}

    /* --- User Account --- */
    .profile_menu {margin:0 32px 32px 0;}
    .profile_content {}

        /* --- My Reviews list --- */
        .i_leave_review .review_show {flex-direction:row;}
            .review_link {width:50%; margin:0 8px 0 0;}
            .i_leave_review .review_text {width:50%; margin:0 0 0 8px;}
                .review_show .profile_counter {right:auto; left:0; margin:0;}
                .review_text .short_review {padding:0 0 0 28px;}

     /* --- If MINI Product --- */
    .products_mini .product_grid .one_good:nth-child(6) {display:block;}
    .products_mini .product_grid .one_good, .products_mini .product_inner .one_good {width:calc(16.666% - var(--gap-desktop));}
    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid .one_good:nth-child(5) {display:block;}
    .two_cols .products_mini .product_grid .one_good, .two_cols .products_mini .product_inner .one_good {width:calc(20% - var(--gap-desktop));}

    /* --- Product Details --- */
        /* --- Zoom Main Photo - Popup --- */
        .zoom_slider .title_wrap {padding-left:var(--section-margin-desktop); padding-right:var(--section-margin-desktop);}
        .full_screen .zoom_big {margin-bottom:var(--section-margin-desktop);}
             .zoom_slider .slick-arrow {left:var(--section-margin-desktop);}
             .zoom_slider .slick-arrow.slick-next {right:var(--section-margin-desktop);}
        .zoom_subslider {padding-bottom:var(--section-margin-desktop);}

        /* --- Select color OR Size --- */
        .select_color.select_color-pp LI {width:calc(50% - 4px); margin:0 4px 8px 0;}
        .select_color.select_color-pp LI:nth-child(2n) {margin:0 0 8px 4px;}

        /* --- PRICE BOX in Product Page --- */
        .product_price {padding:24px 16px 16px 16px;}
            .price_buts {flex-direction:row;}
            /* --- Price in Price box --- */
            .main_price_box {margin:0; width:200px; flex-shrink:0;}
            .b2b_no_price.is_service .main_price_box {display:none;}
                /* --- In/Out stock --- */
                .available {margin-left:-16px; padding-left:16px;}
                /* --- To Wishlist or Compare --- */
                .product_price .add_in-list.mobile {display:none;}
                .product_price .add_in-list.desktop {display:flex;}
            /* --- BUY Buttons in Product Page --- */
            .product_btns {flex-wrap:nowrap; flex-direction:column;}
                /* --- Main Buy buttons place --- */
                .buy_quantity .btn, .ask_price_form_box .btn, .product_btns .one_click_open {width:200px;}
                .has_counter .buy_quantity .btn {width:calc(200px - 60px);}
            /* --- Warnings for price box --- */
            .product_price .for_warnings {flex-direction:row; margin:16px 0 0 0; gap:16px;}
                .product_price .warning {margin:0;}
            /* --- CREDIT variants in Product Page --- */
                /* --- Credit price & button --- */
                .cv_together .wow_price {min-width:calc(200px - 16px);}
                .cv_together .credit_form_open {width:200px;}
                    .cv_together .credit_form_open .first_part {display:flex;}
                    .cv_together .credit_form_open .sec_part {text-transform:lowercase;}

        /* --- MINI - PRICE BOX in Product Page --- */
        .mini .product_price {margin:0 0 16px 0; width:100%;}
            .mini .price_buts {flex-direction:column;}
            /* --- Price in Price box --- */
            .mini .main_price_box {margin:0 0 8px 0; width:100%; flex-shrink:unset;}
            .mini .b2b_no_price.is_service .main_price_box {display:flex;}
                /* --- In/Out stock --- */
                .mini .available {margin-left:-8px; border-radius:0 var(--border-radius) var(--border-radius) 0; padding-left:8px;}
                /* --- To Wishlist or Compare --- */
                .mini .product_price .add_in-list.mobile {display:flex;}
                .mini .product_price .add_in-list.desktop {display:none;}
            /* --- BUY Buttons in Product Page --- */
            .mini .product_btns {flex-wrap:wrap; flex-direction:row;}
                /* --- Main Buy buttons place --- */
                .mini .buy_quantity .btn, .ask_price_form_box .btn, .mini .product_btns .one_click_open {width:100%;}
            /* --- Warnings for price box --- */
            .mini .product_price .for_warnings {flex-direction:column; margin:0; gap:unset;}
                .mini .product_price .warning {margin:16px 0 0 0;}
            /* --- CREDIT variants in Product Page --- */
            .mini .credits_variants {margin:-16px 0 16px 0; width:100%;}
                /* --- Credit price & button --- */
                .mini .cv_together .wow_price {min-width:unset;}
                .mini .cv_together .credit_form_open {width:100%;}
                    .mini .cv_together .credit_form_open .first_part {display:none;}
                    .mini .cv_together .credit_form_open .sec_part {text-transform:unset;}


            /* --- Additional Call Buttons --- */
            .order_call_but A.btn:only-child {width:200px; margin:0;}

        /* --- Options in Product Page --- */
            /* --- Tiles with Photo - Options --- */
            .options_tile.img LI {width:calc(50% - 4px); margin:0 4px 8px 0;}
            .options_tile.img LI:nth-child(2n) {margin:0 0 8px 4px;}
            /* --- Input - Options --- */
            .input_group .option_input, .input_group .option_input:last-child, .input_group .option_input:nth-child(2n) {width:calc(50% - 8px); margin:0 8px 8px 0;}
            .input_group .option_input:nth-child(2n) {margin:0 0 8px 8px;}

        /* --- Cheaper Together in Product Page --- */
        .cheaper .added_goods {padding:0 48px 0 0;}
        .cheaper .added_goods:last-child {padding:0 0 0 48px;}
            .cheaper .product_body {flex-direction:row; align-items:center;}
                .cheaper .item_text {margin:0 8px 0 0;}
                .cheaper .price_box {width:100%; align-items:flex-end; flex-direction:column;}

        /* --- Reviews Tab --- */
        .main_reviews .main_title {font-size:28px;}

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid .one_good:nth-child(5) {display:block;}
    .product_grid .one_good {width:calc(20% - var(--gap-desktop));}
    .two_cols .product_grid .one_good {width:calc(25% - var(--gap-desktop));}

    /* --- FAQ --- */
        /* --- If Slider --- */
        .if_slider .faq_slider:not(.slick-initialized) .one_question {width:calc(50% - var(--gap-desktop));}
            .faq .faq_slider .faq_answer {width:100%; padding:8px 24px 32px 24px;}

    /* --- Contact Us - Feedback --- */
    .contact_us .description {margin:0 0 32px 0;}
    .first_label {font-size:17px;}
        /* --- Template 1:  Contacts + Background --- */
        .two_mini_box, .soc_and_mes_box .cb_mini_box {margin:0 0 32px 0;}
            .cb_tit {font-size:15px;}
                .cb_tit svg.icon {width:22px; height:22px;}
            .contact_box .cb_info {font-size:16px; padding:0 28px;}
            .cb_info.for_socs A {width:64px; height:64px;}
                .for_socs A svg.icon {width:24px; height:24px;}
        /* --- Template 2:  Contacts + Photo --- */
        .rtl.contact_us.photo .contact_box {padding:0 0 0 32px;}
            .contact_us.photo .two_mini_box {flex-direction:row;}
            .two_cols .contact_us.photo .two_mini_box {flex-direction:column; margin:0;}
                .contact_us.photo .cb_mini_box {width:50%; margin:0;}
                .two_cols .contact_us.photo .cb_mini_box {width:100%; margin:0 0 24px 0;}
                .contact_us.photo .soc_and_mes_box .cb_mini_box {width:100%; margin:0 0 32px 0;}
                .contact_us.photo .soc_and_mes_box .cb_mini_box:last-child {margin:0;}
            .contact_us.photo .background_sign {margin:12px 0 0 0;}
        /* --- Template 3:  Feedback + Background --- */
        .for_feed .feed_box, .for_feed.background .title_wrap, .for_feed.background .description {width:50%;}
        /* --- Template 4:  Contacts + Feedback --- */
        .contact_us.for_feed .contact_box, .contact_us.for_feed .feed_box {width:calc(50% - 24px); margin:0 24px 0 0;}
        .contact_us.for_feed .feed_box {margin:0 0 0 24px;}
        .rtl.contact_us.for_feed .contact_box {margin:0 0 0 24px;}
        .rtl.contact_us.for_feed .feed_box {margin:0 24px 0 0;}
            .contact_us.for_feed .two_mini_box {flex-direction:row; margin:0 0 32px 0;}
            .two_cols .contact_us.for_feed .two_mini_box {flex-direction:column; margin:0;}
                .contact_us.for_feed .cb_mini_box {width:50%; margin:0;}
                .two_cols .contact_us.for_feed .cb_mini_box {width:100%; margin:0 0 24px 0;}
                    .contact_us.for_feed .contact_box .cb_info {padding:0 28px;}
                .contact_us.for_feed .soc_and_mes_box .cb_mini_box {margin:0 0 32px 0;}
                    .contact_us.for_feed .soc_and_mes_box .cb_info {padding:0;}
}

@media (min-width:1280px) {
    /* --- Main Slider --- */
    .main_slider_container {--current-items:var(--items, 1);}
    .two_cols .main_slider_container {--current-items: min(var(--items, 1), 4);}

    /* --- Main search panel --- */
    .search_wrap Input {padding:0 126px 0 34px;}
    .search_wrap .icon.if_desktop {display:flex; position:absolute; top:10px; left:8px; fill:var(--gray-light); width:18px; height:18px;}
    .search_wrap A.clear {right:82px;}
    .search_wrap .search_btn {width:82px; text-decoration:none; color:var(--text-inverse);}
        .main_header .search_btn Span {display:flex;}
        .main_header .search_btn .icon {display:none;}

    .catalog_btn, .desktop .select_city {margin:0 0 0 32px;}
    .search_wrap {margin:0 32px;}

    /* --- Menu variant 4 --- Button "Catalog" -> 1 level -> 2 & 3 levels + Popular Categories --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_4_tpl.php:
    height of menu_item1, menu_item2, menu_item3, menu_item_margin, menu_block_margin - !!!*/
    .menu.menu_4 .one_col.popular {flex-direction:column; width:278px; display:flex;}
    .menu.menu_4 .next_level.popular .one_col {width:25%;}
        .menu.menu_4 .one_col .ul_2 {padding:8px 0 8px 16px;}
        .two_cols .menu.menu_4 .one_col .ul_2 {padding:16px 0 8px 16px;}
        .menu.menu_4 .one_col.popular .ul_2 {background:var(--orange_light); padding:0 8px 8px 8px; margin:16px 0 8px 8px; border-radius:var(--border-radius); height:100%; width:calc(100% - 8px);}
            .menu.menu_4 .one_col.popular .ul_2 LI {display:flex;}
                .menu.menu_4 .one_col.popular .ul_2 .title {font-size:14px; padding:8px 8px 4px 8px; color:var(--orange);}
                .menu.menu_4 .one_col.popular .ul_2 A {font-size:14px; padding:4px 8px 4px 24px; color:var(--text-light); width:100%;}
                .menu.menu_4 .one_col.popular .ul_2 A:hover {color:var(--btn-bg-hover);}
                    .menu.menu_4 .one_col.popular .ul_2 A::before {background:linear-gradient(90deg, color-mix(in srgb, var(--orange_light) 0%, transparent) 0%, var(--orange_light) 100%);}
                    .menu.menu_1 .ul_2 A.has_arrow::before {display:flex; border-radius:unset; transform:unset;}

    /* --- Checkout Page --- */
    .registration_form {display:flex; flex-wrap:wrap;}
    .if_registred {flex-wrap:wrap;}
        .registration_form .together, .if_registred .together {width:calc(50% - 16px); margin:0 0 0 16px; display:flex; flex-direction:column;}
        .registration_form .together:first-child, .if_registred .together:first-child {margin:0 16px 0 0;}

    /* --- USER ACCOUNT --- */
    .profile .profile_menu {margin-right:calc(var(--margin-lt-rt-twice) * 3);}

        /* --- Order History --- */
        .order_show {flex-direction:row; justify-content:space-between;}
            .order_show .together {width:100%;}
                .order_row_wrap {margin:0;}
            .order_pics {width:54%; flex-shrink:0; justify-content:flex-end; padding:0 16px 0 0;}
                .one_order_pic {margin:4px 16px 0 0;}
            .order_main_box {margin:0 32px 0 0;}
                .order_item {flex-direction:row; justify-content:space-between;}
                    .oi_row {width:100%;}
                    .oi_row.results {width:50%; flex-shrink:0; margin:0;}
                        .oi_col, .oi_col:first-child, .oi_col:last-child {margin:0 0 0 16px; min-width:50px;}
                        .oi_col:first-child, .oi_col:last-child {min-width:80px;}

        /* --- Wish List & Compare List --- */
        .wish_page, .compare_page {padding:var(--gap-desktop) var(--gap-desktop) 0 var(--gap-desktop);}
            .wish_group .one_good, .compare_page .one_good {width:calc(25% - var(--gap-desktop));}

        /* --- Compare List --- */
        .for_compare_title, .favorite_control, .for_wish_title {padding:8px 16px;}

        /* --- Compare Details --- */
        .cr_title_row {flex-direction:row; justify-content:space-between;}
            .cr_title_row .main_title {margin:0;}
            .cr_but_row {margin:0 0 0 32px; align-items:center;}

        /* --- User Account Settings --- */
        .form_place .together {margin:0 0 0 -32px; width:calc(100% + 44px);}
            .form_place .long_div {width:calc(33% - 32px); margin:0 0 16px 32px;}
            .form_place.change_contacts.no_edit .long_div {margin:0 32px 16px 0;}

            /* --- Courier delivery Addresses - User Account Settings --- */
            .addresses .long_div {width:33.333%; padding:0 16px 0 0; margin:0;}
            .addresses .long_div.short {width:16.666%;}
            /* --- My pick-up points - User account settings --- */
            .pickups.addresses .only_address {flex-wrap:wrap;}
                .pickups.addresses .long_div {padding:0;}
                .pickups.addresses .long_div.short.del {width:100%;}

            /* --- My pick-up points - User account settings --- */
            .form_place.pickups .all_posts {display:flex; flex-wrap:wrap;}
                .all_posts .one_pickup {width:calc(50% - 8px); margin:0 8px 16px 0;}
                .all_posts .one_pickup:nth-child(2n) {margin:0 0 16px 8px;}

            /* --- Recipients - User Account Settings --- */
            .recipients.addresses .only_address {flex-wrap:nowrap;}
                .recipients.addresses .long_div {width:25%;}
                    .recipients.addresses .long_div.short.del.if_main {display:flex;}

    /* --- Product - One Item --- */
    .one_good {width:calc(20% - var(--gap-desktop)); padding:8px;}
        .one_good .main_price {font-size:24px;}
        .products_mini .one_good .main_price {font-size:18px;}
        .one_good .og_inner::before {left:-16px; top:-16px; width:calc(100% + 32px); height:calc(100% + 32px);}

    /* --- Categories --- */
    .category {margin-bottom:0;}
        /* --- Tiles - Category --- */
            /* --- Tiles Category - If two cols --- */
            .two_cols .one_cat {width:calc(25% - var(--gap-desktop));}
        /* --- Rows - Category & List (with SUB categories) --- */
        .row_list .one_cat, .list_info .one_cat {width:calc(25% - var(--gap-desktop));}
            /* --- Rows - If two cols --- */
            .two_cols .row_list .one_cat {width:calc(33.333% - var(--gap-desktop));}

    /* --- Tile Universal --- */
    .one_tile {width:calc(25% - var(--gap-desktop));}
    .tile_description {line-height:1.4;}
    /* --- If Two Col on Main page --- */
    .two_cols .one_tile {width:calc(33.333% - var(--gap-desktop));}

    /* --- Store window Slider --- */
    .product_slider .one_good {padding:16px;}

    /* All reviews in Catalog */
        /* --- If Slider --- */
        .if_slider .category_comments.is_main:not(.slick-initialized) .one_review {width:calc(33.333% - var(--gap-desktop));}
        /* --- If Grid --- */
        .category_comments .one_review {width:calc(33.333% - var(--gap-desktop));}

    /* --- FAQ --- */
        /* --- If Grid --- */
        .faq .one_question, .cat_faq .one_question {align-items:flex-end;}
            .faq .one_question .faq_answer {width:60%; padding:16px 16px 32px 0;}
            .cat_faq .open DD {width:60%; padding:8px 8px 16px 0;}

    /* --- Pagination --- */
    .pagination {padding:32px 8px;}
        .for_load_more {padding:0 0 32px 0;}
            .pages_list A, .pages_list Span {min-width:42px; height:42px;}
            .pages_btn {min-width:64px; height:42px;}
                .pages_btn.has_arrow::before, .pages_btn.has_arrow::after {top:23px; right:calc(50% - 8px); width:16px; height:3px;}
                .pages_btn.has_arrow::after {top:13px;}

    /* --- PRODUCT DETAILS --- */
        /* --- Product Page info --- */
        .all_left_det {padding:0 calc(var(--margin-lt-rt) * 3) 0 0;}
        .product_info {padding:0 0 0 calc(var(--margin-lt-rt) * 3);}

            /* --- Main Photo - Product Page --- */
            .sub_slider {min-height:430px;}
            .big_slider .status_list Span {padding:4px 12px; font-size:18px; margin:0 0 8px 0;}
                /* --- Labels on Main (BIG) Photo  --- */
                .show_video_btn {right:32px; bottom:32px;}
                .sliders_wrap .status_images {right:16px; top:16px;}
                    .sliders_wrap .status_images .status_image {width:120px; height:120px;}

            /* --- Right side / Product Page info --- */
                /* --- Mini Product Photo --- */
                .mini_product_photo .main_title {font-size:calc(var(--title-font-size-desktop) - 4px);}
                .product_tab.main_tab.hidden .main_title {font-size:calc(var(--title-font-size-desktop) - 10px);}
                    /* --- Product Rate --- */
                    .details_brand {padding:4px 8px;}
                    .details_brand:hover {border-color:var(--gray-opacity);}
                        .details_brand.has_arrow:hover::before, .details_brand.has_arrow:hover::after {background:var(--gray-opacity);}

                /* --- Select color OR Size --- */
                .select_color {margin:0 0 16px 0;}

                /* --- PRICE BOX in Product Page --- */
                .product_price {margin:0 0 24px 0;}
                    .product_price .main_price {font-size:32px;}
                        .product_price .main_price Small {font-size:22px;}
                    /* --- CREDIT variants in Product Page --- */
                        /* --- Credit price & button --- */
                        .cv_together .wow_price .min_payment {font-size:24px;}

        /* --- Main Info Box in Product Page --- */
        .sorts_info {padding:0 calc(var(--margin-lt-rt) * 3) 0 0;}
            /* --- Characteristics --- */
            .char_short {padding:16px;}
        /* --- Reviews --- */
        .product_reviews {padding:0 0 0 calc(var(--margin-lt-rt) * 3);}
        /* --- Photos & Videos Tab --- */
        .photo_section LI {margin:64px 0 0 0;}
        .photo_section {margin:0 0 64px 0;}

        /* --- Buy Together Main Tab --- */
        .up_sale .product_wrap .one_good {width:calc(25% - var(--gap-desktop));}
        .product_tab.up_sale .product_wrap .one_good {width:calc(33.333% - var(--gap-desktop));}

        /* --- Fixed product panel --- */
        .sticky_header.product_price.no_active {bottom:-68px;}
            .sticky_header .mpp_box {margin:0 16px 0 0;}
            .sticky_header .mpp_title {flex-direction:column;}
                .sticky_header .mpp_title Span {overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:720px; min-height:20px;}
                .sticky_header .desktop {display:flex;}
                    .sticky_header .mpp_title .availability {width:max-content; min-height:unset; margin:4px 0 0 0;}
                .sticky_header .mobile {display:none;}
            .sticky_header.product_price .old_price {display:flex;}
            .sticky_header.product_price .main_price {font-size:22px;}
                .sticky_header.product_price .main_price Small {font-size:16px;}

    /* Stores on Google Map */
    .all_stores {padding:0 0 0 32px; flex-direction:row;}

    /* --- Contact Us - Feedback --- */
        /* --- Template 1:  Contacts + Background --- */
        .two_cols .contact_us.background .two_mini_box {flex-direction:row; margin:0 0 32px 0;}
            .cb_mini_box {width:25%;}
            .two_cols .contact_us.background .cb_mini_box {width:33.333%; margin:0;}

    /* --- Blog --- */
    .one_blog {width:calc(25% - var(--gap-desktop));}

    /* --- Last News - BLOG (News) --- */
        /* --- If Slide --- */
        .two_cols .if_slider .last_blog_items:not(.slick-initialized) .one_blog {width:calc(33.333% - var(--gap-desktop));}
}

@media (min-width:1380px) {
    /* --- Main HEADER --- */
        /* --- Phones - Main header --- */
        .header_phone {flex-shrink:0;}
            .btn_header.phone_trigger {order:2;}
            .no_drop .btn_header.phone_trigger {display:none;}
            .btn_header.phone_trigger.active {background:var(--main-color-light);}
                .btn_header.phone_trigger::before, .btn_header.phone_trigger::after {display:flex; background:var(--white);}
                .btn_header.phone_trigger.active::before {transform:rotate(45deg);}
                .btn_header.phone_trigger.active::after {transform:rotate(-45deg);}
                .btn_header.phone_trigger .icon, .header_phone .popup_close {display:none;}
            .main_phone {display:flex; margin:0 8px 0 0; align-items:center; order:1;}
            .no_drop .main_phone {margin:0 16px 0 0;}
                .header_phone .main_phone svg.icon.margin {margin:0 12px 0 0;}
                .main_phone A {font-size:18px; text-decoration:none; color:var(--text-inverse); transition:.3s;}
                .main_phone A:hover {color:var(--sub-color);}
            .phone_box {left:-16px; width:270px;}
                .phone_box .phones_only .one_phone:first-of-type, .phone_box .one_phone Span {display:none;}
                .phone_box .for_mess {display:flex; flex-direction:column; margin:12px 0 0 0;}
                .no_phones .for_mess {margin:0;}
                    .phones_only .one_phone .icon {display:flex;}
                    .header_phone .phones_only svg.icon.margin, .header_phone .for_mess svg.icon.margin {margin:0 12px 0 0;}
                    .phone_box .one_phone A {display:flex; align-items:center;}
                    .phone_box .one_phone A.viber:hover {color:var(--viber);}
                    .phone_box .one_phone A.telegram:hover {color:var(--telegram);}
                    .phone_box .one_phone A.whatsapp:hover {color:var(--whatsapp);}
                    .phone_box.active .one_phone A:hover .icon {fill:var(--sub-color);}
                    .phone_box.active .one_phone A.viber:hover .icon {fill:var(--viber);}
                    .phone_box.active .one_phone A.telegram:hover .icon {fill:var(--telegram);}
                    .phone_box.active .one_phone A.whatsapp:hover .icon {fill:var(--whatsapp);}


    /* --- PRODUCT Page - Details --- */
        /* --- PRICE BOX in Product Page --- */
            /* --- Main Buy buttons place --- */
            .has_counter .buy_quantity .btn {width:200px;}
            /* --- To Wishlist or Compare --- */
            .product_price .add_in-list A {margin:0 0 0 16px;}

        /* --- Additional Call Buttons --- */
        .order_call_but {padding-left:0; padding-right:0;}
            .order_call_but A.btn {width:200px; padding:0 8px;}

    /* --- If MINI Product --- */
    .products_mini .product_grid .one_good:nth-child(7) {display:block;}
    .products_mini .product_grid .one_good, .products_mini .product_inner .one_good {width:calc(14.285% - var(--gap-desktop));}

    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid .one_good:nth-child(6) {display:block;}
    .two_cols .products_mini .product_grid .one_good:nth-child(7) {display:none;}
    .two_cols .products_mini .product_grid .all .one_good:nth-child(7) {display:block;}
    .two_cols .products_mini .product_grid .one_good, .two_cols .products_mini .product_inner .one_good {width:calc(16.666% - var(--gap-desktop));}

    /* --- Tiles Category - If two cols --- */
    .two_cols .one_cat {width:calc(20% - var(--gap-desktop));}
}

@media (min-width:1424px) {
    /* --- Product - One Item --- */
    .one_good {padding:16px;}
        .one_good .og_inner::before {left:-24px; top:-24px; width:calc(100% + 48px); height:calc(100% + 48px);}

    /* --- Categories --- */
        /* --- Tiles - Category --- */
        .one_cat {width:calc(16.666% - var(--gap-desktop));}
        /* --- List (with SUB categories) --- */
        .list_info .one_cat {width:calc(20% - var(--gap-desktop));}

    /* --- PRODUCT Page - Details --- */
        /* --- Main Photo - Product Page --- */
        .sub_slider {min-height:504px;}
        .big_slider .details_slide.no_photo {min-height:614px;}

        /* --- Buy Together Main Tab --- */
        .product_tab.up_sale .product_wrap .one_good {width:calc(25% - var(--gap-desktop));}

    /* --- Blog of Store --- */
    .one_blog {width:calc(20% - var(--gap-desktop));}

    /* --- Last newses of Blog --- */
        /* --- If Grid --- */
        .two_cols .if_grid .last_blog_items .one_blog {width:calc(25% - 16px); margin:0 0 16px 16px;}
        /* --- If Slide --- */
        .two_cols .if_slider .last_blog_items:not(.slick-initialized) .one_blog {width:calc(25% - var(--gap-desktop));}

    /* --- Fixed product panel --- */
    .sticky_header .mpp_title Span {width:820px;}

    /* --- CONTACT US - FEEDBACK --- */
        /* --- Template 2:  Contacts + Photo --- */
        .rtl.contact_us.photo .contact_box {padding:0 0 0 48px;}
        .two_cols .contact_us.photo .two_mini_box {flex-direction:row; margin:0 0 32px 0;}
            .two_cols .contact_us.photo .cb_mini_box {width:50%; margin:0;}
            .two_cols .contact_us.photo .soc_and_mes_box .cb_mini_box {width:100%; margin:0 0 32px 0;}
        /* --- Template 3:  Feedback + Background --- */
        .for_feed.background {min-height:640px;}
            .contact_us.for_feed.background .centre, .rtl.contact_us.for_feed.background .centre {min-height:512px; justify-content:center;}
        /* --- Template 4:  Contacts + Feedback --- */
        .two_cols .contact_us.for_feed .two_mini_box {flex-direction:row; margin:0 0 32px 0;}
            .two_cols .contact_us.for_feed .cb_mini_box {width:50%; margin:0;}
            .two_cols .contact_us.for_feed .soc_and_mes_box .cb_mini_box {width:100%; margin:0 0 32px 0;}

    /* --- USER ACCOUNT --- */
        /* --- Wish List & Compare List --- */
        .wish_group .one_good, .compare_page .one_good {width:calc(20% - var(--gap-desktop));}
}

@media (min-width:1550px) {
    /* --- If Two Col --- */
        /* --- Store window Slider --- */
        .two_cols .product_slider .one_good {width:calc(20% - var(--gap-desktop));}
        /* --- Last viewed on Main page - if Grid (If Two Col) --- */
        .two_cols .product_grid .one_good:nth-child(5) {display:block;}
        .two_cols .product_grid .one_good:nth-child(6) {display:none;}
        .two_cols .product_grid .all .one_good:nth-child(6) {display:block;}

    /* --- Menu variant 1 --- */
    .menu.menu_0 UL {left:calc(50% - 767px);}
        .menu.menu_0 .next_level .ul_2 {left:calc(50% - 465px);}
            .menu.menu_0 .ul_2 .next_level .ul_3 {left:calc(50% - 163px);}

    /* --- User Account --- */
        /* --- Compare Details --- */
        .compare_products .one_good {max-width:164px;}
        .compare_options .one_good {max-width:164px;}

    /* --- Fixed product panel --- */
    .sticky_header .mpp_title Span {width:920px;}

    /* Stores on Google Map */
    .stores .together {padding:0 8px 0 0; width:calc(100% - var(--content-margin));}

    /* --- CATALOG list --- */
        /* --- Filters --- */
        .catalog_filters {margin-right:var(--margin-lt-rt-twice);}

    /* All reviews in Catalog */
        /* --- If Slider --- */
        .if_slider .category_comments.is_main:not(.slick-initialized) .one_review {width:calc(25% - var(--gap-desktop));}
        .two_cols .if_slider .category_comments.is_main:not(.slick-initialized) .one_review {width:calc(33.333% - var(--gap-desktop));}
        /* --- If Grid --- */
        .category_comments .one_review {width:calc(25% - var(--gap-desktop));}
        .two_cols .category_comments .one_review {width:calc(33.333% - var(--gap-desktop));}

    /* --- Last viewed on Main page - if Grid --- */
    .two_cols .product_slider .product_tabs, .two_cols .product_box .product_tabs {margin-left:calc(var(--margin-lt-rt-minus) * 4); width:calc(100% + var(--margin-lt-rt-twice) * 2);
                                                                                   padding-left:calc(var(--margin-lt-rt-twice) * 2);}
    .product_grid .one_good:nth-child(6) {display:block;}
    .product_grid .one_good {width:calc(16.666% - var(--gap-desktop));}
    .two_cols .product_grid .one_good {width:calc(20% - var(--gap-desktop));}
    /* --- If MINI Product --- */
    .products_mini .product_grid .one_good:nth-child(8) {display:block;}
    .products_mini .product_grid .one_good, .products_mini .product_inner .one_good {width:calc(12.5% - var(--gap-desktop));}
    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid .one_good:nth-child(7) {display:block;}
    .two_cols .products_mini .product_grid .one_good:nth-child(8) {display:none;}
    .two_cols .products_mini .product_grid .all .one_good:nth-child(8) {display:block;}
    .two_cols .products_mini .product_grid .one_good, .two_cols .products_mini .product_inner .one_good {width:calc(14.285% - var(--gap-desktop));}

    /* --- Tile Universal --- */
    .tiles.has_background {padding:var(--margin-lt-rt-twice);}
    .if_slider.tiles.has_background .tiles_description, .if_slider.tiles.has_background .title_wrap, .if_slider.tiles.has_background .main_title.title_h2 {padding:0 var(--margin-lt-rt-twice);}
    .if_slider.tiles.has_background A.btn.view_all {margin:0 0 0 var(--margin-lt-rt-twice);}

    /* --- FAQ --- */
    .faq.has_background {padding:var(--margin-lt-rt-twice);}
        /* --- If Slider --- */
        .has_background .faq_slider {width:calc(100% + (var(--margin-lt-rt-twice) * 2)); margin-left:calc(var(--margin-lt-rt-minus) * 2);}
            .faq .faq_slider .one_question .faq_answer {width:60%; padding:16px 32px 32px 0;}
            .two_cols .faq .faq_slider .one_question .faq_answer {width:100%; padding:16px 32px 32px 32px;}
        .faq_slider .slick-arrow {right:56px;}
        .faq_slider .slick-arrow.slick-next {right:16px;}

    /* --- Contact Us - Feedback --- */
        /* --- Template 2:  Contacts + Photo --- */
        .rtl.contact_us.photo .contact_box {padding:0 0 0 64px;}
        /* --- Template 3:  Feedback + Background --- */
        .background .background_sign {right:calc((50% - (var(--content-width) / 2)) + 8px);}
        .rtl.background .background_sign {left:calc((50% - (var(--content-width) / 2)) + 8px); right:auto;}

    /* --- Categories --- */
        /* --- List (with SUB categories) - If two cols --- */
        .two_cols .list_info .one_cat {width:calc(25% - var(--gap-desktop));}
}

@media (min-width:1551px) {
    /* --- Main template styles --- */
        /* --- Right Col - Main --- */
        .container .main_col {padding:0 0 0 calc(var(--margin-lt-rt-twice) * 2);}

    /* --- Store window Slider --- */
    .product_slider .one_good {width:calc(16.666% - var(--gap-desktop));}
}
