.customer-private .woocommerce .product-price, 
.customer-private .woocommerce .product-subtotal, 
.customer-private .woocommerce .cart_totals h2,  
.customer-private .woocommerce .total {
	display: inherit !important;
}
.customer-private .woocommerce table.shop_table tfoot {
	display: table-footer-group !important;
}
.customer-private .woocommerce .product-total {
	display: table-cell !important;
}
.customer-private .woocommerce .order-total,
.customer-private .woocommerce .cart-subtotal {
	display: table-row !important;
}
.customer-private .amount, 
.single-product .price {
    display: inline !important;
}