/*
.slot--component-container .tws-container--tws-custom-html, .slot--component-container .tws-container--tws-article-display, .slot--component-container .tws-container--tws-articles, .slot--component-container .tws-container--tws-articles-connected, .slot--component-container .tws-container--tws-newsletter-subscribe {
padding: 0px 20px!important;
}
*/

/*--Compare button--*/
.tws-compare-articles-button--button button {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: unset;
}
.fabrikk--buy-button-group {
    margin-bottom: 10px;
}

.tws-mega-menu--navigation .tws-mega-menu--articlegroup>a,
.tws-mega-menu--navigation .tws-mega-menu--articlegroup-children a,
.tws-mega-menu--navigation a {
    color: #fff !important;
}
.fabrikk--top-bar {
    background: #1a870a;
}

body.scrolled .fabrikk--header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: all 0.5s ease;
}
body.scrolled .slot--logo .tws-logo {
  transition: all 0.3s ease;
    max-width: 250px;
}
.slot--logo .tws-logo {
  transition: all 0.3s ease;
}

@media (max-width: 550px) {
.slot--logo {
    max-width: 420px;
  }
}

@media (max-width: 1100px) {
.tws-mini-cart .tws-mini-cart--header-cart-button {
		padding: 10px 10px 10px 10px;
  }
  .fabrikk--header .slot--header-favorites .tws-favorite-list--header-favorite-button {
  	margin-right: 0;
  }
}

label.tws-react-common--choice-label {
    display: none !important;
}

.tws-article-list--list .tws-list--type-grid .ItemStock .tws-article-list--item-stock, .tws-article-search-page--list .tws-list--type-grid .ItemStock .tws-article-list--item-stock, .tws-article-list--list .tws-list--type-carousel .ItemStock .tws-article-list--item-stock, .tws-article-search-page--list .tws-list--type-carousel .ItemStock .tws-article-list--item-stock {
   position: relative;
   left: 0;
}
/* Default to English if no lang attribute is specified */
.tws-checkout--payment-method-155641::after {
  content: "For your security, the payment takes place on PayPal's own server. After payment, you will be redirected back here to enter your delivery address.";
  font-size: 15px;
  color: blue;
  text-align: center;
  display: inline;
}

/* Swedish (SE) */
html[lang="sv"] .tws-checkout--payment-method-155641::after {
  content: "För din trygghet betalningen sker på PayPals egna server. Efter betalningen omdirigeras du tillbaka hit för att fylla i din leveransadress.";
}

/* Danish (DK) */
html[lang="da"] .tws-checkout--payment-method-155641::after {
  content: "Af hensyn til din sikkerhed foregår betalingen på PayPals egen server. Efter betaling vil du blive omdirigeret tilbage hertil for at indtaste din leveringsadresse.";
}

/* German (DE) */
html[lang="de"] .tws-checkout--payment-method-155641::after {
  content: "Zu Ihrer Sicherheit erfolgt die Zahlung auf dem PayPal-eigenen Server. Nach der Zahlung werden Sie hierher zurückgeleitet, um Ihre Lieferadresse einzugeben.";
}

/* French (FR) */
html[lang="fr"] .tws-checkout--payment-method-155641::after {
  content: "Pour votre sécurité, le paiement s'effectue sur le propre serveur de PayPal. Après paiement, vous serez redirigé ici pour saisir votre adresse de livraison.";
}

/* Dutch (NL) */
html[lang="nl"] .tws-checkout--payment-method-155641::after {
  content: "Voor uw veiligheid vindt de betaling plaats op de eigen server van PayPal. Na betaling wordt u hierheen teruggeleid om uw afleveradres in te voeren.";
}

/* Polish (POL) */
html[lang="pl"] .tws-checkout--payment-method-155641::after {
  content: "Dla Twojego bezpieczeństwa płatność odbywa się na własnym serwerze PayPal. Po dokonaniu płatności zostaniesz przekierowany z powrotem tutaj, aby wprowadzić adres dostawy.";
}

/* Finnish (FI) */
html[lang="fi"] .tws-checkout--payment-method-155641::after {
  content: "Turvallisuutesi vuoksi maksu tapahtuu PayPalin omalla palvelimella. Maksun jälkeen sinut ohjataan takaisin tänne syöttämään toimitusosoitteesi.";
}

/* Italian (IT) */
html[lang="it"] .tws-checkout--payment-method-155641::after {
  content: "Per la tua sicurezza, il pagamento avviene sul server PayPal. Dopo il pagamento verrai reindirizzato qui per inserire il tuo indirizzo di consegna.";
}

/* Spanish (ESP) */
html[lang="es"] .tws-checkout--payment-method-155641::after {
  content: "Para su seguridad, el pago se realiza en el propio servidor de PayPal. Después del pago, será redirigido aquí para ingresar su dirección de entrega.";
}


