
.cookies_label {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #dddddd;
    border-bottom: 2px solid #666666;
    padding: 30px 0;
    z-index: 9999;
}

.cookies_wrapper {
    display: table;
}

.cookies_text,
.cookies_footer {
    display: table-cell;
    vertical-align: middle;
}

.cookies_text {
    padding-right: 20%;
}

    .cookies_text h3 {
        text-transform: uppercase;
        color: #76b82a;
        position: relative;
        width: 100%;
        font-size: 1.6875rem;
    }

