.woocommerce-js div.product .product_meta {
  margin-top: 20px !important;
}

.eaw-vp-product ul.products {
  display: flex !important;
}

button.swal2-close {
  position: absolute;
  padding: 5px;
  background: rgba(226, 0, 0, 0.1) !important;
  border-radius: 500px;
  color: red !important;
  font-size: 20px;
  top: 5px;
  right: 5px;
  transition: all 0.3s ease;
}
button.swal2-close:hover, button.swal2-close:focus {
  background: rgba(226, 0, 0, 0.2) !important;
}

.eaw-product-card-wrapper {
  position: relative;
}
.eaw-product-card-wrapper .eaw-variation-images {
  position: relative;
}
.eaw-product-card-wrapper .eaw-variation-images .eaw-variation-thumbnails {
  height: 300px;
}
.eaw-product-card-wrapper .eaw-variation-images .eaw-variation-thumbnails .eaw-variation-image {
  position: absolute;
  top: 0;
  left: 0;
}
.eaw-product-card-wrapper.aboveProductImg .eaw-single-product-gallery-wrapper, .eaw-product-card-wrapper.belowProductImg .eaw-single-product-gallery-wrapper {
  position: relative;
}
.eaw-product-card-wrapper.aboveProductImg .eaw-quick-view-wrapper, .eaw-product-card-wrapper.belowProductImg .eaw-quick-view-wrapper {
  position: absolute;
  inset: auto 0;
  padding: 10px;
  z-index: 10;
  height: 100%;
  top: 0;
  display: flex;
}
.eaw-product-card-wrapper.aboveProductImg .eaw-quick-view-wrapper.right, .eaw-product-card-wrapper.belowProductImg .eaw-quick-view-wrapper.right {
  left: inherit;
  justify-content: flex-end;
}
.eaw-product-card-wrapper.aboveProductImg .eaw-quick-view-wrapper.left, .eaw-product-card-wrapper.belowProductImg .eaw-quick-view-wrapper.left {
  justify-content: flex-start;
}
.eaw-product-card-wrapper.aboveProductImg .eaw-quick-view-wrapper.center, .eaw-product-card-wrapper.belowProductImg .eaw-quick-view-wrapper.center {
  align-items: center;
  justify-content: center;
}
.eaw-product-card-wrapper.belowProductImg .eaw-quick-view-wrapper {
  align-items: flex-end;
}
.eaw-product-card-wrapper.belowProductImg .eaw-quick-view-wrapper.right {
  justify-content: flex-end;
}
.eaw-product-card-wrapper.belowProductImgOnHover .eaw-single-product-gallery-wrapper {
  position: relative;
}
.eaw-product-card-wrapper.belowProductImgOnHover .eaw-quick-view-wrapper {
  position: absolute;
  inset: auto 0;
  padding: 10px;
  z-index: 10;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.eaw-product-card-wrapper.belowProductImgOnHover .eaw-quick-view-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 47, 47, 0.103);
  backdrop-filter: blur(2px);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.eaw-product-card-wrapper.belowProductImgOnHover:hover .eaw-quick-view-wrapper {
  opacity: 1;
}
.eaw-product-card-wrapper.belowProductImgOnHover:hover .eaw-quick-view-wrapper:after {
  opacity: 1;
  visibility: visible;
}
.eaw-product-card-wrapper.beforeCartBtn .eaw-quick-view-wrapper, .eaw-product-card-wrapper.afterCartBtn .eaw-quick-view-wrapper, .eaw-product-card-wrapper.belowCartBtn .eaw-quick-view-wrapper, .eaw-product-card-wrapper.aboveCartBtn .eaw-quick-view-wrapper {
  margin-top: 10px;
  display: inline-flex;
  align-items: stretch;
  gap: 10px;
}
.eaw-product-card-wrapper.beforeCartBtn .eaw-quick-view-wrapper:has(.button) .button, .eaw-product-card-wrapper.afterCartBtn .eaw-quick-view-wrapper:has(.button) .button, .eaw-product-card-wrapper.belowCartBtn .eaw-quick-view-wrapper:has(.button) .button, .eaw-product-card-wrapper.aboveCartBtn .eaw-quick-view-wrapper:has(.button) .button {
  margin: 0 !important;
}
.eaw-product-card-wrapper.beforeCartBtn .eaw-quick-view-wrapper:has(.eaw-preview-btn .eaw-btn-text) .button, .eaw-product-card-wrapper.afterCartBtn .eaw-quick-view-wrapper:has(.eaw-preview-btn .eaw-btn-text) .button, .eaw-product-card-wrapper.belowCartBtn .eaw-quick-view-wrapper:has(.eaw-preview-btn .eaw-btn-text) .button, .eaw-product-card-wrapper.aboveCartBtn .eaw-quick-view-wrapper:has(.eaw-preview-btn .eaw-btn-text) .button {
  padding: var(--eaw-qv-padding) !important;
}
.eaw-product-card-wrapper.beforeCartBtn .eaw-quick-view-wrapper, .eaw-product-card-wrapper.afterCartBtn .eaw-quick-view-wrapper {
  width: 100%;
  justify-content: space-between;
}
.eaw-product-card-wrapper.belowCartBtn .eaw-quick-view-wrapper, .eaw-product-card-wrapper.aboveCartBtn .eaw-quick-view-wrapper {
  flex-direction: column;
  justify-content: center;
}
.eaw-product-card-wrapper .wc-block-components-product-image {
  display: none;
}
.eaw-product-card-wrapper {
  
}

