#cookieWarning {
  background: #106ab3;
  border-radius: 0px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.24);
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.85em;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px 8px 12px 30px;
  width: 100%;
  z-index: 9999;
}

#cookieWarning .actions {
  display: block;
  margin: 0 6px 0 auto;
}

#cookieWarning p {
  margin: auto 0;
  text-align: left;
  width: 82%;
}

#cookieWarning a {
  font-weight: 600;
  margin-left: 3px;
  color: #ffffff;
}

#cookieWarning a:hover {
  color: #fedf00;
}

#cookieWarning .actions button {
  border: none;
  border-radius: 0px;
  font-size: 1em;
  font-weight: 500;
  padding: 11px 20px;
}

#cookieWarning .cookieAccept {
  color: #fff;
  background: #04c737;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  outline: none;
}

#cookieWarning .cookieAccept:hover {
  background: #00de33;
  color: #fff;
}

@media (max-width: 767px) {
  #cookieWarning {
    font-size: 0.8em;
    flex-direction: column;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 19px 30px 30px;
  }
  #cookieWarning p {
    width: 100%;
    margin-bottom: 10px;
  }
  #cookieWarning .actions {
    margin: 0 auto;
  }
  #cookieWarning .actions button {
    padding: 12px 30px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  #cookieWarning {
    flex-direction: row;
    padding: 15px 30px 15px;
  }
  #cookieWarning p {
    width: 70%;
  }
  #cookieWarning .actions {
    margin-right: 0;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  #cookieWarning p {
    width: 80%;
  }
}

@media (min-width: 768px) {
  #cookieWarning {
    max-width: 690px;
  }
}
