$(".item-box").click( function() {
var id = $(this).attr("data-id");
child = id-1;
$("#pop-up .gallery-cell").eq(child).show();
$("#pop-up").show();
$("#pop-up").css("z-index",3000000);
$('.main-gallery').flickity({
cellAlign: 'left',
contain: true,
pageDots: false,
freeScroll: true,
wrapAround: true,
});
$("#all").css({"background":"rgba(0,0,0,0,6)", "z-index":15000});
});
$(".item-box").click( function() {
var id = $(this).attr('data-product');
$("#pop-up").show();
$("#pop-up").css("z-index",3000000);
$('.main-gallery').flickity({
cellAlign: 'left',
contain: true,
autoPlay: 10000,
freeScroll: true,
wrapAround: true,
});
$("#all").css({"background":"rgba(0,0,0,0.5)", "z-index":15000});
});