.wishlist-wrapper.in-list span {
  color: #F0631E;
}
.wishlist-wrapper:hover {
  cursor: pointer;
}
.unityre__favorite-reset {
  cursor: pointer;
}
.unityre__basket-favorite-cupon {
  position: absolute;
  top: 11px;
  right: 5;
  width: 20px;
}
.unityre__basket-favorite-cupon2 {
  position: absolute;
  top: 44px;
  right: 5;
  width: 20px;
}
.favorite-img {
  width: 70%;
  padding-bottom: 0px;
}
.unityre__favorite-item-content-item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 10%;
}
.unityre__favorite-delete-button {
  right: 0;
}
.unityre__favorite-delete-img {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 14px;
  cursor: pointer;
}
