
.change_order a
    {
    color: #ff0000;
    }


.quant_bar
    {
    display: flex;
    gap: 5px;
    align-items: center;
    }
    .quant_bar input
        {
        border: 1px #ccc solid;
        border-radius: 5px;
        padding: 5px;
        width: 50px;
        color: #000;
        text-align: center; 
        }
    .quant_bar a
        {
        display: block;
        padding: 0 5px;
        font-size: 32px;
        line-height: 32px;
        font-weight: normal;
        }
    .quant_bar a.dec
        {
        margin-top: -7px;
        line-height: 25px;
        }
    .quant_bar a:hover,
    .quant_bar a:focus,
    .quant_bar a:active
        {
        text-decoration: none;
        outline: 0;
        }



.cart_block
    {
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100px;
    right: 250px;
    background: url(/img/cart_icon.png) center -60px no-repeat;
    padding-top: 50px;

    text-transform: lowercase;
    text-decoration: none;
    font-size: 12px;
    color: #1b1b1b;
    }
    .cart_block:hover
        {
        background-position: center 0;
        color: #ffe349;
        }


.add2cart,
.no_stock_box
    {
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(/img/check_bg.png) 0 0 no-repeat;
    }
.no_stock_box
    {
    background: url(/img/no_stock.png) 0 0 no-repeat;
    }
    .add2cart.active
        {
        background-position: -14px 0;
        }
    .no_stock .add2cart
        {
        display: none;
        }

    
/* cart */
.cart_items_list
    {
    margin-bottom: 20px;
    }
    .cart_items_list .item h3
        {
        margin-bottom: 20px;
        }
    .cart_items_list .img
        {
        float: left;
        margin: 0 10px 0 0;
        }
        .cart_items_list .img img
            {
            width: 400px;
            height: auto;
            }

    .cart_items_list .desc
        {
        font-size: 12px;
        margin-bottom: 10px;
        }
    .cart_items_list .item
        {
        position: relative;
        padding: 10px;
        margin: 0px 0 20px 0;
        }
    .cart_items_list .item:not(:first-child)
        {
        border-top: 1px #ccc solid;
        }

        .cart_items_list .item:after
           {
           clear: both;
           content: ' ';
           display: block;
           }

    .cart_items_list .item .montage_div
        {
        display: inline-block;
        padding: 20px 0;
        }
        .cart_items_list .item .montage_div h4
            {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 20px;
            }
        .cart_items_list .item .montage_div label
            {
            font-weight: normal;
            cursor: pointer;
            display: inline;
            margin-left: 5px;
            }

        .cart_items_list .item .montage_option_div
            {
            margin-bottom: 20px;
            }
        .cart_items_list .item .montage_option_div .quant_bar
            {
            margin-top: 10px;  
            display: none;
            }
        .cart_items_list .item .montage_option_div .quant_bar.active
            {
            display: flex;
            }

        .cart_items_list .price span,
        .cart_items_list .cond_quant,
        .cart_items_list .montage_option_div .price,
        .cart_items_list .sub_total .price b,
        .cart_items_list .item .montage_option_div label .price
            {
            font-size: 18px;
            }

        .cart_items_list .price span,
        .cart_items_list .cond_quant,
        .cart_items_list .montage_price span,
        .cart_items_list .sub_total .price b,
        .cart_items_list .grand_total .price b,
        .cart_items_list .item .montage_option_div label .price
            {
            font-weight: normal;
            }


    .cart_items_list .sub_total
        {
        margin-top: 10px;
        text-align: right;
        display: none;
        }
    .cart_items_list .remove_link
        {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        background: #fdc8c8;
        padding: 5px 20px;
        border-radius: 4px;
        color: #353535;
        }
        .cart_items_list .remove_link:hover
            {
            background: #ff9696;
            text-decoration: none;
            }
    
    .cart_items_list .grand_total
        {
        padding: 10px 0 0 0;
        text-align: right;
        border-top: 2px #000 solid;
        font-size: 24px;
        }
    .change_order, .cart_buttons
        {
        text-align: right;
        }


