
:root
    {
    --mm-width: 50px;
    }

#tm .tm_phone
    {
    display: none;
    }

/* Mobile button */
.mm_button
    {
    position: absolute;
    top: 20px;
    right: 15px;
    display: none;
    width: var(--mm-width);
    padding: 5px 10px;
    cursor: pointer;
    z-index: 9999;
    }
    .mm_button span 
        {
        background: #000;
        display: block;
        height: 3px;
        width: 100%;
        margin: 5px 0;
        transition: all .5s;
        border-radius: 2px;
        }
    .mm_button.active span:nth-child(1) { transform: translate(0,8px) rotate(45deg);   }
    .mm_button.active span:nth-child(2) { opacity: 0; }
    .mm_button.active span:nth-child(3) { transform: translate(0,-8px) rotate(135deg); }

.mm_filter_button
    {
    display: none;
    }
    
.prod-col-1 .mobile_gallery
    {
    display: none;
    }



#crumbreads 
    {
    overflow: hidden;
    }
    #crumbreads span
        {
        display: none;
        }



/* ============================================================================ */
/* Меньше 1200px                          ===================================== */
/* ============================================================================ */
@media (max-width: 1200px) {

:root
    {
    --container-width: 100%;
    --header-height: 80px;
    }


.cart_items_list .img
    {
    float: none;
    margin: 0 0 10px 0;
    }


#wrap
    {
    width: 100%;
    }

.mm_button
    {
    display: block;
    }
    .secondary .filter_menu_handler
        {
        display: none;
        }

/* Header */
#header
    {
    }
    #header .header_inner_wrap
        {
        margin-top: 0;
        }
    #header #slogan
        {
        top: 15px;
        left: 10px;
        }
    #header #phone
        {
        display: none;
        }




.row
    {
    margin-left: 0;
    margin-right: 0;
    }


.aura_video_block
    {
    }
    .aura_video_block .video,
    .aura_video_block .video iframe
       {
       height: 200px !important;
       }
    .aura_video_block .text
        {
        padding-top: 20px;
        height: auto;
        }
        .aura_video_block .text div:empty
            {
            display: none;
            }


/* Css dropdown menus */
/* Top menu */
#tm
    {
    max-height: 0px;
    position: absolute;
    top: var(--header-height);
    display: block;
    transition: all 0.5s ease;
    overflow: hidden;
    padding: 0 15px;
    z-index: 9999;
    width: 100%;
    background: #07bd97;
    }
    #tm.active
        {
        max-height: 100vh;
        padding: 0;
        box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.42);
        padding-bottom: 0;
        }
    #tm #tm-wrap
        {
        padding: 15px;
        }

    #tm ul
        {
        display: block;
        margin: 0;
        }
        #tm ul li
            {
            width: 230px !important;
            height: 50px !important;
            }

    .mobile_css #tm ul li 
        {
        font-size: 13px;
        }



    #tm ul li:first-child
        {
        display: block;
        background-position: left center;
        opacity: 0;
        transition: opacity 1.5s ease;
        height: auto !important;
        }
        #tm ul li table.phones,
        #tm ul li table.phones tbody,
        #tm ul li table.phones tr,
        #tm ul li table.phones td
            {
            font-size: 14px;
            }
        #tm.active  ul li:first-child
            {
            opacity: 1;
            }




#tm .index_filters
    {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    padding: 5px 15px;

    border-bottom: 2px #ccc solid;
    border-radius: 0;
    background: #e3e3e3;
    }
    #tm.active .index_filters
        {
        max-height: 700px;
        }



.index_filters
    {
    width: 100%;
    }
    .index_filters .filters .item
        {
        }



    /* Скидка */
    .index_filters .prop_name[prop_id='3528']
        {
        background-color: #d44f68;
        color: #fff;
        }
    /* Кєшбек */
    .index_filters .prop_name[prop_id='3529']
        {
        background-color: #7cc576;
        color: #fff;
        }
    /* Топ продаж */
    .index_filters .prop_name[prop_id='3530']
        {
        background-color: #feb157;
        color: #fff;
        }
    /* Топ продаж */
    .index_filters .prop_name[prop_id='3508']
        {
        background-color: #fff899;
        color: #fff;
        }
    /* обогрев -7, -15, -20*/
    .index_filters .prop_name[prop_id='3390'],
    .index_filters .prop_name[prop_id='3391'],
    .index_filters .prop_name[prop_id='3392']
        {
        background-color: #f08e84;
        color: #fff;
        }




