.paypal-button .xcomponent-outlet {
  border-radius: 0;
  height: 50px;
  width: 270px;
  border-radius: 0 !important;

  font-size: 16px !important;
}

.paypal-button .xcomponent-outlet:before {
  content: 'Checkout with PayPal';
  color: #fff;
  font-size: 14px !important;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Cardo","Big Caslon","Bodoni MT",Georgia,serif;
  letter-spacing: 1px;
  height: 50px;
  display: block;
  width: 270px;
  overflow: hidden;
  background-color: #ffa984 !important;
  line-height: 50px;
}

.paypal-button:hover .xcomponent-outlet:before {
  background-color: #ff8551 !important;
}

.paypal-button .xcomponent-outlet iframe {
  opacity: 0 !important;
}

#AjaxifyCart .grid__item.text-right {
  text-align: center !important;
}

.ajaxcart .additional-checkout-buttons {
  background-color: #fff !important;
}

.additional-checkout-button--paypal-express {
  background-color: #ffa984 !important;
}

.additional-checkout-button--paypal-express:hover {
  background-color: #ff8551 !important;
}

.additional-checkout-button--paypal-express img {
  filter: brightness(0) invert(1) !important;
}

.ajaxcart--modal .checkout__button {
  font-weight: 700 !important;
}