/* --- TOP BAR --- */
.bountiful--top-bar .slot--top-bar-audience-selector,
.slot--sidebar-audience-selector {
    display: none;
}
/* --- HEADER --- */
.slot--header-horizontal-menu {
    border-top: 3px solid #fff;
}

/* --- GENERAL --- */

.tws-articlegroup-list .tws-artgrp-info .tws-util-heading--heading,
.bountiful--start-page .tws-articles-two--heading .tws-util-heading--heading, 
.bountiful--start-page .tws-articlegroups--title .tws-util-heading--heading,
.tws-custom-page--articles-heading .tws-util-heading--heading,
.slot--article-page-footer .tws-articles-two--heading .tws-util-heading--heading,
.tws-custom-page--article-heading .tws-util-heading--heading {	
	border-bottom: none;
	padding: 10px 0 10px 20px;
	font-size: 16px;
	background: #24a5e9;
	color: #fff;  
  text-align: left; 
  letter-spacing: 0;
} 


/* --- GRIDS/LISTS --- */
.tws-article-list--list .tws-list--type-grid .thumbnail .caption,
.tws-articles-two .slick-slider .thumbnail .caption {
    box-shadow: none;
}

.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 {
		display: none;
}


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










