#cookie-bar {
    background: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    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;
    color: #b4b4b4;
  }
  #cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px;
  }
  @media (max-width: 767px) {
    #cookie-bar a {
      display: block;
      margin: auto;
      margin: 10px;
    }
  }
  #cookie-bar .cb-enable {
    background: #b3bac4;
  }
  #cookie-bar .cb-enable:hover {
    background: #fff;
    color: #1f2f6a;
  }
  #cookie-bar .cb-disable {
    background: #990000;
  }
  #cookie-bar .cb-disable:hover {
    background: #bb0000;
  }
  #cookie-bar .cb-policy {
    background: #589442;
  }
  #cookie-bar .cb-policy:hover {
    background: #fff;
    color: #1f2f6a;
  }
  #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;
    }
  }