/* Göm nollpriser */
.tws-article-list--price-is-zero, .tws-article--price-is-zero {
  display: none;
}
body {
    font-weight: 600;
}
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
    font-weight: 600;
}
  .newsletter-logo {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.newsletter-title {
  text-align: center;
}

/*--change display text in the checkout--*/

.tws-checkout--field-label-additional-info::after{
  content: "*Ibland kan vi skicka som brev.";
    font-size:12px;
}
.tws-checkout--field-label-additional-info::before {
    content: "Ange ditt postnummer nedan för att se fraktalternativ med utlämningsställe för DHL.";
    font-size: 15px;
}
.tws-checkout--field-label-additional-info {
    font-size: 0px;
}