.eaw-disabled {
  display: none !important;
}

.eaw-sb-container a:focus,
.eaw-sb-container button:focus,
.eaw-sb-container input:focus,
.eaw-sb-container select:focus {
  outline: unset !important;
}

.eaw-sb-container.eaw-sb-container-ps-0.eaw-slide_in_up:not(.eaw-sb-container-always_appear) {
  animation-duration: 0.5s;
  animation-name: eaw-slide_in_up;
}

.eaw-sb-container .vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
  grid-template-columns: auto;
}

@keyframes eaw-slide_in_up {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.eaw-sb-container.eaw-sb-container-ps-0.eaw-slide_out_down:not(.eaw-sb-container-always_appear) {
  animation-duration: 0.5s;
  animation-name: eaw-slide_out_down;
}

@keyframes eaw-slide_out_down {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.eaw-sb-container.eaw-sb-container-ps-1.eaw-slide_in_dowm:not(.eaw-sb-container-always_appear) {
  animation-duration: 0.5s;
  animation-name: eaw-slide_in_dowm;
}

@keyframes eaw-slide_in_dowm {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.eaw-sb-container.eaw-sb-container-ps-1.eaw-slide_out_up:not(.eaw-sb-container-always_appear) {
  animation-duration: 0.5s;
  animation-name: eaw-slide_out_up;
}

@keyframes eaw-slide_out_up {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.eaw-sb-container {
  width: 100%;
  height: auto;
  min-height: 60px;
  position: fixed;
  z-index: 9999999;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  animation-fill-mode: both;
}

.eaw-sb-container.eaw-container-loading:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-height: 100%;
  opacity: 0.3;
}

.eaw-sb-container-ps-0 {
  bottom: 0;
}

.eaw-sb-container-ps-0:not(.eaw-sb-container-always_appear):not(.eaw-slide_in_up):not(.eaw-slide_in_dowm) {
  transform: translate3d(0, 100%, 0);
}

.eaw-sb-container-ps-1:not(.eaw-sb-container-always_appear):not(.eaw-slide_in_dowm):not(.eaw-slide_in_up) {
  transform: translate3d(0, -100%, 0);
}

.eaw-sb-container.eaw-sb-container-ps-1.eaw-sb-container-logged {
  top: 32px;
}

.eaw-sb-container-ps-1,
.eaw-sb-container-ps-1.eaw-sb-container-customize_preview.eaw-sb-container-logged,
.eaw-sb-container-ps-1.eaw-sb-container-mobile.eaw-sb-container-logged {
  top: 0;
}

.eaw-sb-container-mobile .eaw-sb-wrap {
  width: 100%;
  max-width: 100%;
  justify-content: space-around;
}

.eaw-sb-wrap {
  width: 1200px;
  max-width: 90%;
  height: auto;
  max-height: 100%;
  background: transparent;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.eaw-sb-container.eaw-sb-container-3 .eaw-sb-wrap,
.eaw-sb-container.eaw-sb-container-4 .eaw-sb-wrap {
  width: 100%;
  max-width: 100%;
}

.eaw-sb-container-mobile .eaw-sb-product-desc-wrap {
  display: none !important;
}

.eaw-sb-product-desc-wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
}

.eaw-sb-product-price-wrap ins {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .eaw-sb-container-pd-variable .eaw-sb-product-desc-wrap {
    max-width: 35%;
  }
}
@media screen and (max-width: 1000px) {
  .eaw-sb-container:not(.eaw-sb-container-customize_preview) .eaw-sb-product-desc-wrap {
    display: none;
  }
  .eaw-sb-container:not(.eaw-sb-container-customize_preview) .eaw-sb-wrap > div,
  .eaw-sb-container:not(.eaw-sb-container-customize_preview) .eaw-sb-wrap .eaw-sb-cart-form {
    width: auto;
    max-width: 100%;
  }
  .eaw-sb-wrap {
    max-width: 100%;
  }
}
.eaw-sb-product-img-wrap {
  width: 60px;
  margin-right: 10px;
}

.eaw-sb-product-img-wrap img {
  max-width: 60px;
  width: 60px;
  height: auto;
}

.eaw-sb-product-title-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}

.eaw-sb-product-title-wrap > div,
.eaw-sb-product-title-wrap > span {
  max-width: 100%;
  width: 100%;
}

.eaw-sb-product-title {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eaw-sb-container .eaw-sb-product-rating-wrap .star-rating:before {
  opacity: 0.3 !important;
}

.eaw-sb-cart-form {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  position: relative;
}

.eaw-sb-cart-form > div {
  width: auto;
}

.eaw-sb-cart-form .eaw-sb-swatches-wrap-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.eaw-sb-cart-form .eaw-sb-swatches-wrap-wrap .vi-wpvs-variation-style {
  margin-bottom: 0;
}

.eaw-sb-container .quantity {
  border: 1px solid #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  overflow: hidden;
}

.eaw-sb-container .quantity .minus:not(.eaw_change_qty),
.eaw-sb-container .quantity .plus:not(.eaw_change_qty) {
  display: none;
}

.quantity .eaw_change_qty {
  min-width: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  color: #111;
}

.quantity .eaw_change_qty.eaw_minus {
  border-right: 1px solid #eee;
}

.quantity .eaw_change_qty.eaw_plus {
  border-left: 1px solid #eee;
}

.quantity input.eaw-sb-product-qty {
  display: inline-block;
  position: relative !important;
  height: 39px !important;
  width: 50px !important;
  max-width: 50px !important;
  padding: 0 5px !important;
  color: #212121;
  border-radius: 0;
  background: #fff;
  margin: 0;
  text-align: center;
  box-shadow: unset;
  border: unset !important;
}

.quantity input.eaw-sb-product-qty:focus {
  box-shadow: unset !important;
}

.quantity input.eaw-sb-product-qty::-webkit-outer-spin-button,
.quantity input.eaw-sb-product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin-right: 0 !important;
}

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

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

.eaw-sb-cart-form .price {
  font-size: 17px;
}

/*.eaw-sb-container.eaw-sb-container-customize_preview button.eaw-product-bt-atc {*/
/*    opacity: 1 !important;*/
/*    cursor: not-allowed !important;*/
/*    pointer-events: none !important;*/
/*}*/
.eaw-sb-container .eaw-sb-product-bt-atc i,
.eaw-sb-container .button.eaw-sb-product-bt-atc i {
  margin: auto 5px;
}

.eaw-sb-container .eaw-sb-product-bt-atc,
.eaw-sb-container .button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: 39px;
  padding: 3px 23px !important;
  box-sizing: border-box;
  min-width: 76px !important;
  min-height: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  background: #bdbdbd;
  color: #fff;
  text-transform: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: normal;
  position: relative;
}

.eaw-sb-container .added_to_cart {
  display: none !important;
}

.eaw-sb-container .eaw-product-bt-atc-disabled,
.eaw-sb-container .eaw-button-swatches-disable {
  cursor: not-allowed;
  opacity: 0.5;
}

.eaw-sb-container button.eaw-atc-btn-loading {
  padding-left: 26px !important;
}

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

@keyframes eaw-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* RTL CSS */
.eaw-sb-container.eaw-sb-container-rtl .eaw-sb-product-img-wrap {
  margin-right: 0;
  margin-left: 10px;
}

.eaw-sb-container.eaw-sb-container-rtl .eaw-sb-cart-form > div {
  margin: 3px 0 3px 8px;
}

.eaw-sb-container.eaw-sb-container-rtl .quantity .eaw_change_qty.eaw_minus {
  border-right: unset;
  border-left: 1px solid #eee;
}

.eaw-sb-container.eaw-sb-container-rtl .quantity .eaw_change_qty.eaw_plus {
  border-right: 1px solid #eee;
  border-left: unset;
}

/* popup on mobile */
.eaw-sb-container.eaw-sb-container-popup {
  width: 100vw;
  height: 100vh;
  background: transparent !important;
}

.eaw-sb-container.eaw-sb-container-popup:not(.eaw-sb-container-popup-show) .eaw-sb-container-popup-cancel {
  display: none;
}

.eaw-sb-container-popup-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-sb-container-popup-cancel {
  position: absolute;
  right: 12px;
  font-size: 30px;
  line-height: 1;
  color: #ee4d2d;
  font-weight: 300;
  font-family: system-ui;
  transform: rotateX(45deg);
}

.eaw-sb-container-popup-form-wrap {
  background: #fff;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.eaw-sb-container-popup-form-wrap .eaw-sb-cart-form > div {
  width: 100%;
  margin: 0;
}

.eaw-sb-cart-form-header-wrap {
  display: flex;
  flex-shrink: 0;
  padding: 12px 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
}

.eaw-sb-cart-form-header-image {
  width: 100px;
  height: 100px;
  border-radius: 3px;
  margin-right: 10px;
  overflow: hidden;
}

.eaw-sb-cart-form-header-image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.eaw-sb-cart-form-header-desc {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}

.eaw-sb-cart-form-content {
  display: flex;
  padding: 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
  justify-content: space-between;
  align-items: center;
}

.eaw-sb-cart-form-content.eaw-sb-cart-form-content-border-none,
.eaw-sb-cart-form-content:last-child {
  border-bottom: none;
}

.eaw-sb-cart-form-footer-wrap {
  padding: 0 12px 10px;
}

.eaw-sb-cart-form-footer-wrap .eaw-product-bt-atc {
  width: 100% !important;
}

/*# sourceMappingURL=sticky-bar.css.map */
