#shop {
	background: #fff;
	width: 100%;
	overflow: hidden;
}

#shop .shop-title {
	position: relative;
	text-align: center;
	color: #000;
	font-size: 25px;
	margin: 30px 0px;
}

#shop .shop-pic {
	width: 100%;
	height: 400px;
	text-align: center;
	padding: 10px;
}

#shop .shop-pic > img {
	width: auto;
	height: 100%;
	box-shadow: -10px -10px 25px #00000080;
}

#shop .shop-details {
	margin: 15px 0;
	padding: 10px 5rem;
	text-align: justify;
	font-size: 14px;
}