 

.cookieAcceptBar {
 display: none;
 font: 13px 'Gilroy-Regular'; line-height: 15px;
  position: fixed;
  bottom: 10px;
  left:10px;
 width: 100%; max-width: 300px;
  text-align: left;
  background-color: #fff;
  color: #1d1d1b;
  padding:20px;justify-content: space-between; align-items: center; flex-direction: column;
  z-index: 9999999999; box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;-webkit-box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
}

.cookieAcceptBar a {
  color: #1d1d1b;
  text-decoration: none;
  font-weight: bold;
    
}

.cerez-btn { width:100%;margin-top:10PX; float: none; display: flex; justify-content: center; align-items: center;
  cursor: pointer;
  border: none;
  background-color: #ffd842;
  color: #1d1d1b;
  text-transform: uppercase;
 
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}