.cookieinfo {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: 21px;
    z-index: 9999999 !important;
    background: rgb(100, 88, 98);
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    text-align: left;
    opacity: 1;
}
.cookie_position_centered {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie_position_centered .cookieinfo {
    position: static !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 90%;
    height: auto;
    min-height: 21px;
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 15px 18px;
    text-align: left;
    opacity: 1;
    box-sizing: border-box;
}
.cookieinfo span {
    flex: 1;
}
.cookie_buttons {
    order: 1;
    display: flex;
    flex-direction: column;
}
.cookie_position_centered .cookie_buttons {
    flex-direction: row;
}
.cookie_buttons .cookieinfo-close,
.cookie_buttons .cookieinfo-custom {
    width: 100%;
    margin: 3px !important;
    padding: 5px 10px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.cookie_position_centered .cookie_buttons .cookieinfo-close,
.cookie_position_centered .cookie_buttons .cookieinfo-custom {
    width: auto;
}
.popup_cookie_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.popup_cookie_buttons button,
.popup_cookie_buttons button:hover {
    margin: 0 3px;
}
.cookies_outer {
    display: flex;
    margin-bottom: 20px;
}
.cookie_opts {
    width: 170px;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie_texts {
    flex: 1;
    padding: 5px 0 5px 20px;
}
.cookie_item {
    padding: 10px;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie_item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie_item.cookie_selected {
    font-weight: bold;
}
.cookie_text_item {
    display: none;
    padding: 0;
}
.cookie_text_item h2 {
    flex: 1;
    font-weight: bold;
}
.cookie_text_item.cookie_item_show {
    display: block;
}
html body .popup_cookie *:not(.btn) {
    color: #000;
}
.popup_cookie .popup_content {
    padding: 15px 30px 30px 30px ;
}
html .popup_inner .button_full, .popup_inner .button_full .btn {
    display: flex !important;
    justify-content: center;
    border: none;
}
html body .cookie_buttons .cookieinfo-close,
html body .cookie_buttons .cookieinfo-custom,
html body .popup_cookie .popup_inner .btn,
html body .popup_cookie .popup_inner .btn:hover {
    text-transform: none !important;
}
html body .popup_cookie .popup_inner .btn,
html body .popup_cookie .popup_inner .btn:hover {
    height: auto !important;
    line-height: normal !important;
    margin: 0 3px;
}
html body div#footer {
    z-index: 1000000 !important;
    padding: 0 10px !important;
    box-sizing: border-box;
}
div#footer span.popup_close {
    height: auto !important;
    line-height: normal !important;
}

/*
** fix
 */
div#footer span.popup_close {
    float: none !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    margin-left: 0 !important;
    color: #000 !important;
    font-size: 24px !important;
}

/*
** media
 */
@media only screen and (max-width: 600px) {
    .popup_cookie_buttons {
        flex-direction: column;
    }
    html body .popup_cookie .popup_inner .btn,
    html body .popup_cookie .popup_inner .btn:hover {
        margin: 5px 0;
    }
}