/*remove price,total,sub-total from order details table*/
.woocommerce-mini-cart__total,
.product-price, .product-subtotal,
.product-total *, .product-total,
.woocommerce-order-overview__payment-method.method,
.woocommerce-order-overview__total.total,
.cart_totals h2,
.cart_totals .shop_table,
.shop_table.woocommerce-checkout-review-order-table tfoot,
.woocommerce-shipping-totals.shipping,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot{
    display: none !important;
}
