.productImage img#largeImage {
  height: 500px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5), 0px -2px 5px rgba(0, 0, 0, 0.5);
}
#description {
  padding: 5px;
  margin: 10px 0;
  color: rgba(0, 0, 0, 0.5);
}
#thumbs img {
  height:120px;
  
 cursor: pointer;
}


