.cookies-cookup.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cookies-cookup {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}

.cookies-cookup {
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%);
    line-height: 1.6;
    z-index: 9999;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.cookies-cookup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.cookies-cookup-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cookies-cookup-text p {
    font-size: 18px;
    letter-spacing: normal;
}

.cookies-cookup.hide-close .cookies-cookup-button-group {
    padding-right: 0;
}

.cookies-cookup-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
}

a.cookies-cookup-button {
    letter-spacing: normal;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-color: #2D913D;
    color: #fff;
    text-decoration: none;
    clear: both;
    white-space: nowrap;
}

.cookies-cookup-close {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}

.cookies-cookup-button-group a {
    margin-right: 15px;
}

a#cookies-cookup-accept-all {
    background-color: #EC2028 !important;
}

.cookies-cookup-text a {
    color: #2D913D;
}

.cookies-cookup-text a:hover {
    text-decoration: underline;
}

.cookies-cookpopup-bg.active {
    visibility: visible;
    opacity: 1;
}

.cookies-cookpopup-bg {
    backdrop-filter: blur(5px);
}

.cookies-cookpopup-bg {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3) !important;
    z-index: 9999999998;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    cursor: pointer;
}

.cookies-cookpopup-sidebar.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

.cookies-cookpopup-sidebar {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    z-index: 9999999999;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}

.cookies-cookpopup-sidebar.active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

.cookies-cookpopup-sidebar-header {
    position: relative;
    background: #fff;
    z-index: 2;
}

.cookies-cookpopup-sidebar {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    max-width: 400px;
    z-index: 9999999999;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}

.cookies-cookpopup-logo {
    min-height: 60px;
    padding: 12px 15px 12px 20px;
    border-bottom: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cookies-cookpopup-logo img {
    width: 80px;
}

.cookies-cookpopup-sidebar-container p {
    font-size: 18px;
    letter-spacing: normal;
}

.cookies-cookpopup-settings-close {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.cookies-cookpopup-close:before,
.cookies-cookpopup-settings-close:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url('../images/icons8-close.svg') no-repeat 0 0;
    background-size: cover;
}

.cookies-cookpopup-sidebar-container {
    line-height: 1.7;
    position: absolute;
    top: 60px;
    left: 1em;
    right: 0;
    bottom: 4.5em;
    padding-top: 1em;
    padding-right: 1em;
    overflow-y: auto;
}

.cookies-cookpopup-cookie-detail {
    visibility: hidden;
    padding: 20px 15px 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    overflow: auto;
}

.cookies-cookpopup-section.intro {
    margin-top: 3em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

.cookies-cookpopup-section.list {
    margin-top: 1em;
}

.cookies-cookpopup-section {
    padding-bottom: 15px;
}

.cookies-cookpopup-list {
    padding: 0;
    margin: 1em 0 0 0;
}

.cookies-cookpopup-list li:first-child {
    margin-top: 0.5em;
}

.cookies-cookpopup-list li {
    list-style: none;
    margin-top: 1em;
}

.cookies-cookpopup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}

.cookies-cookpopup-action,
.cookies-cookpopup-section em,
.cookies-cookpopup-title {
    font-size: 20px !important;
}

.cookies-cookpopup-action {
    padding-left: 10px;
    padding-top: 5px;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cookies-cookpopup-action.text {
    color: #2D913D;
}

.cookies-cookpopup-switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

.cookies-cookpopup-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookies-cookpopup-switch input:checked+.cookies-cookpopup-slider {
    background-color: rgb(54, 168, 80, 0.3);
    border-color: #003c30;
}

.cookies-cookpopup-switch input:checked+.cookies-cookpopup-slider {
    background-color: rgb(54, 168, 80, 0.2);
    border-color: #2D913D;
}

.cookies-cookpopup-slider.round {
    border-radius: 34px;
}

.cookies-cookpopup-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F1F1;
    border: 1px solid #DDDDDD;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cookies-cookpopup-cookie-link {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    color: #2D913D;
}

.cookies-cookpopup-cookie-link:hover {
    color: #2D913D;
}

.cookies-cookpopup-switch input:checked+.cookies-cookpopup-slider:before {
    background-color: #003c30;
}

.cookies-cookpopup-switch input:checked+.cookies-cookpopup-slider:before {
    background-color: #2D913D;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.cookies-cookpopup-slider.round:before {
    border-radius: 50%;
}

.cookies-cookpopup-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 5px;
    bottom: 4px;
    background-color: #bbb;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cookies-cookpopup-section #pdpa_settings_confirm {
    position: fixed;
    bottom: 1.5em;
}

a#pdpa_settings_confirm {
    font-size: 18px;
    letter-spacing: normal;
}

a.cookies-cookpopup-button,
a.cookies-cookpopup-button,
a.cookies-cookpopup-button:visited {
    background-color: #003c30;
}

/* a.cookies-cookpopup-button:hover,  */
a.cookies-cookpopup-button:visited {
    color: #fff;
    text-decoration: none;
    background-color: #2D913D;
    -webkit-transition: 0.2 all;
    -o-transition: 0.2 all;
    transition: 0.2 all;
}

.cookies-cookpopup-section .cookies-cookpopup-button {
    margin-top: 10px;
}

a.cookies-cookpopup-button {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-color: #36A850;
    color: #fff;
    text-decoration: none;
    clear: both;
    white-space: nowrap;
}

.cookies-cookpopup-sidebar-container p {
    letter-spacing: normal !important;
}

.cookies-logo-alwayson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 1em;
    bottom: 1em;
    right: auto;
    -webkit-box-shadow: 0 0px 3px rgb(0 0 0 / 15%);
    box-shadow: 0 0px 3px rgb(0 0 0 / 15%);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: 1px solid #dadada;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 999999996;
}

.cookies-logo-alwayson:before {
    display: block;
    content: "";
    width: 30px;
    height: 31px;
    background-image: url('../images/cookie.png');
    background-size: cover;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.cookies-logo-alwayson.active {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 860px) {
    .cookies-cookup {
        padding: 1em;
        max-width: 480px;
        margin: auto;
        left: 1em;
        right: 1em;
        bottom: 1em;
        border-radius: 6px;
    }

    .cookies-cookup-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cookies-cookup-button-group {
        margin-top: 12px;
        padding-right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}