.btn-primary { 
background: linear-gradient(to right, #e4d396 ,#bda270) !important;
border: none;
}

.tws-article-buy-button-with-modal--cart-messages  {
	display: none;
}

.btn-primary:hover { 
background: #B0D2F0 !important;
border: none; 
}

span.tws-login--login-text {
    font-size: medium;
    font-weight: 600;
}
.alert.alert-warning.tws-article-buy-button-with-modal--cart-messages.tws-article-buy-button-with-modal--cart-messages-0 {
   display: none;
}


.tws-checkout--forms .tws-checkout--field-id-address2 .tws-checkout--field-label span {
	font-size: 0px;
}
.tws-checkout--forms .tws-checkout--field-id-address2 .tws-checkout--field-label::before {
	content:"Mailadress för fakturor";
  font-size: 14px;
}


/* ---- LOGGA IN --- */
.slot--top-bar-login .tws-login--login-text {
    font-size: 0;
}
.slot--top-bar-login .tws-login--login-text::after {
    font-size: 12px;
    content:"LOGGA IN/SKAPA ETT KONTO";
    color: #000;
}
.user-logged-in .slot--top-bar-login .tws-login--login-text {
    font-size: 12px;
}
.user-logged-in .slot--top-bar-login .tws-login--login-text::after {
    font-size: 0;
}

.slot--article-stock-shipping {
    display: none;
}