/*----------- FORSELL MOTOR -----------*/
/*----- Designpaket: Silver ----*/
/*------------ 2024 ------------*/

.slot--header-horizontal-menu .tws-top-menu--controls .tws-audience-selector {
    display: none;
}
.slot--open-cookie-settings .tws-accept-cookies--open-btn a {
    color: #fff !important;
}

.startpage .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
  background: #eee;
  box-shadow: none;
}
.nordic--body .nordic--body-wrapper {
  max-width: 1400px;
}
.startpage .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
    padding: 10px 6px 60px 6px;
  }

.slot--top-bar-selling-points .list-unstyled .fa {
  color: #f1c40f;
}

.tws-audience-selector--audience-button-text {
  text-transform: inherit;
}
.tws-audience-selector--audience-button-icon-container {
  display: none;
}

.nordic--header {
  box-shadow: none;
  background: #000;
}

.slot--header-back-button .btn.btn-default {
  color: #fff;
}

@media (min-width: 1100px) {  
.nordic--header .nordic--header-wrapper .nordic--header-left {
    order: 2;
    width: 700px;
}   
.nordic--header .nordic--header-wrapper .nordic--header-left .slot--header-search input.form-control {
    width: 630px;
}
.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;
}
    .nordic--header .nordic--header-wrapper .nordic--header-right {
    order: 3;
}
  .nordic--header .nordic--header-wrapper {
    padding: 12px 30px 8px 30px;
}
 }

@media only screen and (min-width: 992px) {
  .slot--header-logo {
    min-width: 160px;
  }
}

/*  ---- SEARCH FIELD ---- */

@media(min-width: 992px) {
.slot--header-search {
    padding-left: 40px;
}
.slot--header-search .tws-article-search--no-label {
		color: #fff;
    right: 8px;
    font-size: 26px;
}
.fa-search::before {
  content: "\f002";
  position: relative;
  bottom: 5px;
  right: 10px;
}   

.slot--header-search input.form-control {
  background: #818183;
}

.slot--header-search input.form-control::placeholder {
  color: #fff;
}
.slot--header-search .tws-article-search--no-label {
  line-height: 36px;
      right: -1px;
  }
.nordic--search-button,  
.slot--header-search .fa-search {
-webkit-text-stroke: 2px #818183;
  text-stroke: 2px #818183;
}
.slot--header-search .tws-article-search--no-label,
.slot--header-search .tws-article-search--no-label:hover {
  background: transparent;
}
 }

@media(max-width: 991px) {
.nordic--search-button::before {
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000000;
}
  
}

/* CART */


.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
  content: "\f07a";
  color: #fff;
  font-size: 30px; 
}
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img {
  background: transparent;
}
 .slot--header-cart .tws-mini-cart--header-cart-button:hover .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img {
    background: transparent;
  }

@media(min-width: 992px) {
 .slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-quantity {
color: #fff;
    background: #818183;
    position: relative;
    border-radius: 50%;
    width: 24px;
    bottom: 10px;
    right: 10px;
    text-align: center;
  }
}

/*  ---- MENU ---- */ 

.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:hover, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
} 
.slot--header-horizontal-menu .navbar .container-fluid {
    border: none;
  }

.slot--header-horizontal-menu {
  background: #000;
}
.slot--header-horizontal-menu .navbar-nav > li a {
  color: #fff;
  text-transform: uppercase;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover {
  color: #fff;
}
.slot--header-horizontal-menu .navbar {
    padding: 0 10px;
  }

.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu {
  background: rgba(0,0,0, 0.86);
}
.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu li a {
  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: normal;
}



.tws-content-box--inner-wrapper {
   transition: all 0.5s ease;
}
.tws-content-box--inner-wrapper:hover {
  background: rgba(0,0,0, 0.2);
   transition: all 0.5s ease;
}

.tws-container--tws-content-box-2x .tws-content-box--third-line, 
.tws-container--tws-content-box-3x .tws-content-box--third-line {
  background: #f1c40f;
  padding: 6px 14px;
  border-radius: 3px;
  text-shadow: none !important;
  color: #000!important;
  font-size: 16px !important;
  text-align: center;
}

.tws-container--tws-content-box-2x .tws-content-box--third-line::after,
.tws-container--tws-content-box-3x .tws-content-box--third-line::after {
		content: '\2192';
		font-size: 0px;
		opacity: 0;
	  transition: all 0.5s ease;
}
.tws-container--tws-content-box-2x .tws-content-box--third-line:hover::after,
.tws-container--tws-content-box-3x .tws-content-box--third-line:hover::after {
		color: #000;
 		padding-left: 10px;
	  transition: all 0.5s ease;
	  opacity: 9;
  		font-size: 15px;
}

/* GRIDS */

.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-list--type-grid .tws-list--grid-item {
  margin: 5px;
  background: #fff;
}
.tws-articles-two .slick-slider .thumbnail {
  background: #fff;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-current {
  font-size: 20px;
	letter-spacing: 0.2px;
}
.nordic--buy-button-group .slot--article-buy-button .btn::after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-list--choices-button::after,
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after {
  display: none;
}

/*-------------------------
ARTICLE PAGE 
--------------------------*/

.tws-article-description--text-container {
  max-height: none;
  overflow: visible;
}

.slot--article-description .tws-article-description .tws-article-description--show-more {
  display: none;
}

/*-------------------------
 FOOTER
--------------------------*/

.nordic--footer {
    margin: 0;
}
.nordic--footer ul {
    padding-left: 0;
    list-style: none;
}
.nordic--footer .titles {
    text-transform: uppercase;
    font-weight: 600;
  font-size: 16px;
}
.nordic--footer ul li {
    line-height: 1.5;
}
.nordic--footer .fa-caret-right {
    color: #888888;
	  font-size: 14px;
    padding-right: 4px;
}
.nordic--footer-right ul li {
  line-height: 2.2;
}
.nordic--footer-right ul li i {
	font-size: 24px;
  padding-right: 8px;
  vertical-align: middle;
}

.nordic--footer .slot--brand-logos {
  border-top: 2px solid #818183;
}

/* Reqeusted from Valle /Elof */
.checkout .slot--checkout-cart .tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price .tws-opc-cart--unit-costs .tws-opc-cart--unit-costs-vat {
	display: none;
}
/* vat selector */
.nordic--top-bar .slot--top-bar-audience-selector .tws-audience-selector .tws-audience-selector--audience-button{
display: none;
}

.nordic--header {
  font-size: 14px;
  color: #fff;
}