.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;
}
.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-primary-arrow {
    position: absolute !important;
    z-index: 1 !important;
    /*top: 12%  !important;*/
    transform: translateY(-50%) !important;
    width: 2em !important;
    height: 2em !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    padding: 0 !important;
    opacity: .7 !important;
    /*background: #ccc !important;*/
}

.fme-primary-next {
    /*left: 290px !important;*/
    right: unset !important;
}
.fme-primary-prev{
    left: unset !important;
}


.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);
}
.single-product .thumbnails {
    display: none !important;
}
.single-product .woocommerce-main-image {
    display: none !important;
}

