#awelite_favorites_equation {
    position: relative;
	z-index: 1;
	float: left;
	margin-right: 10px;
}
#awelite_favorites_equation i {
    font-size: 18px;
   line-height: 38px;
}
#awelite_favorites_equation p.count {
    border-radius: 50%;
    width: 20px;
    height: 20px;
	box-shadow: 0px 0px 0px 2px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
	background:#8F9975!important;
	color: #fff !important;
	right: -12px;
    margin: 0;
    top: -4px;
    font-size: 12px;
}

.js-favorite {
	position: absolute !important;
	right: 10px;
	top: 10px;
	z-index: 1;
	height: auto !important;
	width: auto !important;
	cursor: pointer; 
	font-size: medium !important;
}