/* Product Zoom */
@media (min-width:1025px){
  .mainImage {
    /* cursor:crosshair */
    cursor: zoom-in;
    /* cursor:url('../images/ic-search.png'), zoom-in; */
  }
}

#imagePreview  {
  width:300px;
  height:300px;
  position:absolute;
  left: 670px !important;
  top: 0px;
  overflow:hidden;
}

.imageShow  {
    border:1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    z-index: 10;
}

.hide  {
  display:none !important;
}

.magnifier-lens {
  position: absolute;
  /* border: solid 1px #ccc; */
  z-index: 1000;
  /* top: 0px;
  left: 0; */
  overflow: hidden;
  background-image: none !important;
 
}

.magnifier-loader {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #ccc;
  color: #fff;
  text-align: center;
  background: transparent;
  background: rgba(50, 50, 50, 0.5);
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F323232,endColorstr=#7F323232)
}

.magnifier-large {
  position: absolute;
  z-index: 100;
  object-fit: contain;
  max-width: none;
}

.hidden {
  display: none
}

.mainImageTag_note{
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 1;
}
