Hi
Unfortunately it’s no longer possible to have the arrows on products as we used a plugin called ‘previous and next post in same taxonomy’ and it’s not been removed from the WordPress Plugin Repository
For the borders add this to your custom css:
.sidebar .widget-heading h4:before {
border-top: 2px solid #ddd;
}
– Kyle