/** Loading menu **/

.menu-load {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff
}

.menu-load .clock {
	width: 260px;
	height: 896px;
	background-size: cover;
	image-rendering: pixelated
}

.menu-load .loading {
	display: block;
	width: 260px;
	height: 20px;
	margin: auto;
	bottom: 16px;
	right: 0;
	left: 0;
	position: absolute;
	background-size: cover;
	image-rendering: pixelated
}