.c-wrapper, .c-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-steps-indicator {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1em;
}

.c-steps-indicator.c-steps-1 li {
  width: 100%;
}

.c-steps-indicator.c-steps-2 li {
  width: 50%;
}

.c-steps-indicator.c-steps-3 li {
  width: 33.33333%;
}

.c-steps-indicator.c-steps-4 li {
  width: 25%;
}

.c-steps-indicator.c-steps-5 li {
  width: 20%;
}

.c-steps-indicator.c-steps-6 li {
  width: 16.66667%;
}

.c-steps-indicator.c-steps-7 li {
  width: 14.28571%;
}

.c-step {
  position: relative;
  float: left;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
  text-align: center;
  padding-left: 1em;
}

.c-step:after {
  content: "";
  position: absolute;
  left: -1.25em;
  margin-right: 0.4em;
  width: 1.75em;
  padding-top: 1.75em;
  z-index: 1;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}

.c-step a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.c-step:first-of-type:after {
  display: none;
}

@media all and (max-width: 1024px) {
  .c-steps-indicator.c-steps-1 li {
    width: 100%;
  }

  .c-steps-indicator.c-steps-2 li {
    width: 100%;
  }

  .c-steps-indicator.c-steps-3 li {
    width: 100%;
  }

  .c-steps-indicator.c-steps-4 li {
    width: 100%;
  }

  .c-steps-indicator.c-steps-5 li {
    width: 100%;
  }

  .c-steps-indicator.c-steps-6 li {
    width: 100%;
  }

  .c-steps-indicator.c-steps-7 li {
    width: 100%;
  }

  .c-step {
    height: 3em;
    padding-top: 0.75em;
    padding-left: 0;
  }

  .c-step:after {
    left: 46%;
    bottom: 2.5em;
  }
}
/**
 * Account section of the checkout
 */
.c-checkout-account {
  max-width: 800px;
  margin: 2em auto;
  overflow: hidden;
}

.c-checkout-account > div {
  width: 50%;
  padding: 2em 1em;
  text-align: center;
}

.c-checkout-existing-user {
  width: 50%;
  float: left;
}

.c-checkout-new-user {
  width: 50%;
  margin-left: 50%;
}

@media all and (max-width: 1024px) {
  .c-checkout-account > div {
    width: 100%;
  }

  .c-checkout-existing-user {
    float: none;
  }

  .c-checkout-new-user {
    margin-left: 0;
  }
}
.c-cart-actions .c-cart-optional {
  width: 45%;
  float: left;
}
.c-cart-actions .c-cart-totals-wrapper {
  width: 55%;
  margin-left: 45%;
}

.c-checkout-step {
  width: 60%;
  float: left;
}

.c-checkout-summary {
  width: 40%;
  margin-left: 60%;
  padding-left: 1em;
  padding-top: 0.5em;
}

.c-checkout-address .c-separate-billing-checkbox, .c-checkout-address .c-separate-billing-label {
  display: inline;
}
.c-checkout-address .c-separate-billing-checkbox + .c-separate-billing-label + .c-checkout-billing-address {
  display: none;
}
.c-checkout-address .c-separate-billing-checkbox:checked + .c-separate-billing-label + .c-checkout-billing-address {
  display: block;
}

@media all and (max-width: 1024px) {
  .c-checkout-step {
    width: 100%;
    float: none;
  }

  .c-checkout-summary {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em;
  }

  .c-cart-actions .c-cart-optional {
    width: 100%;
    float: none;
  }
  .c-cart-actions .c-cart-totals-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=layout.simple.css.map */
