#mbbx-loader-modal{
  position: fixed!important;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center!important;
  background-color: rgb(0,0,0,.3);
  z-index: 9999999;
}

#mbbx-spinner {
  position: absolute;
  max-height: 60vmin;
  max-width: 60vmin;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  border: 3px solid #7000ff;
  border-top-color: #ffffff;
  border-radius: 100%;
  animation: rotation .7s infinite linear;
}

@keyframes rotation {
  from {
      transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
      transform: translateX(-50%) translateY(-50%) rotate(359deg);
  }
}

#mbbx-anchor {
  background: 15px 15px no-repeat #fbfbfb;
}

.mbbx-card .payment_module .payment-option img {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 64px;
  border-radius: 100%;
}

.payment-option img[src*="mobbex"],
img[src*='res.sugaway'] {
  width: 50px;
  border-radius: 100%;
}

.walletForm:not(.ps17) {
  display: none;
  padding: 30px;
  border: 1px solid #d6d4d4;
  border-top: none;
  border-radius: 4px;
  font-size: 15px;
  transform: translateY(-15px);
  background: white;
}

.walletForm.ps17 input[name="securityCode"] {
  max-width: 70px;
  display: inline;
}

.walletForm.ps17 select[name="installment"] {
  max-width: 200px;
  display: inline;
}

.mbbx-method img {
  position: absolute;
  width: 64px !important;
  top: 15px;
  left: 15px;
  border-radius: 100%;
}

.mbbx-extra {
  margin-bottom: 3em;
}

.mbbx-banner {
  width: 80%;
}