.roz_btn
    {
    display: inline-block;
    color: #3e77aa;

    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 10px 45px 17px 45px;
    font: 400 20px Tahoma;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    box-shadow: 3px 3px 7px 0 rgba(200,200,200,.5),inset 0 -3px 0 0 #c1c1c1;
    }


    .roz_btn.back_btn
        {
        float: left;
        }
        .roz_btn.back_btn:hover
            {
            background: -moz-linear-gradient(top,#fff,#faf8e1);
            color: #fb3f4c;
            text-decoration: none;
            }

    .roz_btn.checkout_btn
        {
        background: #448ccb;
        /*
        background: -moz-linear-gradient(top,#578ebf,#3f78ab);
        */
        color: #fff;
        margin-left: 20px;
        box-shadow: 3px 3px 7px 0 rgba(64,121,171,.5),inset 0 -3px 0 0 #326089;
        }
        .roz_btn.checkout_btn:hover
            {
            background: -moz-linear-gradient(top,#4faafa,#2083dc);
            }
        



    .category_wrap .item
        {
        position: relative;
        margin-right: 70px;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
        width: 250px;
        min-height: 160px;
        }
        .cart_items_list .item .inner_wrap, .category_wrap .item .inner_wrap
            {
            min-height: 162px;
            margin: 10px;
            }
        
        .category_wrap .item h4
            {
            font-size: 18px;
            color: #043cba;
            font-weight: normal;
            text-transform: uppercase;
            }
        .category_wrap .item .img, .category_wrap .item .desc
            {
            vertical-align: top;
            }
            .category_wrap .item .img
                {
                width: 100%;
                height: 250px;
                background: #b5ad9c;
                display: flex;
                align-items: center;
                margin-bottom: 10px;
                }
                .category_wrap .item .img img
                    {
                    width: 246px;
                    height: auto;
                    border: 2px #9d9d9d solid;
                    }
            .category_wrap .item .desc
                {
                font-size: 13px;
                height: 110px;
                overflow: hidden;
                }
            .category_wrap .item .more
                {
                text-decoration: none;
                color: #ff0000;
                text-align: right;
                font-size: 14px;
                display: inline-block;
                width: 100%;
                }
                .category_wrap .item .more:hover
                    {
                    color: #FF5500;
                    }

.order_table
    {
    width: auto;
    margin-top: 20px;
    margin-left: 50px;
    }
    .order_table td
        {
        padding: 2px 10px;
        }
    .order_table .main_info td:first-child
        {
        text-align: right;
        }
    .order_table .main_info td:last-child
        {
        width: 65%;
        }

    
    .order_table td input[type=text], .order_table td textarea
        {
        width: 100%;
        border: 1px #ccc solid;
        }
    .order_table input.err
        {
        background: pink;
        }
    .order_table .mandatory span
        {
        color: #ff0000;
        }

    .order_table label
        {
        font-weight: normal;
        padding-left: 5px;
        cursor: pointer;
        }
    .order_table .order_section_hint
        {
        font-size: 13px;
        margin: 5px 0 10px;
        color: #808080;
        }

    .order_table .radio_wrap
        {
        margin: 5px 30px;
        }
        .order_table .radio_wrap  span.hint_free
            {
            float: none;
            padding-left: 10px;
            }


    .delivery_addr_wrap
        {
        display: none;
        margin-left: 20px;
        }

    .order_table .delivery_addr_wrap .wrap_item
        {
        display: inline-block;
        position: relative;
        padding-bottom: 20px;
        }
        .order_table .delivery_addr_wrap .wrap_item label
            {
            font-size: 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            color: #808080;
            }
        .order_table .delivery_addr_wrap .wrap_item input
            {
            width: 70px;
            }
        .order_table .delivery_addr_wrap .wrap_item:first-child
            {
            margin-left: 20px;
            }
        .order_table .delivery_addr_wrap .wrap_item:first-child input
            {
            width: 100px;
            }
        .order_table .delivery_addr_wrap .wrap_item:nth-child(2) input
            {
            width: 190px;
            }


    .order_section_title
        {
        color: #0aaedd;
        font-size: 20px;
        padding: 30px 0 10px !important;
        }

    .radio_wrap .delivery_wrap
        {
        }
    .hint_free
        {
        color: #aeaeae;
        float: right;
        padding-top: 5px;
        }
        .order_section_title span
            {
            display: inline-block;
            color: #fff;
            background: #0aaedd;
            border-radius: 20px;
            margin-right: 10px;
            padding: 0 10px 3px 10px;
            }


    .order_table td.button_td
        {
        text-align: center;
        padding: 20px 0;
        }


p.err
    {
    font: bold 12px Tahoma;
    color: #ff0000 !important;
    }
    .item .short_content
        {
        font-size: 10px;
        text-align: left;
        margin: 5px 0;
        border-top: 1px 
        }

    .price
        {
        margin-bottom: 10px;
        }

    .star
        {
        position: absolute;
        right: -15px;
        bottom: 30px;
        }
        .star .buy_button
            {
            background: url(/img/fav.png) 0 0 no-repeat;
            }
    
    .empty_img
        {
        display: table-cell;
        border: 2px #ccc solid;
        background: #e3e3e3;
        width: 100px;
        height: 100px;
        vertical-align: middle;
        text-align: center;
        text-transform: lowercase;
        font: bold 12px Tahoma;
        color: #9D9D9D;
        }

/* Product page gallery */ 

.product_gallery
    {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    }
    .product_gallery h4
        {
        color: #002cae;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 24px;
        }
    .product_gallery .main_img
        {
        margin-bottom: 20px;
        }
    .product_gallery .main_img, .product_gallery .small_imgs_wrap .small_img
        {
        position: relative;
        }
    .product_gallery .z
        {
        position: absolute;
        width: 31px;
        height: 27px;
        bottom: 0px;
        right: 0px;
        background: url(/img/zoom.png) bottom right no-repeat;
        pointer-events: none;
        }
    .product_gallery .small_imgs_wrap
        {
        
        }
        .product_gallery .small_img
            {
            display: inline-block;
            margin-right: 50px;
            }
        .product_gallery .small_img:last-child
            {
            margin: 0;
            }

/* Product content tabs */
.tabs_section
    {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    margin-left: 7px;
    }
    .tabs
        {
        border-bottom: 2px #a3b6c6 solid;
        margin-bottom: 10px;
        }
        .tabs .tab
            {
            display: inline-block;
            border-top: 2px #a3b6c6 solid;
            border-right: 2px #a3b6c6 solid;
            border-left: 2px #a3b6c6 solid;
            margin-right: 4px;
            padding: 2px 4px;
            border-radius: 10px 10px 0 0;
            cursor: pointer;
            }
        .tabs .tab:last-child
            {
            margin: 0;
            }
        .tabs .tab.a
            {
            color: #fff;
            background: #055fa4;
            }
    .tabs_content .nx_content
        {
        display: none;
        font-size: 13px;
        }
        .tabs_content .nx_content.a
            {
            display: block;
            }

.category_desc
    {
    border-bottom: 1px #606060 solid;
    margin-bottom: 20px;
    }


.single_product
    {
    
    }
    .single_product .img
        {
        width: 300px;
        float: left;
        margin-right: 20px;
        }
        .single_product .img img
            {
            width: 100%;
            height: auto;
            }
    .single_product .short_content
        {
        margin: 20px 0 20px 320px;
        padding: 20px 0 10px 0;
        border-top: 1px #606060 solid;
        border-bottom: 1px #606060 solid;
        }
    .single_product .single_star
        {
        padding: 10px;
        text-align: left;
        margin-bottom: 20px;
        }
    .single_product .single_star input
        {
        float: left;
        background: url(/img/fav.png) 0 0 no-repeat;
        padding-left: 20px;
        }




/* ============================================================================ */
/* 768px                    ================================================== */
/* ============================================================================ */
@media (max-width: 768px) {

    .cart_items_list .grand_total
        {
        border-top: 1px #ccc solid;
        }

    .cart_items_list .img
        {
        width: 45%;
        }
    .cart_items_list .item
        {
        padding-top: 60px;
        margin-bottom: 0;
        }
    .cart_items_list .item .cond_price
        {
        position: absolute;
        top: 125px;
        right: 10px;
        }
    .checkout .item .cond_price
        {
        display: none;
        }

    
    .cart_items_list .item h3
        {
        position: absolute;
        top: 100px;
        left: 50%;

        text-transform: none;
        font-size: 14px;
        }
    .cart_items_list .item .price
        {
        margin-top: 40px;
        margin-bottom: 10px;
        }


    .cart_items_list .item .montage_div
        {
        padding: 20px 0 0 0;
        }
        .cart_items_list .item .montage_div label
            {
            margin-left: 10px;
            }
    .cart_items_list .item .montage_div .label_wrap
        {
        display: flex;
        gap: 20px;
        }
        .cart_items_list .item .montage_div .label_wrap .price
            {
            white-space: nowrap;
            }


    .order_table .delivery_addr_wrap .wrap_item input
        {
        width: 200px !important;
        }


}