/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
 
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block; 
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
   
  margin-bottom: 15px; 
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);  
  margin-bottom: 15px;  
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 { 
  border: 1px solid #cecece; 
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: inline;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */


/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #fff;
}

@media(max-width:600px){.xzoom-preview,.xzoom-lens{display: none !important;}}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;

  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {  
  -webkit-box-shadow: 0px 0px 0.8px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 0.8px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 0.8px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}