body.with-cookie-bar {
    padding-bottom: 35px;
}

.cookie-bar {
    position: fixed;
    width: 100%;
    bottom:0;
    min-height: 50px;
    display:flex;
    text-align:center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #eee;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 4px;
    line-height: 25px;
}