
#ProductList1 {
	display: inline-block;
    width:350px;
    height:650px;
}

#ProductList2 {
    display: inline-block;
    width:350px;
    height:650px;
}



.item {
		box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
		margin-bottom: 100px;
		}

.item header {
	background: #fff;
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 0.8em;
}


.image {
		display: inline-block;
		border: 0;
	}
	
.image.fit {
			display: block;
			width: 100%;
	}	

