#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper .qodef-swiper-container .swiper-button-next, 
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper .qodef-swiper-container .swiper-button-prev {
	display: none !important;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__wrapper>.qodef-woo-thumbnails-wrapper {
    display: grid;
    visibility: visible;
}

/* Magnific Version */
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below .woocommerce-product-gallery__wrapper .qodef-woo-thumbnails-wrapper {
    display: grid;
    visibility: visible;
}

img.mfp-img {
    max-width: 90vw !important;
}

.mc-modal:before {
    content: '';
    position: fixed;
    top: 0vh;
    left: 0vw;
    right: 0vw;
    bottom: 0vh;
    background: rgba(0, 0, 0, 0.6);
}