/* Delivery and final tax-inclusive totals are presented at checkout. Keep
 * the basket subtotal and discount rows visible, including staff discounts. */
.woocommerce-cart .cart_totals .woocommerce-shipping-totals,
.woocommerce-cart .cart_totals .shipping,
.woocommerce-cart .cart_totals .tax-rate,
.woocommerce-cart .cart_totals .tax-total,
.woocommerce-cart .cart_totals .order-total {
	display: none !important;
}
