.axtAddToCartAdded {
  display: none;
}

.axt-xy-widget-wrapper {
  display: none;
}

.axt-xy-widget-wrapper .box-wrapper {
  border: 1px solid #ccc;
  font-size: 14px;
}

.axt-xy-widget-wrapper .box-header {
  display: flex;
  padding: 18px;
  align-items: center;
  gap: 10px;
}

.axt-main-box {
  padding: 0 18px;
}

.axt-xy-widget-wrapper hr {
  border: 1px solid #ccc;
  border-top: none;
  margin: 20px 0;
}

.axt-xy-widget-wrapper .axt-item-card {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.axt-xy-widget-wrapper .item-info {
  width: 75%;
}

.axt-xy-widget-wrapper .item-info h3 {
  margin: 0 0 10px;
}

.axt-xy-widget-wrapper .price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.axt-xy-widget-wrapper .old-price {
  color: #666;
  text-decoration: line-through;
  margin-right: 10px;
}

.axt-xy-widget-wrapper .warning-card {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.axtAddToCartBtn {
  padding: 4px 21px;
}

.axtAddToCartBtn:hover {
  outline: 0px solid #200102;
}

/* Popup CSS Start *-/
/* Center Popup */
.activeAxtPopup .product__info-wrapper.animate--slide-in {
  animation: none !important;
  transform: none !important;
  opacity: 1;
}

/* Center Popup */

#openPopup {
  cursor: pointer;
}

.xyAppBlockPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 400px;
  overflow-y: auto;
  max-height: 80vh;
  border-radius: 8px;
}

.axtDiscountPopupProduct {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.axtDiscountPopupProduct img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}

.product-details {
  flex-grow: 1;
}

.product-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}

.product-price {
  color: #27ae60;
  font-size: 16px;
}

.add-to-cart {
  cursor: pointer;
  padding: 8px 12px;
  background-color: #27ae60;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.add-to-cart:hover {
  background-color: #218f50;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #555;
}
/* Popup CSS END */

/* Gift Popup Modal CSS */
.axt-popup-dialog {
  position: fixed;
  min-width: 320px;
  background: #fff;

  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  padding: 20px 20px 25px;
  top: 100px;
  left: 50%;
  right: 50%;
  transform: translateX(-120%);
  z-index: 2;
  overflow: hidden;
}

.axt-popup-dialog .d-flex {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.axt-popup-dialog .d-flex p {
  line-height: normal;
  margin: 0 0 -4px 0;
  font-weight: 700;
}

.axt-popup-overlay {
  position: fixed;
  z-index: 1000;
}
/* .axt-popup-dialog:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */

.axt-popup-dialog .hidden {
  display: none;
}

.axt-progressbar {
  width: 100%;
}

.axt-progressbar-bg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 8px;
  bottom: 0;
  background: linear-gradient(45deg, #168267, #fec353);
}

/* Gift Popup Modal CSS End*/
