/* --- HEADER --- */
.slot--header-logo {
    max-width: none;
}

.tws-img .tws-react-img--wrapper.tws-img--wrapper, .tws-img .tws-react-img--wrapper.tws-img--wrapper * {
    width: 100%;
}
@media(min-width:1100px) {
.bountiful--header-wrapper {
    background: url('https://admin.abicart.se/shop/ws91/56491/files/ma-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	  height: 176px;
}
  .slot--header-logo {
    display: none;
}
  .bountiful--header .bountiful--header-wrapper {
    max-width: 1440px;
  }
}
/*
@media(max-width:480px) {
  .bountiful--header-wrapper {
    background: url('https://admin.abicart.se/shop/ws91/56491/files/ma-bgm.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	  height: 100px;
}
  .bountiful--search-button::before {
    background: #fff;
    padding: 8px;
    border-radius: 3px;
}
 }
@media(min-width:992px) {
  .slot--header-logo {
    max-width: 800px;
}
}
*/

.slot--header-horizontal-menu {
    background: #2e2e2e;
}
.slot--header-horizontal-menu .navbar-nav > li a,
.slot--header-horizontal-menu .navbar-nav > li a:hover {
    color: #fff;
}

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



@media(min-width:1100px) {
	.bountiful--header .slot--header-search, 
  .bountiful--header .slot--header-cart {
  	display: none;
  }
.bountiful--sidebar .tws-container--tws-custom-html {
    box-shadow: none;
  text-align: center;
  }
  .slot--header-search input.form-control {
    width: 222px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
  .bountiful--sidebar .slot--header-cart {
    padding: 20px 0px 0px 0px;
} 
  .bountiful--sidebar .slot--header-search .tws-article-search input::placeholder {
		text-transform: uppercase;
  }
  
}
 

@media(max-width:1099px) { 
.slot--sidebar .slot--header-cart {
  	display: none;
  }
}