.product-listing-container {
	margin: 12px 12px 30px;
}

.product-listing {
	width: 100%;
	background: #eceaec;
	border: 1px solid #bab7b9;
	padding: 12px;
	display: table;
}

.product-listing-image-container {
	width: 174px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product-spacer {
	width: 30px;
}

.product-listing-image {

	height: 178px;
}

.product-summary h1 {
	margin-top: 0;
}

.product-summary {
	display: table-cell;
	vertical-align: top;
}

.more-tires h2 {
	margin-top: 5px;
}

.product-summary p {
	white-space: pre-line;
}

.product-summary p:last-child {
	white-space: initial;
}

@media screen and (max-width: 768px) {
	.product-listing-image {
		width: 90px;
	}
	.product-listing-image-container {
		width: 90px;
	}
	
	.product-summary h1 {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.product-listing {
		display: block;
	}
	.product-listing-image-container {
		display: block;
		width: 100%;
	}
	.product-summary {
		padding-top: 20px;
	}
	.product-spacer {
		width: 0;
	}
}