.checkout-continue .paypal-buttons.paypal-buttons-context-iframe {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.paypal-buttons.paypal-buttons-context-iframe {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.used-paypal-account-hide {
  display: none !important;
}

#braintreeCreditCardFieldsContainer .cardowner {
  border: 1px solid #707070 !important;
  height: 40px !important;
  line-height: 40px !important;
  font-family: arial !important;
  font-size: 1rem !important;
  font-style: normal !important;
  color: #707070 !important;
  letter-spacing: 0.045rem;
}

.cardowner:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.border-none {
  border: unset !important;
  height: 40px !important;
  line-height: 40px !important;
}

.card-info {
  margin-left: 0 !important;
  font-size: 1rem !important;
  font-family: montserratbold;
  color: #212529;
  margin-top: 5px;
}

.border-radius0 {
  border-radius: 0 !important;
  border: 1px solid #707070 !important;
  padding: 0.375rem 0.75rem;
}

.border-radius0,
.height-40 {
  height: 40px !important;
  line-height: 40px !important;
}

#braintreeCreditCardFieldsContainer .form-group {
  margin-bottom: 15px !important;
}

#braintreeCreditCardErrorContainer {
  color: red;
}

.braintree-cart-apple-buttons-wrap {
  text-align: right;
  padding-bottom: 0.938em;
  display: none;
  position: relative;
}

.braintree-cart-apple-button-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  min-height: 2em;
}

.braintree-billingpage-apple-buttons-wrap {
  text-align: left;
  padding-bottom: 0.938em;
  display: none;
  position: relative;
}

.braintree-billingpage-apple-button-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 15.625em;
  min-height: 2em;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    width: 100%;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
    cursor: pointer;
  }
  .apple-pay-button-with-text > * {
    display: none;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.75em;
    border-radius: 0.313em;
    padding: 0em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 12.5em;
    min-height: 2em;
    max-height: 4em;
    cursor: pointer;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale));
  }
  .apple-pay-button-with-text > .logo {
    width: calc(2.188em * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(0.125em * var(--apple-pay-scale));
    border: none;
  }
}
.js_braintree_applepay_button_disabled {
  opacity: 0.4;
  cursor: default;
}

@media (max-width: 543.98px) {
  .checkout-continue .braintree-cart-apple-buttons-wrap .error {
    padding: 0;
  }
  .checkout-continue .braintree-cart-apple-buttons-wrap .braintree-cart-apple-button-wrap {
    padding: 0;
  }
  .checkout-continue .braintree-cart-apple-buttons-wrap .braintree-cart-apple-button {
    padding: 0;
  }
}
