.shop-the-look {
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

.shop-the-look .heading {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}

.shop-the-look .heading:after {
	content: ""	;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -11px;
	width: 21px;
	height: 1px;

	margin-top: 2px;
	background: #e4e4e4;
}

.shop-the-look .posts {
	margin-right: -30px;
}

.shop-the-look .prev-post,
.shop-the-look .next-post {
	position: absolute;
	top: 0;
	font-size: 18px;
	line-height: 23px;
	background: #fff;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #aaa;
	border: 1px solid #efefef;
	border-radius: 50%;
	box-sizing: border-box;

	cursor: pointer;
}

.shop-the-look .prev-post {
	left: 0;
}

.shop-the-look .next-post {
	right: 0;
	padding-left: 2px;
}

/* Related Post */

.shop-the-look .post {
	float: left;
	margin-right: 30px;
}

.shop-the-look .image-link {
	display: block;
	margin: -1px;
	margin-bottom: 0;
}

.shop-the-look .content {
	margin-bottom: -4px;
	padding: 30px;
}

.shop-the-look .post-title {
	margin-top: -4px;
	margin-bottom: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.71429;
}

.shop-the-look a.koop-link {
	color: #9ba78a;
}
