.img {
	height:200px;
	background-size:contain !important;
	background-position:center center !important;
	width:100%;
	background-repeat:no-repeat !important;
}

.detail{
	display:block;
	background:#fff;
	height:100%;
}

.detail .text{
	margin:20px;
	border-top:solid 3px #c4c4c4;
	padding-top:10px;
	padding-bottom:15px;
}

.detail .text .name{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.detail .text .date{
	color:#676767;
	font-size:13px;
}

.product-item-container{
	height:100%;
}
