/*----------- AUTOPARTNER -----------*/
/*----- Designpaket: Gold ----*/
/*------------ 2024 ------------*/

/*-------------------------
BOUNTIFUL GENERAL
--------------------------*/

.startpage h1 {
    font-size: 25px;
    color: #b22c2b !important;
  }

.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
  box-shadow: none !important;
}

@media only screen and (min-width: 1100px) {
  .startpage .bountiful--sidebar,
  .article .bountiful--sidebar {
    float: left;
    display: none;
  }
  .startpage .bountiful--body .bountiful--body-wrapper .bountiful--main,
  .article .bountiful--body .bountiful--body-wrapper .bountiful--main {
	float: none;
    width: 100%;
    margin-left: 0;
  }
}

.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
  box-shadow: none;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .bountiful--body .bountiful--body-wrapper {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
.bountiful--body .bountiful--body-wrapper {
  padding: 0px 10px 40px 10px;
}
 }


/*-------------------------
	TOP BAR 
--------------------------*/

.slot--top-bar-login {
  float: right;
  position: relative;
  bottom: 2px;
}
.slot--top-bar-login a {
  text-transform: inherit;
  font-size: 14px;
}
.slot--top-bar-login .tws-login--login-text:before {
	font-family: 'Material Symbols Outlined';
  content: "\ea77";
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 4px;
  right: 4px;
}

.tws-audience-selector--audience-button-text {
  text-transform: inherit;
}

/*-------------------------
  HEADER
--------------------------*/

.bountiful--header {
  box-shadow: none;
}
@media (min-width: 1100px) {  
.bountiful--header .bountiful--header-wrapper .bountiful--header-left {
    order: 2;
    width: 700px;
}   
.bountiful--header .bountiful--header-wrapper .bountiful--header-left .slot--header-search input.form-control {
    width: 630px;
    background: #fff;
  color: #000;
}
.bountiful--header .bountiful--header-wrapper .bountiful--header-middle {
		    order: 1;
}   
    .bountiful--header .bountiful--header-wrapper .bountiful--header-middle .slot--header-logo,
    .bountiful--header .bountiful--header-wrapper .bountiful--header-middle .slot--header-logo .tws-logo {
			    margin: 0;
}
    .bountiful--header .bountiful--header-wrapper .bountiful--header-right {
    order: 3;
}
  .bountiful--header .bountiful--header-wrapper {
    padding: 16px 30px 0px 30px;
}
 }

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

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

@media (min-width: 1100px) {  
.slot--header-search {
    padding-left: 40px;
}
.slot--header-search .tws-article-search--no-label {
		color: #000;
    right: 8px;
    font-size: 26px;
}
.slot--header-search input.form-control {
		border: 1px solid #333;
    border-radius: 0;
    height: 36px;
}
.slot--header-search input.form-control::placeholder {
  color: #000;
}
.slot--header-search .tws-article-search--no-label {
  line-height: 36px;
      right: -1px;
  }
.bountiful--search-button,  
.slot--header-search .fa-search {
-webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}
 }

@media (max-width: 1099px) {  
.bountiful--search-button  {
-webkit-text-stroke: 2px #202020;
  text-stroke: 2px #202020;
}
.fa-search::before {
-webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  }
  .bountiful--search-button {
  margin: 2px 5px 0 0;
}
}

/*  ---- CART ---- */ 
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
	font-family: 'Material Symbols Outlined';
	content: "\f1cc";
  font-size: 30px;
  font-weight: 300;
  position: relative;
  }

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

.slot--header-horizontal-menu {
  border-top: none;
}

.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 {
  background: #202020;
}
.slot--header-horizontal-menu .navbar-nav > li a {
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px 16px 15px;
  font-weight: 500;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover {
  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: 600;
  text-transform: capitalize;
  font-size: 14px;
}

.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu li a:hover {
	text-decoration: underline;
}


.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu-li .tws-top-menu--sub-item {
  width: 16%;
}



/* --- SIDE BAR MENU --- */

 .bountiful--sidebar .tws-vertical-menu-light {
    box-shadow: none;
   background: #eee;
  }
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level>li {
  border-bottom: 1px solid #dedede;
}

@media only screen and (min-width: 1100px) {
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    padding: 6px 6px 6px 0;
       background: #eee;
  }
}
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--expand-children {
  display: none;
}
.bountiful--sidebar .tws-vertical-menu-light--level .tws-vertical-menu-light--inner-ul .tws-vertical-menu-light--level .tws-vertical-menu-light--articlegroup.open.active {
font-weight: normal;
  text-decoration: underline;
}

@media only screen and (max-width: 1099px) {
.slot--sidebar .tws-container--tws-vertical-menu-light {
  display: none;
}
 }




/*-------------------------
	FRONT PAGE
--------------------------*/

.tws-container--tws-content-box-4x .tws-img {
  background: #202020;
}
.tws-container--tws-content-box-4x .tws-content-box--second-line {
  text-shadow: none !important;
  margin: 25px 0 !important;
  color: #fff;
}

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

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

@media(max-width: 767px) {
	.bountiful--start-page .tws-container--tws-content-box-4x .tws-content-box--second-line {
  font-size: 16px;
  margin: 30px 0px !important;
}
}

