#cookie-bar {
transition:0.3s;
font-size:14px;
background:rgba(0,0,0,0.6);
height:auto;
line-height:25px;
color:#eeeeee;
text-align:center;
padding:15px 0;
z-index:999999;
font-family:arial, sans-serif;
box-shadow:0 0 2px #000000;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#c71b32;color:#ffffff;transition:0.3s;}
#cookie-bar .cb-enable:hover {background:#ffffff;color:#c71b32;transition:0.3s;}
#cookie-bar .cb-disable {background:#c71b32;color:#ffffff;transition:0.3s;}
#cookie-bar .cb-disable:hover {background:#ffffff;color:#c71b32;transition:0.3s;}
#cookie-bar .cb-policy {background:#c71b32;color:#ffffff;transition:0.3s;}
#cookie-bar .cb-policy:hover {background:#ffffff;color:#c71b32;transition:0.3s;}

@media (max-width:992px){
#cookie-bar {font-size:1em;line-height:50px;}
#cookie-bar  a{margin-left:15px;}
}