.secondary #main #content
    {
    padding: 10px;
    }
    .secondary #main #content img
        {
        max-width: 100%;
        height: auto !important;
        }
    .page_1678 #main #content table,
    .page_1678 #main #content table td
        {
        width: 100% !important;
        display: block;
        }

.serv_table td:nth-child(2)
    {
    width: 40px;
    }



/* Product page */
.prod-col-1
    {
    padding-right: 0;
    }
.tab-content img
    {
    width: 100% !important;
    height: auto !important;
    }
.tab-content iframe
    {
    width: 100% !important;
    height: 500px !important;
    }
.serie_sale
    {
    z-index: 9000;
    }

/* Корзина */
.inc_dec_div
    {
    margin-left: 20px;
    }
    .inc_dec_div .inc,
    .inc_dec_div .dec
        {
        display: inline-block;
        margin: 0 5px;
        padding: 3px;width: 25px;
        border: 5px #fff solid;
        box-sizing: border-box;
        }

.discount_cart_text
    {
    margin-top: 20px;
    }

.cart_buttons
    {
    text-align: center;
    }
    .cart_buttons .roz_btn
        {
        width: 90%;
        float: none;
        margin: 10px;
        }



/* Оформление заказа */
.change_order
    {
    margin: 10px;
    }


.order_table
    {
    margin: 0;
    }
    table.order_table,
    .order_table tbody,
    .order_table tr,
    .order_table td
        {
        width: 100% !important;
        display: block;
        text-align: left !important;
        box-sizing: border-box;
        }  


.order_table .radio_wrap 
    {
    margin: 0;
    }
    .radio_wrap .delivery_wrap 
        {
        width: 100%;
        }
    .delivery_addr_wrap
        {
        margin-left: 0;
        margin: 15px 0;
        }
    .order_table .delivery_addr_wrap .wrap_item:first-child
        {
        margin-left: 0;
        }
    .order_table .delivery_addr_wrap .wrap_item
        {
        display: flex;
        padding: 7px 0;
        }
        .order_table .delivery_addr_wrap .wrap_item label
            {
            order: 1;
            position: relative;
            width: 70px;
            text-align: right;
            margin-right: 5px;
            font-size: 14px;
            }
        .order_table .delivery_addr_wrap .wrap_item input
            {
            order: 2;
            }

    .payparts_subwrap
        {
        margin: 15px 0;
        padding-top: 70px;
        }
    .payparts_limit iframe
        {
        margin: 0 -25px;
        }
        


    .payparts_calc
        {
        }


.order_table td.button_td
    {
    text-align: center !important;
    }

.button_td .roz_btn
    {
    display: inline-block;
    margin: 10px;
    width: 90%;
    }



.secondary #crumbreads
    {
    padding: 5px 10px;
    border-top: 1px #e3e3e3 solid;
    font-size: 12px;
    background: #f5f5f5;
    font-weight: normal;
    margin: 0;
    }
    .secondary #crumbreads a
        {
        color: #3a3e49;
        }
                 
#crumbreads .crumbreads_home
    {
    padding-top: 1px;
    }


#footer #bm,
#footer .visa_master
    {
    display: none;
    }

#footer #copyright
    {
    width: 100%;
    text-align: center;
    }

}


.product_list .item .main_img
    {
    max-width: 100%;
    }




/* ============================================================================ */
/* Меньше 1000px                          ===================================== */
/* ============================================================================ */
@media (max-width: 1000px) {

:root
    {
    --header-bg-color: #fff;
    }

.secondary #main #content
    {
    padding: 0;
    }
    .secondary #main #content .row
        {
        margin-left: 0;
        margin-right: 0;
        }

/* Filter swiper */
.mm_slider_filter
    {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: var(--header-bg-color);
    border-bottom: 2px #ccc solid;
    transition: all 0.5s ease;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.3);
    }
    .mm_slider_filter .filters
        {
        padding: 0;
        }
    .mm_slider_filter .swiper-container 
        {
        width: 100%;
        height: 100%;
        }
        .mm_slider_filter .swiper-slide
            {
            text-align: center;
            font-size: 14px;
            text-transform: uppercase;

            /* Center slide text vertically */
            display: flex;
            justify-content: center;
            align-items: center;
            white-space: nowrap;
            width: auto;
            }
            .mm_slider_filter .swiper-slide a
                {
                color: #82afaa;
                padding: 17px 10px;
                text-decoration: none;
                font-weight: bold;
                }
            .mm_slider_filter .swiper-slide.active
                {
                border-bottom: 2px #fff solid;
                }
            .mm_slider_filter .swiper-slide.active a
                {
                color: #fff;
                }












    .product_list .item.link
        {
        display: block;
        }
        .product_list .item.link .prod_imgs, 
        .product_list .item.link .item_desc
            {
            width: 100%;
            display: block;
            hyphens: manual;
            } 

        .product_list .item.link .prod_imgs
            {
            width: 100%;
            max-width: 270px;
            margin: 0 auto;
            }



            /* Filters */

