.product-detail .afterpay-widget-message .afterpay-link {
  font-size: 0.75em;
  padding: 0.375em 0.9375em;
  border: 0.0625em solid #ccc;
}

.afterpay-widget-message.plp-afterpay-message .afterpay-link {
  font-size: 0.75em;
}

.afterpay-image {
  vertical-align: middle;
  width: 5em;
}

.pdp-afterpay-message {
  padding-top: 0.625em;
  padding-bottom: 1.0625em;
  text-align: center;
}

.cart-page .cart-afterpay-message .afterpay-link {
  font-size: 0.75em;
  padding: 0.375em 0.4375em;
}

.cart-afterpay-message {
  margin-bottom: 0.9375em;
  border: 0.0625em solid #ccc;
}

.modal.show {
  display: block;
}

.afterpay-modal {
  width: -webkit-fill-available;
}

.afterpayModal {
  background: rgba(0, 0, 0, 0.3);
}
.afterpayModal .quick-view-dialog {
  max-width: 48em;
}
.afterpayModal .modal-content {
  border-radius: 0.8125em;
  overflow: hidden;
  position: absolute;
}
.afterpayModal .modal-content .modal-header {
  border-bottom: medium none;
  background-color: #fbfcfc;
  height: 2em;
}
.afterpayModal .modal-content .modal-header button {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  border: 0.05em solid #999;
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  padding: 0;
}
.afterpayModal .modal-content .modal-header button .close-button {
  position: relative;
  top: -0.35em;
  font-size: 1.5em;
  color: #999;
}
.afterpayModal .modal-content .modal-header button:hover .close-button {
  color: #000;
}
.afterpayModal .modal-content .modal-body {
  padding: 0;
  max-height: initial;
}
.afterpayModal.modal.show .modal-dialog {
  transition: transform 0.3s ease-out, top 0.1s ease-out;
}

.cancel-symbol {
  position: relative;
  bottom: 0.4375em;
  right: 0.3125em;
  background-color: transparent;
}

.terms-content {
  margin-left: 2.9375em;
  color: #878787;
  font-size: 0.9375em;
  margin-bottom: 0.75em;
}

.copy-rights {
  text-align: center;
}

.redirect-text {
  text-align: center;
  margin-top: 2.1875em;
  font-size: 1.375em;
}

/* Afterpay checkout widget */
#afterpaInstallmentChart th {
  text-align: center;
  border-bottom: 0.0625em solid #ccc;
}

#afterpaInstallmentChart td {
  text-align: center;
  padding-top: 0.9375em;
}

.pie {
  width: 2.8125em;
}

.pie path {
  fill: #0070d2;
  stroke: none;
}

.pie .circle {
  fill: #ccc;
  stroke: #0070d2;
  stroke-width: 0.3;
}

.link-us {
  font-size: 0.9375em;
  color: gray;
  text-decoration: underline;
}

.terms-us {
  font-size: 0.875em;
  color: gray;
  padding-left: 2.4375em;
}

.terms-us a {
  font-size: 0.875em;
}

.terms-content-us {
  padding-bottom: 0.75em;
  background-color: #fbfcfc;
}

.pie path {
  fill: #c2fae5;
}
.pie .circle {
  fill: #000;
  stroke: #c2fae5;
}

.afterpay-messaging {
  font-size: 0.875rem;
  color: #555650;
}
.afterpay-messaging a {
  color: #00302d;
}

.payment-options.nav {
  flex-wrap: nowrap;
}
.payment-options .afterpay_pbi-tab {
  padding: 0.625rem;
}
.payment-options .afterpay_pbi-tab img {
  height: 1.6875rem;
}
@media (min-width: 1024px) {
  .payment-options .afterpay_pbi-tab img {
    height: auto;
  }
}

#afterpaInstallmentChart td {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  #afterpaInstallmentChart td {
    font-size: initial;
  }
}
/*# sourceMappingURL=afterpaystyle.css.map*/