.cookie-consent {
  background-color: #000 !important;
  padding: 10px 40px !important;
  color: #fff !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
.cookie-consent .cookie-consent-body {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cookie-consent .cookie-consent__message {
  height: 32px !important;
  line-height: 32px !important;
}
.cookie-consent .cookie-consent__message a {
  color: #fff !important;
  text-decoration: underline;
}
.cookie-consent .cookie-consent__agree {
  float: right;
  padding: 5px 10px !important;
  border-radius: 0 !important;
  outline: none !important;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.cookie-consent .cookie-consent__agree:hover {
  background: #fff !important;
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .cookie-consent .cookie-consent-body {
    text-align: center;
  }
  .cookie-consent .cookie-consent-body .cookie-consent__message {
    line-height: 25px !important;
  }
  .cookie-consent .cookie-consent-body .cookie-consent__agree {
    float: none;
    margin-top: 5px;
  }
}
