.iveco-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding: 16px 0;
    text-align: center;
}
.iveco-cookies .container {
    padding: 0 15px !important;
}
.iveco-cookies a {
    text-decoration: underline;
    color: #000000;
}
.iveco-cookies-close {
    background: none;
    border: 0;
    padding: 5px;
    font-size: 20px;
    line-height: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.iveco-cookies-ok {
    background: #000000;
    color: #ffffff;
    padding: 4px 10px;
    border: 0;
    cursor: pointer;
    margin-top: 6px;
}
.iveco-cookies-ok:hover,
.iveco-cookies-ok:focus {
    background: #333333;
}
@media (min-width: 768px) {
    .iveco-cookies {
        text-align: left;
    }
    .iveco-cookies .container {
        display: flex;
        align-items: center;
    }
    .iveco-cookies-ok {
        margin-top: 0;
        margin-left: 10px;
    }
}