
.models_table.series_page.secondary_separate
    {
    margin-bottom: 30px;
    }
    .models_table.series_page.first_separate td,
    .models_table.series_page.secondary_separate td
        {
        }
    .models_table.series_page.secondary_separate td
        {
        background-color: #fff;
        }
    .models_table.series_page.secondary_separate tr:not(:last-child) td
        {
        border-bottom: 1px #e3e3e3 solid;
        }

.model_tables_separator
    {
    margin: 20px 0 20px;
    }

.filters
    {
    padding: 20px 5px;
    font-size: 13px;  
    }
    .selected_filters
        {
        margin: 5px 0;
        padding: 5px 0;
        border-bottom: 1px #ccc dashed;
        }
    .filter_name
        {
        font-weight: bold;
        margin: 10px 0 5px 0;
        }
    .prop_name
        {
        margin: 5px;
        padding: 2px 3px;
        background: #f2f2f2;
        cursor: pointer;
        }
    .prop_name:hover
        {
        color: #fff;
        background: #7092be;
        }
    .prop_name.active
        {
        color: #fff;
        background:  #7092be url(/img/close_white.png) 99% center  no-repeat;
        }

/* Brand filters */
/* =========================== */ 
.brand_filters
    {
    background: #fff;
    }

.brand_filters .filters
    {
    padding: 0;
    }
    .brand_filters .selected_filters
        {
        color: green;
        }

    .brand_filters .prop_name
        {
        border: none;
        background-color: transparent;
        padding: 7px 5px;
        margin: 0 0 1px 0;
        border-radius: 0;
        }

.filters_hr
    {
    margin: 5px 0;
    color: #7092be;
    background: #7092be;
    border-color: #7092be;
    }

/* Index filters */
/* =========================== */ 
.index_filters
    {
    z-index: 9999;
    width: 1196px;
    top: 0;
    }

.index_filters.affix
    {
    border-bottom: 2px #e3e3e3 solid;
    }

.index_filters, .index_filters_desc
    {
    padding: 5px;
    background: #fff;
    margin-right: 2px;
    }

    .index_filters_desc
        {
        padding: 10px;
        }

.index_filters .filters
    {
    padding: 0;
    display: inline-block;
    }
    .index_filters .selected_filters
        {
        margin: 0;
        padding: 0;
        border: none;
        }
    .index_filters .filter_name
        {
        display: none;
        }
    .index_filters .prop_name
        {
        display: inline-block;
        border-radius: 0;
        padding: 5px 10px;
        }
    .index_filters .prop_name.active
        {
        padding: 5px 15px 5px 5px;
        }


.product_list
    {
    /* old Safari, < iPhone5 */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    
    display: flex;
    flex-wrap: wrap;

    }
    .product_list > div
        {
        margin: 0;
        position: relative;
        display: -webkit-flex;        
        display: flex;
        margin: 7px 0;
        }


    .product_list > div > .item
        {
        flex-grow: 1;
        width: 100%;
        bottom: 0;
        top: 0;
        background: #fff;
        padding: 10px 10px 5px 10px;
        font-size: 13px;  
        color: #000;
        }
    .product_list > div > .item.link
        {
        cursor: pointer;
        }



    .product_list > div .item.link:hover
        {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        }


/*
        .product_list .item:hover
            {
            height: auto;
            width: 100%;
            margin: 0 -15px;
            padding: 20px 25px;
            position: absolute;
            z-index: 9999;
            box-shadow: 0 0 5px rgba(0,0,0,0.7);
            }
*/

        .product_list .item h2
            {
            font-size: 16px; 
            margin: 5px 0 10px 0;
            }
        .product_list .item .prod_imgs
            {
            min-height: 100px;
            margin-bottom: 10px;
            }
        .product_list .item .main_img
            {
            width: 270px;
            height: auto;
            margin: 0;
            }
        .product_list .item .price
            {
            margin: 5px 0;
            color: #b22222;
            font-size: 20px;
            }
        .option_block
            {
            margin: 5px 0;
            }
            .option_block table td
                {
                font-size: 11px;
                padding: 2px;
                vertical-align: top;
                }
            .option_block table tr:not(:last-child) td
                {
                border-bottom: 1px #e3e3e3 solid;
                }



.old_price
    {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    padding-right: 8px;
    font-family: "Skycool Regular";
    line-height: 3px;
    }
    .bonus_td .old_price
        {
        text-decoration: none;
        }
    .models_table.series_page .bonus_td .old_price
        {
        display: block;
        text-decoration: none;
        }
    
    .models_table.series_page .price_td.new_price .old_price
        {
        padding-right: 5px;
        line-height: auto;
        font-size: 11px;
        }

    .models_table .price_td.new_price .old_price_wrap
        {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 11px;
        }

    
    .models_table .price_td.new_price .sale_percent
        {
        display: none;
        }

    .models_table.series_page .price_td.new_price .sale_percent
        {
        display: block;
        font-size: 14px;
        color: #fff;
        font-family: "Skycool Regular";
        }
    .models_table.series_page .bonus_td.price_td.new_price .sale_percent
        {
        color: #fff;
        font-size: 11px;
        }



    
    .models_table .price_td.new_price
        {
        }
        .models_table .old_price
            {
            text-align: center;
            color: #798999;
            }
    .models_table.series_page .price_td.new_price
        {
        font-family: "Skycool Semibold";
        }

