/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.category-description a,
td a {
    text-decoration: underline!important;
}
#back-to-top {
    display: none!important;
}
.product-price {
    color: #ad0700;
    font-size: 24px;
    font-weight: bold;
}
.featured-products .section-title {
    display: none;
}
#category h2 {
  font-size: 24px;
}
#product h2 {
  font-size: 32px;
}
product h3 {
  font-size: 16px;
}