body.woo-loader:before {
	content: '';
	display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; 
	bottom: 0;
  z-index: 1000000;
  background-color: #1abc9c;
}
.woo-loader-container{
	background-color: #1abc9c;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
 	z-index: 1000000;
  line-height: 0;
}
.center-spin{
  position: absolute !important;
  top: 0; left: 0; bottom: 0; right: 0;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wooloader-text{
  height: 20px;
  text-align: center;
}