.node-display-teaser-new .product-favorite-wrapper {
  display: block;
  position: absolute;
  top: 8px;
  right: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: -30px;
  overflow: visible;
}

.node-display-teaser-new .product-favorite {
  height: 30px;
  margin-bottom: -30px;
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 3;
  width: 30px;
  overflow: visible;
}

.product-galery .product-favorite-wrapper {
  display: block;
  position: absolute;
  left: 430px;
  top: 20px;
  z-index: 100;
}
.modal-product .product-galery .product-favorite-wrapper {
  left: 350px;
}

.clean-favorite {
  width: 200px;
}

.list-favorites {
  background: #ffffff;
  padding: 10px;

  display: block;
}

.list-favorite {
  position: relative;
}

.list-favorites .product-my-product {
  padding-bottom: 15px;
  padding-right: 80px;
}

.list-favorite .delete-favorite-item {
  display: block;
  position: absolute;
  right: 40px;
  top: 20px;
  width: 75px;
}

.favorite-message {
  position: absolute;
  top: -40px;
  left: -230px;
  display: block;
  padding: 8px 19px 7px 7px;
  width: 270px;
  background: #ffffff;
  border: 1px #aaaaaa solid;
  border-radius: 3px;
  z-index: 10;
  text-align: center;
}

.favorite-message a {
  display: table;
  width: 225px;
  height: auto;
  z-index: 2;
  text-align: center;
}

.favorite-message-remove {
  font-size: 16px;
  position: absolute;
  right: 3px;
  top: -2px;
  cursor: pointer;
  display: block;
  z-index: 11;
  padding: 7px;
}

.node-display-teaser-new .add-to-favorite-message a,
.listing-item .listing-item__img .add-to-favorite-message a {
  display: table;
  width: 225px;
  height: auto;
  z-index: 2;
  text-align: center;
}

.add-favorite {
  background: url(../img/favorite-add.svg) center center no-repeat;
  display: block;
  cursor: pointer;
  background-size: 25px 23px;
  opacity: 0.7;
}

.delete-favorite {
  background: url(../img/favorite-remove.svg) center center no-repeat;
  display: block;
  cursor: pointer;
  background-size: 25px 23px;
}

.node-display-teaser-new .product-favorite {
 /* opacity: 0.7;*/
}

.product-galery .product-favorite {
  width: 28px;
  height: 28px;
/*  opacity: 0.7;*/
  position: absolute;
}

@media (max-width: 1480px) {
  .product-galery .product-favorite-wrapper {
    display: block;
    position: absolute;
    right: 50px;
    left: auto;
    top: 20px;
    z-index: 100;
  }
}

@media (max-width: 1750px) {
  .list-favorites .delete-favorite-item {
    display: block;
    clear: both;
    position: relative;
    right: 0;
    top: -70px;
    width: 75px;
  }

  .list-favorites .product-my-product {
    padding-right: 10px !important;
    padding-bottom: 70px;
  }
  .list-favorite {
    padding-bottom: 40px;
  }
  .list-favorite .delete-favorite-item {
    right: inherit;
    left: 40px;
    bottom: 70px;
    top: inherit;
    margin: 0;
  }
}

@media (max-width: 1500px) {
  .product-favorite-wrapper {
    display: none;
  }
}

@media (max-width: 992px) {
  /* not yet ready*/
  .favorite-message {
    left: -340px !important;
  }
  .node-display-teaser-new .favorite-message {
    left: -260px !important;
  }

  .product-galery .product-favorite-wrapper {
    left: 90%;
    top: 6px;
  }
}

