.products article .ets-wishlist-button-add.left {
  left: px!important;
  top: 10px!important;
}
.products article .ets-wishlist-button-add.right {
  right: 10px!important;
  top: 10px!important;
}
.ets-wishlist-button-add:not(.view_page) {
  background-color: #cb5f95!important;
}
.ets-wishlist-button-add:not(.view_page):hover {
  background-color: #ffb7ee!important;
}
.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg {
  color: #ffffff!important;
  fill: #ffffff!important;
}
.ets-wishlist-button-add.delete_wishlist svg {
  color: #4d1933!important;
  fill: #4d1933!important;
}