body.athena-express-wc-checkout #ch2-dialog {
  opacity: 0;
}
body.athena-express-wc-checkout.init #ch2-dialog {
  opacity: 1;
  position: static;
}

.athena-express-checkout-header {
  background-color: #000;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.athena-express-checkout-header img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.athena-express-checkout-footer {
  background-color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 90px 20px;
}
.athena-express-checkout-footer img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.athena-express-checkout-footer .athena-express-checkout-footer__text {
  width: 100%;
}
.athena-express-checkout-footer ul.athena_expree_footer_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
.athena-express-checkout-footer ul.athena_expree_footer_nav a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  padding: var(--link-padding-top) var(--link-padding-right) var(--link-padding-bottom) var(--link-padding-left);
  margin: 0;
  border: none;
  background-color: var(--link-background-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  transition: var(--menu-duration) color ease, var(--menu-duration) background-color ease;
  font-size: 15px;
  font-weight: 600;
  line-height: 0.85;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.01px;
  color: #fff;
}

.bde-woopagecheckout.breakdance-woocommerce {
  overflow: hidden;
}

.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper {
  max-width: 1440px;
  margin: 20px auto 0px auto;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon button {
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-notices-wrapper,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info > a {
  float: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info > a::after {
  content: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info > a:last-of-type {
  display: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info > a span.add-here {
  display: none;
}
@media (min-width: 720px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info > a span.add-here {
    display: inline;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-message,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-info {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon {
  box-sizing: border-box;
}
@media (min-width: 720px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon,
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-notices-wrapper,
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon-toggle {
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon p:first-child {
  box-sizing: content-box;
  display: flex;
  height: 50px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon .input-text {
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper #billing_address_book_field .select2-container {
  width: 100% !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon .form-row.form-row-first {
  position: relative;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout-wrapper .woocommerce-form-coupon .coupon-error-notice {
  font-family: "Inter", sans-serif;
  position: absolute;
  bottom: 0;
  color: var(--bde-woo-notices__error-text);
  background: var(--bde-woo-notices__error-background);
  border-radius: var(--bde-woo-notices__border-radius);
  padding: var(--bde-woo-notices__padding);
  padding-left: var(--bde-woo-notices__padding-left);
  font-weight: var(--bde-woo-typography-font-weight-medium);
  font-size: var(--bde-woo-typography__size-standard);
  font-family: var(--bde-woo-typography__size-standard-font-family);
  line-height: var(--bde-woo-base-paragraph-line-height);
  text-align: left;
  margin: 0;
  width: 100%;
  left: 0;
  max-width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-message {
  width: auto;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .upspell-notice.error,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .upspell-notice.success {
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .center {
  text-align: center !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .emphasis {
  font-weight: bold !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h1, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h2, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h3, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h4, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout p, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout li, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout input, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout select {
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h1 {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h1 {
    font-size: 36px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h3 {
  font-weight: normal;
  font-size: 20px;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h3 {
    font-size: 24px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout h4 {
  font-weight: normal;
  font-size: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout li,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout p {
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout li,
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout p {
    font-size: 16px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-label {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-label:not(:last-of-type):not(:first-of-type) {
  font-size: 16px;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-label {
    font-size: 24px;
    line-height: 57px;
  }
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-label {
    font-size: 32px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a.button,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button {
  width: 100%;
  max-width: 250px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: #ffffff;
  border: 1px solid #0047EB;
  background-color: #5D8EFF;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a.button:hover, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a.button.active,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button:hover,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button.active {
  background-color: #0047EB;
  box-shadow: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a.button.shipping-action.active::before,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button.shipping-action.active::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #0047eb;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #0047eb;
  box-shadow: 0 7px 8px 0 rgba(1, 1, 1, 0.1019607843), 0 2px 4px 0 rgba(0, 0, 0, 0.431372549);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a.button.shipping-action.active::after,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button.shipping-action.active::after {
  content: url(../images/check.svg);
  position: absolute;
  right: -5px;
  top: -22px;
  width: 19px;
}
@media (min-width: 1241px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout a.button,
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout button {
    max-width: 250px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout textarea {
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout input {
  width: 100%;
  height: 60px;
  line-height: 50px;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  border-radius: 15px;
  border: 1px solid #858585;
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout input:focus {
  border-color: #5D8EFF;
  outline: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout input[type=checkbox] {
  width: auto;
  padding: 0px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .checkbox .optional {
  width: 0px !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .athx-selects-wrapper {
  display: block;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout select {
  width: 100%;
  height: 60px;
  line-height: 50px;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  border-radius: 15px;
  border: 1px solid #858585;
  padding: 0 20px;
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .select2 .select2-selection {
  line-height: 50px;
  padding: 0px 20px;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  border-radius: 15px;
  border: 1px solid #858585;
  box-sizing: border-box;
  height: 60px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .select2 .select2-selection__rendered {
  line-height: 50px !important;
  height: 60px;
  white-space: wrap !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .athena-express-checkout__container {
  max-width: 1440px;
  background-size: cover;
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding: 50px 19px;
  display: grid;
  gap: 0px 20px;
  grid-auto-flow: row;
  padding: 1rem;
  /**
   * Grid Template Areas.
   * m = Intro-mobile
   * a = Intro
   * b = Totals
   * c = Grow Store
   * d = Billing Address
   * e = Next Steps
   * n = Top
   * f = Quotes
   * g = Terms
   */
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "m" "b" "a" "d" "e" "n" "f" "g";
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .athena-express-checkout__container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "d b" "d e" "d f" "g g";
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout.in-store-active .athena-express-checkout__container {
  grid-template-areas: "m" "b" "a" "c" "d" "e" "n" "f" "g";
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout.in-store-active .athena-express-checkout__container {
    grid-template-areas: "a b" "c b" "d e" "d f" "g g";
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout.in-store-active #ship-to-different-address-toggler,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout.in-store-active .woocommerce-shipping-fields {
  display: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-block {
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-quote p {
  margin-bottom: 0;
  max-width: 482px;
  line-height: 1.2;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .ship-to-different-address-toggler {
  position: relative;
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-grow-store-billing-address {
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-Price-amount bdi {
  font-weight: normal;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-billing-fields,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-shipping-fields {
  border: none !important;
  padding: 0px !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-shipping-fields label {
  display: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #activecampaign_for_woocommerce_accepts_marketing_field label span {
  width: 0px !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #ship-to-different-address {
  display: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment {
  padding-top: 0px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .wc_payment_methods > li > label {
  display: none;
  padding-left: 0px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .wc_payment_methods > li > label::before, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .wc_payment_methods > li > label::after {
  display: none;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay > label {
  display: block !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay {
  margin-top: 0px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay #versapay_card_fields.is-visible {
  height: auto !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay #versapay_card_fields > div {
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: space-between;
  text-align: left;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay #versapay_card_fields > div > div > div {
  padding: 2px;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay #versapay_card_fields > div > div:first-of-type {
    margin-bottom: 20px;
    flex: 1 1 100%;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay #versapay_card_fields > div > div:not(:first-of-type) {
    flex: 0 1 50%;
    max-width: calc(50% - 16px);
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .payment_method_versapay .payment_box.payment_method_versapay #versapay_card_fields > div > div iframe {
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .place-order {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .place-order .athenax-secure-badge {
  order: 1;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .place-order button#place_order {
  color: #ffffff;
  background-color: #0047EB;
  border-radius: 10px;
  line-height: 58px;
  width: 100%;
  max-width: 216px;
  order: 0;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .place-order button#place_order.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #payment .place-order {
    flex-direction: row;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .payment-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5px;
  font-weight: bold;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .payment-title .woocommerce-Price-amount.amount bdi {
  font-weight: bold;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .payment-title.whop-plan {
  border: 1px solid #1a68ee;
  background-color: rgba(26, 104, 238, 0.2);
  border-radius: 6px;
  color: #3858e9;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .payment-title.whop-plan .woocommerce-Price-amount.amount bdi {
  color: #3858e9;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .payment-title span {
  font-size: 16px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .wc_payment_method.payment_method_whop {
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .woocommerce-NoticeGroup {
  box-sizing: border-box;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #_ath_grow_start_date_field {
  margin: 20px 0;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #_ath_grow_start_date_field label {
  line-height: 1.5;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro-mobile {
  padding: 25px 0px 0px 0px;
  grid-area: m;
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro-mobile {
    padding: 25px 45px 0px 45px;
  }
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro-mobile {
    display: none;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro {
  padding: 25px 20px;
  grid-area: a;
  margin-bottom: 50px;
  text-align: center;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro h1, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro h3, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro p {
  margin-bottom: 10px;
  text-align: center;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro .atx-actions {
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro > h1,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro > p {
  display: none;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro {
    padding: 25px 45px;
  }
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro {
    text-align: left;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro h1, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro h3, .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro p {
    text-align: left;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro > h1,
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro > p {
    display: block;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro h3 {
    margin-bottom: 10px;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro > .notice {
    display: block;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #intro .atx-actions {
    display: flex;
    justify-content: flex-start;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #totals {
  text-align: center;
  padding: 10px 25px 0px 25px;
  grid-area: b;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #totals img {
  width: 100%;
  max-width: 565px;
  height: auto;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #totals .atx-cart-totals {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #totals .atx-cart-totals {
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #totals .atx-cart-totals::after {
  content: "";
  display: inline-block;
  width: calc(100% - 100px);
  height: 3px;
  background-color: #D9D9D9;
  margin: 50px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #totals .total .woocommerce-Price-amount {
  font-weight: bold;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store {
  padding: 27px 10px;
  box-sizing: border-box;
  grid-area: c;
  margin-bottom: 50px;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #F5F5F5;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store {
    padding: 50px 21px;
    text-align: left;
  }
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store {
    max-width: 100%;
    margin-top: -399px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store h3 {
    text-align: left;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > P {
  font-weight: bold;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div input,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div select {
  margin-bottom: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div select[name=grow_state],
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div input[name=grow_postcode] {
  width: calc(50% - 5px);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div .select2-container {
  width: calc(50% - 5px);
  height: 60px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div .select2 .select2-selection__rendered {
  line-height: 60px !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store > div #grow-store-search-button {
  max-width: 140px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .grow-store-notice {
  font-size: 16px;
  font-weight: normal;
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .grow-store-notice.error {
  color: #c90404;
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.4);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .grow-store-notice.success {
  color: var(--bde-woo-notices__info-text);
  background: var(--bde-woo-notices__info-background);
  border-color: var(--bde-woo-notices__info-text);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .selected-store-wrap {
  border: 1px solid #3c23e5;
  background-color: #3c23e5;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .selected-store-wrap h4,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .selected-store-wrap p {
  margin: 0;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store select.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .select2.disabled {
  opacity: 0.4;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #grow-store .select2.disabled .select2-selection {
  cursor: not-allowed;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address {
  padding: 27px 10px;
  box-sizing: border-box;
  grid-area: d;
  margin-bottom: 50px;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #F5F5F5;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address > h3 {
  margin-bottom: 18px;
  text-align: center;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address {
    text-align: left;
  }
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address > h3 {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address {
    padding: 50px 21px;
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address .shipping_address > h3,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address .atx-grow-store-payment h3,
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address .woocommerce-billing-fields h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: var(--bde-woo-forms__spacing-between-fields);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address .atx-grow-store-payment {
  margin-top: 20px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #billing-address .atx-grow-store-payment h3 {
  text-align: left;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #next-steps {
  padding: 20px;
  box-sizing: border-box;
  grid-area: e;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #next-steps {
    padding: 20px 41px 20px 41px;
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #return-top {
  padding: 25px 45px;
  grid-area: n;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #return-top {
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #return-top .atx-actions {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #return-top a.button {
  width: 100%;
  max-width: 216px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #return-top {
    display: none;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #quotes {
  order: 5;
  box-sizing: border-box;
  grid-area: f;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #quotes {
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #quotes > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 15px;
  border: 1px solid rgba(171, 171, 171, 0.25);
  box-shadow: 0 0px 10px rgba(171, 171, 171, 0.25);
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (min-width: 650px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #quotes > div {
    gap: 45px;
    padding: 22px 53px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #terms {
  padding: 50px 38px;
  color: #858585;
  box-sizing: border-box;
  grid-area: g;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #terms {
    padding: 50px 116px;
    max-width: 100%;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout #terms p {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 1120px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout.in-store-active #billing-address {
    margin-top: -371px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout form.checkout.woocommerce-checkout:after {
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: 0.3s all;
  pointer-events: none;
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsells {
  font-family: "Inter", sans-serif;
  margin: 10px 0px;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsells h3.atx-subtitle {
  margin-bottom: 1rem !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item {
    text-align: left;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item .product-thumbnail {
  width: 210px;
  height: 210px;
  border-radius: var(--bde-woo-product-images__border-radius);
  border-color: var(--bde-woo-product-images__border-color);
  border-style: solid;
  border-width: var(--bde-woo-product-images__border-width);
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 720px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item .product-thumbnail {
    width: 64px;
    height: 64px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item .product-info .product-name {
  color: var(--bde-woo-buttons-and-links__text-link-color);
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-weight: var(--bde-woo-typography-font-weight-medium);
  transition: var(--bde-woo-base-transition);
  display: inline;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item .product-info p {
  font-weight: bold !important;
  font-size: 18px !important;
  margin-bottom: 5px;
  line-height: 1;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item .product-info p.subtag {
  font-size: 10px !important;
  font-weight: normal !important;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-cart-upsell-item .product-price .woocommerce-Price-amount bdi {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-weight: var(--bde-woo-typography-font-weight-medium);
  transition: var(--bde-woo-base-transition);
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-upsell-action {
  width: 100%;
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-upsell-action a.button {
  width: 100%;
  max-width: 250px;
  height: 45px !important;
  line-height: 45px !important;
  border-radius: 10px;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: #ffffff;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-upsell-action a.button {
    width: 86px;
  }
}
.woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-upsell-action a.remove-button {
  width: 86px;
  max-width: 250px;
  height: 45px !important;
  line-height: 45px !important;
  color: var(--bde-woo-buttons-and-links__text-link-color);
  display: inline-block;
  text-align: center;
}
@media (min-width: 720px) {
  .woocommerce-checkout .breakdance-woocommerce .athena-express-checkout .atx-upsell-action {
    width: auto;
    margin-left: auto;
    margin-right: 0;
  }
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

.ath-modal {
  background-color: white;
  max-height: 100vh;
  width: 100%;
  max-width: calc(100% - 40px);
  opacity: 0;
  overflow: auto;
  position: fixed;
  transform: scale(1.15);
  transition-duration: 192ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-property: opacity, transform, visibility;
  visibility: hidden;
  z-index: 1000001;
  top: 20px;
  left: unset;
  right: 20px;
}
@media (min-width: 790px) {
  .ath-modal {
    left: calc(50% - 370px);
    max-width: 740px;
    margin: 0;
  }
}
.ath-modal.open {
  border: solid 1px #000;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.48);
  opacity: 1;
  transform: scale(1);
  transition-duration: 224ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  visibility: visible;
}
.ath-modal > a.ath-modal-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background-color: #1754d8;
  border-radius: 6px;
}
.ath-modal .atx-wrapper {
  padding: 20px;
}
.ath-modal .atx-wrapper .woocommerce-info,
.ath-modal .atx-wrapper .woocommerce-message,
.ath-modal .atx-wrapper .woocommerce-error {
  display: block;
  width: auto;
}

.ath-modal-backdrop {
  opacity: 0.45;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  background-color: #000;
  transition-property: visibility, opacity;
  transition-duration: 384ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  z-index: -1;
}

body.modal-open .ath-modal-backdrop {
  visibility: visible;
  transition-property: visibility, opacity;
  transition-duration: 384ms;
  z-index: 1000000;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
