.ets-wishlist-modal{display:none;opacity:0;pointer-events:none;z-index:0}
.ets-wishlist-modal.show {
	display: block;
	opacity: 1;
	pointer-events: all;
	z-index: 1051;
	background: rgba(0,0,0,0.7);
}