#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  background-color: rgba(0, 0, 0, 0.9);
}

#cookie-notice .cookie-notice-container {
  display: block;
  text-align: center;
  width: 100%;
  z-index: 2;
  padding: 20px 27px;
  color: #fff;
}

#cookie-notice .cookie-notice-container .cn-text-container {
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 0 6px;
  color: #fff;
}

#cookie-notice .cookie-notice-container .cn-buttons-container {
  display: inline-block;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
  background-color: #00a99d;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .25px;
  line-height: 20px;
  margin: 0 0 0 7px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: inherit;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover, #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: .5;
  padding: 10px;
  outline: none;
  /* cursor: pointer; */
  color: #fff;
}

#cookie-notice .cookie-notice-container .cn-close-icon::before, #cookie-notice .cookie-notice-container .cn-close-icon::after {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: gray;
  display: none;
}

#cookie-notice .cookie-notice-container .cn-close-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cookie-notice .cookie-notice-container .cn-close-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*# sourceMappingURL=cookie.css.map */