@charset "utf-8";
/*========================================================
  Theme Name: Alvira
  Description: Alvira | One & Multi Page HTML Template
  Author: G-World
  Author https://www.templatemonster.com/vendors/gworld
  Version: 1.0
========================================================*/

.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;
    width: 100%;
    text-align: center;
}

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

.xzoom-thumbs.no-margin {
    margin: 0 !important;
}

.xzoom-thumbs a:first-child .xzoom-gallery5 {
    margin-left: 0;
}

.xzoom {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    max-width: 540px;
    margin-bottom: 9px;
    cursor: pointer;
}

.xzoom5.xzoom-sidebar {
    max-width: 400px;
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    /*border: 1px solid #cecece;*/
    margin-right: 5px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    width: 82px;
}

a:last-child .xzoom-gallery, a:last-child .xzoom-gallery2, a:last-child .xzoom-gallery3, a:last-child .xzoom-gallery4, a:last-child .xzoom-gallery5 {
    margin-right: 0;
}

.sidebar-container .xzoom-thumbs a .xzoom-gallery5 {
    width: 59px;
}

.xzoom-thumbs a:first-child .xzoom-gallery5 {
    margin-left: 0;
}

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

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

/* Preview */
.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    z-index: 1;
}

/* Lens */
.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: crosshair;
}

/* Loading */
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    background: transparent;
    width: 48px;
    height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
    -webkit-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    box-shadow: 0 0 3px 0 rgba(100, 100, 100, 1);
    border: 1px solid rgba(100, 100, 100, 1);
}

/* 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;
}

@media screen and (max-width: 1200px) {
    .xzoom-thumbs img {
        width: 65px;
    }
}

@media (max-width: 991px) {
    .xzoom-thumbs img {
        width: 60px;
    }
    a:last-child .xzoom-gallery, a:last-child .xzoom-gallery2, a:last-child .xzoom-gallery3, a:last-child .xzoom-gallery4, a:last-child .xzoom-gallery5 {
        margin-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    .xzoom-thumbs img {
        width: 50px;
    }
}

@media (max-width: 400px) {
    .xzoom-thumbs img {
        width: 40px;
    }
}
