/*
    cookies
*/
#cookies {
    position: fixed;
    z-index: 800;
    left: 0; bottom: 0;
    
    width: 100%;
    background-color: #00f11f;
    border: 2px solid #fff;

    padding: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}
#cookies a {
    color: #6c76eb!important;
}
#cookies .button {
    cursor: pointer;
    border: 2px solid #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 0 10px;
    color: #fff!important;
}

@media (min-width: 992px) {
    #cookies {
        padding: 40px;
        font-size: 12px;
        width: 50%;
    }
}