.favorites_buttons {

}

.btn_type_remove_fav {
  display: none;
}

.active .btn_type_remove_fav {
  display: block;
}

.active  .btn_type_add_fav {
  display: none;
}