/**
 * Hides #page-title-wrapper on product detail pages only.
 * This file is only loaded on catalog_product_view (product pages),
 * per view/frontend/layout/catalog_product_view.xml
 */
#page-title-wrapper {
    display: none !important;
}

.product-addto-links a.tocompare {
    display: none !important;
}

.right-content i,
.right-content i::before,
.right-content [class*="icon-"]::before,
.right-content [class*="pe-7s-"]::before {
    color: #000 !important;
}