/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.cookieConsentContainer {
  z-index: 999;
  width: 430px;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #2a2619;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  border-radius: none;
  border-top: 2px solid #fff9f1;
  text-align: left;
}

@media (min-width: 981px) {
  .cookieConsentContainer {
    border-radius: 5px;
    border: 2px solid #fff9f1;
  }
}

.cookieConsentContainer .cookieTitle {
  font-family: "Pacifico", "serif";
  color: #fff9f1;
  font-size: xx-large;
  line-height: 3.5rem;
  display: block;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", arial, "sans-serif";
  color: #fff9f1;
  font-size: medium;
  line-height: 1.5rem;
  display: block;
  margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
  font-family: "Quicksand", arial, "sans-serif";
  color: #fff9f1;
  text-decoration: underline;
}

.cookieConsentContainer .cookieButtonRow {
  display: flex;
  margin-top: 1rem;
}

.cookieConsentContainer .cookieButton button {
  display: inline-block;
  font-family: "Quicksand", arial, "sans-serif";
  color: #2a2619;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  margin-right: 1rem;
  background: #fff9f1;
  border: 2px solid #fff9f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButton button:hover,
.cookieConsentContainer .cookieButton button:active {
  cursor: pointer;
  background: #706c61;
  border-color: #706c61;
  color: #ffffff;
}

.cookieConsentContainer .cookieButtonReject button {
  display: inline-block;
  font-family: "Montserrat SemiBold", arial, "sans-serif";
  color: #fff9f1;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #fff9f1;
  margin-top: 14px;
  margin-right: 1rem;
  background: #2a2619;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.cookieConsentContainer .cookieButtonReject button:hover,
.cookieConsentContainer .cookieButtonReject button:active {
  cursor: pointer;
  border-color: #706c61;
  color: #706c61;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}
