/* Fundraiser checkout: retail incl. GST — no separate Tax line in order summary */
.opc-block-summary .table-totals tr.totals-tax,
.opc-block-summary .table-totals tr.totals-tax-summary,
.opc-block-summary .table-totals tr.totals-tax-details,
.cart-totals tr.totals-tax,
.cart-totals tr.totals-tax-summary {
    display: none !important;
}

.opc-block-summary .price-excluding-tax,
.cart-totals .price-excluding-tax {
    display: none !important;
}
