.cookie-notice {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 5000;
}
.cookie-notice[data-cookie-notice=wall] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.cookie-notice[data-cookie-notice=wall] .cn-box {
  background-color: #FFFFFF;
  left: 50%;
  max-width: 500px;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cookie-notice-open .cookie-notice {
  opacity: 1;
  visibility: visible;
}
.cn-content {
  margin-bottom: 25px;
}
.cn-content :last-child {
  margin-bottom: 0;
}
.cn-button-wrapper .cn-button {
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  padding: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 75px;
}
.cn-button-wrapper .cn-button {
  background-color: red;
  float: right;
}
.cn-button-wrapper .cn-button:hover {
  background-color: rgba(255, 0, 0, 0.6);
}

