/**
 * PayPal Checkout Page
 */
.checkoutButtons #paypal-button {
  width: 100%;
  text-align: center;
  margin: 2em auto 1em;
}
.checkoutButtons .cc-image {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

/**
 * PayPal pay in 4 message on cart item page
 */
.itemSection .itemLeft .item-pp-4-message {
  display: none;
}
.itemSection .itemMainInfo .item-pp-4-message {
  display: block;
}

@media all and (max-width: 700px) {
  .itemSection .itemLeft .item-pp-4-message {
    display: block;
  }
  .itemSection .itemMainInfo .item-pp-4-message {
    display: none;
  }
}
