.product-wrap {
	display: flex;
}

.product-image {
	flex: none;
	width: 140px;
	margin: 0;
}

.product-image img {
	width: 100%;
	display: block;
	border: 3px solid #e4e4e4;
	background: #f5f5f5 url(../img/bg-lazy-load.jpg) no-repeat;
	background-size: cover;
	min-height: 196px;
}

.product-info {
	margin-left: 20px;
}

.product-tags {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px 2px;
}

.product-tags .tag {
	margin: 0 4px 8px 4px;
}

@media screen and (min-width: 767px) {
	.product-image {
		width: 300px;
	}
	.product-image img {
		min-height: 420px;
	}
	.product-info {
		margin-left: 40px;
	}
}
