.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    background-color: #383532;
    text-align: center;
    padding: 16px;
}
.cookie-consent-text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-right: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cookie-button {
    display: inline-block;
    background-color: #FFF;
    padding: 13px 24px 11px;
    color: #30302F;
    line-height: 24px;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.cookie-button:hover{
    background-color: #30302F;
    color: #ffffff;
}