#uk-minicart-overlay .uk-card-footer .subtotal > div:first-of-type .label:after, .checkout-index-index .uk-product-item .subtotal:after {
    content: ' (Excl VAT)' !important;
}
html[lang="en"] .checkout-cart-index .uk-summary-cart table tbody tr.sub th:after, html[lang="en"] #uk-minicart-overlay .uk-card-footer .subtotal > div:first-of-type .label:after, html[lang="en"] .checkout-index-index .uk-product-item .subtotal:after {
    content: ' (Excl VAT)' !important;
}
.checkout-index-index .table-totals .grand.totals th strong:after {
    content: ' (Incl VAT)' !important;
}
.checkout-cart-index .uk-summary-cart table tbody tr.sub th:after {
    content: ' (Excl VAT)' !important;
}
#cart-totals .grand.totals th strong:after {
    content: ' (Incl VAT)' !important;
}
#uk-minicart-overlay .uk-card-footer .subtotal > div:first-of-type .label:after, .checkout-index-index .uk-product-item .subtotal:after {
    content: ' (Excl VAT)' !important;
}
#uk-minicart-overlay .uk-card-footer .subtotal > div:last-of-type .label:after {
    content: ' (Incl VAT)' !important;
}
html[lang="en"] .checkout-cart-index .uk-summary-cart table tbody tr.sub th:after, html[lang="en"] #uk-minicart-overlay .uk-card-footer .subtotal > div:first-of-type .label:after, html[lang="en"] .checkout-index-index .uk-product-item .subtotal:after {
    content: ' (Excl VAT)' !important;
}
html[lang="en"] #cart-totals .grand.totals th strong:after, html[lang="en"] #uk-minicart-overlay .uk-card-footer .subtotal > div:last-of-type .label:after {
    content: ' (Incl VAT)' !important;
}