/* Graphic Rebel PayPal checkout - fixed */
.paypal-checkout-box{
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.04);
}
.paypal-checkout-box h3{
  margin:0 0 6px;
  font-size:18px;
}
#paypal-button-container{
  margin-top:12px;
  min-height:45px;
  opacity:1 !important;
  pointer-events:auto !important;
}
.paypal-checkout-box.is-empty #paypal-button-container{
  opacity:1 !important;
  pointer-events:auto !important;
}
.paypal-status{
  min-height:20px;
  margin-top:8px;
  font-size:13px;
  line-height:1.45;
}
.paypal-status.error{
  color:#ff8a8a;
}
