/*Cookie Consent Begin*/

#cookie-consent {
  position: fixed;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.9); */
  background-color: #f8f8f8;
  /* 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: 1em;
  line-height: 1.5;
  color: #454b54;
}

#cookie-consent a {
  color: #5ca942;
}

#cookie-consent a:hover {
  color: #5ca942;
  text-decoration: underline !important;
}

#cookie-consent .jbtn {
  width: auto;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  background: #5ca942;
  border: #5ca942 2px solid;
  padding: 7px 28px 7px 28px;
  border-radius: 50px;

  margin-right: 30px;
  transition-duration: 0.3s;
}

#cookie-consent .jbtn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  scale: 1.05;
  background-color: #5ca942;
  border: 1px solid #5ca942;
  transition-duration: 0.3s;
}

#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: "Bebas Neue", cursive; */
  font-size: 22px;
  /* font-weight: 600; */
}

/* 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;
  }
}
