/*your custom css goes here*/

/* Hide Add to Compare button on product hover and product details page */
a[onclick*="addToCompare"] {
    display: none !important;
}

/* Hide Compare icon in navigation header */
#compare {
    display: none !important;
}/*your custom css goes here*/ 