button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #1e1e1e;
    padding: 20px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    font-family: 'Druk Wide', sans-serif;
    color: #8e5f44;
    text-transform: uppercase;
    font-size: 0.55em;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#gdpr-cookie-message h5 {
    color: #8e5f44;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#gdpr-cookie-message p:last-child {
    display: flex;
    align-items: center;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #8e5f44;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  height: 38px;
  width: 148px;
  background: #8e5f44;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  display: inline-block;
  pointer-events: all;
  transition: 0.3s;
  padding: 0;
  cursor: pointer;
  margin: 0;
  font-family: "Druk Wide", sans-serif;
  font-size: 0.45em;
  border: 1px solid #8e5f44;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #8e5f44;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message label {
  font-family: "Druk Wide", sans-serif;
  font-size: 0.45em;
  text-transform: uppercase;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #8e5f44;
    display: none !important;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
