/* --- TOP BAR --- */
/*.slot--top-bar-audience-selector,
.slot--sidebar-audience-selector {
    display: none;
}
.bountiful--top-bar {
    display: none;
}*/


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

.startpage .bountiful--body .bountiful--body-wrapper {
    padding: 20px 10px 40px 10px;
  }

.startpage .tws-articlegroups .thumbnail .caption {
  background: #323232;
}
.startpage .tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a {
	color: #fff !important;
}

.startpage .tws-article-list--list .tws-article-list--buy-button .btn {
  border-bottom: none;
  margin-top: 10px;
}

.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
}

.slot--header-horizontal-menu .nav .open>a:hover {
	background: #740074; 
} 
.slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu {
  max-width: 900px;
  margin: 0 auto;
    margin-top: 0px;
}
.tws-article-list--list .tws-article-list--buy-button .btn:hover {
	background: #3a6467;
}



/* --- HEADER --- */
@media (min-width: 1100px) {  
.bountiful--header .bountiful--header-wrapper .bountiful--header-left {
    order: 2;
		width: calc(100% - 680px);
}   
.bountiful--header .bountiful--header-wrapper .bountiful--header-left .slot--header-search input.form-control {
    width: 540px;
}       
    .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: 0px 30px 0px 10px
}
}

.bountiful--header {
    box-shadow: none;
}
.slot--header-search input.form-control {
    border-radius: 3px;
    border: 1px solid #ccc;
}

/* CART */


.slot--header-cart .tws-mini-cart--mini-cart-dropdown-container {
  pointer-events: all;
}

@media(min-width:1100px) {
  .slot--header-cart {
    background: #740074;
    padding: 6px 8px;
    border-radius: 50%;
    transition: all 0.5s ease;
}
  .slot--header-cart:hover {
    background: #8e008e;
    transition: all 0.5s ease;
  }
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-text {
    display: none;
}
  .slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-quantity {
  	color: #fff;
  }
  .slot--header-cart .tws-mini-cart--header-cart-img::before {
    color: #fff;
}
}

.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info {
    left: 3px;
}
.slot--header-cart .tws-mini-cart--header-cart-img::before {
    content: "\f07a" !important;
}


.slot--header-horizontal-menu {
    border-top: none;
  	background: #181818;
}
.slot--header-horizontal-menu .navbar-nav > li a {
    color: #fff;
    font-weight: 400;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover {
	  color: #dcdcdc;
}

/* --- SIDEBAR --- */

.bountiful--sidebar {
  display: none;
}

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

/*
@media(min-width:1100px) {
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title {
    background: #740074;
    color: #fff;
    text-transform: capitalize;
}
  .bountiful--sidebar .oppet-kop,
  .bountiful--sidebar .pris-garanti {
    background: #f5f5f5;
}
  .bountiful--sidebar .rea {
    box-shadow: none;
}
}
*/
/* --- STARTPAGE --- */

@media only screen and (min-width: 1150px) {
  .bountiful--start-page .tws-container--tws-content-box-2x .tws-content-box--first-line {
    font-size: 36px;
  }
}
.bountiful--start-page .tws-container--tws-content-box-2x .tws-content-box--table .tws-content-box--first-line,
.bountiful--start-page .tws-container--tws-content-box-4x .tws-content-box--table .tws-content-box--first-line {
	padding: 6px 20px;
  border-radius: 3px;
}
.bountiful--start-page .tws-container--tws-content-box-2x .tws-content-box--table .tws-content-box--third-line,
.bountiful--start-page .tws-container--tws-content-box-4x .tws-content-box--table .tws-content-box--third-line {
	border-radius: 26px;
  border: 1px solid #fff;
  padding: 12px 0px;
  text-shadow: none;
  margin-top: 80px;
}
.bountiful--start-page .tws-container--tws-content-box-2x .tws-content-box--table .tws-content-box--third-line:hover,
.bountiful--start-page .tws-container--tws-content-box-4x .tws-content-box--table .tws-content-box--third-line:hover {
color: #000; 
  background: #fff;
}
.bountiful--start-page .tws-content-box--inner-wrapper {
  background: rgba(0,0,0, 0.2);
}

.bountiful--start-page .tws-container--tws-newsletter-subscribe {
background: #E5E4E2;
  padding: 20px 0px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 6px;
}

.tws-container--tws-articles-two-type-carousel .thumbnail .caption,
.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
    box-shadow: none;
}
.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after  {
	display: none;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown {
    color: #E85AE8;
}

.bountiful--start-page .tws-articles-two--heading .tws-util-heading--heading, 
.bountiful--start-page .tws-articlegroups--title .tws-util-heading--heading {
    border-bottom: none;
    padding: 8px 0px 10px 10px;
    text-align: left;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #740074;
	  border-top-right-radius: 4px;
		border-top-left-radius: 4px;
}
.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 {
		display: none;
}

/* --- PRODUCTGROUPS --- */
.tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
    font-weight: 600;
    font-size: 14px;
}

/* --- PRODUCTPAGE --- */
.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}
.slot--article-description .tws-article-description .tws-article-description--show-more {
    display: none;
}

.bountiful--buy-button-group .slot--article-buy-button .btn::after {
    display: none;
}

@media(min-width:768px) {
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
		width: calc(100% - 160px);
    display: inline-block;
    position: relative;
    bottom: 10px;
}
}



.articlegroup-9360971 .tws-article-list--list .tws-article-list--buy-button .btn,
.articlegroup-9360971 .tws-article-list--price.tws-article-list--price-is-zero{
  display:none;
}
.tws-article-price.tws-article--price-is-zero{
  display:none;
}


/* --- FOOTER --- */

.bountiful--footer-left .tws-contact-info--address-row-one {
  font-size: 15px;
  font-weight: 600;
  margin-top: 16px;
  padding-bottom: 12px;
}

@media(max-width: 767px) {
	.bountiful--footer-mid-left ul {
  list-style: none;
  padding: 0;
}
 }

@media(min-width: 768px) {
  .bountiful--footer-mid-left h3 {
  padding-left: 26px;
}
 }

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

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

.custom-usps {
  background: #f8f8f8;
}

.custom-usps .container {
	padding: 20px 30px;
  color: #000;
  max-width: 1200px;
}
.custom-usps .usp-icon,
.custom-usps .usp-info {
    display: table-cell;
    vertical-align: middle;
}
.custom-usps .usp-icon {
	width: 65px;
}
.custom-usps .usp-info h3 {
    margin: 0;
    font-weight: 400;
  font-size: 16px;
}
.custom-usps .usp-info p {
	margin: 2px 0;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.custom-usps .material-symbols-outlined {
  font-size: 40px;
  font-weight: 100;
}

@media (max-width:991px) { 
.custom-usps .col-sm-3 {
  padding: 10px 20px;
}
 }