.filters_wrap
    {
    position: relative;
    top: 0px;
    padding-bottom: 5px;
    }
    .filters_wrap.active
        {
        position: sticky;
        top: -50px;
        padding-top: 5px;
        z-index: 9998;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        border-radius: 0 0 10px 10px;
        }
    .filters_wrap.active .index_filters
        {
        margin-bottom: 0;
        }


.sort_filters
    {
    display: block;
    }
.prop_filters
    {
    position: absolute;
    top: 56px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0;
    }
    .prop_filters.active
        {
        display: block;
        max-height: 100vh;
        padding: 5px 5px 0 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        border-radius: 0 0 10px 10px;
        }

.index_filters  
    {
    }
    .index_filters.active
        {
        max-height: 500px;
        }

.sort_filters
    {
    display: flex;
    justify-content: space-between;
    }


.sort_filters
    {
    padding: 5px 10px 5px 5px;
    }


.mm_filter_button,
.sort_filters .filters
    {
    width: 50%;
    }

.mm_filter_button,
.sort_filters select
    {
    border: 1px #000 solid;
    font-size: 13px;
    padding: 10px 5px;
    margin: 0 5px;

    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
    cursor: pointer;
    }
.sort_filters select
    {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    }
    
.mm_filter_button
    {
    display: block;
    }
    .mm_filter_button.active
        {
        }

}



/* ============================================================================ */
/* Меньше 768px                          ===================================== */
/* ============================================================================ */
@media (max-width: 768px) {
:root
    {
    --mm-width: 40px;
    --header-height: 50px;
    }

.index .models_table .price_td.new_price .bonus .sale_percent
    {
    font-weight: normal;
    font-style: normal;
    color: #0bc11f !important;
    font-size: 8px;
    line-height: 4px;
    }


.aura_video_block .video
    {
    display: none;
    }

#lang_bar
    {
    left: 170px;
    width: 60px;
    top: 10px;
    right: auto;
    bottom: auto;
    }
#lang_bar .p a
    {
    color: #000;
    }

#tm
    {
    background: #fff;
    }
    #tm ul li
        {
        }
        #tm .cart_num
            {
            color: #000;
            }
#tm .index_filters
    {
    padding: 0;
    background: #fff;
    }


    #tm ul li  
        {
        width: auto !important;
        padding: 10px 20px !important;
        }
    #tm ul li a
        {
        font-weight: bold;
        }

    #tm ul li:before,   
    #tm ul li .mm_cart_link
        {
        display: none  !important;
        }
    #tm ul li:nth-child(1)
        {
        padding-left: 60px !important;
        }
    #tm ul li:nth-child(1):before   
        {
        display: block !important;
        background: url('/img/phone.png') right center no-repeat;
        }


    #tm ul li.cart_li_1
        {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        }
        #tm ul li:nth-child(7) a,
        #tm ul li:nth-child(7) .no_link
            {
            display: block;
            order: 1;
            }
        #tm ul li:nth-child(7) .cart_num
            {
            display: block;
            order: 2;
            }




/* Mobile button */
.mm_button
    {
    top: 7px;
    left: 4px;
    right: auto;
    }
    .mm_button span 
        {
        height: 2px;
        margin: 4px 0;
        background-color: #000;
        border-radius: 2px;
        }
    .mm_button.active span:nth-child(1) { transform: translate(0,6px) rotate(45deg);   }
    .mm_button.active span:nth-child(3) { transform: translate(0,-6px) rotate(135deg); }

.filter_btn_wrap
    {
    justify-content: space-between;
    }

/* Cart*/
.mm_cart
    {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url("/img/cooperhunter_shop/mobile_cart.png") center center no-repeat;
    background-size: auto 20px;
    }
    .mm_cart img
        {
        display: none;
        width: 100%;
        height: auto;
        }
    .mm_cart .cart_num 
        {
        position: absolute;
        top: -5px;
        right: -5px;
        margin: 0;
        padding: 0;
        font-size: 12px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        background: #fec107;
        color: #000;
        text-align: center;
        border-radius: 10px;
        }




#header
    {
    position: sticky;
    top: 0;
    background: var(--header-bg-color) !important;
    height: var(--header-height);
    z-index: 9999;
    border-top: 1px #e1e3e0 solid;
    }

    #header #slogan 
        {
        top: 0;
        left: 37px;
        width: calc(100% - 74px);
        text-align: center;
        background: none;
        }
        #header #slogan a
            {
            display: block;
            }
            #header #slogan a h2
                {
                display: none;
                margin-left: 10px;
                font-weight: normal;
                color: #fff;
                }
            #header #slogan a img
                {
                height: 45px;
                width: auto;
                }

    #header .phones,
    #header .phones tr,
    #header .phones td
        {
        display: block;
        width: 100%;
        font-size: 14px;
        }



    /* Product page */
    .prod-col-1 .desktop_gallery
        {
        display: none;
        }
    .prod-col-1
        {
        width: 100%;
        }

    .prod-col-1 .mobile_gallery
        {
        display: flex;
        align-items: flex-start;
        }



        .prod-col-1 .mobile_gallery .swiper-pagination
            {
            bottom: 0;
            }
            .prod-col-1 .mobile_gallery .swiper-slide
                {
                text-align: center;
                background: #fff;
                /* Center slide text vertically */
                display: flex;
                justify-content: center;
                align-items: center;
                }
            .prod-col-1 .mobile_gallery .swiper-slide img
                {
                width: 100%;
                }

    .prod-col-2
        {
        width: 100%;
        margin: 0;
        }
        .prod-col-2 .prod_content
            {
            padding: 5px;
            }


    .models_table.series_page
        {
        width: 100%;
        }
        .models_table.series_page td
            {
            padding: 5px 2px;
            font-size: 12px;
            }
    .prod_tabs
        {
        padding: 0;
        }


.tab-content iframe
    {
    height: 350px !important;
    }


.block_title h2
    {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px;
    }


.desc_wrap
    {
    margin-bottom: 20px;
    }
.desc_wrap .text_main.mobile_hidden
    {
    display: none;
    }
.desc_wrap .more_button,
.desc_wrap .mobile_short
    {
    display: block;
    }

.desc_wrap .mobile_short p,
.desc_wrap .mobile_more  p
    {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;    
    }



.product_list .item
    {
    border-radius: 10px;
    }
.product_list > div
    {
    padding-left: 5px;
    padding-right:5px;
    margin: 5px 0; 
    }


}


