#cookie-consent{
  width: 500px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  border-top-left-radius: 5px;
  box-shadow: 0 0 30px #0000001c;
  font-size: .9em;
  position: fixed;
  background: white;
  padding: 3rem 2rem 2rem 3rem;
}
#cookie-consent > div a{text-decoration: underline;color: black;}
#cookie-consent > div{margin-bottom: 1rem;}

#cookie-consent a.cookie-consent{
  background: #333333;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 2rem;
  line-height: 1.1;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-decoration: none !important;
  color: #fff !important;
}
#cookie-consent a.cookie-consent:hover{background-color: #000;}

#cookie-consent-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000061;
  z-index: 9998;
}

@media only screen and (max-width: 991px) {
  #cookie-consent{
    width: 100%;
    border-radius: 0;
    font-size: .85em;
  }

}
