.cc-checkout__main {
  background-color: var(--color-oat);
  padding-top: 4rem;
}

.cc-checkout__card {
  border: .1rem solid var(--color-border-light);
  background: var(--color-bg-neutral);
  border-radius: .8rem;
  width: 100%;
  margin: 1.2rem 0;
  padding: 2.4rem;
  transition: height 1s ease-in-out;
  position: relative;
  overflow: hidden;
}

.cc-checkout__card__content {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.cc-checkout__card__heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-checkout__card__heading {
    align-items: flex-start;
  }
}

.cc-checkout__card__heading img {
  max-height: 2rem;
}

@media (max-width: 1023.98px) {
  .cc-checkout__card__heading .cc-form__wrp--radio {
    flex: 1;
    align-items: flex-start;
    min-width: 0;
  }

  .cc-checkout__card__heading .cc-form__group {
    margin-bottom: 0;
  }
}

.cc-checkout__card__price {
  flex-shrink: 0;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .cc-checkout__card__price {
    margin-left: .8rem;
  }
}

.cc-checkout__card__editbtn {
  position: absolute;
  top: 0;
  right: 0;
}

.cc-checkout__card--closed {
  min-height: 7.2rem;
}

@media (max-width: 1023.98px) {
  .cc-checkout__card--closed:not(.cc-checkout__billingCard) {
    min-height: 9.2rem;
  }
}

.cc-checkout__card--selected {
  height: auto;
}

.cc-checkout__card--selected .cc-checkout__card__content {
  visibility: visible;
  opacity: 1;
  display: block;
}

.cc-checkout__card.cc-checkout__billingCard .cc-form__group {
  margin-bottom: 0;
}

.cc-checkout__cardshipment {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-width: 30%;
  max-width: 33%;
  padding: 2.4rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-checkout__cardshipment {
    width: 100%;
    max-width: 100%;
  }
}

.cc-checkout__cardshipment--selected {
  border: .1rem solid var(--color-border-light);
  background: var(--color-bg-neutral);
  border-radius: .8rem;
}

.cc-checkout__cardshipment--selected .cc-btn {
  color: var(--color-tertiary-dark);
  border-color: var(--color-border-field-selected);
  background-color: var(--color-bg-field-selected);
}

@media (max-width: 1023.98px) {
  .cc-checkout__cardshipment .cc-checkout__card__heading {
    align-items: center;
  }
}

.cc-checkout-shipping__active .cc-payment-step, .cc-checkout-shipping__active .cc-submit-payment, .cc-checkout-payment__active .cc-shipping-step, .cc-checkout-payment__active .cc-submit-shipping, .cc-checkout-placeOrder__active .cc-shipping-step, .cc-checkout-placeOrder__active .cc-submit-shipping, .cc-checkout-placeOrder__active .cc-submit-payment {
  display: none;
}

.cc-checkout-placeOrder__active .cc-place-order {
  display: block !important;
}

.cc-checkout-homedelivery {
  flex-wrap: wrap;
  gap: 1.2rem;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-checkout-homedelivery {
    flex-direction: column;
  }
}

