#cookie-consent__bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(50, 50, 58, .9);
    color: #fff;
    padding: 1em;
    text-align: center;
    z-index: 100;
    display: none;
}

.cookie-consent__btn{
    background-color: #00a99d;
    color: #fff;
    font-size: .75em;
    cursor: pointer;
    border-radius: .5em;
    padding: .4em .65em;
    border: none;
}

.cookie-consent__x-btn{
    float: right;
    font-size: 1em;
    background-color: transparent;
    outline: none;
    border: none;
    color: #fff;
}