.series_model_link
    {
    color: inherit;
    text-decoration: none !important;
    }

.series_model_link p 
    {
    color: var(--main-font-color);
    }

    .series_model_link
        {
        color: inherit !important;
        }


.price_slider
    {
    width: 50px;
    margin: 0 5px;
    }
    .price_input_div
        {
        margin: 5px 0;
        }

.models_table
    {
    width: 100%;
    margin: 10px auto 5px 0;
    border-collapse: collapse;
    border-spacing: 0;
    }
    .models_table td
        {
        padding: 2px;
        color: var(--main-font-color);
        }
    .models_table td:not(:last-child)
        {
        text-align: right;
        }

    
    .models_table td:nth-child(2)
        {
        text-align: left;
        }

    .models_table td:last-child
        {
        font-weight: 700;
        font-size: 13px;
/*        color: #ff6600; */ /* orange */
/*        color: #b12704; */ /* bordo */
        color: var(--main-font-color);

        text-align: right;
        }
        .models_table td:last-child span
            {
            font-weight: normal;
            }
    .models_table td:last-child .empty_price
        {
        text-align: center;
        }
    


.lux_climat .models_table td
    {
    border-bottom: 1px #dadce0 solid;
    padding-top: 4px;
    }
    .lux_climat .models_table tr:last-child td
        {
        border: 0;
        }


.models_table.series_page
    {
    background: #dfe7ea;
    width: 100%;
    margin: 10px 0;
    }
    .models_table.series_page td
        {
        border-bottom: 5px #fff solid;
        text-align: center;
        font-size: 22px;
        padding: 5px;
        color: var(--main-font-color);
        }
        .models_table.series_page td a
            {
            color: #fff;
            }
    .models_table.series_page td:first-child
        {
        font-family: "Skycool Regular";
        }

    .models_table.series_page td:last-child
        {
        text-align: right;
        font-weight: normal;
        color: #ff7f27;
        }



.models_table.series_page .price_td
    {
    font-family: "Skycool Semibold";
    font-size: 23px;
    }


.models_table.series_page .inc_dec_td
    {
    width: 90px;
    }

.models_table.series_page .inc_dec
    {
    display: inline;
    float: left;
    background: #fff;
    border: 1px #ccc solid;
    padding: 0px;
    color: #000;
    }
    .models_table.series_page .inc_dec > div
        {
        display: inline;
        display: flex;
        }

    .models_table.series_page .inc_dec span
        {
        cursor: pointer;

        -webkit-touch-callout: none;
          -webkit-user-select: none;
           -khtml-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
         padding: 0 5px;
        }
     .models_table.series_page .quant
         {
         width: 40px;
         text-align: center;
         border: 0;
         font-size: 15px;
         padding: 0;
         margin: 0;
         }
     .models_table.series_page .buy_button
             {
             font-family: "Skycool Semibold";
             background: #011e40;
             color: #fff;
             border: 0;
             border-radius: 6px;
             font-size: 17px;
             padding: 3px 10px;
             margin: 0 auto;
             display: block;
             }
     .models_table.series_page .no_stock .buy_button
             {
             display: none;
             }
             .models_table.series_page .buy_button:hover
                 {
                 background: #fc622f;
                 }

     
     .product_list .no_stock td,
     .product_list .no_stock .price_td
        {
        color: #aaa !important;
        }
             

     .models_table.series_page .no_stock .out_of_stock
         {
         font-size: 13px;
         font-weight: bold;
         text-align: center;
         color: var(--main-font-color);
         }



.order_complete,
.cart_empty
    {
    margin: 20px 0;
    }


.discount_cart_text
    {
    margin-top: -20px;
    color: #ff7f27;
    
    }

.montage_price
    {
    margin-bottom: 5px;

    }
    .montage_price label
        {
        font-weight: 200;
    
        }

.main_prod_img, .nav_gallery
    {
    display: inline-block;
    vertical-align: top;
    }
.main_prod_img
    {
    border: 1px #ccc solid;
    }
    .main_prod_img img
        {
        margin: 10px;
        width: 500px;
        height: auto;
        }

.nav_gallery
    {
    }
    .nav_gallery img 
        {
        width: 50px;
        height: 50px;
        border: 1px #ccc solid;
        cursor: pointer;
        margin: 0 10px 10px 10px;
        }
    .nav_gallery img.active
        {
        border-color: #ff0000;
        }
    


 .content_2
    {
    border-top: 1px #eee solid;
    padding-top: 10px;
    }
 .content_2 p,
 .content_2 table
        {
        font-size: 13px;
        }
 .content_2 .serv_table td
        {
        padding: 7px 10px;
        vertical-align: top;
        }
 .content_2 .serv_table td:nth-child(1),
 .content_2 .serv_table td:nth-child(3)  
    {
    color: var(--main-font-color);
    }




