jQuery(document).ready(function(){
    jQuery('.review-link').click(function(){
         window.scrollBy(0,jQuery("#customer-reviews").offset().top - jQuery(window).scrollTop());
    });
});

/*jQuery(document).ready(function(){
   jQuery("button[title='Comprar']").next().next().text("here");
});*/

