 

.cookieAcceptBar {
 display: none;
 font: 15px 'Montserrat-Light';
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  z-index: 99999;font-size: 12px;
 
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
    
}

.cerez-btn {
  cursor: pointer;
  border: none;
  background-color: #1c315b;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}