.terminus-wc-lookbook .wc-lookbook-tip {
	text-align: left;
	font-weight: 700;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #c6c6c6;
	text-transform: uppercase;
}

.terminus-wc-lookbook .wc-lookbook-tip:before {
	margin-right: 10px;
	font-family: 'terminus_icons';
	content: '\e8bf';
	color: #777;
	font-size: 14px;
}

.terminus-wc-lookbook .wc-lookbook-image-wrap {
	margin-bottom: 25px;
}

.terminus-wc-lookbook .wc-lookbook-image {
	position: relative;
	padding: 0;
	line-height: 0;
}

.terminus-wc-lookbook .wc-lookbook-image .image {
	width: 100%;
	margin: 0;
}

.terminus-wc-lookbook .wc-lookbook-image-tags {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.terminus-wc-lookbook a.wc-lookbook-image-tag {
	position: absolute;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	background: #fff;
	line-height: 1.1;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #333;
}

.terminus-wc-lookbook a.wc-lookbook-image-tag:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #333;
	border-right: 7px solid transparent;
	content: '';
}

.terminus-wc-lookbook .wc-lookbook-image-caption {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 13px;
	font-weight: 700;
	font-family: 'Droid Sans', sans-serif;
}

.terminus-wc-lookbook.hide-tags .wc-lookbook-image-tag {
	display: none;
}
