.blockUI.blockOverlay::before,
.woocommerce .blockUI.blockOverlay::before{

	height: 45px;
	width: 45px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -22.5px;
	margin-top: -22.5px;
	content: '';
	-webkit-animation: none;
	animation: none;
	background: url(../img/preloader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0,0,0,.75);
}
