.tabs-title.not-active, .accordion-item.not-active, .checkout-step-navigation-forward.not-active, .checkout-step-navigation-back.not-active {
  pointer-events: none;
  -webkit-touch-callout: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
.checkoutstep-contentload-container {
  background: transparent;
  width: 32px;
  height: 60px;
  margin: 33px auto auto;
}
.checkoutstep-contentload-spin {
  font-size: 32px;
  width: 32px;
}

.cart-checkout-container {
  position: relative;
}

.overlay-ajax-checkout-content-load {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}

.load-on-change-step {
  position: relative;
}
.overlay-ajax-checkout-content-navigation-load {
  background: #ffffff;
  position: absolute;
  opacity: 0.7;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.loading-ajax-cart-checkout-content {
  opacity: .2;
}
.ajax-cart-checkout {
  position: relative;

}
.ajax-cart-checkout-contentload-spin {
  font-size: 32px;
  width: 32px;
}
#overlay-ajax-form-checkout {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 50%;
}

.loading-ajax {
  opacity: .2;
}
.ajax-form-checkout {
  position: relative;

}
.ajax-form-checkout-contentload-spin {
  font-size: 32px;
  width: 32px;
}
.checkout-step-confirm-confirm-cart.not-active {
  pointer-events: none;
  -webkit-touch-callout: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
.cart-checkout-confirm-input textarea {
  height: 100px;
  width: 100%;
}