.mto-favorite-btn{
position:absolute;
top:14px;
right:14px;
width:36px;
height:36px;
border:none !important;
border-radius:50% !important;
background:#ffffff !important;
background-color:#ffffff !important;
box-shadow:0 2px 10px rgba(0,0,0,0.12);
z-index:99;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
transition:all .2s ease;
padding:0;
min-height:auto !important;
line-height:1 !important;
}

.mto-favorite-btn:hover{
background:#ffffff !important;
background-color:#ffffff !important;
transform:scale(1.05);
}

.mto-heart i{
font-size:20px;
color:#222;
transition:all .2s ease;
}

.mto-favorite-btn.active .mto-heart i{
color:#ff3b30;
}

.mto-favorite-btn:hover .mto-heart i{
transform:scale(1.08);
}

@media(max-width:767px){

.mto-favorite-btn{
width:34px;
height:34px;
top:10px;
right:10px;
}

.mto-heart i{
font-size:19px;
}

}