#cookieConsent {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  min-height: 26px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding: 20px;
  font-family: Helvetica, sans-serif!important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsentContent {
  margin: 0 auto;
  max-width: 1240px;
}
#cookieConsentText {
  display: inline-block;
  width: 65%;
}
#cookieConsent a {
  color: #e3a649;
  text-decoration: none;
  transition: all .3s ease;
}
#cookieConsentOK {
  background-color: #000;
  color: #fff!important;
  display: inline-block;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  float: right;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: normal!important;
  transition: all .3s ease;
}
#cookieConsentSettings {
  color: #000!important;
  text-decoration: underline!important;
  display: inline-block;
  padding: 0px 20px;
  transform: translateY(-30px);
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  line-height: normal!important;
  transition: all .3s ease;
}
#cookieConsent a:hover,
#cookieConsentOK:hover
#cookieConsentSettings:hover,
#cookieConsentModalOK:hover {
  opacity: .7;
}


/* The Modal (background) */
#cookieConsentModal {
  font-family: Helvetica, sans-serif!important;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 99999;
}

/* Modal Content/Box */
#cookieConsentModalContent {
  background-color: #fefefe;
  margin: 50px auto; /* 15% from the top and centered */
  padding: 30px;
  padding-bottom: 70px;
  border-radius: 3px;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 940px;
  font-size: 14px;
}

#cookieConsentModalContent h2 {
  text-align: center;
  font-size: 28px;
}

.cookie-data {
  background: #eee;
  padding: 20px;
  padding-top: 5px;
  margin-top: 20px;
  border-radius: 3px;
}

#cookieConsentModalOK {
  background-color: #000;
  color: #fff!important;
  display: inline-block;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
  float: right;
  margin-top: 15px;
  text-transform: uppercase;
  line-height: normal!important;
  transition: all .3s ease;
  font-size: 14px;
}

/* The Close Button */
#cookieConsentModalClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#cookieConsentModalClose:hover,
#cookieConsentModalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
#cookieConsentSettings {
display: inline-block;
padding: 0px 0px;
margin-top: 30px;
float: none;
}
#cookieConsentOK {
  display: inline-block;
  padding: 10px 20px;
  float: none;
  margin: 30px 0 10px 0;
}
}