.tws-vat-selector {
    display: none;
}

.tws-login--register-button {
    display: none;
}

tws-login--input .modal-body .form-group:nth-child(3) {
    display: none;
}

.tws-micro-cart–counter::before { 
transform: scale(5.0); 
}

.tws-checkout-shortcuts–ship-to { 
display: none; 
}

.tws-micro-cart--counter::before {
  transform: scale(1.2);
}

.tws-article-description--text {
    text-align: center;
}

.slot--checkout-cart .tws-discount-field .tws-discount-field--enter-discount-btn {
    font-size: 14px;
    font-weight: 400;
    padding-left: inherit;
    background-color: #910000;
    color: white;
}

.slot--top-bar-vat {
    display: none;
}

/* Göm nollpriser */
.tws-article-list--price-is-zero, .tws-article--price-is-zero {
  display: none;
}

/* Göm nollpriser för artikelvarianter */
.tws-article-choices--variant-price-is-zero,
.tws-article-choices--variant-price-no-table-is-zero {
  font-size: 0; 
}

/* -a- Hide comparison price -a- 
.tws-article-price--compare-at-price {
display: none!important;
} */