@media only screen and (min-width: 768px) {
	
	div.woocommerce {
		padding-top: 0;
	}
}

p.please-wait {
	height: 285px;
	width: 460px;
	line-height: 22px;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -230px;
	margin-top: -142px;
	text-align: center;
	padding: 70px 60px 50px 60px;
	background: #fff;
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #000;
}

p.please-wait .fa-spinner {
	-webkit-animation: fa-spin .75s linear infinite;
	animation: fa-spin .75s linear infinite;
	margin-top: 40px;
}

p.please-wait .fa-check-circle {
	margin-top: 40px;
	color: #70c395;
}