@charset "UTF-8";
.checkout-container {
  max-width: 1040px;
  margin: 0 auto;
}
.checkout-container h1 {
  text-align: center;
  padding-bottom: 2rem;
}
.checkout-container .cart-sub-content {
  padding: 2rem 0;
}
.checkout-container .cart-sub-content .row {
  margin: 0 0.75rem;
}
.checkout-container .cart-sub-content .row > div {
  padding: 0 0.25rem;
}
.checkout-container .cart-sub-content .infobox, .checkout-container .cart-sub-content .side-help {
  margin-left: 0px;
  margin-right: 0px;
  background: white;
  margin-bottom: 0;
  min-height: 200px;
  height: 100%;
}
.checkout-container .cart-sub-content .infobox h2, .checkout-container .cart-sub-content .infobox .side-help-title, .checkout-container .cart-sub-content .side-help h2, .checkout-container .cart-sub-content .side-help .side-help-title {
  background: white;
  border-bottom: 3px solid #f1f1f1;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 0px;
  padding: 10px;
  text-align: center;
  color: black;
}
.checkout-container .cart-sub-content .infobox p, .checkout-container .cart-sub-content .side-help p {
  font-size: 0.9em;
  padding: 18px;
  margin: 0;
  min-height: 240px;
  text-align: center;
}
.checkout-container .cart-sub-content .infobox a, .checkout-container .cart-sub-content .side-help a {
  display: inline-block;
  font-weight: 500;
}
.checkout-container .cart-sub-content .infobox a:last-child, .checkout-container .cart-sub-content .side-help a:last-child {
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.checkout-container .cart-sub-content .infobox img, .checkout-container .cart-sub-content .side-help img {
  margin-left: 5px;
  margin-bottom: 10px;
  width: 34px;
}
.checkout-container .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #000000;
  background: -o-linear-gradient(left, #000000 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #000000), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #000000 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.checkout-container .loader:before {
  width: 50%;
  height: 50%;
  background: #000000;
  -webkit-border-radius: 100% 0 0 0;
          border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.checkout-container .loader:after {
  background: #f4f4f4;
  width: 75%;
  height: 75%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.checkout-step-cart {
  position: relative;
}
.checkout-step-cart .cart-items-loading {
  display: none;
  position: absolute;
  background-color: #f3f3f38f;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.checkout-step-cart .cart-items-loading > div {
  height: 100%;
}
.checkout-step-cart .cart-items-loading.opened {
  display: block;
}

.cart-empty-message {
  width: 100%;
  text-align: center;
  padding: 12rem 0;
  font-weight: 500;
  font-size: 2em;
}

.cart-items-list {
  margin-top: 10px;
}

.cart-items-list,
.cart-totals-subtotal,
.cart-totals-shipping-cost,
.cart-totals-shipping-scalapy,
.cart-totals-total,
.cart-totals-actions {
  margin: 0;
}

.cart-item {
  font-size: 0.75em;
  background-color: white;
  margin-top: 5px;
  min-height: 70px;
}

.cart-item-image {
  height: 64px;
  padding: 0px 0 0 2px;
}

.cart-item-image a {
  display: block;
  height: 100%;
  width: 100%;
}

.cart-item-image a img {
  height: 100%;
  width: auto;
  margin: 0.25rem 0 0;
}

.cart-item-info, .cart-item-numbers {
  padding-top: 10px;
}

.cart-item-info {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

.cart-item-infoadd, .cart-item-infofirst {
  font-size: 14px;
  line-height: 18px;
}

.cart-item-name {
  font-weight: 500;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

.cart-item-code {
  display: none;
  font-weight: 100;
  font-size: 13px;
}

.cart-item-description {
  font-size: 0.8em;
}

.cart-item-info .info-label {
  display: none;
}

.cart-item-prices {
  text-align: right;
}

.cart-item-baseprice {
  text-decoration: line-through;
}

.cart-item-price {
  font-weight: 400;
  font-size: 1.2em;
}

.cart-item-actions {
  text-align: center;
  padding-top: 1rem;
}

.cart-item-actions .fa-times {
  display: inline-block;
  font-size: 0.7em;
}

.cart-item-actions .fa-spinner-third {
  display: none;
}

.cart-item-actions.updating .fa-times {
  display: none;
}

.cart-item-actions.updating .fa-spinner-third {
  display: inline-block;
}

.cart-item-quantity-container {
  padding: 0px;
  text-align: center;
}

.cart-item-quantity {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.cart-item-quantity-label {
  text-align: center;
  margin: 0 0.5rem 0 0;
}

.cart-item-quantity-number,
.cart-item-quantity-minus,
.cart-item-quantity-plus {
  display: inline-block;
  width: 24px;
  height: 30px;
  background-color: #FFF;
  vertical-align: middle;
  text-align: center;
  padding: 3px;
  font-size: 13px;
  line-height: 1.5em;
}

.cart-item-quantity-minus,
.cart-item-quantity-plus {
  width: 20px;
  cursor: pointer;
  text-align: center;
}

.cart-item-quantity-minus.disabled {
  color: #aaa;
  cursor: not-allowed;
}

.cart-item-quantity-number span {
  display: block;
  text-align: center;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

.cart-item-quantity-number, .cart-item-quantity-minus, .cart-item-quantity-minus.disabled, .cart-item-quantity-plus {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cart-item-quantity-minus, .cart-item-quantity-minus.disabled {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
}

.cart-item-quantity-plus {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #f5f5f5;
}

.cart-item-quantity .fa-spinner {
  display: inline-block;
  text-align: center;
  background-color: #FFF;
  display: none;
}

.cart-item-quantity-error {
  margin-top: 18px;
  font-size: 0.8em;
  font-weight: 500;
  color: #AA0000;
  background-color: #FFF;
  padding: 5px 8px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: none;
}

.cart-item-quantity-error i {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 8px;
  margin-right: 10px;
}

.cart-item-quantity-error .error-msg {
  display: inline-block;
  vertical-align: text-top;
  width: 80%;
}

/*
                      ████████  ██████  ████████  █████  ██      ███████
                         ██    ██    ██    ██    ██   ██ ██      ██
█████ █████ █████        ██    ██    ██    ██    ███████ ██      ███████     █████ █████ █████
                         ██    ██    ██    ██    ██   ██ ██           ██
                         ██     ██████     ██    ██   ██ ███████ ███████
*/
.cart-divider {
  display: block;
  height: 1px;
  background-color: #B0ACAD;
}

.cart-totals-subtotal,
.cart-totals-shipping-cost,
.cart-totals-shipping-scalapay,
.cart-totals-total {
  background-color: white;
  margin-top: 5px;
  padding: 0.5rem 0;
}

.cart-totals-shipping-scalapay {
  padding: 0 1rem;
  margin: -0.5rem 0 0;
}

.cart-totals-subtotal .tnumbers > div:first-child,
.cart-totals-shipping-cost .tnumbers > div:first-child {
  text-align: left;
  padding-left: 15px;
  font-weight: 400;
  font-size: 0.8em;
}

.cart-totals-total {
  color: black;
  background-color: transparent;
  font-size: 1.4em;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
}

.cart-totals-total .tnumbers > div:first-child {
  font-weight: 400;
  font-size: 0.7em;
  text-align: left;
}

.cart-totals-total .promo-input {
  font-size: 15px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0;
}

.cart-totals-actions .tnumbers {
  padding: 0;
}

#promoCode {
  display: block;
  padding: 0;
  width: 100%;
}

.cart-totals-promo-submit {
  display: block;
  width: 100%;
}

.cart-totals-promo-submit i {
  margin-left: 6px;
}

.cart-totals-promo-submit .fa-spinner-third {
  display: none;
}

.cart-totals-promo.updating .cart-totals-promo-submit .fa-spinner-third {
  display: inline-block;
}

.cart-totals-promo.updating .cart-totals-promo-submit .fa-refresh {
  display: none;
}

.cart-totals-promo-submit .fa-refresh {
  display: inline-block;
}

.cart-totals-promo-error {
  display: none;
}

.cart-totals-promo-error i, .cart-totals-promo-error-msg {
  display: inline-block;
  margin-left: 10px;
}

.cart-totals-promo-error i {
  margin-left: 0px;
  margin-top: 6px;
}

.shipping-promo {
  text-decoration: line-through;
  font-size: 0.8em;
  font-weight: 300;
}

/*
                      ███████  ██████   █████
                           ██ ██       ██   ██
█████ █████ █████         ██  ███████   █████      █████ █████ █████
                         ██   ██    ██ ██   ██
                         ██    ██████   █████
*/
@media (min-width: 1024px) {
  .cart-item-info {
    padding: 1rem 0 1rem 0.5rem;
  }

  .cart-totals-total > div {
    padding: inherit;
  }

  .cart-item-name {
    padding-top: 1rem;
  }

  .cart-item-infofirst {
    width: 340px;
    float: left;
    padding: 0 2rem 0 0;
  }

  .cart-item-infoadd {
    float: left;
    padding: 0.1rem 0 0 0;
  }

  #promoCode {
    display: initial;
    width: initial;
    padding: 6px 12px;
  }

  .cart-totals-promo-submit {
    display: initial;
    width: initial;
    vertical-align: baseline;
    padding: 9px 3rem;
  }

  .cart-items-list {
    margin-top: 0px;
  }

  .cart-item {
    font-size: 0.9em;
  }

  .cart-item-info {
    padding-left: 0px;
  }

  .cart-item-info .info-label {
    display: inline-block;
    font-size: 0.8em;
  }

  .cart-item-image {
    height: 90px;
    padding: 5px;
  }

  .cart-item-code {
    display: block;
  }

  .cart-totals-total .tnumbers > div:first-child {
    font-weight: 400;
    font-size: 0.9em;
    text-align: left;
  }

  .cart-totals-promo-submit i {
    vertical-align: middle;
    font-size: 1em;
    margin-top: 0px;
  }

  .cart-item-quantity-number, .cart-item-quantity-minus, .cart-item-quantity-minus.disabled, .cart-item-quantity-plus {
    height: 24px;
    width: 24px;
  }
}
/*
                       ██  ██████  ██████  ██   ██
                      ███ ██  ████      ██ ██   ██
█████ █████ █████      ██ ██ ██ ██  █████  ███████     █████ █████ █████
                       ██ ████  ██ ██           ██
                       ██  ██████  ███████      ██
*/
@media (min-width: 1024px) {
  .cart-item {
    font-size: 1em;
  }

  .cart-item-image {
    height: 100px;
  }

  .cart-item-numbers {
    padding-top: 20px;
  }

  .cart-item-prices {
    text-align: right;
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 0.9em;
  }

  .cart-item-quantity-number, .cart-item-quantity-minus, .cart-item-quantity-minus.disabled, .cart-item-quantity-plus {
    height: 26px;
    width: 26px;
  }

  .cart-totals-subtotal .tnumbers > div:first-child,
.cart-totals-shipping-cost .tnumbers > div:first-child,
.cart-totals-total .tnumbers > div:first-child {
    text-align: right;
    font-size: 0.9em;
  }
}
/*
                       ██ ██   ██ ██   ██  ██████
                      ███ ██   ██ ██   ██ ██  ████
█████ █████ █████      ██ ███████ ███████ ██ ██ ██     █████ █████ █████
                       ██      ██      ██ ████  ██
                       ██      ██      ██  ██████
*/
@media (min-width: 1440px) {
  .cart-item-image {
    height: 130px;
  }

  .cart-item-name {
    font-weight: 400;
    font-size: 1.3em;
  }

  .cart-item-info {
    padding: 2rem 0;
  }

  .cart-item-infoadd {
    padding: 0.5rem 0 0 0;
  }

  .cart-item-info .info-label {
    font-size: 0.9em;
  }

  .cart-item-description {
    font-size: 1em;
  }

  .cart-item-price {
    font-weight: 300;
    font-size: 1.2em;
  }

  .cart-totals-subtotal .tnumbers > div:first-child,
.cart-totals-shipping-cost .tnumbers > div:first-child {
    text-align: right;
    font-size: 1em;
  }

  .cart-totals-total .tnumbers > div:first-child {
    font-weight: 300;
    font-size: 1em;
    text-align: right;
  }

  .cart-totals-promo-submit i {
    vertical-align: middle;
    font-size: 1em;
    margin-top: 0px;
  }

  /*
  ███████ ████████ ███████ ██████  ███████
  ██         ██    ██      ██   ██ ██
  ███████    ██    █████   ██████  ███████
      ██    ██    ██      ██           ██
  ███████    ██    ███████ ██      ███████
  */
  .checkout-steps .steps-container {
    width: 100%;
  }

  .checkout-steps .steps-container .single-step {
    display: inline-block;
    width: 20%;
  }

  .checkout-steps .steps-label {
    color: white;
    display: block;
    padding: 0px;
    margin-right: 0px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.5em;
    text-align: center;
    position: relative;
    line-height: 50px;
    margin-top: 20px;
  }

  .checkout-steps .single-step:last-child .steps-label {
    margin-right: 0px;
  }

  .checkout-steps .steps-label:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    display: block;
    background-color: #ddd;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    top: 2px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }

  .checkout-steps .steps-label::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #ddd;
    top: 7px;
    width: 100%;
    height: 2px;
  }

  .checkout-steps .steps-label.active {
    color: #333;
    font-weight: 400;
  }

  .checkout-steps .steps-label.active:before {
    background-color: #666;
  }

  .checkout-steps .steps-label.active:after {
    background-color: #666;
    border: 3px solid #fff;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    top: -1px;
  }

  .checkout-steps .steps-label.done {
    color: #666;
  }

  .checkout-steps .steps-label.done:before, .checkout-steps .steps-label.done:after {
    background-color: #666;
  }

  .areyou {
    padding: 0;
    background-color: #F3F3F3;
  }

  .areyou a {
    text-decoration: underline;
  }
}
@media (min-width: 1440px) and (min-width: 375px) {
  .checkout-steps .steps-label {
    font-size: 0.6em;
  }
}
@media (min-width: 1440px) and (min-width: 640px) {
  .checkout-steps .steps-label {
    font-size: 0.75em;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content {
    padding: 2rem 0;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .row {
    margin: 0 0.75rem;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .row > div {
    padding: 0 0.25rem;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .infobox, .cart-sub-content .side-help {
    margin-left: 0px;
    margin-right: 0px;
    background: white;
    margin-bottom: 0;
    min-height: 200px;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .infobox h2, .cart-sub-content .side-help .side-help-title {
    background: white;
    border-bottom: 3px solid #f1f1f1;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 0px;
    padding: 10px;
    text-align: center;
    color: black;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .infobox p {
    font-size: 0.9em;
    padding: 18px;
    margin: 0;
    min-height: 240px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .infobox a {
    display: inline-block;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .infobox a:last-child {
    display: block;
    margin-top: 10px;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .cart-sub-content .infobox img {
    margin-left: 5px;
    margin-bottom: 10px;
    width: 34px;
  }
}
@media (min-width: 1440px) {
  .side-help-content {
    min-height: 240px;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) and (min-width: 768px) {
  .summary .checkout-container {
    margin: 0 auto;
  }

  .cart-sub-content {
    padding: 0 0 3rem 0;
  }

  .cart-sub-content .row {
    margin: 0 0.25rem;
  }
}
/****** STEP WELCOME *********/
.checkout-step-welcome {
  background-color: white;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}
.checkout-step-welcome__tab {
  margin: 0;
}
.checkout-step-welcome__tab--proceed {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 1px solid white;
  border-bottom: 1px solid black;
  font-size: 1.3em;
  cursor: pointer;
}
.checkout-step-welcome__tab--proceed.opened {
  border: 1px solid black;
  border-bottom: 1px solid white;
}
.checkout-step-welcome .form-container {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
.checkout-step-welcome__box {
  display: none;
}
.checkout-step-welcome__box.opened {
  display: block;
}
.checkout-step-welcome__subcontent {
  display: none;
  text-align: left;
}
.checkout-step-welcome__subcontent.opened {
  display: block;
}
.checkout-step-welcome__proceed.opened button {
  display: none;
}
@media screen and (min-width: 768px) {
  .checkout-step-welcome__tab--proceed {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.content-static-container {
  background-color: #FFFFFF !important;
}
.content-static-container .checkout-container {
  background-color: #FFFFFF;
  padding-top: 5rem;
}
.content-static-container .checkout-container .checkout-step-welcome__tab--proceed {
  border: 0 !important;
}
.content-static-container .checkout-container .checkout-step-welcome__tab--proceed.opened {
  text-decoration: underline;
  line-height: 30px;
}
.content-static-container .checkout-container .checkout-step-welcome__subcontent input:not(#agree_newsletter, #abandoned_cart) {
  border: 0;
  border-bottom: solid 1px #cecece;
}
.content-static-container .checkout-container .checkout-step-welcome__subcontent .form-group:has(#agree_newsletter) {
  margin-top: 2rem;
}
.content-static-container .checkout-container .checkout-step-welcome__subcontent .bttn {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  margin-top: 1rem;
  border: solid 1px #000000 !important;
}
.content-static-container .checkout-container .form-group label {
  font-family: "Circular-Regular";
}
.content-static-container .checkout-container .form-group.dob label {
  margin-bottom: 0.5rem;
}
.content-static-container .checkout-container .bttn {
  background-color: #000000 !important;
  color: #ffffff !important;
  text-transform: unset;
}

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