/* --- TOP BAR --- */
.fabrikk--top-bar {
     background: #212121;
}
.slot--top-bar-html p span {
     background: #212121 !important;
     color: #fff !important;
}

@media (max-width: 480px) {
.slot--top-bar-html p span {
    font-size: 12px !important;
}
}

@media (min-width: 768px) {
body.scrolled .fabrikk--header {
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 2;
 transition: all 0.5s ease;
}

body.scrolled .slot--logo .tws-logo {
    max-width: 180px;
   transition: all 0.3s ease;
}
}

.tws-contact-info--terms-and-conditions {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}

.fabrikk--header-wrapper,
.tws-mega-menu .btn-group, .tws-mega-menu .btn, .tws-mega-menu .tws-articles-connected--show-more-button, .tws-mega-menu .tws-articles--show-more-button, .tws-mega-menu .slot--my-pages-logout div.tws-login a, .slot--my-pages-logout div.tws-login .tws-mega-menu a{
	background: #ecedf3;
  color: #000;
}
/*
.tws-mini-cart--header-cart-info * {
	color: #fff;
} */

