#cookieConsent {
  background-color: rgba(20,20,20,0.9);
  font-size: 14px;
  color: #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7;
  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: #fdc82f;
  color: #000 !important;
  display: inline-block;
  border-radius: 0px;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  float: right;
  font-weight: 600;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #E0C91F;
}
.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;
  }

}