.site-header-cart .cart-contents .amount {
    display: none;
}
.top-cart .woocommerce-Price-amount {
    display: none;
}
.cart-contents .woocommerce-Price-amount {
	display: none;
}

/* Mini-cart & Cart Drawer */
.wp-block-woocommerce-cart-order-summary-block {
    display: none;
}
.wc-block-cart-item__total {
    display: none;
}
.wc-block-cart-items__header-total {
    display: none;
}
.wc-block-components-product-price {
    display: none !important;
}
.wc-block-cart-item__prices {
    display: none;
}
/* subtotal in the cart drawer */
.wc-block-components-totals-item {
    display: none !important;
}
/* Hides the amount displayed in the mini-cart header */
span.wc-block-mini-cart__amount {
    display: none;
}
/* woodmart theme elements */
span.wd-cart-subtotal {
    display: none;
}
p.woocommerce-mini-cart__total {
    display: none;
}
