#drowCookie.hidden {
    height: 0px !important;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.tx-drow-cookie {
    position: sticky;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: #525556;
    color: #fff;
    z-index: 10;
}

.tx-drow-cookie a, .tx-drow-cookie a:link, .tx-drow-cookie a:visited {
    color: #fff;
    text-decoration: underline;
}

.cookieWrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.cookieBody a {
    color: #fff;
    text-decoration: underline;
}

.cookieBody a:hover {
    color: #fff;
    text-decoration: underline;
}

.cookieBody:after {
    content: '';
    clear: both;
    display: block;
}

.cookieActions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.cookieActions .btn {
    padding: 5px 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
}

.cookieActions .btn:hover {
    color: #fff;
}

.cookieActions .btn.full {}

.cookieCheck {
    display: flex;
    transition: padding 0.15s 0s !important;
}

.cookieCheck label {
    padding: 0 5px;
    white-space: nowrap;
}

.cookieButton {
    text-align: end;
}

.cookieButton.right {
    float: right
}

#cookiedetails th {
    font-weight: bold;
    padding: 5px 10px;
}

#cookiedetails td {
    padding: 5px 10px;
}

#cookiedetails tbody tr:nth-child(2n+1) {
    background: #E4EDF4;
}

#cookie--settings-close {
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
}

.tx-drow-cookie.settings {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #52555680;
}

.tx-drow-cookie.settings .cookieWrapper {
    padding-top: 30px;
    max-width: 800px;
    background: #525556;
}

.tx-drow-cookie.settings .cookieBody>.cookieText,
.tx-drow-cookie.settings .cookieBody>.cookieActions {
    display: none;
}

.cookieSettings--wrap {
    display: none;
}

.cookieSettings,
.cookieSettings a.btn, .cookieSettings .btn {
    font-size: 1rem;
}

.cookieSettings a.btn, .cookieSettings .btn {
    padding: 10px;
}

.tx-drow-cookie.settings .cookieSettings--wrap {
    display: block;
}

.cookieSettings .cookieCheck {
    flex-flow: column;
    padding-top: 10px;
}

.cookieSettings .cookieCheck label {
    margin: 5px 0;
}

@media (max-width: 1420px) {
    .cookieBody {
        margin-right: 120px;
    }
}

@media (max-width: 648px) {
    .cookieBody {
        margin-right: 0;
    }
}

@media (max-width: 460px) {
    .cookieCheck {
        flex-flow: column;
        padding-left: 0;
    }

    .overlayed .cookieCheck {
        padding-left: 80px;
    }

    .cookieActions .btn {
        margin-bottom: 5px;
    }
}