/*-------------------------
READ MORE ACCORDION
--------------------------*/
.accordioncontent {
    max-width: 1310px;
    margin: 0 auto;
}
.show-more-btn {
    text-align: center;
    border-top: 1px solid #202020;
    max-width: 1310px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.show-more-btn #showmore {
    background:#202020;
    border: none;
    padding: 6px 12px;
    color: #fff;
    border-radius: 3px;
    margin-top: 12px;
}
div#content-wrapper:not(.open) .accordioncontent {
    max-height:120px;
    overflow: hidden; 
}
div#content-wrapper.open .accordioncontent {
    max-height: none;
    overflow: visible;
}
div#content-wrapper.open button#showmore::before {
    content: "Läs mindre";
    font-size: 14px; 
    color: #fff;
}
div#content-wrapper.open button#showmore {
    font-size: 0px;
}
/* --- END READ MORE ACCORDION--- */

/*-------------------------
	PRODUCT PAGE
--------------------------*/

.bountiful--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-articles-two .slick-slider .thumbnail {
    background: #fff;
}
.tws-container--tws-articles-two-type-carousel .thumbnail .caption {
  box-shadow: none;
}

.article .bountiful--body .bountiful--body-wrapper,
.article .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
    padding: 0px;
  }

.article .bountiful--body .bountiful--body-wrapper,
.article .slot--article-page-footer .container {
  max-width: none;
  padding: 0px;
}

.article .slot--breadcrumbs,
.bountiful--article-top,
.bountiful--article-bottom,
.article .tws-container--tws-articles-two,
.article .manually-related-products,
.article .tws-container--tws-articles-two-type-carousel {
	max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.bountiful--article-top {
  background: white;
  padding: 30px 20px;
}


/* --- BUY BUTTON --- */

@media(min-width:768px)  {
 
.slot--article-quantity .tws-article-quantity--input-wrapper {
    max-width: 160px;
}
.bountiful--buy-button-group .slot--article-buy-button {
    max-width: 400px;
    margin: 0;
}
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
    display: inline-block;
	  width: 50%;
}
 }

/*----------- CUSTOM USPS ----------*/

.article .usp {
	background: #b22b2a;
  padding: 14px 20px 12px 20px;
}
.article .usp .row {
  max-width: 1400px;
  margin: 0 auto;
}
.article .usp .col-sm-3 {
  text-align: center;
  color: #fff;
}
.article .usp .col-sm-3 h3 {
  font-weight: 400;
  font-size: 15px;
}
.article .usp .col-sm-3 .material-symbols-outlined {
  font-size: 40px;
  padding-top: 10px;
}

@media(min-width: 768px) {
.article .usp .col-sm-3:not(:last-child) {
border-right: 2px solid white;
}
 }

/* --- END USPS --- */



/*-------------------------
PRODUCT PAGE TAB SYSTEM 
--------------------------*/

.slot--article-description .tws-article-description {
  max-width: 1000px;
}
.slot--article-description {
  border: none;
}
.tws-article-description--text-container {
  max-height: none;
  overflow: visible;
}
.slot--article-description .tws-article-description .tws-article-description--show-more {
  display: none;
}

/*----FLIKAR----*/

.nav-tabs > li > a {
  border-radius: 10px;
  background: #202020;
  padding: 5px 15px;
  color: #fff !important;
}
.nav-tabs > li > a:hover {
  background: #383838;
  border-color: transparent;
}
.nav-tabs {
  border-bottom: 3px solid #202020;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
  border: none;
}
.nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
}
.nav.nav-tabs {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
	  background: transparent;
}
.nav.nav-tabs > li {
    display: inline-block;
    padding: 6px 10px;
    background: transparent;;
    max-width: 100%;
    width: auto;
    text-align: center;
  border-bottom: none;
}
.nav.nav-tabs > li.active {
	background: transparent;
}
.nav.nav-tabs > li.active a {
   border: 1px solid #202020 !important;
}
.nav.nav-tabs > li.active a,
.nav.nav-tabs > li.active a:hover{
    color: #000 !important;
}
.nav.nav-tabs > li a {
    color: #000;
    text-decoration: none;
}
.tab-content .fade {
    display: none;
}
.tab-content .fade.active {
    display: block;
}

/*----BESKRIVNING----*/

.slot--article-description {
	padding: 15px;
	margin: 0 auto;
}
.slot--article-description .tws-article-description .tws-article-description--heading {
	display: none;
}

/*---SPECIFKATIONER---*/

.slot--article-attributes {
  max-width: 600px;
}

.tws-article-attributes ul li {
	border-bottom: none;
}
.tws-article-attributes ul {
margin-top: 40px;
}
.tws-article-attributes ul > li:nth-child(even) {
	background: #666e8b;
  color: #fff;
}



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

.article .bountiful--footer {
  margin: 0px;
}


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

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



/*-------------------------
  COOKIES
--------------------------*/

.slot--cookies {
    max-width: none !important;
}
.slot--cookies .tws-accept-cookies {
    padding: 0;
}
.tws-accept-cookies--wrapper.open {
    display: flex;
    align-items: center;
}
.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper {
    background: #202020;
    color: #fff !important;
		max-width: 480px;
}
.slot--cookies .btn-default {
    border-bottom: 1px solid #000;
}
.tws-accept-cookies--accept .btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.tws-accept-cookies--content-wrapper a {
	color: #fff;
}



