#close_cookie {
  display: none;
}
/*#close_cookie:checked + #cookie_consent_popup{display:none;}	*/

#cookie_consent_popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 90%;
  height: 280px;
  background-color: #fbb63e;
  padding: 20px;
  z-index: 2;
}

#cookie_consent_popup h1 {
  font-size: 1.2em;
}

#cookie_consent_popup h1:before {
  content: "";
  padding: 0;
}

#cookie_consent_popup p,
ol {
  font-size: 0.7em;
}

#cookie_consent_popup #close_cookie_box {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 1.3em;
}
#cookie_consent_popup #ok_cookie_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 1.6em;
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  background-color: darkorange;
}

#cookie_consent_popup #ok_cookie_box_2 {
  position: absolute;
  bottom: 20px;
  right: 200px;
  cursor: pointer;
  font-size: 1.6em;
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  background-color: darkorange;
}
