#cookie-bar {background:#B3E6B3; height:auto; line-height:24px; color:#fff; text-align:center; padding:20px;border-top:1px solid #B3E6B3}
#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:#fff;
  font-family: 'Outfit Regular';
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 900;
  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:#fff!important;
  font-family: 'Outfit Regular';
    letter-spacing: 0.1em;
font-size: 10px!important;
line-height: 1;
border-radius: 20px;
border: 1px solid #fff


}
#cookie-bar a:hover {color:#fff!important}
#cookie-bar .cb-enable {background:transparent;}
#cookie-bar .cb-enable:hover {background:#B3E6B3;}
#cookie-bar .cb-disable {background:transparent;}
#cookie-bar .cb-disable:hover {background:#B3E6B3;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
