.product-imgbox {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  max-width: 440px;
  max-height: 440px;
}
.product-imgbox .img {
  display: inherit;
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
