/* Döljer lagersaldo */ 
.tws-article-stock-shipping--stock-info {
display: none;
}

/* Döljer inledande text */ 
.tws-article-introduction--text {
display: none;
}



/*---- HTML MODAL ----*/
body.modal_active .modal.tws-modal-html {
	pointer-events: none;
}
body.modal_active .modal.tws-modal-html .modal-dialog .modal-content {
	pointer-events: all;
}
.modal.tws-modal-html .modal-dialog .modal-content .modal-header {
	display: none;
}
.modal.tws-modal-html .modal-dialog .modal-content .button-wrapper {
	margin-bottom: 20px;
}
.modal.tws-modal-html .modal-dialog .modal-content .btn-primary {
	font-size: 0;
}
.modal.tws-modal-html .modal-dialog .modal-content .btn-primary::before {
	content: "Privatkund";
  font-size: 14px;
}
.modal.tws-modal-html .modal-dialog .modal-content button {
	margin-right: 25px;
}
.modal.tws-modal-html .modal-dialog .modal-content button,
.modal.tws-modal-html .modal-dialog .modal-content .btn-primary {
	background: #000;
  color: #fff;
  border: 0;
  border-bottom: 0;
  padding: 8px 15px;
  border-radius: 0;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .modal.tws-modal-html .modal-dialog {
  	top: 25% !important;
  }
}

/*---------- TOP BAR ------------*/
.bountiful--top-bar-wrapper {
	display: flex;
  justify-content: end;
  flex-direction: column;
}
.bountiful--top-bar .bountiful--top-bar-wrapper .bountiful--top-bar-left {
	order: 2;
  align-self: end;
}
.bountiful--top-bar .bountiful--top-bar-wrapper .bountiful--top-bar-right {
	order: 1;
}

.switcher a {
	color: #fff !important;
  text-decoration: none;
}
.switcher ul {
	list-style: none;
  padding: 0;
  margin: 5px 0;
}
.switcher ul li {
	display: inline-block;
}
.switcher li:first-child {
	border-right: 1px solid;
  padding-right: 10px;
  margin-right: 7px;
}
/*-----------------------------*/

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

.ts-store-locator--container {
  margin: auto;
}

.tws-top-menu--dropdown-menu-li .dropdown-menu {  
  min-width: 230px;
}

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

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title {
    background: #000;
    color: #fff;
}



@media (min-width: 1099px) {
  body.scrolled .bountiful--sidebar {
  top: 0;
  position: fixed;
  width: 245px;
  z-index: 2;
}
  .bountiful--sidebar {
  	color: #fff;
  }
  
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level,
.bountiful--sidebar .tws-articles-two .tws-articles-two--heading,
  .bountiful--sidebar .tws-articles-two .tws-articles-two--list {
    background: #000;
}  
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    background: #000;
    color: #fff;
    font-weight: 600;
}
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level .fa-chevron-right::before,
    .bountiful--sidebar .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
    color: #fff;
}
 
  
}
.slot--article-description .tws-article-description--text-container {  max-height: initial; } .tws-article-description--show-more > button {   display: none; }


.slot--checkout-cart-usps { display: none; }
}