.nk-cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 0px;
    display: none;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 0;
    font-size: 12px;
  }
.nk-cookie-banner a {
    color: #fff;
    text-decoration: underline;
}
.nk-cookie-banner .btn-primary {
    background: #ed6b21;
    border: none;
    margin-left: 5px;
}