/*!
 * Author: Mehedi Foysal
 */
.mf-gallery-thumbnail-wrap {
    position: relative;
}

.mf-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mf-video-icon:focus{
    background-color: rgba(0, 0, 0, .7) !important;
}
.wvg-gallery-image.has-video .zoomImg {
    display: none !important;
}

.wvg-single-gallery-image-container{
    position: relative;
}

.mf-gallary-video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mf-gallery-video-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mf-gallery-video-icon svg{
    cursor: pointer;
}
.mf-gallary-video iframe{
    height: 100%;
    width: 100%;
}

/* Fixing the elementor sticky feature */
.elementor-sticky__spacer .woo-variation-product-gallery{
    display: none !important;
}

/* Add zoom support for Shoptimizer theme */
.wvg-gallery-image .zoomImg {
    width: auto !important;
    height: auto !important;
}