.add_liked {
	cursor: pointer;
	background-repeat: no-repeat;
	width: 19px;
	min-width: 19px;
	height: 19px;
	background-image: url(/components/air_store/product_card_3_new/img/not_like.svg);
	background-size: contain;
}

.add_liked.product_in_list{
	background-image: url(/components/air_store/product_card_3_new/img/add_like.svg);	
} 


a.favorites {
    text-align: center;
}


.favorites .icon_text{
   margin-top: 5px;
}



a.favorites:hover{
      color: unset;
}


