/* make add to cart button full width */
.single-product-scholarship .single_add_to_cart_button{
width: 100%;
}

/* hide price range */
 .single-product-scholarship .product-price-wrap{
display: none !important;    
}