.tws-article-list--list .tws-list--type-list .tws-list--list-item {
    cursor: pointer;
    border: 1px solid #020202;
    border-radius: 3px;
    box-shadow: 0 1px 2px transparent;
    margin: 0 0 10px 0;
    padding: 15px 8px;
    transition: all .3s;
}

.tws-article-list--list .tws-list--type-grid .thumbnail .tws-article-list--grid-item-link {
    border: 1px solid #000000;
    border-radius: 3px;
}

.tws-articlegroups .thumbnail, .tws-articlegroup-list .thumbnail {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #000000;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
}

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


.checkout .tws-checkout--select-delivery-list-empty::after {
    content:"We can deliver to all countries, if there is no shipping option to your country, please contact us at order@wheelsandparts.se";
    font-size: 15px;
    color: #333;
  }

span.tws-vertical-menu-light--expand-children {
    display: none;
}

/* --- STICKY HEADER --- */
@media (max-width:992px) {
body.scrolled .brew--header  {
  top: 0;
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
body.scrolled .slot--header-logo {
    max-width: 50px;
    transition: all 0.2s ease;
}
}
.tws-article-description--show-more {
    display: none;
}
.tws-article-description--text-container {
    max-height: none;
}