  [data-zs-selling-price],
    [data-zs-label-price],
    [data-zs-add-to-cart] {
        display: none !important;
    }

    [hide_tag_element] {
        display: none !important;
    }

[show_tag_element] {
display: flex !important;
flex-direction: row
}
.theme-product-details-style-02 .theme-product-details-container .theme-product-main-info-container .theme-product-info-content-row.theme-product-details-price-and-availability-container .theme-product-details-price .theme-prod-detail-entry-row .theme-prod-total-price::after {
    color: #364253;
    font-size:15px;
font-style: italic;
content:"Ex VAT";
    align-content:end
}
.theme-shopping-cart-table-container .theme-cart-table-row .theme-cart-table-data.theme-cart-price-label span::after {
    font-size:10px;
font-style: italic;
content:"Ex VAT";
    align-content:end
}
.theme-product-list-style-02 [data-zs-selling-price]::after {
    font-size:10px;
    font-style: italic;
    content:"Ex VAT";
    align-content:center;
    width: fit-content;
}
.theme-prod-non-returnable { display: none !important; }