.yith_magnifier_zoom_wrap {
	top: 0;
	position: relative;
}

.yith_magnifier_loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
	position: absolute;
	text-align: center;
	top: 10%;
	z-index: 9999;
}

.yith_magnifier_mousetrap {
	z-index: 999;
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0;
	top: 0;
}

.ie .yith_magnifier_mousetrap {
	background-image: url("/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/.?lm=67DC36C0");
	--lzl-bg-img: "/wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/.?lm=67DC36C0";
}

.yith_magnifier_lens {
	display: none;
	z-index: 98;
	position: absolute;
	overflow: hidden;
	border: 1px solid #ccc;
}

.ie .yith_magnifier_mousetrap.lzl:not(.lzl-ed), .ie .yith_magnifier_mousetrap.lzl-ing:not(.lzl-ed) {
	background-image: none;
}

.yith_magnifier_zoom_magnifier {
	display: none;
	position: absolute;
	z-index: 99;
	border: 4px solid #ccc;
	overflow: hidden;
}

.woocommerce-product-gallery__image > .yith_magnifier_zoom_magnifier {
	display: none !important;
}