/home/arranoyd/energyclinic.com.hr/wp-content/plugins/ecwid-shopping-cart/js/themes/edge.js
jQuery(document).ready(function() {
    var fixedNav = jQuery('#sticky_header');
    jQuery('#ecwid_product_browser_scroller').css({
        'position': 'relative',
        'top': -fixedNav.height() - jQuery('.ecwid-shopping-cart-categories').height()
    });
});