#cookie-bar {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  background-color: #231f20;
  z-index: 10;
  text-align: center;
  padding: 10px 0;
  display: none;
}
@media (max-width: 767px) {
  #cookie-bar {
    border-top: 3px solid #fff;
  }
}
#cookie-bar p {
  font-family: arial;
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #cookie-bar p {
    line-height: 21px;
  }
}
#cookie-bar p strong {
  font-weight: 700;
  font-family: arial !important;
}
#cookie-bar p a {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-bar p a:hover {
  color: #ffffff;
  text-decoration: none;
}
#cookie-bar p .cb-enable {
  background: #7fd321;
  color: #ffffff;
  border-radius: 0;
  padding: 10px;
  margin: 0 20px;
  width: 150px;
  height: 40px;
}
@media (max-width: 767px) {
  #cookie-bar p .cb-enable {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}
#cookie-bar p .cb-enable:hover, #cookie-bar p .cb-enable:focus, #cookie-bar p .cb-enable:active {
  color: #ffffff;
}
#cookie-bar p .cb-disagree {
  color: #ffffff;
  border-radius: 0;
  padding: 10px;
  text-decoration: underline;
  width: 150px;
  height: 40px;
}
@media (max-width: 767px) {
  #cookie-bar p .cb-disagree {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}
#cookie-bar p .cb-disagree:hover, #cookie-bar p .cb-disagree:focus, #cookie-bar p .cb-disagree:active {
  color: #ffffff;
}
