.cookies-info {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    z-index: 9000;
    padding:5px;
    text-align:center;
}

.cookies-info .button {
    background: #f0662f;
    color: white;
    border:0px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 20px;
    padding: 4px 12px;
    text-decoration:none;
    line-height: 2;
}