p {
    top: 5px;
    bottom: 5px;
    margin: 2px;
    border: 0px;
    padding: 0px;
}
.ctr {
   text-align: center;
}
.imgProduct {
  margin: 0 auto;
  width:100%;
}
.itemLarge {
   display: block;
   margin: 5 auto;
   max-height: 350px;
   max-width:250px;
   margin-left: auto;
   margin-right: auto;
}
.itemName {
	font-size: 16px;
    color: teal;
   	float;
}
.product {
     width: 48%;
 }