.cc-checkout__shipmentTitle {
  color: var(--color-text-default);
  align-items: center;
  gap: .8rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cc-checkout__shipmentTitle {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .cc-checkout__shipmentTitle-wrp {
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .cc-checkout__shipmentTitle__date {
    margin-top: .4rem;
  }
}

.cc-checkout__info {
  align-items: flex-start;
  gap: .4rem;
  margin-top: 1.6rem;
  display: flex;
}

.cc-checkout__info p {
  color: var(--color-text-lighter);
}

.cc-checkout__info a {
  text-decoration: underline;
}

@media (max-width: 1023.98px) {
  .cc-checkout__billingWrp {
    align-items: flex-start;
  }
}

.cc-header-checkout {
  z-index: 100;
  background: var(--color-primary-dark);
  width: 100%;
  color: var(--color-white);
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 1.6rem 0 1.2rem;
  position: sticky;
  top: 0;
  box-shadow: 0 0 .4rem rgba(20, 24, 24, .04), 0 .4rem .8rem rgba(20, 24, 24, .1);
}

@media (min-width: 1024px) {
  .cc-header-checkout {
    border-radius: 0 0 3.2rem 3.2rem;
    padding: 1.6rem 0;
  }
}

.cc-header-checkout__wrp {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cc-header-checkout__logo-area {
  flex: 1;
  align-items: center;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header-checkout__logo-area {
    flex: 0 0 24rem;
    width: 24rem;
  }
}

.cc-header-checkout__back-link {
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
}

.cc-header-checkout__back-link .cc-svg {
  width: 2.8rem;
  height: 2.8rem;
}

.cc-header-checkout__logo-wrp {
  width: 17.1rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cc-header-checkout__logo-wrp {
    width: 19.6rem;
    margin: 0 0 0 auto;
  }
}

.cc-header-checkout__logo {
  width: 17.1rem;
  height: 2.8rem;
  margin: 0;
  display: block;
}

@media (min-width: 1024px) {
  .cc-header-checkout__logo {
    width: 19.6rem;
    height: 3.2rem;
  }
}

.cc-header-checkout__help {
  flex-direction: column;
  flex: 0 0 3.2rem;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  width: 3.2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header-checkout__help {
    flex: 0 0 24rem;
    order: 3;
    justify-content: flex-end;
    width: 24rem;
    margin: 0;
  }
}

.cc-header-checkout__help .cc-svg {
  width: 2.8rem;
  height: 2.8rem;
}

.cc-header-checkout__help__label {
  color: inherit;
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .cc-header-checkout__help__label {
    display: block;
  }
}

.cc-header-checkout__help__content {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.cc-header-checkout__helpMobile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

@media (min-width: 1024px) {
  .cc-header-checkout__helpMobile {
    display: none;
  }
}

.cc-header-checkout__steps-wrp {
  flex: 0 0 calc(100% + 3.2rem);
  width: calc(100% + 3.2rem);
  margin: 1.6rem -1.6rem 0;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header-checkout__steps-wrp {
    flex: 0 0 45rem;
    width: 45rem;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .cc-header-checkout__steps-wrp {
    flex: 0 0 70.8rem;
    width: 70.8rem;
    margin: 0 auto;
  }
}

.cc-header-checkout__step {
  padding: 0 .8rem;
  flex: 1;
  width: 100%;
  min-width: 25%;
  padding-bottom: 2rem;
  position: relative;
}

@media (min-width: 1024px) {
  .cc-header-checkout__step {
    padding-bottom: 2.2rem;
  }
}

.cc-header-checkout__step:after {
  content: "";
  background: var(--color-teal-200);
  z-index: -2;
  width: 100%;
  height: .2rem;
  display: block;
  position: absolute;
  top: 1.1rem;
  left: -50%;
}

.cc-header-checkout__step:first-child:after {
  display: none;
}

.cc-header-checkout__step__number {
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  color: var(--color-primary-dark);
  border: .2rem solid var(--color-teal-200);
  background: var(--color-primary-dark);
  border-radius: 50%;
  margin: 0 auto;
  font-family: Mulish, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
  position: relative;
}

.cc-header-checkout__step__number:before {
  content: "";
  background: var(--color-primary-dark);
  z-index: -1;
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cc-header-checkout__step__label {
  letter-spacing: .025rem;
  color: var(--color-text-inverse-darker);
  text-align: center;
  white-space: nowrap;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .cc-header-checkout__step__label {
    letter-spacing: 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.cc-header-checkout__step.cc-active:after {
  background: var(--color-teal-50);
}

.cc-header-checkout__step.cc-active .cc-header-checkout__step__number {
  background: var(--color-teal-50);
  border-color: var(--color-teal-50);
  color: var(--color-primary-dark);
}

.cc-header-checkout__step.cc-active .cc-header-checkout__step__label {
  color: var(--color-white);
}

.cc-header-checkout__step.cc-completed:after {
  background: var(--color-teal-50);
}

.cc-header-checkout__step.cc-completed .cc-header-checkout__step__number {
  background: var(--color-primary-dark);
  border-color: var(--color-teal-50);
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 12 12'%3E%3Cpath fill='%23E6ECEC' d='M5,9.5c-.26,0-.51-.1-.71-.29l-2.5-2.5c-.39-.39-.39-1.02,0-1.41s1.02-.39,1.41,0l1.79,1.79,4.29-4.29c.39-.39,1.02-.39,1.41,0s.39,1.02,0,1.41l-5,5c-.2.2-.45.29-.71.29Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
}

.cc-header-checkout__step.cc-completed .cc-header-checkout__step__label {
  color: var(--color-text-inverse-dark);
}

:root {
  --c-acItemSelectedColor: var(--color-primary) !important;
}


/*# sourceMappingURL=checkout.css.map*/