/* ProtectCare - Maatwerk bestellen zonder prijs */

/* Productpagina: EPO-totalen ("Uw prijs") en productprijs verbergen bij maatwerkproducten. */
body.pc-maatwerk-product .tc-totals-form,
body.pc-maatwerk-product .tc-epo-totals,
body.pc-maatwerk-product .tm-extra-product-options-totals,
body.pc-maatwerk-product .tm-final-totals,
body.pc-maatwerk-product .product-price-container,
body.pc-maatwerk-product .single-product-summary .price,
body.pc-maatwerk-product .tc-price,
body.pc-maatwerk-product .tm-epo-field-price,
body.pc-maatwerk-product .price_including_tax,
body.pc-maatwerk-product .tax_label {
	display: none !important;
}

/* Winkelwagen / afrekenen met uitsluitend maatwerk: btw-regels weglaten. */
body.pc-maatwerk-only .cart_totals tr.tax-rate,
body.pc-maatwerk-only .cart_totals tr.tax-total,
body.pc-maatwerk-only .woocommerce-checkout-review-order-table tr.tax-rate,
body.pc-maatwerk-only .woocommerce-checkout-review-order-table tr.tax-total,
body.pc-maatwerk-only .woocommerce-mini-cart__total .tax_label,
body.pc-maatwerk-only .includes_tax,
body.pc-maatwerk-only .tax_label {
	display: none !important;
}

.pc-prijs-volgt {
	font-weight: 600;
	color: #0b7a86;
	white-space: nowrap;
}
.pc-excl-maatwerk {
	font-weight: normal;
	color: #666;
}
