// Product carousel
.product_slider_wrapper {
	padding: 0;

	.carousel-title {
		text-align: center;
		margin-bottom: rem-calc(60);
	}

}

// Blog carousel
.blog_listing_title {
	text-align: center;
	margin-bottom: rem-calc(60);		
}

.related_posts_section {
	background-color:transparent;
	padding: 0;

	.related-post {
		margin-bottom: rem-calc(20);
	}
}