.bountiful--body {
    background: url('http://www.pilgrimsrep.se/shop/ws10/47010/t3844940/bg-7ffe2a.jpg');
		background-repeat:no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
}

.bountiful--top-bar {
    background: #f5f5f5;
}
.tws-audience-selector--audience-button-text,
.slot--top-bar-login a {
    text-transform: none;

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

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

/* --- 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%;
}
 }