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

/* .add_liked div{
	border: 1px solid red;
}	 */

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


#wish_list{
	min-height: 61vh;
}