.cart-collaterals h2 {
	color: var(--white-color, white) !important;
}
body.woocommerce-cart .woocommerce .shop_table .actions .coupon .button:hover,
body.woocommerce-cart .woocommerce .shop_table .actions button[name="update_cart"]:hover,
body.woocommerce-cart .woocommerce .checkout-button:hover {
	background-image: linear-gradient(135deg, var(--quinary-color) 0%, #4e4376 100%, var(--quaternary-color) 100%) !important;
	border-color: var(--white-color, white) !important;
}