@charset "UTF-8";
/* CSS Document */


.view_cart > .body {
    background-color: white;
    margin: 0 -10px;
    padding: 10px;
}

.cart_item_table th, 
td.cat_sub_total_label, 
.total_item_label {
    background-color: #070050 !important;
}
.cart_item td {
    border-left: 2px solid #070050;
}
.cart_item .item_attributes > .stock_cart_item > h4 {
    font-size: inherit;
}