#cookies_alert {
  display: none;
}
#cookies_alert {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 998;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#cookies_alert .cookies_container {
  padding: 3px 0;
  position: relative;
  background-color: #000;
  opacity: 0.75;
  max-width: 1142px;
  margin: 0 auto;
}
#cookies_alert .cookies_text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
#cookies_alert .cookies_text a {
  color: #ea504e;
}
#cookies_alert .cookies_text a:hover {
  color: #069;
  text-decoration: none !important;
}
.hide-btn {
  font-weight: 900;
  background-color: #7ac143;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  padding: 0 7px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  display: none;
}
.hide-btn:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 649px) {
  #cookies_alert .cookies_text {
    line-height: 19px;
    margin: 0;
  }
  #cookies_alert {
    bottom: 0;
  }
}
