/*Cookie Consent Begin*/

#cookie-consent {
  position: fixed;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: #f8f9fa;
  /* background-image: url("/assets/img/cookies.png"); */
  min-height: 100px;
  /* width: 100%; */
  /* font-size: 0.85em; */
  /* color: #111; */
  line-height: 26px;
  padding: 20px 55px 10px 55px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: 8%;
  right: 8%;
  display: none;
  z-index: 2147483645;
}

#cookie-consent p {
  letter-spacing: auto;
  font-size: 0.85em;
  line-height: 1.5;
  font-family: Montserrat;
  color: #542700;
}

#cookie-consent a {
  color: #326df7;
  transition-duration: 0.3s;
}

#cookie-consent a:hover {
  color: #7af292;
  text-decoration: none !important;
}

#cookie-consent .jbtn {
  font-family: Montserrat;
  background-color: #326df7;
  border: 1px solid #326df7;
  padding: 15px 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  transition-duration: 0.3s;
}

#cookie-consent .jbtn:hover {
  background-color: #7af292;
  border: 1px solid #7af292;
  color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  scale: 1.05;
}

#cookie-consent .consent-content {
  display: grid;
  grid-template-columns: auto auto;
}

#cookie-consent .consent-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px 55px;
}

#cookie-consent strong {
  font-family: "Arista_Pro_Regular";
  font-size: 22px;
}

/* TABLET */

@media (max-width: 990px) {
  #cookie-consent .consent-content {
    grid-template-columns: 1fr;
  }

  #cookie-consent .consent-btn-container {
    padding: 15;
  }

  #cookie-consent .consent-btn-container {
    padding: 15px 0 15px 0;
  }
}
