.product-image {
  padding-bottom: 30px;
  text-align: center;
}

.product-image img {
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.product-image-main {
  margin-bottom: 30px;
}

.product-image-main img {
  border: 1px solid #b2a487;
 width:100%;
 max-width:640px;
}

.product-image-thumb ul {
  margin: 0;
  text-align:left;
}

.product-image-thumb li {
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
  width: 150px;
  display: inline-block;
}

.product-image-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 150px;
}
