﻿
.ascunde { display: none;
    width: 25% !important;

}

.wishlist-heart.fas {
    font-weight: 900; /* Makes it solid */
}

.wishlist-heart.far {
    font-weight: 400; /* Makes it regular/outlined */
}

@media (max-width: 1200px) {
	
	.ascunde {
    width: 100% !important;

}
}