/* CUSTOM CLASSES */




/* COMMON STYLES */
/* ========================= */
.cookiebanner {
  background: #2B2A29;
  color: #fff;
  padding: 35px;
  font-family: inherit;
  position: fixed;
  width: auto;
  max-width: 375px;
  z-index: 999;
  bottom:0;
  left: 0;
  transition: transform .2s ease, opacity .2s ease !important;
}
.cookiebanner a {
  color:#CA9F75
}
.cookiebanner .buttons {
  display: flex;
  margin-top: 10px
}
.cookiebanner button {
  padding: 10px;
  margin-right: 5px
}

.prebanner {
    position: fixed;
    bottom:0;
    left: 0;
      z-index: 999;
      padding: 15px
}
