﻿/* *{
	margin: 0;
	padding: 0;
} */
/* #magnifier {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
	border-radius: 300px;
	box-shadow: 5px 5px 15px #cecece, -5px -5px 15px #f2f2f2;
	overflow: hidden;
	display: none;
	z-index: 9999;
}

#magnifier-glass {
	position: absolute;
	top: 0;
	left: 0;
} */

#magnifier {
	position: fixed;
	background: #fff;
	box-shadow: 5px 5px 15px #cecece, -5px -5px 15px #f2f2f2;
	border-radius: 100%;
	overflow: hidden;
	display: none;
}

#magnifier-glass {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	font-weight: bold;
	color: #000;
}