Remove 'Write a Review' Section from Store

Hello WidgetFitness,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css

div#judgeme_product_reviews {
    display: none !important;
}