/*** CART SIDEBAR PRICES ***/
.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total.total,
.widget.woocommerce.widget_shopping_cart .cart-info .amount 
{
    display:none;
}

/*** CART PAGE - CART TAB ***/
.woocommerce .cart-content-wrapper .shop_table .product-price,
.woocommerce .cart-content-wrapper .shop_table .product-subtotal,
.woocommerce .cart_totals .cart-subtotal,
.woocommerce .cart_totals .order-total
{
    display:none;
}

/*** CART PAGE - CHECKOUT TAB ***/
.woocommerce form[name="checkout"] .shop_table thead .product-total,
.woocommerce form[name="checkout"] .shop_table tbody .cart_item .product-total,
.woocommerce form[name="checkout"] .shop_table tfoot
{
    display:none;
}

/*** SHOP PAGES ***/
.wd-product:not(.sale) .price {
    display:none !important;
}

.woocommerce-order .woocommerce-customer-details {
    /*display:none !important;*/
}