jQuery(document).ready( function(){    
    jQuery('.catalog-product-view .free_shipping-warning').qtip({
	position: {
	    at: 'top center', 
            my: 'bottom left'
	},
	style: {
		classes: 'ui-tooltip-rounded qt-shipping-pr'
	     }


    });
    
    jQuery('.catalogsearch-advanced-result .free_shipping-warning, .selection-index-all .free_shipping-warning, .catalog-category-view .free_shipping-warning ').qtip({
	position: {
	    at: 'top center', 
            my: 'bottom left'
	},
	style: {
		classes: 'ui-tooltip-rounded qt-shipping'
	     }


    });
});
