/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  box-shadow: var(--global-box-shadow-product-images); 
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  box-shadow: var(--global-box-shadow-product-images);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: var(--global-element-border-light);
	box-shadow: var(--global-box-shadow-product-images); 
  margin-left: 5px;
  margin-bottom: 10px;
}


.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: var(--global-box-shadow-product-images);
  background: #fff;
  margin-left: 0;	
  
}

/* Lens */
.xzoom-lens {
  border: var(--global-element-border-light);
  box-shadow: var(--global-box-shadow-product-images); 
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
}

/* Additional class that applied to thumb when it is active */
.xactive {
  box-shadow: var(--global-box-shadow-product-images); 
  border: var(--global-element-border-light);
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: var(--font-family-primary);
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
