.cart_info{
    background-image:url(/handlers/cart/images/busket_small.png);
    background-position: left 10px top 6px;
    background-repeat:no-repeat;
    background-color: #858585;
    font-size:16px;
    text-decoration:none;
    color:#fff;
    display:block;
    padding:5px 10px 5px 40px;
    width: 250px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart_info:hover{
    background-color:#56383A;
    color: #fff;
}

.active_cart{
    background-color:#56383A ;
}

#list_cart{
    font-size:16px;
    padding-top: 10px;
}
#list_cart_table{
    font-size:12px;
    border-collapse: collapse;
    margin-bottom:20px;
    width:100%;
    font-size:16px;
}
#list_cart_table a{
    text-decoration:none;
    color:#000;
}
#list_cart_table a:hover{
    text-decoration:underline;
}
#list_cart_table td, th{
    padding: 7px 7px 7px 7px;
}
#list_cart_table th{
    padding: 5px;
    background-color: #56383A;
    color: #fff;
    font-weight:normal;
    text-align: center;
}
#list_cart_table tr{
    border-bottom:1px solid #e4e4e4;
}
/*#list_cart_table .alt td{
	background-color: #EAF2D3;
}
#list_cart_table tr:nth-child(odd){
	background-color: #EAF2D3;
}*/
.list_cart_item_image{
    width:58px;
    display:block;
    float: left;
    margin-right: 10px;
}
.del_cart_item{
    color:#464542;
    text-decoration:none;
    background-image:url(/handlers/cart/images/delete.png);
    width:15px;
    height:15px;
    cursor:pointer;
}
.del_cart_item:hover{
    text-decoration:underline;
}

.cart_total_price{
    font-size:20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
#cart_total_price{
    font-weight: 600;
    color: #ff3d00;
}

.cart_delivery_price{
    font-size:16px;
    text-align: right;
    font-weight: 600;
}
#cart_delivery_price{
    font-weight: 600;
    color: #ff3d00;
}
.delivery_info{
    font-size: 14px;
    color: #2e6da4;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.cart_all_total_price{
    font-size:22px;
    font-weight: 600;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
#cart_all_total_price{
    font-weight: 600;
    color: #ff3d00;
}

.currency{
    font-weight: 600;
    color: #ff3d00;
}

.min_amount_info{
    color: red;
    font-size:20px;
    font-weight: 600;
    text-align: center;
}

.cart_order_form{
    font-size:16px;
}
.cart_order_form p{
    margin:0px 0px 0px 0px !important;
}
.cart_order_form input{
    border:1px solid #b6b6b6;
    width:320px;
    height:25px;
    margin-bottom:10px;
}
.cart_order_form textarea{
    border:1px solid #b6b6b6;
    max-width:718px;
    width:478px;
    height:100px;
    margin-bottom:10px;
}

.minus_cart_item{
    background-image:url(/handlers/cart/images/minus.png);
    margin-top:3px;
    height:16px;
    width:16px;
    float:left;
    cursor:pointer;
}
.plus_cart_item{
    background-image:url(/handlers/cart/images/plus.png);
    margin-top:3px;
    height:16px;
    width:16px;
    float:right;
    cursor:pointer;
}

.submit_order{
    cursor:pointer;
    width:200px !important;
    height:30px !important;
    background-color:#f07178;
    border:0px !important;
    margin-top:5px;
    color:#fff;
    font-size:16px;
}
.submit_order:hover{
}
.button_cart{
    background-color: #56383A;
    color: #fff;
    float: left;
    text-decoration: none;
    cursor:pointer;
    text-align:center;
    padding: 4px 10px;
}
.button_cart:hover{
    text-decoration:underline;
}
.clean_cart:hover{
    text-decoration:underline;
}
.modal_window_text{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin:10px 0px 20px 0px;
    color:#434343;
    text-transform:uppercase;
}
.modal_window_button a{
    font-size:14px;
    text-decoration:none;
    background-color: #56383a;
    color:#fff;
    display:block;
    width:170px;
    text-align:center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: auto;
    margin-bottom: 10px;
}
.modal_window_button a:hover{
    text-decoration:underline;
}

.item_add_to_cart{
    width:100px;
    height:24px;
    margin:auto;
    background-color:#F0777E;
    text-align:center;
    color:#fff;
    cursor:pointer;
    float:right;
}
.item_add_to_cart:hover{
    background-color:#4299CE;
}

.product_add_cart {
    font-size: 16px;
    color: #FFF;
    background-color: #7496cb;
    cursor: pointer;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    padding: 5px 0px;
    border-radius: 50px;
}
.product_add_cart:hover{
    text-decoration:underline;
}

#order_block{
    margin-top: 30px;
}
#order_form label{
    font-weight: 600;
    float: left;
}