.cart-price:after {
    display: block;
    content: ' (Inc. VAT)';
    margin-top:4px;
    font-size:11px;
}


#co-shipping-method-form .price > .price:after {
    display: inline-block !important;
    margin-left:6px;
}
#cart-totals tr[class^="totals "] .price:after,
#co-shipping-method-form .price > .price:after {
    display: block;
    content: ' (Excl. VAT)';
    font-size:11px;
    font-weight: 200 !important;
}

#cart-totals tr.grand.totals .price:after {
    display: block;
    content: ' (Incl. VAT)';
    font-size:11px;
    font-weight: 200 !important;
}

[lang="el"] #cart-totals tr[class^="totals "] .price:after,
[lang="el"] #co-shipping-method-form .price > .price:after  {
    content: ' (μη συμπ. ΦΠΑ)';
}


[lang="el"] .cart-price:after,
[lang="el"] #cart-totals tr.grand.totals .price:after  {
    content: ' (συμπ. ΦΠΑ)';
}
