@media(min-width:991px) {
  .startpage .mobile-snabblankar {
  		display: none;
  }
}
 .startpage .mobile-snabblankar .tws-articlegroups .caption {
		 background: #004080;
  }
 .startpage .mobile-snabblankar .tws-articlegroups .caption a {
		 color: #fff;
  }
 .startpage .mobile-snabblankar .tws-articlegroups .thumbnail {
    border: none;
}
 .startpage .mobile-snabblankar .tws-util-heading--heading  {
    text-align: center;
}
 
@media(max-width:991px) { 
  .startpage .slot--component-container .sizes {
  	display: none;
  }
}

@media(max-width: 480px) { 
.tws-container--tws-content-box-4x .tws-content-box--first-line {
    font-size: 14px;
}
 }

.slot--article-description .tws-article-description--heading {
    display: none;
}

/*Checkout Postcode*/
.tws-checkout--select-delivery-list-empty:before {
    content: "*Skriv ditt postnummer för att se leveransalternativen";
    font-size: 14px;
    color: red;
}

.tws-checkout--select-delivery-list-empty {
    font-size: 0px;
}