.bountiful--top-bar {
    display: none;

}

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

.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light--title {
    background: #ed5a59;
    color: white;
}

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