.custom-cart-container{
width:100%;
position:relative;
margin-top:10px;
}
.custom-cart-table{
border:none;
box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5); 
}
.woocommerce-Price-amount{
font-weight: 700;
}
.custom-cart-table tr td{
font-size: 12px;
}
.custom-cart-table tr.head td{
padding:8px!important;
}
.custom-cart-table tr.head td{
background-color:#ccc;
color:#000;
font-size: 12px;
font-weight: 700;
}
.custom-cart-table td{
border:none!important;
text-transform: none;
padding:10px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
float: left;
width: 100%;
}
.order-total tr
{
border:none;
}
.order-total td,
.order-total th
{
padding:10px!important;
border:none;
}
.cart_totals_table{
box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5); 
}
tr.order-total th
{
background: #befdb5 !important;
font-weight: 700 !important;
color: #000!important;
}
.woocommerce .checkout-button {
float:right;
padding: 10px 20px !important;
margin-bottom: 20px!important;
}
.type-product form.cart{
background-color:#efefef;
}
.type-product form.cart .single_add_to_cart_button {
float: right!important;
margin-bottom: 10px!important;
margin-right: 10px!important;
}
.cart-empty.woocommerce-info{
border: none;
box-shadow: none;
}