.bottom-3 {
	max-width: 100%;
	background-color: #f8f7f7;
	color: #999;
	text-align: center;
}

.bottom-4 {
	max-width: 100%;
	background-color: #000;
	text-align: center;
}

span.PricesalesPrice {
	font-weight: bold;
}

.availability-img {
	opacity: 0.8;
}

.zoom-img {
	transition: transform .3s;
}

.zoom-img:hover {
	transform: scale(1.1);
}
