/* Emphasise only the WayForPay discount label in WooCommerce totals. */
.woocommerce tr.novacoat-payment-discount > th,
.woocommerce-checkout tr.novacoat-payment-discount > th {
    color: #d32f2f !important;
    font-weight: 700 !important;
}
