#store {
	text-align: center;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	margin-bottom: 60px;
}
.item {
	display: inline-block;
	font-size: 0.9em;
	width: 31%;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.item p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}
.item a .price {
	color: #4A6848;
	font-weight: bold;
}
.item a {
	text-decoration: none;
	color: #333;
}
.item img {
	max-width:99%;
	height:auto;
	margin-bottom: 10px;
}


@media only screen and (max-width: 900px) {
.item {display: block; width: 80%; margin: 10%; margin-top: 50px; margin-bottom: 50px;}
}
