#mame-checkout-redirect-block {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  opacity: 0.6;
  cursor: wait;
  position: absolute;
}

#mame-checkout-redirect-block-content {
  z-index: 1011;
  position: absolute;
  padding: 20px;
  margin: 0px auto;
  width: 30%;
  text-align: center;
  color: rgb(85, 85, 85);
  border: 3px solid rgb(170, 170, 170);
  background-color: rgb(255, 255, 255);
  cursor: wait;
  line-height: 32px;
  top: 30%;
  left: 35%;
}

.wc_payment_method.payment_method_mame_qr img {
  width: auto;
  height: 100%;
  max-height: 30px;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.mame_qr-myaccount-bill, .mame_qr-thankyou-bill {
  margin: 0 0 1rem;
}