/* 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: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}

.xzoom-thumbs {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    right: -120px;
    bottom: 100px;
}

.xzoom {
    max-width: 100%;
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: 0;
    margin-bottom: 0px;
    display: block;
    opacity: 0.25;
    filter: grayscale(1);
}

.xzoom-source, .xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
    overflow: visible;
}

/* Preview */
.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
    border: 2px solid #f3f3f3;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    cursor: crosshair;
    background: #f3f3f3;
    width: 50px;
    transition: opacity 0.2s ease;
    z-index: 9999999999;
}

/* Loading */
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    /*background: url(../example/images/xloading.gif);*/
    width: 48px;
    height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
    opacity: 1;
    filter: grayscale(0);
}

/* Caption */
.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
}
