/* --- HEADER ---- */
.slot--header-logo .tws-logo {
    max-width: 600px;
}
.slot--header-logo .tws-logo .tws-logo--text { 
  text-transform: uppercase;
}
@media(min-width:992px) {
 .slot--header-horizontal-menu .navbar .container-fluid {
    border-top: 2px solid #6185a9;
    border-bottom: 2px solid #6185a9;
}
}

@media(min-width:550px) {
.slot--header-logo .tws-logo .tws-logo--text {
    font-size: 32px;
}
}

/* --- LISTS/GRID ---- */
.tws-article-list--list .tws-list--type-grid .thumbnail .caption,
.tws-container--tws-articles-two-type-carousel .thumbnail .caption {
    box-shadow: none;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
    color: #1996FF;
    font-size: 18px;
}

.slot--article-price .tws-api--price-current {
    color: #1996FF;
}

