.whishlist-bread {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding: 0;
}

.wishlist-table {
  width: 100%;
}
.wishlist-table thead tr th {
  text-align: left;
}
.wishlist-table tbody tr td:last-child,
.wishlist-table thead tr th:last-child {
  text-align: right;
  width: 220px;
}

.like_product_btn_wishlist {
  border-radius: 50%;
  display: inline-block;
  width: 43px;
  height: 43px;
  background-color: var(--white1);
  cursor: pointer;
  background-size: 17.83px 16px;
  background-repeat: no-repeat;
  background-position: center;

  background-image: url("/wp-content/themes/meno-muza/assets/icons/heart_icon_active.png");
  border: 1px solid var(--green1);
}

.inner-item-heart {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: end;
  flex-shrink: 0 !important;
  width: 220px;
}

.open-item-heart a {
  color: var(--white1);
  background-color: var(--green1);
  border-radius: 8px;
  padding: 14.5px 20px;
  transition: 0.3s ease;
  margin-right: 24px;
  bottom: -10px;
}

.open-item-heart a:hover {
  background-color: var(--green2);
}

.img-category-name {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
}

.category-name p {
  margin-bottom: 7px;
}

.category-name {
  padding-top: 16px;
  padding-bottom: 16px;
}

.img-category-name .img {
  width: 104px;
  height: 93px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.img-category-name .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.wishlist-container {
  margin-top: 50px;
  margin-bottom: 100px;
}

.wishlist-table thead tr th {
  padding-bottom: 24px;
}

.img-category-name .img {
  margin-top: 16px;
  margin-bottom: 16px;
}
tr.saved-div td {
  border-top: 1px solid var(--grey1) !important;
}
.wishlist-table {
  border-collapse: separate;
  border-spacing: 0;
}

.category-name .caption3 {
  color: var(--grey3);
}

.price-mobile,
.package-size {
  display: none;
}

.category-name {
  padding-right: 10px;
}

@media screen and (max-width: 950px) {
  .category-name {
    padding-right: 0px;
  }

  .img-category-name .img {
    width: 100px;
    height: 100px;
  }

  .wishlist-table thead {
    display: none;
  }
  tr.saved-div {
    display: flex;
    flex-direction: column;
  }

  tr.saved-div td {
    border-top: none !important;
  }

  .wishlist-container {
    margin-top: 0px;
    margin-bottom: 56px;
  }

  .open-item-heart a {
    width: 100%;
    padding: 12.5;
    margin-right: 16px;
    transition: 0.3s ease;
    text-align: center;

    bottom: 0px;
  }

  .inner-item-heart {
    margin-top: 10px;
  }

  .like_product_btn_wishlist {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }

  .price-mobile {
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
  }

  td.price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: none;
  }

  .img-category-name .img {
    padding-top: 0;
  }

  .img-category-name {
    border-top: 1px solid var(--grey1) !important;
  }
  tr.saved-div td:first-child {
    border-top: 1px solid var(--grey1) !important;
    margin-top: 16px;
  }

  tr.saved-div:first-child td:first-child {
    border-top: none !important;
  }

  .img-category-name {
    gap: 8px;
  }

  .category-name p {
    margin-bottom: 4px;
  }

  .whishlist-bread {
    max-width: unset;
    margin: unset;
    width: unset;
    padding: unset;
  }

  .inner-item-heart {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    flex-shrink: 0 !important;
    width: 100%;
  }

  .wishlist-table tbody tr td:last-child,
  .wishlist-table thead tr th:last-child {
    text-align: right;
    width: 100%;
  }
}
