#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}

#cookie-bar .cb-enable {
  background: #32a067;
}

#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #0054a6;
}

#cookie-bar .cb-disable {
  background: #900;
}

#cookie-bar .cb-disable:hover {
  background: #b00;
}

#cookie-bar .cb-policy {
  background: var(--color-template);
}

#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #0054a6;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  #cookie-bar {
    padding: 5px 0;
  }
}
