Hi,
The code is still in Customize -> CSS, see the attachment.
Please update this line:
.woocommerce .cart .actions .coupon, input.button[name="apply_coupon"], .woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive, .woocommerce-cart .cart-collaterals h2 {
display: none;
}
To :
.woocommerce .cart .actions .coupon, .woocommerce-cart .cart-collaterals table.shop_table.shop_table_responsive, .woocommerce-cart .cart-collaterals h2 {
display: none;
}
You made customizer RTL as well and it made it difficult to work with codes.
Thanks.