.cookie-notice {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 60%;
  right: 0;
  margin: auto;
  padding: 20px 0;
  line-height: normal;
}
.cookie-notice .d-flex {
  justify-content: space-between;
}
.cookie-notice .inner_box {
  width: 100%;
  background-color: var(--color-set-one-2);
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
}
.cookie-notice p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0px;
}
.cookie-notice button#accept-cookies {
  background: transparent;
  border: 1px solid var(--color-white);
}
.cookie-notice button#accept-cookies:hover {
  color: var(--color-white);
  background: var(--color-set-one-2) !important;
  border-color: var(--color-set-one-2) !important;
}

.cookie-notice p {
  margin: 0;
}

.cookie-notice button {
  background-color: #f39c12;
  border: none;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 992px) {
  .cookie-notice {
    width: 90%;
  }
  .cookie-notice .d-flex {
    align-items: center !important;
    flex-direction: column;
  }
  .cookie-notice .inner_box p {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .cookie-notice button {
    padding: 5px 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=cookies.css.map */