/* HEADER CHANGE */

@media (min-width: 1100px) {  
  .slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu .tws-top-menu--sub-item {
    width: 16%;
    min-height: 162px;
}

.bountiful--header .bountiful--header-wrapper .bountiful--header-left {
    order: 2;
    width: 640px;
}   
 .bountiful--header .bountiful--header-wrapper .bountiful--header-left::after {
		 content: '';
		display: inline-block;
		width: 160px;
		height: 56px;
		background: url
		background-size: 160px 56px;
		position: relative;
    left: 40px;
	  top: 10px;
} 
  
  
.bountiful--header .bountiful--header-wrapper .bountiful--header-left .slot--header-search input.form-control {
    width: 440px;
	  margin-bottom: 8px;
}
       
    
    .bountiful--header .bountiful--header-wrapper .bountiful--header-middle {
		    order: 1;
      max-width: 340px;
}   
    .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;
     width: 200px; 	
}
  
  .bountiful--header .bountiful--header-wrapper {
    padding: 8px 30px;
}
}
/*.bountiful--footer .tws-contact-info--address {
	margin-top: 65px;
}*/

.bountiful--footer .nyhets2 {
	background-color: #ea5d28;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 30px;

}
@media (max-width: 991px) {
  .bountiful--footer .tws-contact-info--address {
		margin-top: 0;
	}
}
.bountiful--footer .addressRowFour {
 	font-weight: bold;
  margin-top: 10px;
  color: white;
}

.bountiful--footer .tws-address-info {
	color: #ECECEC;

}
/*
@media (min-width: 1086px) and (max-width:1220px) {
    .bountiful--header .bountiful--header-wrapper .bountiful--header-left::after {
		    bottom: 0px;
}
	}
*/
/* END HEADER CHANGE */


.slot--article-description .tws-article-description--text-container {
   max-height: initial;
}

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

a {
font-family: 'Open Sans', sans-serif;;
}
.nyhets {
    background-color: #393939; /* Grå */
    border: none;
    color: #fffff;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    cursor: pointer;
}

.nyhets1 {
	background-color: #ea5d28;
	color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 10px;
	padding: 10px 10px;
}


.nyhets1:hover {
    background-color: #ffffff;
    color: #ffffff;
}

/*Slider button fix*/
.tws-image-carousel .slick-prev {
	z-index: 1;	
}

/*----QA ACCORDION----*/

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 20px 14px;
  margin-bottom: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion h2{
  margin: 0;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.hs-shadow-container {
  background-color: transparent;
}
input.form-control::placeholder {
  /* Change the placeholder text to "Search" */
  content: "Sök bland 3000+ artiklar";
}

/*---- FOOTER ----*/
.bountiful--footer .tws-address-info::before {
	content: "";
  background: url("https://cdn.abicart.com/shop/4404/files/xenon-logo-w.png");
  display: block;
  background-size: contain;
  width: 100%;
  height: 65px;
  background-repeat: no-repeat;
}

/*--------- MEMBER CLUB article page -----------*/
.slot--custom-pricefile-info .memberPrice {
	font-size: 20px;
  font-weight: bold;
  color: #ff5e00;
  margin-bottom: 20px;
}
.slot--custom-pricefile-info .memberPrice .amountRegular.extraPriceExists {
	font-size: 15px;
  font-weight: normal;
  margin-left: 18px;
  text-decoration: line-through;
  color: #333;
}
/*--- LOGIN ---*/
.slot--custom-login .tws-login {
	display: flex;
  flex-direction: column;
}
.slot--custom-login .tws-login .tws-login--register {
	order: 1;
  margin-left: 0;
}
.slot--custom-login .tws-login .tws-login--login {
	order: 2;
  margin-top: 20px;
}
.slot--custom-login .tws-login .tws-login--register:hover,
.slot--custom-login .tws-login .tws-login--login:hover {
	color: #000;
}
.slot--custom-login .tws-login .tws-login--register-text {
	font-size: 0;
}
:lang(sv) .slot--custom-login .tws-login .tws-login--register-text::before {
	content: "Skapa ett konto";
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
:lang(nb) .slot--custom-login .tws-login .tws-login--register-text::before {
	content: "Opprett en konto";
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
:lang(sv) .slot--custom-login .tws-login .tws-login--register::after {
	content: " för att få tillgång till medlemspriserna.";
  font-size: 15px;
  pointer-events: none;
}
:lang(nb) .slot--custom-login .tws-login .tws-login--register::after {
	content: " for å få tilgang til medlemspriser.";
  font-size: 15px;
  pointer-events: none;
}
.slot--custom-login .tws-login .tws-login--login-text {
	font-size: 0;
}
:lang(sv) .slot--custom-login .tws-login .tws-login--login-text::before {
	content: "här.";
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
:lang(nb) .slot--custom-login .tws-login .tws-login--login-text::before {
	content: "her.";
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
:lang(sv) .slot--custom-login .tws-login .tws-login--login::before {
	content: "Redan medlem? Logga in ";
  font-size: 15px;
  pointer-events: none;
}
:lang(nb) .slot--custom-login .tws-login .tws-login--login::before {
	content: "Allerede kunde? Logg inn ";
  font-size: 15px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .slot--custom-pricefile-info .memberPrice .amountRegular.extraPriceExists {
  	display: block;
    margin-left: 0;
  }
}