 

.cookieAcceptBar {
 display: none;
 font: 13px 'Montserrat-Light';
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 8px 50px;
  z-index: 99999; 
 
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
    
}

.cerez-btn { width: auto; font:13px 'Montserrat-Bold'; 
  cursor: pointer;
  border: none;
  background-color: #fdb000;
  color: #363636;top: 0;
  text-transform: uppercase;
 position: absolute;right: 0;
  height: auto;
 
  padding:10px;
}