ho provato ance così:
if($(e.target).closest(".cnt-cart-shop")){
$(".cnt-cart-shop").fadeOut(250, function(){
$(this).remove();
$(".cart-shop").removeClass("act-cart");
});
}

ma nulla se clicco sul box mi si chiude