.tws-container--tws-custom-html.under-uppbyggnad, .tws-container--tws-custom-html.v_lkommen {
  background: #E1F1F7;
}
.tws-article-list--list .tws-article-list--item-stock{
	display: none;
}
.tws-article-list--list .tws-article-list--item-stock.tws-article-list--item-stock {
  display : block;
  color : green;
}
@media only screen and (min-width: 992px) {
  .nordic--header .nordic--header-wrapper {
    padding-top : 0px;
  }

  .slot--header-search input.form-control {
    background-color : rgb(98, 98, 98);
  }
}
.slot--header-logo .tws-logo.tws-logo {
  max-width : 150px;
}
@media only screen and (max-width: 767px) {
  .slot--header-logo.slot--header-logo {
    max-width : 100px;
  }
}

/* För mobila enheter (skärmar som är max 600px breda) */
@media screen and (max-width: 600px) {
  /* Dölj första och tredje kolumnen */
  .guides td:nth-child(1),
  .guides td:nth-child(3) {
    display: none;
  }

  /* Gör den andra kolumnen bredare (full bredd) */
  .guides td:nth-child(2) {
    width: 100%!important;
    display: block;
  }

  /* Justera hur tabellen ser ut på mobilen (valfritt) */
  .guides table {
    width: 100%;
    border-collapse: collapse;
  }
}