.addToWish{
  
}
.addToWish:after {
  content: "Add";
}
a.removeToWish{
  color: #e53935;
}
.removeToWish:after {
  content: "Remove";
}