/* --- TOP BAR --- */
/*.slot--top-bar-audience-selector,
.slot--sidebar-audience-selector {
    display: none;
}
.bountiful--top-bar {
    display: none;
}*/
/* --- 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 --- */
@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 --- */

.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;
}
}

/* --- FOOTER --- */
.bountiful--footer .bountiful--footer-left,
.bountiful--footer .bountiful--footer-right {
	display: none;
}
.bountiful--footer .bountiful--footer-mid-left {
		width: 100%;
}

.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;
}