/**
 * Mulitple Payment Gateway Options
 */
.checkoutPayPal .checkoutLeft {
  max-width: 550px;
}
.checkoutPayPal .checkoutButtons {
  margin-top: 1em;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  min-height: 500px;
}
.checkoutPayPal .checkoutButtons .checkoutPrev.smlBtn {
  margin: 10px auto;
  font-size: 0.7em;
  border: none;
}
.checkoutPayPal .checkoutButtons form {
  width: 100%;
}
.checkoutPayPal .checkoutButtons .payment-method {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0em auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  transition: var(--transition, all 0.3s ease);
}
.checkoutPayPal .checkoutButtons .payment-method:hover {
  border-color: var(--cta, #888);
}
.checkoutPayPal .checkoutButtons .payment-method:hover .payment-choice icon {
  border-color: var(--cta, #888);
}
.checkoutPayPal .checkoutButtons .payment-method:hover .payment-choice icon:after {
  opacity: 1;
}
.checkoutPayPal .checkoutButtons .payment-method:hover:after {
  color: var(--cta, #888);
}
.checkoutPayPal .checkoutButtons .payment-method:first-child {
  border-radius: 0.5em 0.5em 0 0;
}
.checkoutPayPal .checkoutButtons .payment-method:last-child {
  border-radius: 0 0 0.5em 0.5em;
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice {
  width: 100%;
  padding: 0.8em 1.2em;
  padding-right: 2.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1em;
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice icon {
  display: inline-block;
  background: white;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #888;
  margin-right: 1.4em;
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice icon:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #888;
  background: var(--cta, #888);
  opacity: 0;
  transition: var(--transition, all 0.3s ease);
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  width: 60%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice .text .text-wrap {
  width: auto;
  font-weight: bold;
  color: var(--fontColor);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice .cc-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: auto;
  max-width: 140px;
}
.checkoutPayPal .checkoutButtons .payment-method .payment-choice .cc-image img {
  width: 100%;
  height: auto;
}
.checkoutPayPal .checkoutButtons .payment-method .more {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.checkoutPayPal .checkoutButtons .payment-method .more span {
  display: block;
}
.checkoutPayPal .checkoutButtons .payment-method .more #paypal-button {
  margin: 2em auto 0;
  position: relative;
  z-index: 2;
}
.checkoutPayPal .checkoutButtons .payment-method .shop-pg-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1em;
  position: relative;
  top: 0em;
  width: 100%;
  max-width: 110px;
  max-height: 40px;
  margin: 0;
}
.checkoutPayPal .checkoutButtons .payment-method .shop-pg-logo img {
  display: inline;
  width: 100%;
  height: auto;
}
.checkoutPayPal .checkoutButtons .payment-method:after {
  content: "\f078";
  font-family: fontAwesome;
  color: black;
  font-size: 1em;
  position: absolute;
  top: 1.6em;
  right: 0.8em;
  transition: var(--transition, all 0.3s ease);
  pointer-events: none;
}
.checkoutPayPal .checkoutButtons .payment-method.active {
  border-color: var(--cta, #888);
}
.checkoutPayPal .checkoutButtons .payment-method.active:after {
  color: var(--cta, #888);
  transform: rotate(180deg);
}
.checkoutPayPal .checkoutButtons .payment-method.active .more {
  display: block;
}
.checkoutPayPal .checkoutButtons .payment-method.active icon {
  border-color: var(--cta, #888);
}
.checkoutPayPal .checkoutButtons .payment-method.active icon:after {
  opacity: 1;
}
.checkoutPayPal .checkoutButtons .payment-method.paypal .more span {
  text-align: center;
  margin: 0.3em auto;
}
.checkoutPayPal .checkoutButtons .payment-method.paypal .more .cc-image {
  max-width: 170px;
  margin: 0.5em auto 0;
}

@media (min-width: 701px) and (max-width: 910px) {
  .checkoutPayPal .checkoutButtons .payment-method .payment-choice .cc-image {
    margin-left: 45px;
  }
  .checkoutPayPal .checkoutButtons .payment-method .payment-choice .text {
    width: 100%;
    height: 40px;
  }
}
@media all and (max-width: 700px) {
  .checkout .payment-method .payment-choice .text, .checkout .payment-method .payment-choice .shop-pg-logo {
    width: 100%;
  }
  .checkoutPayPal .checkoutButtons .payment-method .payment-choice .text {
    width: 100%;
    height: 40px;
  }
  .checkoutPayPal .checkoutButtons .payment-method.stripe .more .display-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
  .checkoutPayPal .checkoutButtons .payment-method .payment-choice .cc-image {
    margin-left: 45px;
  }
  .checkoutPayPal .siteContent .checkoutLeft .checkoutButtons .payment-method.stripe button {
    margin: 1em auto;
  }
}
