Cart
You may be interested in…
Your cart is currently empty!
New in store
/* Fix cart page margins */
.woocommerce-cart .wp-block-group {
max-width: 1200px !important; /* make the cart wider */
margin: 0 auto !important; /* center content */
padding: 20px !important; /* add spacing */
}
/* Make cart and totals columns balanced */
.woocommerce-cart .cart {
width: 65% !important;
float: left !important;
}
.woocommerce-cart .cart-collaterals {
width: 30% !important;
float: right !important;
}
/* Clear floats after cart layout */
.woocommerce-cart .wp-block-group::after {
content: “”;
display: block;
clear: both;
}