.zoomLoader {
	position: absolute;
	z-index: 5;
	display: none;
}

.zoomBox{
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}

.zoomImg{
	position: absolute;
	z-index: 7;
	display: none;
	border: 2px solid black;
}

.loupeBox {
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.3);
	border-bottom-right-radius: 15px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.loupe {
	border: none;
	margin-top: 4px;
	margin-left: 4px;
}