/* Make the price view in checkout simpler */
.woocommerce-checkout-review-order-table td.product-name { width: 60%; }
.woocommerce-checkout-review-order-table small.includes_tax { display: inherit; }
.woocommerce-checkout-review-order-table .first-payment-date { display: none; }
.woocommerce-checkout-review-order-table .cart-subtotal.recurring-total { display: none; }

/* Remove inc. VAT suffix from product pages */
small.woocommerce-price-suffix { display: none; }