.tws-checkout-shortcuts--purchase-as a {
    color: #ff0000;
}

.tws-checkout-shortcuts--ship-to, .tws-checkout-shortcuts--purchase-as {
    display: table-row;
    font-size: 18px;
    font-weight: 500;
}

.slot--article-description .tws-article-description--text-container {
  max-height: none !important;
}

.startpage .slot--component-container .fabrikk--component-container > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tws-article-description--text br {
    display: none;
}

.tws-order-history--payment-status-unpaid,
.tws-order-history--payment-status-paid {
    display: none;
}

.tws-article-description--text br {
    display: inherit;
}

label[for="name"]:before {
    color: #333;
    content: "Namn / Företagets ";
}

label[for="name"] {
    color: #ffffff00;
}

.startpage .slot--component-container .fabrikk--component-container > div {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(min-width:1100px){
.tws-article-images--slick-big .tws-article-images--image {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
}