.magnify {position: relative;}
.large {
    width: 75px; height: 75px;
    position: absolute;
    border-radius: 10%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 
    0 0 1px 1px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
}

.secondary-slider {
        width: 79%;
        float: right;
        margin-left: 1%;
}
.fme_small { 
    display: block !important;
 }
.fme_img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;
}
.fme_img-popup img {
    position: absolute;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.close-lightbox {
    position: absolute;
    top: 10px;
    right: 20%;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    color: #fff;
    font-size: 50px;
    z-index: 99;
    cursor: pointer;
}
.lightboxfadeout{
    animation: fadeout;
    animation-duration: 0.5s;
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
}
@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@keyframes fadeout {
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes fadeout {
    100% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

.fme_pgifw_right_bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10%;
    background: rgba(38, 40, 52, 0.1);
    width: 30px;
    height: 30px;
    line-height: 1;
    z-index: 999999;
}
.fme_pgisfw_thumbnail {
    height: inherit !important;
}
.single-product .thumbnails {
    display: none !important;
}
.single-product .woocommerce-main-image {
    display: none !important;
}

.fme_zoom {
    display:inline-block;
    position: relative;
}
.fme_zoom img {
    display: block;
}

.fme_zoom img::selection { background-color: transparent; }
