/*--Remove VAT related text in the checkout--*/
.tws-opc-cart--unit-costs-vat,
.tws-cart-summary--sum-row-vat{
    display: none !important;
}

/*--Hide the VAT text in the top bar--*/
.tws-audience-selector--audience-button-text {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 94px; 
    white-space: nowrap;
    text-overflow: clip;
}

.tws-audience-selector--audience-button {
    padding-right: 5px !important;
}

/*--Brew Sidebar- Solid color--*/
.brew--sidebar {
    background: rgb(234 221 212) !important;
}

/*--Change the text on the new label--*/
span.tws-article-labels--label-text::before {
    content: "slutsåld";
    font-size: 10px;
}
span.tws-article-labels--label-text {
    font-size: 0px !important;
}