@charset "UTF-8";

@keyframes wpc-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes wpc-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes woosw-spinner {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes woosw-spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.woosw-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999989;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	font-size: 14px;
	visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	box-sizing: border-box;
}