#cookie-bar {background:rgba(20,20,20,0.9); height:auto; line-height:1.3em; color:var(--text-color-main); padding: 3em 0;}
#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; font-size:14px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:var(--border-radius-sm); text-decoration:none; padding:5px 10px;line-height:18px; font-size:13px;}
#cookie-bar .cb-enable, #cookie-bar .cb-disable{
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
#cookie-bar .cb-enable {background:var(--second-color);}
#cookie-bar .cb-enable:hover {background:var(--second-color);}
#cookie-bar .cb-disable {background:var(--third-color); margin-left: 20px;}
#cookie-bar .cb-disable:hover {background:var(--third-color);}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