.eaw-product-card-wrapper-wishlist .eaw-single-product-gallery-wrapper {
  position: relative;
}
.eaw-product-card-wrapper-wishlist.aboveproductimg .eaw-wishlist-wrapper-product {
  position: absolute;
  inset: auto 0;
  padding: 10px;
  z-index: 10;
  height: 100%;
  top: 0;
  display: flex;
}
.eaw-product-card-wrapper-wishlist.aboveproductimg .eaw-position-center {
  align-items: center;
  justify-content: center;
}
.eaw-product-card-wrapper-wishlist.aboveproductimg .eaw-position-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.eaw-product-card-wrapper-wishlist.aboveproductimg .eaw-position-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.eaw-product-card-wrapper-wishlist.belowproductimg .eaw-wishlist-wrapper-product {
  position: absolute;
  inset: auto 0;
  padding: 10px;
  z-index: 10;
  height: 100%;
  top: 0;
  display: flex;
}
.eaw-product-card-wrapper-wishlist.belowproductimg .eaw-position-center {
  align-items: center;
  justify-content: center;
}
.eaw-product-card-wrapper-wishlist.belowproductimg .eaw-position-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.eaw-product-card-wrapper-wishlist.belowproductimg .eaw-position-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.eaw-product-card-wrapper-wishlist.belowproductimgonhover .eaw-wishlist-wrapper-product {
  position: absolute;
  inset: auto 0;
  padding: 10px;
  z-index: 10;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.eaw-product-card-wrapper-wishlist.belowproductimgonhover:hover .eaw-wishlist-wrapper-product {
  opacity: 1;
}

.eaw-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.eaw-loading img {
  max-width: 30px !important;
  animation: infinite-spin 1s infinite linear;
}
@keyframes infinite-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  /* Desktop */
  .eaw-quick-view.eaw-display-desktop {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  /* Tablet */
  .eaw-quick-view.eaw-display-tablet {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  /* Mobile */
  .eaw-quick-view.eaw-display-mobile {
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  /* Tablet */
  .eaw-quick-view-wrapper {
    flex-direction: column;
  }
}
.eaw-product-quick-view-popup-container {
  z-index: 99999 !important;
  padding: 0;
}
.eaw-product-quick-view-popup-container:has(.center), .eaw-product-quick-view-popup-container:has(.bottom) {
  padding: 0 15px !important;
}
@media only screen and (max-width: 575px) {
  .eaw-product-quick-view-popup-container:has(.top-right):has(.swal2-loading), .eaw-product-quick-view-popup-container:has(.top-left):has(.swal2-loading) {
    display: flex !important;
  }
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper {
  max-height: 500px;
  overflow: hidden;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container {
  padding: 0 !important;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content {
  display: flex;
  align-items: start;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery {
  width: 50%;
  height: 500px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs {
  overflow: hidden;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-list,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-track,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-list,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-track {
  height: 100%;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #022b59;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow::before,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow::before {
  content: "\e818";
  font-family: "eaw-icon";
  display: block;
  inset: 0;
  color: #fff;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow {
  /* Positioning */
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow.slick-prev,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow.slick-prev {
  left: 10px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow.slick-prev::before,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow.slick-prev::before {
  transform: rotate(-90deg);
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow.slick-next,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow.slick-next {
  right: 10px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow.slick-next::before,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow.slick-next::before {
  transform: rotate(90deg);
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow:hover, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow:focus,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow:hover,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow:focus {
  background-color: #197efb;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow:hover::before, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-arrow:focus::before,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow:hover::before,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-arrow:focus::before {
  color: #fff;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images {
  height: 75%;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-track div {
  height: 100%;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images .slick-track div .eaw-product-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-images:hover .slick-arrow {
  opacity: 1;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs {
  height: 20%;
  position: relative;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-track div {
  height: 100%;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-track div .eaw-product-gallery-thumb {
  padding: 0px 5px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs .slick-track div .eaw-product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs::after, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs::before {
  left: 0;
  background: linear-gradient(to left, transparent 0%, rgb(255, 255, 255) 100%);
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery .eaw-product-gallery-thumbs::after {
  right: 0;
  background: linear-gradient(to right, transparent 0%, rgb(255, 255, 255) 100%);
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content {
  padding: 20px;
  width: calc(50% - 20px);
  height: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  text-align: left;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .product_title {
  color: #555555;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .product_title::after {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 30px;
  content: "";
  margin-top: 8px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .price {
  color: #111111;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .woocommerce-product-details__short-description {
  color: #777777;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 15px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .quantity {
  float: left;
  display: inline;
  width: auto;
  min-width: inherit !important;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
  margin: 0 4px 0 0;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .product_meta {
  margin-top: 15px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .woocommerce-variation-price {
  margin-bottom: 10px;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .product_meta > span {
  display: block;
  padding: 6px 0px;
  border-top: 1px solid #eaecee;
  color: #111111;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content .product_meta > span span {
  color: #777777;
}
@media only screen and (max-width: 768px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-variable .eaw-product-content:has(.variations_form) table .ccpeaw_fields .shape_circle {
    width: 30px;
    height: 30px;
  }
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-variable .eaw-product-content:has(.variations_form) table tr {
    display: flex;
    flex-direction: column;
  }
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-variable .eaw-product-content:has(.variations_form) table tr td:has(.reset_variations) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
  }
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-variable .eaw-product-content:has(.variations_form) table tr td:has(.reset_variations) .reset_variations {
    padding-right: 10px;
  }
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-variable .eaw-product-content:has(.variations_form) table tr td,
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-variable .eaw-product-content:has(.variations_form) table tr th {
    padding: 5px 5px 5px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-grouped .eaw-product-content:has(.grouped_form) table td,
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper .swal2-html-container .eaw-product-quick-view-popup-content-wrapper.eaw-product-type-grouped .eaw-product-content:has(.grouped_form) table th {
    padding: 5px 10px;
  }
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper:has(.swal2-loading) {
  padding: 0 !important;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content {
  width: 50%;
  height: 500px;
}
@media only screen and (max-width: 1024px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content,
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content,
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content {
    width: 100%;
  }
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.center, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.bottom {
    width: 100%;
    height: 100%;
    max-height: 90vh !important;
  }
}
@media screen and (min-width: 575px) and (max-width: 1024px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper:has(.eaw-product-type-variable) .eaw-product-quick-view-popup-content-wrapper .eaw-product-content,
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper:has(.eaw-product-type-variable) .eaw-product-quick-view-popup-content-wrapper .eaw-product-gallery {
    height: 500px !important;
  }
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left {
  max-height: 100vh;
  padding: 0 !important;
}
@media only screen and (max-width: 575px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left {
    width: 100% !important;
  }
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container {
  padding: 0 !important;
  overflow-y: auto;
  scrollbar-width: none;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper *, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper * {
  box-sizing: revert;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content {
  flex-direction: column;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-gallery {
    height: inherit !important;
  }
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-featured-image, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-featured-image {
  width: 100% !important;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-featured-image,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-right .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content, .eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-featured-image,
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.top-left .swal2-html-container .eaw-product-quick-view-popup-content-wrapper .eaw-product-popup-content .eaw-product-content {
  width: 90%;
  align-items: center;
  scrollbar-width: none;
}
.eaw-product-quick-view-popup-container .eaw-product-quick-view-popup-wrapper.swal2-loading {
  min-height: 500px !important;
}
.eaw-product-quick-view-popup-container .swal2-close {
  z-index: 99999999999999;
}

.eaw-sticky-cart-quantity, .eaw-sticky-cart-product, .eaw-sticky-cart-product-image, .eaw-sticky-cart-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1023px) {
  .eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner.eaw-display-desktop {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  .eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner.eaw-display-tablet {
    display: block;
  }
}
@media (max-width: 768px) {
  .eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner.eaw-display-mobile {
    display: block;
  }
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner {
  display: none;
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  padding: 5px 20px;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  background: white;
  border: 1px solid #d9f4ff;
  border-style: solid none;
  z-index: 10;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner.sticky-bar {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner .eaw-sticky-cart-content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner .eaw-sticky-cart-content .eaw-sticky-cart-product {
  width: 100%;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner .eaw-sticky-cart-content .eaw-sticky-cart-product .eaw-sticky-cart-product-image {
  border-radius: 5px;
  overflow: hidden;
  width: clamp(50px, 6vw, 90px);
  justify-content: center;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner .eaw-sticky-cart-content .eaw-sticky-cart-product .eaw-sticky-cart-product-title {
  font-size: clamp(14px, 5vw, 22px);
  line-height: clamp(26px, 5vw, 32px);
  font-weight: 700;
  color: #001127;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner .eaw-sticky-cart-content .eaw-sticky-cart-quantity {
  width: 100%;
  justify-content: flex-end;
}
.eaw-sticky-cart-content-wrapper .eaw-sticky-cart-content-wrapper-inner .eaw-sticky-cart-content .eaw-sticky-cart-quantity form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.ccpeaw-wrapper-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 200ms ease;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #d1d7da;
  padding: 2px;
  margin: 4px 8px 4px 0;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.shape_square {
  border-radius: 5px;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.shape_circle {
  border-radius: 50px;
  width: 45px;
  height: 45px;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li:hover {
  box-shadow: 0 0 0 3px #b7bfc6;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li .ccpeaw-item-span-color {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: inherit;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.ccpeaw-label-li {
  min-width: 30px;
  text-align: center;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.ccpeaw-label-li .ccpeaw-item-span.item-span-text {
  padding: 0 5px;
  font-size: 14px;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.ccpeaw-selected, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.ccpeaw-selected:hover {
  box-shadow: 0 0 0 2px #8b98a6;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.deactive, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.out_of_stock {
  cursor: not-allowed;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  position: relative;
  overflow: hidden;
  opacity: 0.3;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.deactive::before, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.deactive::after, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.out_of_stock::before, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.out_of_stock::after {
  position: absolute;
  content: " " !important;
  width: 100%;
  height: 1px;
  background: #ff0000 !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  visibility: visible;
  opacity: 1;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  min-width: auto;
  transform-origin: center;
  z-index: 2;
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.deactive::after, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.out_of_stock::after {
  transform: rotate(-45deg);
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.deactive::before, .ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li.out_of_stock::before {
  transform: rotate(45deg);
}
.ccpeaw-wrapper-ul .ccpeaw-wrapper-item-li .swatch-image {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ccpeaw-tooltip {
  position: relative;
}
.ccpeaw-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.ccpeaw-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
.ccpeaw-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.post-type-archive .ccpeaw-tooltip .tooltiptext {
  min-width: 80px;
  width: 100%;
}

.theme-hestia.woocommerce.single-product form.cart td.value:before {
  display: none !important;
}
.theme-hestia.woocommerce.single-product div.product form.cart .variations tr {
  display: block !important;
  float: left !important;
}
.theme-hestia.woocommerce.single-product div.product form.cart .variations tr:nth-child(2n+1) {
  clear: left;
}

.theme-oceanwp.woocommerce.single-product span.theme-select {
  display: none !important;
}
.theme-oceanwp.woocommerce.single-product .ccpeaw_fields ul.ccpeaw-wrapper-ul {
  margin-top: 0px;
  margin-left: 0px;
}
.theme-oceanwp.woocommerce.single-product .hasCustomSelect {
  position: initial !important;
  opacity: 1 !important;
  width: 100% !important;
}

.ccpeaw-rad-li .th-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 3px 35px;
  user-select: none;
}
.ccpeaw-rad-li .th-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ccpeaw-rad-li .th-container .checkmark {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eeeeee;
  border-radius: 100%;
  margin: auto;
}
.ccpeaw-rad-li .th-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #0073aa;
}
.ccpeaw-rad-li .th-container:hover input ~ .checkmark {
  background-color: #eeeeee;
}
.ccpeaw-rad-li .th-container:hover .checkmark:after {
  display: block;
}
.ccpeaw-rad-li .th-container input:checked ~ .checkmark {
  background-color: #2196f3;
}
.ccpeaw-rad-li .th-container input:checked ~ .checkmark:after {
  display: block;
  background: #eee;
}
.ccpeaw-rad-li .th-label-radio.deactive {
  cursor: not-allowed;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.3;
}
.ccpeaw-rad-li .th-label-radio.deactive .variation-name::before {
  position: absolute;
  content: " " !important;
  width: 100%;
  height: 1px;
  background: #ff0000 !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  visibility: visible;
  opacity: 1;
  transform-origin: center;
  z-index: 2;
}

.ccpeaw_fields .select2.select2-container {
  width: 80% !important;
}
.ccpeaw_fields .select2.select2-container .select2-selection--single {
  height: 50px;
}
.ccpeaw_fields .select2.select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.ccpeaw_fields .select2.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 10px;
}

.eaw-custom-variations .button-group {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.eaw-custom-variations .button-group label {
  margin-right: 10px;
}
.eaw-custom-variations input[type=radio] {
  display: none;
}
.eaw-custom-variations input[type=radio]:checked + span {
  background-color: #0071a1;
  color: #fff;
  border-color: #0071a1;
}
.eaw-custom-variations span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.eaw-custom-variations .color-options,
.eaw-custom-variations .image-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.eaw-custom-variations .color-options .color-option,
.eaw-custom-variations .color-options .image-option,
.eaw-custom-variations .image-options .color-option,
.eaw-custom-variations .image-options .image-option {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.eaw-custom-variations .color-options .image-option,
.eaw-custom-variations .image-options .image-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.eaw-custom-variations [value].active span {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}
.eaw-custom-variations [value].disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

#eaw-before-popup-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eaw-loading-animation {
  position: relative;
}
.eaw-loading-animation:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border: 1px solid red;
  border-radius: 500px;
  right: 5px;
}

.eaw-saved-cart {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.eaw-saved-cart:not(:last-child) {
  margin-bottom: 24px;
}
.eaw-saved-cart:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.eaw-saved-cart h2 {
  font-size: 1.75em;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.25em;
  padding: 0;
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 12px;
}
.eaw-saved-cart .eaw-saved-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.95em;
  color: #374151;
}
.eaw-saved-cart .eaw-saved-cart-item div {
  flex: 1;
  text-align: left;
  padding: 0 8px;
}
.eaw-saved-cart .eaw-saved-cart-item .eaw-saved-cart-item-name {
  font-weight: 500;
}
.eaw-saved-cart .eaw-saved-cart-item .eaw-saved-cart-item-quantity {
  text-align: center;
}
.eaw-saved-cart .eaw-saved-cart-item .eaw-saved-cart-item-price {
  text-align: right;
  color: #16a34a;
}
.eaw-saved-cart .eaw-saved-cart-item:last-child {
  border-bottom: none;
}
.eaw-saved-cart .eaw-saved-cart-item:hover {
  background: #f9fafb;
  border-radius: 4px;
}
.eaw-saved-cart .eaw-saved-cart-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 0;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #f3f4f6;
}
.eaw-saved-cart .eaw-saved-cart-actions .eaw-saved-cart-actions-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.eaw-saved-cart .eaw-saved-cart-actions button {
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
}
.eaw-saved-cart .eaw-saved-cart-actions button span {
  font-size: 1.1em;
  color: #4b5563;
}
.eaw-saved-cart .eaw-saved-cart-actions button:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}
.eaw-saved-cart .eaw-saved-cart-actions button:hover span {
  color: #dc2626;
}
.eaw-saved-cart .eaw-saved-cart-actions button:active {
  transform: translateY(0);
}
.eaw-saved-cart {
  /* Responsive Design */
}
@media (max-width: 768px) {
  .eaw-saved-cart {
    padding: 16px;
  }
  .eaw-saved-cart h2 {
    font-size: 1.5em;
  }
  .eaw-saved-cart .eaw-saved-cart-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }
  .eaw-saved-cart .eaw-saved-cart-item div {
    flex: none;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .eaw-saved-cart .eaw-saved-cart-item .eaw-saved-cart-item-quantity,
  .eaw-saved-cart .eaw-saved-cart-item .eaw-saved-cart-item-price {
    text-align: left;
  }
  .eaw-saved-cart .eaw-saved-cart-actions {
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .eaw-saved-cart {
    padding: 12px;
  }
  .eaw-saved-cart h2 {
    font-size: 1.25em;
  }
  .eaw-saved-cart .eaw-saved-cart-actions button {
    padding: 6px;
  }
  .eaw-saved-cart .eaw-saved-cart-actions button span {
    font-size: 1em;
  }
}

.eaw-share-wrapper {
  margin: 20px 0;
}
.eaw-share-wrapper .eaw-share-label {
  font-weight: 500;
}
.eaw-share-wrapper .eaw-share-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.eaw-share-wrapper .eaw-share-list i {
  font-size: 14px;
  color: #5d6b7d;
  height: 30px;
  width: 30px;
  border: 1px solid #e0f5ff;
  border-radius: 500px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.eaw-share-wrapper .eaw-share-list i:hover, .eaw-share-wrapper .eaw-share-list i:focus {
  background-color: #e0f5ff;
}

.eaw-save-wrapper.aftercouponbutton #eaw-save-button {
  margin-left: 15px;
}
.eaw-save-wrapper.beforecarttable {
  margin-bottom: 15px;
}

.eaw-effect-shake_horizontal.single_add_to_cart_button:hover,
.eaw-effect-shake_horizontal.eaw-product-bt-atc:hover,
.eaw-effect-shake_horizontal.add_to_cart_button:hover,
.eaw-effect-shake_horizontal .button:hover,
.eaw-effect-shake_horizontal .add_to_cart_button:hover {
  animation: eaw-shake_horizontal 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

.eaw-effect-shake_vertical.single_add_to_cart_button:hover,
.eaw-effect-shake_vertical.eaw-product-bt-atc:hover,
.eaw-effect-shake_vertical.add_to_cart_button:hover,
.eaw-effect-shake_vertical .button:hover,
.eaw-effect-shake_vertical .add_to_cart_button:hover {
  animation: eaw-shake_vertical 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

.eaw-effect-gentle_tilt_move.single_add_to_cart_button:hover,
.eaw-effect-gentle_tilt_move.eaw-product-bt-atc:hover,
.eaw-effect-gentle_tilt_move.add_to_cart_button:hover,
.eaw-effect-gentle_tilt_move .button:hover,
.eaw-effect-gentle_tilt_move .add_to_cart_button:hover {
  animation: eaw-gentle_tilt_move 0.25s both;
  animation-iteration-count: 2;
}

.eaw-effect-jump_shake.single_add_to_cart_button:hover,
.eaw-effect-jump_shake.eaw-product-bt-atc:hover,
.eaw-effect-jump_shake.add_to_cart_button:hover,
.eaw-effect-jump_shake .button:hover,
.eaw-effect-jump_shake .add_to_cart_button:hover {
  animation: eaw-jump_shake 0.5s both;
  animation-iteration-count: 1;
}

@keyframes eaw-jump_shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-5px);
  }
  35% {
    transform: translateY(-5px) rotate(17deg);
  }
  55% {
    transform: translateY(-5px) rotate(-17deg);
  }
  65% {
    transform: translateY(-5px) rotate(17deg);
  }
  75% {
    transform: translateY(-5px) rotate(-17deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes eaw-gentle_tilt_move {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes eaw-shake_horizontal {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes eaw-shake_vertical {
  0% {
    transform: unset;
  }
  10%, 20% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: unset;
  }
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery {
  position: relative;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper:has(.eaw-slider__progress-bar), .eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper:has(.eaw-slide-info) {
  position: relative;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images {
  margin: 0;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-right .slick-arrow {
  top: inherit;
  bottom: 0;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-right .slick-arrow.slick-prev {
  left: inherit;
  right: 60px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-center .slick-arrow {
  top: inherit;
  bottom: 0;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-center .slick-arrow.slick-prev {
  left: calc(50% - 50px);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-center .slick-arrow.slick-next {
  right: calc(50% - 50px);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-left .slick-arrow {
  top: inherit;
  bottom: 0;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-left .slick-arrow.slick-prev {
  left: 10px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-bottom-left .slick-arrow.slick-next {
  right: inherit;
  left: 60px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-top-bottom .slick-arrow {
  top: inherit;
  bottom: 0;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-top-bottom .slick-arrow.slick-prev {
  left: calc(50% - 20px);
  top: 15px;
  transform: rotate(90deg);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-nav-top-bottom .slick-arrow.slick-next {
  right: calc(50% - 20px);
  bottom: 15px;
  transform: rotate(90deg);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots {
  position: absolute;
  bottom: 20px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots li button {
  background-color: var(--eaw-arrowBgColor, #022b59);
  border-radius: var(--eaw-sliderNavBorderRadius, 50%);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots li button::before {
  display: none;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--eaw-arrowActiveBgColor, #022b59);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-dynamic .slick-dots li {
  height: 15px;
  width: 15px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-dynamic .slick-dots li button {
  height: 15px;
  width: 15px;
  background-color: var(--eaw-arrowBgColor, #022b59);
  border-radius: var(--eaw-sliderNavBorderRadius, 50%);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-dynamic .slick-dots li button::before {
  display: none;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-dynamic .slick-dots li.slick-active button {
  transform: scale(1.1);
  background-color: var(--eaw-arrowActiveBgColor, #022b59);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-strokes .slick-dots li {
  height: 4px;
  width: 15px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-strokes .slick-dots li button {
  height: 4px;
  width: 20px;
  padding: 0;
  border-radius: var(--eaw-sliderNavBorderRadius, 50%);
  background-color: var(--eaw-arrowBgColor, #022b59);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-strokes .slick-dots li button::before {
  display: none;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-strokes .slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--eaw-arrowActiveBgColor, #022b59);
  border-color: var(--eaw-arrowActiveBgColor, #022b59);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-progress .slick-dots, .eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images.eaw-pagination-numbers .slick-dots {
  display: none !important;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-slider__progress-container {
  width: 100%;
  background: var(--eaw-arrowBgColor, #0b5db9);
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-slider__progress-container .eaw-slider__progress-bar {
  height: 5px;
  background-color: var(--eaw-arrowActiveBgColor, #04264e);
  width: 0%;
  transition: width 0.3s ease;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-slide-info {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  color: var(--eaw-arrowActiveBgColor, #04264e);
  font-size: 14px;
  font-weight: 600;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-slide {
  padding: 2px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-slide img {
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-slide.slick-current img {
  box-shadow: 0 0 0 1px var(--eaw-arrowActiveBgColor, #04264e);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails.eaw-nav-border-around .slick-slide.slick-current img {
  box-shadow: 0 0 0 2px var(--eaw-arrowActiveBgColor, #04264e);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails.eaw-nav-bottom-line.slick-slide.slick-current img {
  box-shadow: 0 2px 0 0 var(--eaw-arrowActiveBgColor, #04264e);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails.eaw-nav-top-line .slick-slide.slick-current img {
  box-shadow: 0 -2px 0 0 var(--eaw-arrowActiveBgColor, #04264e);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails.eaw-nav-in-out .slick-slide.slick-current img {
  transform: scale(1.1);
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails.eaw-g-slider-nav-opacity .slick-slide.slick-current img {
  opacity: 0.75;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails.eaw-g-slider-nav-opacity-zoom-in .slick-slide.slick-current img {
  box-shadow: none;
  transform: scale(1.1);
  opacity: 0.75;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow {
  height: 30px;
  width: 30px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow:before {
  font-size: 13px;
}
.eaw-single-product-gallery-wrapper .eaw-single-product-gallery {
  
}
.eaw-single-product-gallery-wrapper.eaw-gallery-vertical .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .slick-arrow {
  left: calc(50% - 20px);
  transform: rotate(90deg) !important;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-vertical .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .slick-arrow.slick-next {
  transform: rotate(0deg);
  bottom: 10px;
  top: inherit;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-vertical .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .slick-arrow.slick-prev {
  top: 10px;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-anchor-nav .eaw-single-product-gallery-images .slick-dots {
  bottom: 20px;
  left: 0;
  width: 40px;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-top .eaw-single-product-gallery {
  display: flex;
  flex-direction: column-reverse;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper {
  flex: 1 0 75%;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow {
  inset: unset !important;
  transform: inherit !important;
  z-index: 2;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-prev, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-prev {
  top: 10px !important;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-prev::before, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-prev::before {
  transform: rotate(0deg) !important;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-next, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-next {
  bottom: 10px !important;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-next::before, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails .slick-arrow.slick-next::before {
  transform: rotate(180deg) !important;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::after, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::before, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::after, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::before {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 60px;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::before, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::before {
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, #fff 70%);
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::after, .eaw-single-product-gallery-wrapper.eaw-gallery-thumb-right .eaw-single-product-gallery .eaw-single-product-gallery-thumbnails:has(.slick-arrow)::after {
  background: linear-gradient(0deg, transparent 0%, #fff 70%);
}
.eaw-single-product-gallery-wrapper.eaw-gallery-thumb-left .eaw-single-product-gallery {
  flex-direction: row-reverse;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-grid .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-track .slick-slide {
  margin: 0 3.5px;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-hierarchy-grid .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images {
  width: 300px;
  aspect-ratio: 1;
  margin: auto;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-hierarchy-grid .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-thumbnails .slick-track .slick-slide.slick-current img {
  box-shadow: none !important;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-anchor-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images, .eaw-single-product-gallery-wrapper.eaw-gallery-bottom-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images {
  gap: 30px;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-anchor-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots, .eaw-single-product-gallery-wrapper.eaw-gallery-bottom-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots {
  position: relative;
  offset: unset;
  bottom: unset;
  margin: auto;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-anchor-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images {
  flex-direction: row-reverse;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-bottom-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images {
  flex-direction: column;
}
.eaw-single-product-gallery-wrapper.eaw-gallery-bottom-nav .eaw-single-product-gallery .eaw-single-product-gallery-images-wrapper .eaw-single-product-gallery-images .slick-dots {
  display: flex;
  justify-content: center;
}
.eaw-single-product-gallery-wrapper.eaw-elementor-enabled {
  width: 100% !important;
}

body.woocommerce-uses-block-theme .eaw-single-product-gallery-wrapper {
  width: 100% !important;
  position: relative;
}


/* assets/css/wishlist.scss */
.eaw-wishlist-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.eaw-wishlist-wrapper .eaw-wishlist-header {
  margin-bottom: 20px;
}
.eaw-wishlist-wrapper .eaw-wishlist-items {
  display: flex;
  flex-direction: column;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-column {
  flex: 1;
  min-width: 100px;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-column img {
  max-width: 100px;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item.eaw-wishlist-item-header .eaw-wishlist-column {
  padding: 0 20px;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-product {
  flex: 1;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-price {
  text-align: center;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-quantity .quantity {
  display: inline-block;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-quantity .qty {
  width: 80px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-add-to-cart .button {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--eaw-wishlist-bg-clr);
  color: var(--eaw-wishlist-txt-clr);
  border-radius: var(--eaw-wishlist-border-radius);
  text-align: center;
  text-decoration: none;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-add-to-cart .button:hover {
  background-color: var(--eaw-wishlist-bg-hv-clr);
  color: var(--eaw-wishlist-txt-hv-clr);
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-actions .eaw-buttons-actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-actions .eaw-buttons-actions-wrapper .eaw-saved-cart-actions-inner {
  display: flex;
  gap: 10px;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-actions .eaw-buttons-actions-wrapper .eaw-action-button {
  padding: 5px;
  border-radius: 5px;
  background-color: #046bd2;
  border: 0;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-actions .eaw-buttons-actions-wrapper .eaw-action-button span {
  font-size: 16px;
  color: #fff;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item .eaw-wishlist-actions .eaw-buttons-actions-wrapper .eaw-action-button.eaw-delete-button {
  background-color: red;
  color: #fff;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item:hover, .eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item:focus {
  background-color: #f9f9f9;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item-header {
  font-weight: bold;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.eaw-wishlist-wrapper .eaw-wishlist-items .eaw-wishlist-item-header .eaw-wishlist-column {
  flex: 1;
  min-width: 120px;
}

.ccpeaw-wishlist .ccpeaw-wishlist-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.eaw-wishlist-display {
  position: fixed;
}
.eaw-wishlist-display.eaw-display-wishlist-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.eaw-wishlist-display.eaw-display-wishlist-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.eaw-wishlist-display.eaw-display-wishlist-bottom {
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
}
.eaw-wishlist-display .eaw-preview-btn-wishlist {
  border-radius: 0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .eaw-wishlist-wrapper .eaw-wishlist-item,
  .eaw-wishlist-wrapper .eaw-wishlist-item-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .eaw-wishlist-wrapper .eaw-wishlist-item .eaw-wishlist-column,
  .eaw-wishlist-wrapper .eaw-wishlist-item-header .eaw-wishlist-column {
    min-width: 100%;
    margin-bottom: 10px;
  }
}
.eaw-currency-switcher {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  width: 250px;
  transition: all 0.3s ease;
  z-index: 10;
}
.eaw-currency-switcher .eaw-currency-switcher-toggler {
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  left: -40px;
  cursor: pointer;
}
.eaw-currency-switcher .eaw-currency-switcher-toggler svg {
  fill: #fff;
}
.eaw-currency-switcher .eaw-currency-switcher-wrapper h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.eaw-currency-switcher.eaw-web-right-middle {
  right: -250px;
  top: 50%;
}
.eaw-currency-switcher.eaw-web-right-middle.eaw-currency-switcher-open {
  right: 0;
}
.eaw-currency-switcher.eaw-web-left-middle {
  left: -250px;
  top: 50%;
}
.eaw-currency-switcher.eaw-web-left-middle .eaw-currency-switcher-toggler {
  left: unset;
  right: -40px;
}
.eaw-currency-switcher.eaw-web-left-middle.eaw-currency-switcher-open {
  left: 0;
}
.eaw-currency-switcher.eaw-web-left-bottom {
  left: -250px;
  bottom: 40px;
  top: unset;
}
.eaw-currency-switcher.eaw-web-left-bottom .eaw-currency-switcher-toggler {
  left: unset;
  right: -40px;
}
.eaw-currency-switcher.eaw-web-left-bottom.eaw-currency-switcher-open {
  left: 0;
}
.eaw-currency-switcher.eaw-web-right-bottom {
  right: -250px;
  bottom: 40px;
  top: unset;
}
.eaw-currency-switcher.eaw-web-right-bottom.eaw-currency-switcher-open {
  right: 0;
}

.eaw-viewed-products-wrapper {
  padding: 30px 0;
  position: relative;
}
.eaw-viewed-products-wrapper .eaw-viewed-products-preloader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.eaw-viewed-products-wrapper .eaw-viewed-products-preloader img {
  border-radius: 500px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 4px rgba(0, 14, 22, 0.3019607843);
}
.eaw-viewed-products-wrapper .eaw-viewed-products-error-message {
  text-align: center;
  padding: 30px 0;
  color: red;
  font-weight: 600;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow {
  background: var(--rvpBGColor, #21130d);
  border-radius: var(--rvpSliderNavBorderRadius, 0);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.3s ease;
  opacity: 1;
  top: calc(50% - 40px);
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow:before {
  content: "\e818";
  font-family: "eaw-icon";
  display: block;
  inset: 0;
  color: var(--rvpArrowIconColor, #fff);
  transition: all 0.3s ease;
  transform: rotate(90deg) !important;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow:hover {
  background: var(--rvpActiveBGColor);
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow:hover:before {
  border-color: var(--rvpArrowIconHoverColor, #fff);
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow.slick-prev {
  left: 10px;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow.slick-prev:before {
  transform: rotate(-90deg) !important;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-arrow.slick-next {
  right: 10px;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-slide {
  position: relative;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-slide .eaw-recently-viewed-product {
  padding: 0 10px;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-slide .eaw-recently-viewed-product .eaw-product-image {
  position: relative;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-slide .eaw-recently-viewed-product .eaw-product-image img {
  width: 100%;
  box-shadow: none;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-slide .eaw-recently-viewed-product .eaw-product-image .eaw-remove-product {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
  background: red;
  color: #fff;
  line-height: 1;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-dots {
  position: absolute;
  bottom: -40px;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-dots li {
  margin: 0 5px;
  padding: 0;
  width: 15px;
  height: 15px;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-dots li button {
  background-color: var(--rvpActiveBGColor);
  border-radius: 500px;
  transition: all 0.3s ease;
  width: 15px;
  height: 15px;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-dots li button::before {
  display: none;
}
.eaw-viewed-products-wrapper .eaw-viewed-products .slick-dots li.slick-active button {
  background-color: var(--rvpBGColor, #21130d);
}

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

.eaw-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.eaw-html-non-scroll {
  overflow: hidden !important;
}

.eaw-warning-wrap {
  max-width: calc(100% - 40px);
  min-width: 250px;
  height: auto;
  min-height: 60px;
  max-height: 200px;
  padding: 5px 10px;
  position: fixed;
  z-index: 9999999999;
  left: 50%;
  bottom: 20px;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  animation-fill-mode: both;
  transform: translate(-50%, 0);
}

.eaw-warning-wrap a,
.eaw-warning-wrap .wc-forward {
  display: none !important;
}

.eaw-warning-wrap *::before,
.eaw-warning-wrap *::after {
  display: none !important;
}

.eaw-warning-wrap * {
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  border: unset !important;
  list-style: none !important;
}

.eaw-warning-wrap.eaw-warning-wrap-open {
  animation-duration: 1s;
  animation-name: eaw-warning-slide_in_up;
}

@keyframes eaw-warning-slide_in_up {
  from {
    transform: translate3d(-50%, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.eaw-warning-wrap.eaw-warning-wrap-close {
  animation-duration: 1s;
  animation-name: eaw-warning-slide_out_down;
}

@keyframes eaw-warning-slide_out_down {
  from {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    transform: translate3d(-50%, 100%, 0);
    opacity: 0;
  }
}
.eaw-sidebar-cart .woocommerce-free-shipping-bar-order .woocommerce-free-shipping-bar-message #wfspb-main-content {
  color: inherit !important;
}

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