/* Home */
.super_container .home-banner{
	padding-bottom: 20px;
}
.banner_content .banner_price {
	margin-top: 20px;
}

/* On-Sale page*/
.onsale-intro p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    line-height: 1.5;
}
/* Product item */
.product_description .onsale-container {
	margin-top: 40px;
	padding: 15px;
	font-weight: 600;
	border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.product_description .onsale-container .onsale-text{
	color: #da251c; 	
}
.onsale-cta {
	margin-top: 10px;
	font-size: 80%;
}
/* Blog article */
.single_post_text b, .single_post_text strong {
    font-weight: bold;
}