@charset "UTF-8";

.magnify-modal {
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
	background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	border-width: 0;
}

.magnify-footer {
	bottom: 10px;
}

.magnify-footer .magnify-toolbar {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
}

.magnify-loader {
	background-color: transparent;
}

.magnify-header,
.magnify-footer {
	pointer-events: none;
}

.magnify-button {
	pointer-events: auto;
}

.magnify-button-close{
	width: 60px;
	height: 60px;
	background-color: #ff4545;
	font-size: 40px;
	color: #fff;
}

.magnify-header .magnify-toolbar{
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
}

.magnify-title{
	text-align: center;
	/*display: none;*/
	height: 60px;
	line-height: 40px;
}