body .cookieinfo {
    align-items: center;
}
body .cookieinfo-close,
body .cookieinfo-close:hover,
body .cookieinfo-custom,
body .cookieinfo-custom:hover {
    background-color: rgb(241, 214, 0) !important;
    color: #000 !important;
    border: none !important;
    font-size: 14px !important;
    border-radius: 0;
}
body .cookieinfo-close {
    order: 2;
}
html body .popup_cookie_buttons button.btn {
    border-radius: 0 !important;
}
html body .disabled_checked .label-text {
    opacity: 0.5;
}
html body .disabled_checked,
html body .disabled_checked * {
    cursor: default;
}
html body .popup_cookie * {
    color: #000 !important;
}
html body .popup_cookie .btn,
html body #footer .popup_cookie .btn {
    background-color: #44749d !important;
    color: #fff !important;
    padding: 10px;
    font-size: 13px;
}
html body #footer .cookieinfo span {
    height: auto !important;
    line-height: normal !important;
    color: #fff !important;
    font-size: 13px !important;
}
html body #footer span.popup_close {
    color: #000 !important;
    font-size: 24px;
}
html body #footer .popup_cookie span.label-text {
    float: none;
    display: inline;
    height: auto;
    line-height: normal;
    margin: 0;
    font-size: 13px;
}
