.actions .pointer {
  cursor: pointer;
}

.actions > *:hover i {
  color: #029dfc!important;
}

.actions i {
  font-size: 20px;
}

.actions .action_favorite:hover i,
.actions .action_favorite.active i {
  color: #e6601c!important;
}
.actions .purchase.active i {
  color: #ff9308!important;
}