
#wootbe-loader-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	z-index: 9999;
	display: flex;
	align-items: center;
	font-size: 1.5em;
	color: #333;
}
.spinner {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  border-radius: 50%;
  margin: 0 auto;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, .1);
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
  margin: 0 auto;
}

.woocommerce div.product p.stock {
  font-size: 1.2em !important;
  clear: both !important;
}
.woocommerce div.product p.price {
	margin-bottom: 0px !important;
}
@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

