.products article .ets-wishlist-button-add.left {
  left: px!important;
  top: 40px!important;
}
.products article .ets-wishlist-button-add.right {
  right: 10px!important;
  top: 40px!important;
}
.ets-wishlist-button-add:not(.view_page) {
  background-color: #1254B9!important;
}
.ets-wishlist-button-add:not(.view_page):hover {
  background-color: #1254B9!important;
}
.ets-wishlist-button-add:not(.view_page):not(.delete_wishlist) svg {
  color: #ffff00!important;
  fill: #ffff00!important;
}
.ets-wishlist-button-add.delete_wishlist svg {
  color: #ff0000!important;
  fill: #ff0000!important;
}