/* Cookie consent */
#cookie-consent--overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  display: none;
}

#cookie-consent--overlay.show-overlay {
  display: block;
}

#cookie-consent--overlay.hide-overlay {
  display: none;
}

#cookie-consent--notice {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9010;
  padding: 20px 30px;
  color: #000;
  text-align: center;
  display: none !important;
  text-align: center;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0px 0px 10px #a4a4a4;
}
#cookie-consent--notice.show-notice {
  display: block !important;
}
#cookie-consent--notice.hide-notice {
  display: none !important;
}
#cookie-consent--notice .cookie-description {
  display: inline-block;
  margin-bottom: 0px;
}
/* Buttons */
#cookie-consent--notice .cookie-actions {
  display: inline-block;
}
#cookie-consent--notice .cookie-actions > a,
#cookie-consent--notice .cookie-actions > button {
  margin-left: 5px!important;
  margin-right: 5px!important;
  background-color: #000!important;
  color: #fff!important;
  border-radius: 5px!important;
  padding: 5px 10px!important;
  display: inline-flex!important;
  line-height: 0.95rem!important;
}
#cookie-consent--notice .cookie-actions > a {
  padding-top: 7px;
  padding-bottom: 7px;
}

#cookie-consent--notice .cookie-actions > a:hover,
#cookie-consent--notice .cookie-actions > button:hover {
  opacity: 0.7;
}
