.usp-section { background-color: #fcf8c8; color: #000000; }
.usp-section .col { width: 100%; padding: 30px; float: none; }
.usp-section h3 { color: #000000 !important; }
.usp-section ul { list-style: none; margin: 0; margin-bottom: 22px; }
.usp-section ul li i { margin-right: 12px; color: #99b2de; font-size: 28px; }

.woocommerce-cart .shop_table .product-thumbnail .edit-product { background-color: #99b2de; width: 100%; display: block; padding: 10px; text-align: center; color: white; text-decoration: none; font-weight: 600; }

@media (min-width: 768px) {
    .cart-collaterals .usp-section { float: left; width: 45%; }
}
 
@media (max-width: 575px) {
    .woocommerce-cart .product-name .product-addons { display: none; }
}