.slot--top-bar-login a {
    text-transform: inherit;
}

.slot--sidebar-audience-selector,
.bountiful--top-bar .slot--top-bar-audience-selector {
    display: none;
}
.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img::before {
    content: "\f290";
    color: #949494;
}

.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after,
.bountiful--buy-button-group .slot--article-buy-button .btn::after {
    content: '\f290';
}



@media(min-width:1100px) {  
  .bountiful--header .bountiful--header-wrapper {
    padding: 10px 30px 20px 30px;
}
  
.slot--header-search input.form-control {
    border-radius: 3px;
    border: 1px solid #949494;
}
  .slot--header-search .tws-article-search--no-label {
    color: #fff;
    background: #949494;
    right: 0;
}
  .slot--header-search .tws-article-search--no-label:hover {
    color: #fff;
}
 }

.slot--header-horizontal-menu {
    border-top: none;
    background: #949494;
}
.slot--header-horizontal-menu .navbar-nav > li a {
    color: #fff;
    padding: 10px 15px;
}
.slot--header-horizontal-menu .navbar-nav > li a:hover {
    color: #C0C0C0;
}


.bountiful--sidebar .tws-vertical-menu-light {
    box-shadow: none;
}
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li {
    border-bottom: none;
}
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    padding: 4px 35px 4px 0;
    letter-spacing: 0.5px;
		color: #808080;
}
.bountiful--sidebar .fa-chevron-right::before {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}


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

.bountiful--start-page .tws-container--tws-articles-two {
    margin: 20px 0 0 0;
}


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

