/*------------- BACTIVE  ------------*/
/*-------------ABICART 2026-------------*/
/*----------------------------------------*/


/* ========================
   GENERAL
=========================== */

body:not(.checkout-page) a,
body:not(.articlegroup) a {
  color: #fff;
}

body {
  color: #fff;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-current {
  color: #000;
}

.tws-article-introduction--text .tws-article-introduction--read-more a:hover,
.slot--article-price .tws-api--price-regular, 
.slot--article-price .tws-article-price--compare-at-price,
.tws-article-introduction--text .tws-article-introduction--read-more a,
.tws-breadcrumbs a,
.tws-breadcrumbs a:hover, 
.tws-breadcrumbs--spacer::before {
  color: #fff;
}

.nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
  background: #222;
  box-shadow: none;
}
.tws-article-list--list .tws-list--type-grid .tws-list--grid-item {
  margin: 5px;
  background: #fff;
}
.tws-article-list--list .tws-article-list--buy-button .btn {
  display: inline-block;
  position: relative;
  background: #676767;
}
.startpage .nordic--body .nordic--body-wrapper {
  padding: 0px 10px 40px 10px;
  max-width: 1920px;
  overflow-x: hidden;
}

/* ========================
   TOP BAR
=========================== */

.nordic--top-bar-left {
    display: flex;
    justify-content: center; 
    align-items: center;   
  float: none !important;
}


.nordic--top-bar .nordic--top-bar-wrapper {
    max-width: 1920px;
}

.nordic--top-bar .slot--top-bar-audience-selector {
    display: none;
}

.slot--top-bar-selling-points ul li {
  font-size: 14px;
}
.slot--top-bar-selling-points ul li i {
  font-size: 18px;
}

@media(max-width: 480px) {
.slot--top-bar-selling-points ul li {
  float: none;
  line-height: 1.6;
}
 }

.slot--header-horizontal-menu .tws-top-menu--controls .tws-audience-selector,
.nordic--top-bar-right .slot--open-cookie-settings {
  display: none;
}

/* ========================
   HEADER
=========================== */
.nordic--header {
  background: #222;
}

.nordic--header .nordic--header-wrapper,
.slot--header-horizontal-menu .navbar {
    max-width: 1920px;
}

.slot--header-horizontal-menu .navbar {
    max-width: none;
	  padding: 0;
}


@media (min-width: 992px) {  
   .nordic--header .nordic--header-wrapper {
    display: flex;
    align-items: center;
  }
.nordic--header .nordic--header-wrapper .nordic--header-left {
				order: 2;
        flex: 3;
}   
.nordic--header .nordic--header-wrapper .slot--header-search {
        display: inline-block;
        padding-left: 40px;
    }
.nordic--header .nordic--header-wrapper .nordic--header-left .slot--header-search input.form-control {
    width: 630px;
    background: #fff;
}
    
    .nordic--header .nordic--header-wrapper .nordic--header-middle {
		    order: 1;
}   
    .nordic--header .nordic--header-wrapper .nordic--header-middle .slot--header-logo,
    .nordic--header .nordic--header-wrapper .nordic--header-middle .slot--header-logo .tws-logo {
			    margin: 0;
	        transition: all 0.8s ease;
}
    .nordic--header .nordic--header-wrapper .nordic--header-right {
    order: 3;
} 
  .nordic--header .nordic--header-wrapper {
    padding: 14px 30px 14px 30px;
}
	}

.slot--header-search input.form-control,
 .slot--header-search .tws-article-search input::placeholder {
    color: #000;
  }

.slot--header-cart .tws-mini-cart--header-cart-button {
  color: #fff;
}

.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
		font-family: "Bootstrap-icons";
    content: "\f179";
    color: #fff;
    font-size: 20px;
    margin: 0px 10px;
}

.slot--header-cart .tws-mini-cart--header-cart-button:hover .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img,
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img {
    background: transparent;
}

.slot--header-search .tws-article-search--no-label,
.slot--header-search .tws-article-search--no-label:hover {
    background: transparent;
  }

.nordic--search-button::before {
  font-family: "Bootstrap-icons";
  content: "\f52a"; 
  color: #fff;
  font-size: 20px;
  margin: 0px 10px;
}
.slot--header-search .fa-search::before {
  font-family: "Bootstrap-icons";
  content: "\f52a"; 
  color: #000;
  font-size: 20px;
  margin: 0px 10px;
}

.slot--header-favorites .fa-heart-o:before {
    content: "\f08a";
    margin: 0px 10px;
}

/* HEADER MENU */

.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu {
    max-width: 1220px;
  	margin: 0 auto;
}

.slot--header-horizontal-menu .navbar-nav>li a {
    font-family: "Fira Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
  color: #fff;
}
.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu .tws-top-menu--sub-item .tws-top-menu--sub-item-heading {
    font-weight: 400;
    font-size: 16px;
}