/* ============================================================================ */
/* Меньше 500px                          ===================================== */
/* ============================================================================ */
@media (max-width: 500px) {


    .index_group_block .block_title
        {
        padding: 5px 0;
        }
    #header #slogan h2
        {
        font-size: 24px;
        line-height: 50px;
        text-align: left !important;
        margin-left: 35px;
        }

.h1_like_idb
    {
    font-size: 24px;
    padding-left: 10px;
    margin-top: 15px;
    }


.aura_video_block .text
    {
    font-size: 8px;
    line-height: 10px;
    padding-right: 10px;
    }

    .aura_video_block .text img
        {
        width: 70px !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-right: 5px !important;
        }



/* Product blocks */
.product_list
    {
    margin: 0 -4px;
    }


.product_list .item .prod_imgs
    {
    min-height: auto;
    padding-bottom: 5px;
    margin-bottom: 0;
    }

.product_list .item_wrap
    {
    margin: 4px 0;
    padding-left: 4px;
    padding-right: 4px;
    }


.row.product_list:before
    {
    display: none;
    }

/* iPhone  */
.product_list .item_wrap:first-child
    {
    margin-left: 0;
    }


.product_list > div > .item
    {
    padding: 5px;
    font-size: 10px;
    }



/* Таблица с ценами на модели */
.product_list .models_table
    {
    }
    .product_list .models_table td
        {
        font-size: 8px !important;
        padding: 0;
        }
    .product_list .models_table td:first-child
        {
        display: none;
        }
    .product_list .models_table td:nth-child(2)
        {
        text-align: left !important;
        }
    .product_list .models_table td.price_td
        {
        font-size: 10px !important;
        }
    .product_list .models_table .old_price
        {
        font-size: 6px;
        padding-bottom: 0;
        line-height: 2px;
        }
    .product_list .serie_sale
        {
        top: 20px;
        font-size: 10px;
        }
    .product_list .serie_sale.green
        {
        top: 40px;
        }

    .product_list .add2cart
        {
        width: 12px;
        height: 12px;
        background-size: auto 100%;
        }

.tab-content iframe
    {
    width: 100% !important;
    height: 205px !important;
    }






}