#cookieConsent {
  background-color:rgb(255, 212, 33, 0.85);
  font-size: 14px;
  color: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #c8386b;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #000;
  color: #ffffff !important;
  display: inline-block;
  border-radius: 0px;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  float: right;
  font-weight: 500;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #ed164b;
}
.cookieContent{

  padding:30px 50px !important;
}
.cookieBtn{

  padding:55px 50px !important;
}
@media screen and (max-width: 500px){
  .cookieContent{

    padding-bottom:0 !important;
  }
  .cookieBtn{

    padding-top:20px !important;
  }

}