.bountiful--top-bar .slot--top-bar-audience-selector,
.bountiful--sidebar .bountiful--sidebar-controls {
	display: none;
}

.bountiful--top-bar {
    text-align: center;
     border-bottom: 1px solid #333;
}
.bountiful--top-bar .bountiful--top-bar-wrapper .bountiful--top-bar-left {
		float: none;
		display: flex;
		margin: 0 auto;
		justify-content: center;
		width: 100%;
}

.slot--header-horizontal-menu {
    background: #f5eeab;
}

@media(min-width:1100px) {
.slot--header-search input.form-control {
    border-radius: 0;
}
  .slot--header-search .tws-article-search--no-label {
    color: #000;
    background: #f5eeab;
    right: 0;
        border-right: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
  }
  .slot--header-search input.form-control,
  .slot--header-search .tws-article-search input::placeholder {
    background: #f5f5f5;
}
  .slot--header-search input.form-control {
    border: 1px solid #C0C0C0;
}
  .bountiful--sidebar .tws-container--tws-custom-html {
    background: #ffffde;
}
}

@media(min-width:1100px) {
  .bountiful--sidebar .tws-vertical-menu-light {
    box-shadow: none;
}
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title,
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level,
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    background: #ffffde;
}
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
  	color: #333;
    padding: 6px 35px 6px 0;
		font-size: 13px;
  }
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a:hover {
  	color: #333;
  }
  .bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li {
    border-bottom: none;
}
}

@media(min-width:1100px) {
.startpage .tws-articlegroups .tws-list--type-grid .tws-list--grid-item {
    padding: 10px;
}
 }

/* --- 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: 200px;
    margin: 0;
}
.slot--article-quantity {
    float: left;
}
.bountiful--buy-button-group .buy-button-wrapper {
    display: inline-block;
	  width: 50%;
}
 }


.slot--article-introduction,
.slot--article-description .tws-article-description .tws-article-description--heading {
  display: none;
}

.slot--article-description {
  border: none;
  padding-top: 0;
}

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


@media only screen and (min-width: 992px) {
.slot--header-logo {
    max-width: 600px;
}
}
  
.tws-article--price-is-zero {
	visibility: hidden;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-current:before {
  content: "Från:";
  margin-right: 4px;
}