.button-bar .order-paypal-wrapper {
  text-align: center;
  background: #000;
  width: 240px;
  height: 70px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 15px;
  float: right !important;
}

.button-bar .order-paypal-wrapper paypal-button {
  max-width: 200px;
}

order-paypal-wrapper paypal-button .paypal-btn {
  position: relative;
  z-index: 1;
}
order-paypal-wrapper paypal-button .paypal-disable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.button-bar .order-paypal-wrapper .place-order {
  color: white;
  font-size: 80%;
  margin: 5px auto;
}
