.cookie-consent {
    display: none;
    position: fixed;
    z-index: 9999;
    max-width: 1230px;
    transition: .3s ease-in-out;
    background: #fff;
    bottom: 25px;
    left: 10px;
    right: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #aaa;
    border-radius: 12px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
@media only screen and (min-width: 250px) {
.cookie-consent-text {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 20px;
}
}
@media only screen and (min-width: 768px) {
.cookie-consent-text {
    float: left;
    width: 60%;
}
}
.cookie-consent-text a {
    text-decoration: underline;
}
.cookie-button {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #444;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 0;
    margin-left: 15px;
    cursor: pointer;
}
.cookie-button:hover{
    background-color: #666;
    color: #FFF;
}
.cookie-button-lendo {
    background: #666;
    color: #FFF;
    padding: 0.4rem 0.8rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookie-button-lendo:hover {
    color: #FFF;
    background: #000;
}