@keyframes eaw-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.eaw-va-cart-form-wrap-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
}

.eaw-va-cart-form-wrap-wrap :focus {
  outline: unset !important;
}

.eaw-va-cart-form-wrap-wrap *, .eaw-va-cart-form-wrap-wrap ::after, .eaw-va-cart-form-wrap-wrap ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eaw-va-cart-form-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
}

.eaw-va-cart-form-wrap.eaw-container-loading:after {
  content: "" !important;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  max-height: 100%;
  opacity: 0.45;
}

.eaw-va-cart-form {
  height: auto;
  width: auto;
  margin: auto;
  position: relative;
  background: #fff;
  padding: 35px;
  max-width: 60%;
  max-height: calc(100vh - 40px);
  min-width: 300px;
  min-height: 200px;
  z-index: 10;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.eaw-va-cart-form .eaw-va-product-bt-atc-cancel {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}

.eaw-va-cart-form > div {
  flex-grow: 1;
  margin-bottom: 15px;
  width: 100%;
}

.eaw-va-cart-form .eaw-va-price-wrap {
  text-align: center;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap > div {
  margin-bottom: 10px;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap > div:last-child {
  margin-bottom: 0;
}

.eaw-swatches-wrap-wrap::-webkit-scrollbar {
  width: 7px;
}

.eaw-swatches-wrap-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin-top: 2px;
  margin-bottom: 2px;
}

.eaw-swatches-wrap-wrap::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 20px;
}

.eaw-swatches-wrap-wrap::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap .eaw-va-swatches-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap .eaw-va-swatches-attr-name {
  margin-right: 10px;
  color: #000;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap select {
  width: auto;
  min-width: 150px;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  color: #212121;
  background-color: #fff;
  padding: 2px;
  height: auto;
  border: 1px solid #eee;
  min-height: 39px;
}

.eaw-va-cart-form .eaw-swatches-wrap-wrap select .eaw-option-disabled {
  display: none !important;
}

@media screen and (max-width: 400px) {
  .eaw-va-cart-form {
    max-width: 96%;
  }
}
.eaw-va-cart-form-overlay {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.eaw-va-cart-form.eaw-va-cart-form-loading:before {
  content: "";
  background-color: rgb(255 255 255/30%);
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.eaw-va-cart-form-wrap-wrap .eaw-va-qty-wrap .minus:not(.eaw_change_qty), .eaw-va-cart-form-wrap-wrap .eaw-va-qty-wrap .plus:not(.eaw_change_qty) {
  display: none;
}

.eaw-va-qty-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin: auto;
}

.eaw-va-qty-add, .eaw-va-qty-subtract {
  cursor: pointer;
}

.eaw-va-qty-input {
  border: 0 !important;
  text-align: center !important;
  border-radius: 0 !important;
  display: inline-block;
  height: 39px !important;
  width: 65px;
  padding: 0 5px !important;
  background: #fff;
  color: #222;
  box-shadow: unset !important;
}

.eaw-va-cart-form input[type=number]::-webkit-inner-spin-button, .eaw-va-cart-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin-right: 0 !important;
}

.eaw-va-cart-form .eaw-va-action-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.eaw-va-action-wrap button.eaw-product-bt-atc {
  opacity: 1;
  position: relative;
}

.eaw-va-action-wrap .added_to_cart {
  display: none !important;
}

.eaw-atc-btn-loading {
  padding-left: 26px !important;
  position: relative;
}

.eaw-atc-btn-loading:before {
  position: absolute;
  left: 8px;
  top: 35%;
  content: "" !important;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #838a8e;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: eaw-spin 1s linear infinite;
}

.eaw-va-action-wrap button.eaw-button-swatches-disable, .eaw-va-action-wrap button.eaw-product-bt-atc-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.rtl .eaw-va-qty-add, .rtl .eaw-va-qty-subtract {
  transform: rotate(180deg);
}

/*# sourceMappingURL=variable-atc.min.css.map */
