/**
Only for FrontEnd
*/
/* button.single_add_to_cart_button.button.alt.wp-element-button{
	display: none;
} */
.product-summary .quantity {
    position: relative;
}
.wqpmb-quick-loader {
    position: absolute;
    /* bottom: -22px; */
    top: -21px;
    left: 50%;
    translate: -50% 0;
    z-index: 99;
}

.wqpmb-quick-loader {
	border: 2px solid #d7c9c9;
	border-radius: 50%;
	border-top: 2px solid #026c07d1;
	width: 18px;
	height: 18px;
	-webkit-animation: wqpmb-spin 2s linear infinite; /* Safari */
	animation: wqpmb-spin 2s linear infinite;
	}
  
  /* Safari */
  @-webkit-keyframes wqpmb-spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes wqpmb-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

.qib-button.qib-button-wrapper .quantity.wqpmb_quantity,.qc_this_wrapper {
    position: relative;
}
.wqpmb-quick-message {
  position: absolute;
  bottom: -27px;
  top: unset;
  left: 50%;
  translate: -50% 0;
  z-index: 99;
}
span.wqpmb-quick-message {
  color: #4caf50;
}

span.wqpmb-quick-message>i {
  font-weight: bold;
}