#order_review .woocommerce-checkout-review-order-table thead > tr > th.product-total
{
    visibility: hidden !important;
}
#order_review .woocommerce-checkout-review-order-table .cart-subtotal.recurring-total,
#order_review .woocommerce-checkout-review-order-table .cart-subtotal,
#order_review .woocommerce-checkout-review-order-table .recurring-totals,
#order_review .woocommerce-checkout-review-order-table .cart_item .product-total
{
    display: none !important;
}

