.responsive {
  width: 100%;
  height: auto;
}

ul { margin-top: 0; }

body {
  background-image: url("https://shop.textalk.se/shop/ws62/41062/files/black-linen-shade-50.jpg");
  background-repeat: repeat;
}

/* ---- RADERAR SORTERINGS-BAREN ---- */ 
/*.tws-list-controls {
  display: none;
}*/

.bountiful--start-page .tws-container--tws-custom-html img, .bountiful--start-page .tws-container--tws-custom-html iframe {
    max-width: 100%;
    width: 100%;
    height: 600px;
    border: none;
}

[lang="nl"] .tws-checkout-shortcuts--customer-type .tws-react-common--dropdown-label {
  font-size: 0;
}

[lang="nl"] .tws-checkout-shortcuts--customer-type.tws-checkout-shortcuts--customer-type-individual .tws-react-common--dropdown-label::after {
  content: 'Particulier';
  font-size: 16px;
}

[lang="nl"] .tws-checkout-shortcuts--customer-type.tws-checkout-shortcuts--customer-type-business .tws-react-common--dropdown-label::after {
  content: 'Bedrijf';
  font-size: 16px;
}

[lang="nl"] .tws-checkout-shortcuts--customer-type .tws-react-common--dropdown-menu-item a {
  font-size: 0;
}

[lang="nl"] .tws-checkout-shortcuts--customer-type .tws-react-common--dropdown-menu-item[data-value="business"] a::after {
  content: 'Bedrijf';
  font-size: 16px;
}

[lang="nl"] .tws-checkout-shortcuts--customer-type .tws-react-common--dropdown-menu-item[data-value="individual"] a::after {
  content: 'Particulier';
  font-size: 16px;
}

/* PRODUKTBESKRIVNINGARNA ÄR FULLT EXPANDERADE FRÅN START */ 
.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}

.tws-article-description--show-more {
    display: none;
}