#product .images-container .product-cover:after {
  background: url("../img/icon.png") no-repeat;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  display: inline-block;
  content: "";
}
#product .images-container .product-cover:hover:after {
  content: none;
}
.zoomImg:hover, .zoomImg:active {
  cursor: crosshair;
}
#main .zoom-wrap {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 100%;
}
main .product-cover .layer {
  z-index: -1
}