.lm_cookie_header {
  margin-bottom: 20px;
}

.lm_cookie_header h6 {
  font-size: 12px;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 5px;
}

.cookie-consent {
  position: fixed;
  background-color: #fff;
  color: #000;
  border: 1px solid #000000;
  border-radius: 0;
  display: none;
  left: 0;
  padding: 10px 40px !important;
  right: 0;
  z-index: 999999;
  margin: 0 auto;
  max-height: 90%;
  top: 30%;
}

.cookie-consent.cookie-consent--visible {
  display: block;
}

.cookie-consent.cookie-consent-minimal {
  border-radius: 0px;
  flex-direction: column;
  left: 1em;
  max-width: 898px;
  padding: 15px 30px 30px 30px !important;
  text-align: center;
}

.cookie-consent.cookie-consent-minimal .cookie-consent__message {
  display: block;
  height: auto !important;
  line-height: 20px !important;
  text-align: left;
}

.cookie-consent.cookie-consent-minimal .cookie-consent__agree {
  float: none;
  margin-top: 5px;
  margin-left: 15px;
}

.btn_cookie_wrap {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}

.cookie-consent .cookie-consent-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.cookie-consent .cookie-consent__message {
  height: 32px !important;
  line-height: 32px !important;
}

.cookie-consent .cookie-consent__message a {
  color: #000 !important;
  text-decoration: underline;
}

.cookie-consent .cookie-consent__agree {
  background-color: #000;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 11px;
  font-weight: 600;
  outline: none !important;
  padding: 12px 10px !important;
  text-transform: uppercase;
  width: auto;
}

.cookie-consent .cookie-consent__agree:hover {
  background-color: #fff !important;
  color: #000 !important;
}

body[dir=rtl] .cookie-consent.cookie-consent-minimal {
  right: 1em;
}

body[dir=rtl] .cookie-consent.cookie-consent-minimal .cookie-consent__agree {
  float: none;
}

body[dir=rtl] .cookie-consent .cookie-consent__agree {
  float: left;
}

@media screen and (max-width: 767px) {
  .cookie-consent {
    top: 20%;
  }
  .cookie-consent.cookie-consent-minimal {
    max-width: none;
    margin-right: 1rem;
    padding: 15px 22px 22px 22px !important;
  }
  .cookie-consent .cookie-consent-body {
    text-align: center;
    padding: 0;
  }
  .cookie-consent .cookie-consent-body .cookie-consent__message {
    display: block;
    height: auto !important;
    line-height: 19px !important;
    font-size: 11px;
  }
  .cookie-consent .cookie-consent-body .cookie-consent__agree {
    float: none;
    margin-top: 10px;
    margin-left: 0px;
  }
  body[dir=rtl] .cookie-consent .cookie-consent__agree {
    float: none;
  }
  .btn_cookie_wrap {
    flex-direction: column;
  }
}
