#cookie-bar {background:rgba(80, 74, 51, 0.95); height:auto; line-height:22px; color:#ffffff; text-align:center; padding:5px 0; z-index: 11000;}
#cookie-bar.fixed {position:fixed; top:100px; left:50%; width:100%; transform: translateX(-50%);}
#cookie-bar.fixed.bottom {bottom:0px; top:auto;}
#cookie-bar p {margin:0; padding:15px 25px; color:#f6efe6; font-size: 14px; font-weight: 400; line-height: 25px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 15px; margin:15px 0 0 15px;}
#cookie-bar .cb-enable {background:#646569;}
#cookie-bar .cb-enable:hover {background:#207815;}
#cookie-bar .cb-enable:focus {background:#5a9c28;outline: 2px solid #fff;outline-offset: 4px;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#207815;}
#cookie-bar .cb-policy:hover {background:#646569;}
#cookie-bar .cb-policy:focus {background:#646569;outline: 2px solid #fff;outline-offset: 4px;}