.checkout_blur {
  background-color: rgb(255, 255, 255);
  opacity: 0.6;
/*  background: url("../images/spinner.svg");
*/

}
/*.blockOverlay {
display: none !important;
}*/

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 1000;
    position: absolute;



}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.checkout_disable
{
    background-color:rgb(255, 255, 255);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(231,241,237);
}   
.overlay_checkout {
    background-color: rgba(0, 0, 0);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	opacity:50%;
}
.someClass{
  display: none !important;
}
.woocommerce .blockUI.blockOverlay {
  position: inherit! important;
  display: block! important;
}