#cookie-bar {background:#DBE8F550; height:auto; line-height:24px; color:#000; text-align:center; padding:20px;border-top:none;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; z-index: 999}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;  color:#000;
  font-family: 'Oakes Grotesk';
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
#cookie-bar a {
  display:inline-block;
  text-decoration:none;
  padding: 0.6rem 1.3rem;
  margin-left:1rem;
  cursor:pointer;
  background: transparent;
  color:#000!important;
  font-family: 'Oakes Grotesk';
    letter-spacing: 0.1em;
font-size: 10px!important;
line-height: 1;
border-radius: 20px;
border: 1px solid #000


}
#cookie-bar a:hover {color:#000!important}
#cookie-bar .cb-enable {background:transparent;}
#cookie-bar .cb-enable:hover {background:#ebf46e;}
#cookie-bar .cb-disable {background:transparent;}
#cookie-bar .cb-disable:hover {background:#ebf46e;}
#cookie-bar .cb-policy {background:#DBE8F5;}
#cookie-bar .cb-policy:hover {background:#ebf46e;}
