.product-img-box-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.product-img-box-wrapper .product-img-zoom {
  position: absolute;
  right: 11px;
  bottom: 7px;
  z-index: 50;
}

@media (max-width: 767px) {
  .product-img-box {
    margin-bottom: 25px;
  }
}
.product-img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.product-img-box .product-img-wrapper {
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 6.99px;
}
.product-img-box .owl-carousel {
  margin-bottom: 0;
}

.zoomContainer {
  z-index: 49;
}
