.product {
	width: 50%;
	/* min-height: 100px;
	height: auto !important;
	height: 100%; */
	margin-bottom: 20px;
	/* padding-left: 120px; */
	position: relative;
}
.product .image {
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.product .meta .price {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.product .meta h2,
.product .meta .description {
	padding-bottom: 10px;
}
.product .amount {
	background: #f2f2f2;
	padding: 5px 10px;
}
.product .amount label {
	float: left;
	line-height: 32px;
	padding-right: 10px;
}
.product .amount input.text {
	width: 50px;
}