// zakazane produkty
$(document).ready(function() {
    $('#ProductType select option[value=56]').remove();  
});