.slot--header-horizontal-menu .navbar-nav > li > a {
  border-bottom: 3px solid transparent;
}
.slot--header-horizontal-menu .navbar-nav > li > a:focus,
.slot--header-horizontal-menu .navbar-nav > li > a:hover {
  border-bottom: 3px solid #cd3327;
  background: #5e5e5e;
  color: #fff;
}

.slot--header-horizontal-menu .nav .open > a {
  background-color: #5e5e5e;
}

@media only screen and (min-width: 992px) {
    .slot--header-horizontal-menu .navbar .container-fluid {
        border: none;
        background: #383838;
    }
}

.slot--header-horizontal-menu .nav.navbar-nav {
  margin: 0px 20px;
}

/* ========================
   GRIDS & LISTS
=========================== */

.nordic--buy-button-group .slot--article-buy-button .btn::after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after {
  display: none;
}

.tws-container--tws-articles-two-type-carousel .thumbnail .caption,
.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
  box-shadow: none;
}

.slot--article-groups .tws-list--grid-item {
  max-width: fit-content !important;
  flex-basis: auto;
  width: 100%;
}
.slot--article-groups .tws-list--type-grid {
  display: flex;
  flex-wrap: wrap;
}

.nordic--start-page .tws-articles-two--heading .tws-util-heading--heading, 
.nordic--start-page .tws-articlegroups--title .tws-util-heading--heading,
 .tws-articlegroup-list .tws-artgrp-info .tws-util-heading--heading, 
.tws-custom-page--articlegroups-heading .tws-util-heading--heading, 
.tws-custom-page--article-heading .tws-util-heading--heading {
    font-family: "Fira Sans Condensed", sans-serif;
    border: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  }

/* ========================
   STARTPAGE
=========================== */

.tws-content-box--inner-wrapper {
  transition: all 0.35s ease;
}
.tws-content-box--inner-wrapper:hover {
  background: rgba(0,0,0, 0.5);
}
  
.tws-content-box--first-line {
  background: rgba(0,0,0, 0.6);
  padding: 6px 14px;
  border-radius: 3px;
  display: inline-block;
}

.tws-content-box--third-line {
  padding: 6px 14px;
    background: rgba(0,0,0, 0.6);
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
}


.main-product-groups {
  max-width: 1000px;
  margin: 0 auto !important;
}

.main-product-groups .tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a, 
.main-product-groups .tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a {
  color: #fff;
  font-weight: 500;
}

.main-product-groups .tws-articlegroups .thumbnail .caption, 
.main-product-groups .tws-articlegroup-list .thumbnail .caption {
  background: #000;
}

.main-product-groups .tws-articlegroup-list--product-image {
  display: none;
}

.main-product-groups .tws-list--grid-item {
  max-width: fit-content !important;
  flex-basis: auto;
  width: 100%;
}
.main-product-groups .tws-list--type-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button::after {
  display: none;
}

/* ========================
   PRODUCTGROUPS
=========================== */

.tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a, 
.tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a {
  color: #fff;
}

.nordic--article-search-results .tws-article-search-page--heading {
  color: #fff;
}

/* ========================
   PRODUCT PAGE 
=========================== */

.article  {
	color: #fff; 
}
.slot--article-share {
  display: none;
}

.slot--article-buy-button .btn-primary {
  border: 1px solid #fff;
}
.slot--article-description .tws-article-description .tws-article-description--show-more .btn {
	color: #000;
}
.tws-articles-two .slick-slider .tws-list--grid-item {
  background: #fff;
}

.nordic--article-images .slot--article-images .tws-article-images--current-image,
.tws-article-images .slick-slide {
  background: #fff;
}
.nordic--article-images .tws-article-images--slick-nav::before, 
.nordic--article-images .tws-article-images--slick-nav::after {
  display: none;
}

.article .slot--article-buy-button .btn-primary {
  background: #27ae60;
}
.article .slot--article-stock-shipping .tws-article-stock-shipping--wrapper {
	font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  font-size: 15px;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 3px;
  display: inline-block;
}


/* ========================
   FOOTER
=========================== */

.nordic--footer .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  gap: 40px;
  flex-wrap: wrap;
}

.nordic--footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d9d9d9;
  color: #1877f2;
  text-decoration: none;
  transition: all 0.3s ease;
}
.nordic--footer .social-icon:hover {
  background: #bfbfbf;
  transform: scale(1.08);
  color: #fff;
}
.nordic--footer .fa {
  color: #000;
  font-size: 22px;
}

.nordic--footer-mid-right li {
  display: inline-block;
  margin: 0px 3px;
}

.nordic--footer .tws-accept-cookies--icon {
  display: none;
}

@media(max-width: 991px) {
.nordic--footer .row {
  gap: 0px;
  }
}


/* ========================
   CHECKOUT 
=========================== */



.slot--contact-form .tws-contact-form--form-inner-wrapper .btn-primary {
  background: #f8f8f8;
  color: #000;
}


.slot--checkout-cart-usps,
.checkout  .nordic--header .nordic--header-wrapper .slot--header-search {
    display: none;  
  }



.custompage-9103077 .nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
  box-shadow: none;
}



