.cookie-acception {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    padding: 30px 0;
    background: rgba(69, 68, 64, 0.9);
    color: #fff;
    z-index: 999;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.09);
    transform: translateY(100%);
    transition: transform .4s ease;
}

.cookie-acception-logo-bottom,
.cookie-acception .cookie-acception-strapline {
    display: none;
}

.cookie-acception-text {
    margin-right: 24px;
    color: #fff;
    flex-grow: 1;
}

.cookie-acception-text p {
    margin-top: 0;
    color: #fff !important;
}

.cookie-acception-text p:last-child {
    margin-bottom: 0;
}

.cookie-acception-buttons {
    min-width: 230px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 480px) {
    .cookie-acception-buttons {
        margin-top: 48px !important;
        justify-content: center;
    }
}

@media only screen and (max-width: 330px) {
    .cookie-acception-buttons>div,
    .cookie-acception-buttons .cookie-accept-button {
        width: 100%;
        text-align: center;
    }
}