	.popup-loading-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0; top: 0;
	z-index: 1100;
	background: rgba(0,0,0,0.95);
}

.popup-loading-wrapper .popup {
	min-width: 300px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.popup-loading-wrapper .popup h2 {
	width: 300px;
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	padding: 7px 0 22px;
	margin: 0;
}

.popup-loading-wrapper .popup h3 {
	line-height: 26px;
	padding: 0 0 24px;
	margin: 0;
	color: #fff;
}

.popup-loading-wrapper .popup p {
	opacity: 0.5;
	font-size: 18px;
	padding: 8px 0 3px;
	color: #fff;
}

.popup-loading-wrapper .popup .product-image {
	width: 110px;
	height: 176px;
	margin: 0 auto 6px;
	position: relative;
	background: url("img/prod-load.png?ver=1") no-repeat left top;
}

.popup-loading-wrapper .popup .lock-image {
	width: 90px;
	margin: 0 auto 3px;
}

.popup-loading-wrapper .popup .loading-image {
	width: 100px;
	height: 100px;
	margin: auto;
	-webkit-animation: spin 3s linear infinite !important;
	-moz-animation: spin 3s linear infinite !important;
	animation: spin 3s linear infinite !important;
}
@media screen and (max-height: 340px) {

	.popup-loading-wrapper .popup p {
		padding: 3px 0;
	}

	.popup-loading-wrapper .popup h2 {
		padding: 2px 0 7px;
	}

}
