.products article .ets-wishlist-button-add.left {
  left: px !important;
  top: 60px !important;
}
/* .products article .ets-wishlist-button-add.right {
  right: px!important;
  top: 60px!important;
} */
.ets-wishlist-button-add:not(.view_page) {
  margin-top: 5px;
  background-color: #ffffff !important;
}
.ets-wishlist-button-add:not(.view_page):hover {
  background-color: #f9f9f9 !important;
}
.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg {
  color: #7a7a7a !important;
  fill: #7a7a7a !important;
}
.ets-wishlist-button-add.delete_wishlist svg {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}

.thumbnail-container {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-height: 350px;
  box-sizing: border-box;
}
.image_item_product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.thumbnail.product-thumbnail {
  display: block;
  width: 100%;
}
.thumbnail.product-thumbnail img.mp-product-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.product-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 5px;
  flex-grow: 1;
}
.product-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
}
.product-title a {
  color: #000;
  text-decoration: none;
}
.short_description {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5;
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
}
.price-container,
.desc-price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 60px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.price-container .mp-price-hr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  /* flex-wrap: wrap; */
}
.mp-price-hr .mp-hr-label {
  font-size: 20px;
  color: black;
  font-weight: bold;
  flex-shrink: 0;
}
.mp-price-hr .regular-price {
  text-decoration: line-through;
  color: white;
  font-size: 14px;
}
.mp-price-hr .price {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
.action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  /* flex-wrap: wrap; */
  padding: 10px 0;
}
.add-to-cart {
  background-color: black;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;

  text-align: center;
}
.ets-wishlist-button-add {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.ets-wishlist-button-add svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.ets-wishlist-button-add.active svg {
  fill: red;
}
.modal-body {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#loadingText,
#addedText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  z-index: 1000;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .thumbnail-container {
    padding: 10px;
    gap: 10px;
    min-height: 300px;
  }
  .product-description {
    gap: 15px;
  }
  .product-title {
    font-size: 14px;
  }
  .short_description {
    font-size: 12px;
    min-height: 30px;
    margin-bottom: 8px;
  }
  .price-container {
    min-height: 50px;
    gap: 6px;
    margin-bottom: 8px;
  }
  .mp-price-hr .price,
  .mp-price-hr .regular-price {
    font-size: 10px;
  }
  .mp-price-hr .mp-hr-label {
    font-size: 10px;
  }
  .action-buttons {
    gap: 5px;
    padding: 8px 0;
  }
  .add-to-cart {
    padding: 5px 8px;
    font-size: 8px;
    min-width: none;
    width: 80px;
  }
  .ets-wishlist-button-add {
    padding: 6px;
  }
  .ets-wishlist-button-add svg {
    width: 14px;
    height: 14px;
  }
}

.mp-custom-menu {
  display: none;
  width: 100%;
  z-index: 1;
}
.mp-custom-menu > ul {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  margin: 0;
  background-color: #000517;
}
.mp-custom-menu ul {
  display: flex;
}
.mp-custom-menu ul li.mm_has_sub {
  position: relative;
}
.mp-custom-menu ul li.mm_has_sub .arrow {
  right: -10%;
  width: initial;
}
.mp-custom-menu ul li.mm_has_sub ul:not(.active) {
  display: none;
}
.mp-custom-menu ul li.mm_has_sub > ul.active ul {
  display: block;
}
.mp-custom-menu ul li a {
  color: white !important;
}
.mp-add-to-cart {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  background: none;
  border: none;
}
.mp-column-view-container[data-value="list"] .mp-add-to-cart {
  position: absolute;
  top: 5px;
  right: -13px;
  font-size: 16px;
  background: none;
  border: none;
  width: 15%;
}
.mp-add-to-cart_1 {
  display: none;
  position: absolute;
  top: 5px;
  right: 23px;
  font-size: 16px;
  background: none;
  border: none;
}
.mp_short_description h3 {
  font-size: 1rem;
}
