/*
 * WDD Drewno Pro 7.1.4
 * Cena w koszyku oznacza pełną sztukę. Motyw sklepu może globalnie
 * dopisywać jednostkę "/ mb" przez pseudo-element CSS do każdej ceny.
 * Usuwamy ją wyłącznie z ceny pozycji oraz sum koszyka.
 */

.woocommerce-mini-cart .quantity .woocommerce-Price-amount::before,
.woocommerce-mini-cart .quantity .woocommerce-Price-amount::after,
.woocommerce-mini-cart .quantity .woocommerce-Price-currencySymbol::before,
.woocommerce-mini-cart .quantity .woocommerce-Price-currencySymbol::after,
.woocommerce-mini-cart .quantity bdi::before,
.woocommerce-mini-cart .quantity bdi::after,
.woocommerce-mini-cart__total .woocommerce-Price-amount::before,
.woocommerce-mini-cart__total .woocommerce-Price-amount::after,
.woocommerce-mini-cart__total .woocommerce-Price-currencySymbol::before,
.woocommerce-mini-cart__total .woocommerce-Price-currencySymbol::after,
.woocommerce-mini-cart__total bdi::before,
.woocommerce-mini-cart__total bdi::after,

.widget_shopping_cart_content .quantity .woocommerce-Price-amount::before,
.widget_shopping_cart_content .quantity .woocommerce-Price-amount::after,
.widget_shopping_cart_content .quantity .woocommerce-Price-currencySymbol::before,
.widget_shopping_cart_content .quantity .woocommerce-Price-currencySymbol::after,
.widget_shopping_cart_content .quantity bdi::before,
.widget_shopping_cart_content .quantity bdi::after,
.widget_shopping_cart_content .total .woocommerce-Price-amount::before,
.widget_shopping_cart_content .total .woocommerce-Price-amount::after,
.widget_shopping_cart_content .total .woocommerce-Price-currencySymbol::before,
.widget_shopping_cart_content .total .woocommerce-Price-currencySymbol::after,
.widget_shopping_cart_content .total bdi::before,
.widget_shopping_cart_content .total bdi::after,

.woocommerce-cart-form .product-price .woocommerce-Price-amount::before,
.woocommerce-cart-form .product-price .woocommerce-Price-amount::after,
.woocommerce-cart-form .product-price bdi::before,
.woocommerce-cart-form .product-price bdi::after,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount::before,
.woocommerce-cart-form .product-subtotal .woocommerce-Price-amount::after,
.woocommerce-cart-form .product-subtotal bdi::before,
.woocommerce-cart-form .product-subtotal bdi::after,

.cart_totals .woocommerce-Price-amount::before,
.cart_totals .woocommerce-Price-amount::after,
.cart_totals .woocommerce-Price-currencySymbol::before,
.cart_totals .woocommerce-Price-currencySymbol::after,
.cart_totals bdi::before,
.cart_totals bdi::after,

.woocommerce-checkout-review-order .product-total .woocommerce-Price-amount::before,
.woocommerce-checkout-review-order .product-total .woocommerce-Price-amount::after,
.woocommerce-checkout-review-order .product-total bdi::before,
.woocommerce-checkout-review-order .product-total bdi::after,
.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount::before,
.woocommerce-checkout-review-order .order-total .woocommerce-Price-amount::after,
.woocommerce-checkout-review-order .order-total bdi::before,
.woocommerce-checkout-review-order .order-total bdi::after {
    content: none !important;
    display: none !important;
}
