 

.cookieAcceptBar {
 display: none;
 font: 13px 'Akrobat-Regular';
  position: fixed;min-height: 30px;
  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;  
  cursor: pointer;
  border: none;
  background-color: #eeba64;
  color: #fff;top: 0;
  text-transform: uppercase;
 position: absolute;right: 0;
  height: auto;
 
  padding:8px;
}