.tutor-review-434, .tutor-review-662{
   display: none;
}
.tutor-price-preview-box .price:before {
    content: "$99";
    text-decoration: line-through;
}
.products li.product.product_cat-course-fees a span.price span.woocommerce-Price-amount bdi{
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}
.products li.product.product_cat-course-fees a span.price span.woocommerce-Price-amount:after{
    content: "Free";
    padding: 20px;
    color: #4bd863;
}
.products li.product.product_cat-course-fees a.button.product_type_simple.add_to_cart_button{
    display: none;
}
.products li.product.product_cat-course-fees a.woocommerce-LoopProduct-link{
    pointer-events: none;
}