.fav-badge{ position: absolute; top: 0; left:auto; right: 7px; line-height: 20px; background: #e74c3c; color: #fff; font-size: 11px; padding: 0 6px; border-radius: 50%; font-weight: bold; min-width: 18px; text-align: center; }
.fav-btn {margin: 1px -3px 0 0px !important;}
.fav-btn:hover {margin: 2px -3px 0 0px;}
@media screen and (max-width: 767px) {
  .fav-badge {left: auto;right: auto;}
}