#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(40, 40, 40, 0.95);
}

.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.cookie-notice-close-icon::before {
  transform: rotate(45deg);
}

.cookie-notice-close-icon::after {
  transform: rotate(-45deg);
}

.cookie-notice-close-icon::after, .cookie-notice-close-icon::before {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: ghostwhite;
}

.cookie-notice-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: .5;
  padding: 10px;
  outline: 0;
  cursor: pointer;
}

#cookie-notice .cookie-notice-button {
  letter-spacing: .25px;
  margin: 0 0 0 10px;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}
