.cookies-banner {
    background: #333;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000000;

    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;

}

.cookies-banner a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.cookies-banner button {
    text-decoration: none;
    background: #eee;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px 10px;
    margin: 5px 5px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    cursor: pointer;
    border-radius: 3px;
}

.cookies-banner button:hover {
    background: #fff;
    color: #222;
}

.cookies-message{
    width: 79%;
    display: inline-block;
}

.cookies-action{
    padding: 0px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;

}

@media screen and (max-width: 810px) {
.cookies-banner{
    flex-direction: column;
}
    .cookies-action{
        padding-top: 15px;
        width: 100%;

    }

}
