Javascript ile yapabilirsin.

jQuery:

$('.cookie-choices-button').click(function(e){
e.preventDefault();
$('#cookieChoiceInfo').fadeOut(300)
})