W pliku divante.cookies.min.css
zamieniasz:
#cookiesBar {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
color: #414141;
font: 400 normal 11px/1em Arial, sans-serif;
width: 100%;
padding: 10px 0;
position: fixed;
bottom: 0;
left: 0;
z-index: 9999;
background: #ebebeb;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
background-image: -webkit-linear-gradient(#fff, #ebebeb);
background-image: -moz-linear-gradient(#fff, #ebebeb);
background-image: -o-linear-gradient(#fff, #ebebeb);
background-image: -ms-linear-gradient(#fff, #ebebeb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
background-image: linear-gradient(#fff, #ebebeb);
}
na
#cookiesBar {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
color: #414141;
font: 400 normal 11px/1em Arial, sans-serif;
width: 100%;
padding: 10px 0;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background: #ebebeb;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
background-image: -webkit-linear-gradient(#fff, #ebebeb);
background-image: -moz-linear-gradient(#fff, #ebebeb);
background-image: -o-linear-gradient(#fff, #ebebeb);
background-image: -ms-linear-gradient(#fff, #ebebeb);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
background-image: linear-gradient(#fff, #ebebeb);
}