.prod_content
    {
    padding: 0 20px 0 5px;
    }
    .prod_content h3,
    .prod_content h4
        {
        font-family: 'Skycool Semibold';
        margin-bottom: 15px;
        font-size: 24px;
        }

    


.prod_tabs
    {
    padding: 10px 0;
    margin: 0 15px 0px 8px;
    }
    .prod_tabs > ul
        {
        }

    .prod_tabs .nav > li
        {
        margin-bottom: 0px;
        }

    .prod_tabs h2
        {
        font-family: "Skycool Semibold";
        font-size: 26px;
        padding: 15px;
        border-radius: 0;
        margin: 0;
        background: #dfe7ea;
        }


    .prod_tabs .tab-content
        {
        margin-top: 10px;
        padding-bottom: 30px;
        }

    .prod_tabs .tab-pane
        {
        padding: 0;
        }
        .prod_tabs .tab-pane h2
            {
            background: #ddd;
            font-size: 13px;
            font-weight: normal;
            padding: 9px 14px;
            margin: 10px -10px 15px -10px;
            }
        .prod_tabs .tab-pane h2:first-child
            {
            margin: -10px -10px 15px -10px;
            }
    .tab-content ol, .tab-content ul
        {
        margin: 10px 0 10px 25px;
        }

/* Description block */
.index_group_block
    {
    }
    .index_group_block .block_title
        {
        text-align: center;
        padding: 10px;
        font-size: 13px;  
        }
        .index_group_block .block_title h2
            {
            margin-bottom: 10px;
            }

.banners_wrap
    {
    margin: 0 -7px;
    }

/* Non-response cols*/
.prod-col-1, .prod-col-2
    {
    display: inline-block;
    vertical-align: top;
    }
    .prod-col-2
        {
        margin-left: 20px;
        width: 600px;
        }



.img-responsive
    {
    height: auto !important;
    }

.serie_sale
    {
    position: absolute;
    top: 10px;
    z-index: 9999;
    background: #ffd9e1;
    color: #ff1949;
    font: normal 12px Arial;
    padding: 1px 3px;
    border-radius: 0 2px 2px 0;
    }
.serie_sale.green
    {
    top: 30px;
    background-color: #92e88b;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAMAAABVLlSxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9QTFRFOz89PTxPTFNVTlRUUlNVVFNSVFRUVFd9VFd+VFptVVNSVVRTVVVVVlh/YVNVYlRUZVRUalZXjlRUlllal1RUoFlZV11xcGFWbV9gU1JRRURUVVVUXlxsa1pXYmFaWmFlZ2BaWmBlZ2FaY1xVVlxgb15UT1t4Z1NOUVtsSlNlYTk4Xjc2KTQ9XEI7LC9PKChLMDpDOTEnQDYnIy84Ni4kOzAlPDEmJzQ8OS8kJzM7NTQwHBkUFBkcFBYWIBsTCAcHCg0OCxASAAAAAQIDBwsM5pQA3gAAAEJ0Uk5TAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUNFR4fISIqLjAwMTI5Oz5PZnBxjZKToKy2wsfKzM3Pz9HR0tTh7O3z9PX+aqWIawAAAGpJREFUCNcVyUEKAjEMBdCkSdNSEdzowjN4/xOJCxlEHGE6LfwYdw8es98u+/J0IpJrm3xs+Ib1LI+e1EqE+qkmkOPv7jW6He5MMlI4FdNVhPFZumVTe0se+1i95mJZlCewITjDYEJ32V4/YMgrPMhZYaEAAAAASUVORK5CYII=');
    background-position: 95% center;
    padding-right: 15px;
    background-repeat: no-repeat;
    color: #000;
    }
.serie_sale.big
    {
    display: none;
    top: 10px;
    font-size: 16px;
    }
.serie_sale.green.big
    {
    top: 35px;
    }



.order_state
    {
    margin: 50px 10px;
    padding: 20px 50px;
    border-radius: 5px;    
    }
.order_state.ok      { background: #bee9be; border: 1px lime solid }
.order_state.error   { background: #ffc7c7; border: 1px red solid  }


.payparts_subwrap
    {
    margin: 20px 40px;
    display: none;


    background: url('/img/payparts.png') top right no-repeat;
    }

    .payparts_calc
        {
        margin: 20px 0;
        padding: 20px 0;
        }
        .range_wrap 
            {
            margin: 20px 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            }
            .range_wrap span
                {
                width: 10px;
                display: block;
                margin: 0 5px;
                text-align: center;
                font-size: 14px;
                }


            .range_wrap .ranger
                {
                width: 100%;
                }

            #payparts_part_range
                {
                cursor: pointer;
                height: 15px;
                border-radius: 5px;
                color: #448ccb;
                    }

      .payparts_calc .range_out
        {
        text-align: center;
        }


#payparts_limit_toggle
    {
    border-bottom: 1px #23527c dotted;
    outline: 0;
    }
    #payparts_limit_toggle:hover,
    #payparts_limit_toggle:active,
    #payparts_limit_toggle:focus
        {
        text-decoration: none;
        }

.payparts_limit
    {
    display: none;
    }
