.cookie-box {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #2c2c2c;
    width: 100%;
    height: auto;
    z-index: 99999999;
}

.cookie-box form {
    background: #FFFFFF;
    box-shadow: 12px 24px 60px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    width: 100%;
    max-width: 1200px;
    min-height: 64px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    bottom: 20px;
}

.cookie-box .cookie-header {
    display: none;
}

.cookie-box form.active .cookie-header {
    display: flex;
    flex-direction: column;
    padding: 32px 32px 10px;
    width: 100%;
}

.cookie-box form.active .cookie-bottom {
    padding: 0 32px 14px;
}

.cookie-box .name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
}

.cookie-box p {
    margin: 0 0 0;
}

.cookie-box .cookie-header p {
    margin: 0 0 25px;
    max-width: 677px;
}

.cookie-box div.checkbox {
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
}

.cookie-box div.checkbox:last-child {
    border: 0;
}

.cookie-box div.checkbox label {
    display: inline;
    margin-left: 0.5rem;
    color: #A5ACB3;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.cookie-box div.checkbox input[type="checkbox"]:checked {
    background: #BA0C2F !important;
}

.cookie-box div.checkbox input[type="checkbox"] {
    cursor: pointer;
    height: 20px !important;
    width: 39px !important;
    border: 0 !important;
    background: #A5ACB3 !important;
    padding-right: 25px;
    position: relative;
    border-radius: 64px !important;
    top: 0;
    left: 0;
    transition: all 0.5s;
    margin: 0 10px 0 0;
}

.cookie-box div.checkbox span {
    width: 100px;
}

.cookie-box div.checkbox input[type="checkbox"]:checked:before {
    content: none !important;
}

.cookie-box div.checkbox input[type="checkbox"]:after {
    border-radius: 100%;
    content: '';
    display: block;
    height: 16px;
    left: 3px;
    position: relative;
    top: 2px;
    width: 16px;
    background: #FFFFFF;
}

.cookie-box div.checkbox input[type="checkbox"]:checked::after {
    left: 20px;
}

.cookie-box div.checkbox input[type="checkbox"]:checked {
    background: #BA0C2F !important;
}

.cookie-box .cookie-bottom {
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.cookie-box .btn-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.cookie-box .btn {
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    text-transform: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 14px;
    margin-right: 5px;
}

.cookie-box .btn.settings.active:after {
    background: url(/wp-content/themes/twentytwenty-child/assets/images/icon-cookie-active.jpg) no-repeat center center;
}

.cookie-box .btn.btn-bgrey.active {
    background: #CACFD1;
}

.cookie-box .btn.btn-bgrey {
    background: #F2F4F5;
}

.cookie-box .btn.btn-grey:hover {
    color: #000;
}

.cookie-box .btn.btn-grey {
    background: #F2F4F5;
    margin: 0 20px;
}

.cookie-box .btn.btn-grey:hover {
    color: #000;
}

.cookie-box .btn.btn-red {
    color: #BA0C2F;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #fff !important;
    border: 1px solid #BA0C2F !important;
    box-sizing: border-box;
    text-decoration: none !important;
}

.cookie-box .btn.btn-red:hover {
    color: #fff;
    background: #BA0C2F !important;
}

#footer-widgets .cookie-bottom>p>a {
    color: #cd2653 !important;
    text-decoration: underline !important;
}

#footer-widgets .cookie-bottom>p>a:hover {
    color: #cd2653 !important;
    text-decoration: none !important;
}

#footer-widgets .cookie-bottom>p {
    letter-spacing: initial;
}

@media screen and (max-width:940px) {
    
}

@media screen and (max-width:800px) {
    .cookie-box .cookie-bottom {
        padding: 15px 32px;
        flex-direction: column;
    }

    .cookie-box .cookie-bottom p {
        margin: 0 0 15px;
        max-width: 100%;
    }

}

@media screen and (max-width:480px) {
    .cookie-box .btn-box {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .cookie-box form.active .cookie-bottom {
        padding: 0 20px 14px;
    }

    .cookie-box .cookie-bottom {
        padding: 15px 20px;
    }

    .cookie-box form.active .cookie-header {
        padding: 20px 20px 10px;
    }

    .cookie-box .btn,
    .cookie-box .btn.btn-grey {
        margin: 0 10px 10px 0;
    }

    .cookie-box div.checkbox label,
    .cookie-box p,
    .cookie-box div.checkbox,
    .cookie-box .btn {
        font-size: 14px;
    }
}



.cookie-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto
}

.cookie-box .klaro {
    
    width: 100%;
    max-width: 1200px;
    min-height: 64px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    bottom: 20px;
    padding: 0 24px;
}

.cookie-box .cookie-header {
    display: none;
}

.cookie-box .klaro.active .cookie-header {
    display: flex;
    flex-direction: column;
    padding: 32px 32px 15px;
    background: #FFFFFF;
    box-shadow: 12px 24px 60px rgb(0 0 0 / 15%);
    border-radius: 32px;
    width: 100%;
    
}

/*.cookie-box .klaro.active .cookie-bottom{padding:0 32px 14px}*/
.cookie-box .name {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    margin-bottom: 30px;
}

.cookie-box p {
    margin: 0 0 0;
}

.cookie-box .cookie-header p {
    margin: 0 0 25px;
    max-width: 677px;
}

.cookie-box li.checkbox {
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000000;
    border-bottom: 1px solid #E8EBED;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 500;
    list-style: none;
    align-items: center;
    position: relative;
}

.cookie-box li.checkbox:last-child {
    border: 0;
}

.cookie-box li.checkbox label {
    display: inline;
    margin-left: 0.5rem;
    color: #A5ACB3;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.cookie-box li.checkbox input[type="checkbox"]:checked {
    background: #BA0C2F !important;
}

.cookie-box li.checkbox input[type="checkbox"] {
    cursor: pointer;
    height: 20px !important;
    width: 39px !important;
    border: 0 !important;
    background: #A5ACB3 !important;
    padding-right: 25px;
    position: relative;
    border-radius: 64px !important;
    top: 0;
    left: 0;
    transition: all 0.5s;
    margin: 0 10px 0 0;
}

.cookie-box li.checkbox span {
    width: 100px;
}

.cookie-box li.checkbox input[type="checkbox"]:checked:before {
    content: none !important;
}

.cookie-box li.checkbox input[type="checkbox"]:after {
    border-radius: 100%;
    content: '';
    display: block;
    height: 16px;
    left: 3px;
    position: relative;
    top: 2px;
    width: 16px;
    background: #FFFFFF;
}

.cookie-box li.checkbox input[type="checkbox"]:checked::after {
    left: 20px;
}

.cookie-box li.checkbox input[type="checkbox"]:checked {
    background: #BA0C2F !important;
}

.cookie-box .cookie-bottom {
    padding: 24px 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 12px 24px 60px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    margin: 0;
    width: initial;
}

.cookie-box .btn-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.cookie-box .btn {
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 24px;
    text-transform: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
}

/*.cookie-box .btn.settings:after {
    content: 'cookie';
    padding-left: 5px;
    
}*/

.cookie-box .btn.settings.active:after {
    background: url(/wp-content/themes/twentytwenty-child/assets/images/icon-cookie-active.jpg) no-repeat center center;
}

.cookie-box .btn.btn-bgrey.active {
    background: #CACFD1;
}

.cookie-box .btn.btn-bgrey {
    background: #F2F4F5;
    margin-right: 16px;
}

.cookie-box .btn.btn-grey:hover {
    color: #000;
}

.cookie-box .btn.btn-grey {
    background: #F2F4F5;
    margin: 0 20px;
}

.cookie-box .btn.btn-grey:hover {
    color: #000;
}

.cookie-box .btn.btn-red {
    color: #BA0C2F;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    border: 1px solid #BA0C2F;
    box-sizing: border-box;
    text-decoration: none !important;
}

.cookie-box .btn.btn-red:hover {
    color: #fff;
    background: #BA0C2F;
}

@media screen and (max-width:965px) {
    .cm-footer p span br {
        display: none;
    }
}
@media screen and (max-width:1080px) { 
.cookie-box .cookie-bottom br {
        display: none;
    }
    .cookie-box .btn-box {
        margin-left: 24px;
    }
}
@media screen and (max-width:800px) {
    .cookie-box .cookie-bottom {
        padding: 24px;
        flex-direction: column;
        margin: 0;
    }
    .cookie-box .btn-box, .cm-btn.cm-btn-success.btn.btn-red {
        flex-direction: column;
        row-gap: 16px;
        margin: 9px 0 0 0;
        width: 100%;
    }
    .cn-buttons.btn-box, .cm-btn.cm-btn-success.btn.btn-red {
        margin-top: 0;
    }
    .cn-buttons.btn-box {
        width: 100%;
    }

    .cookie-box .btn.btn-bgrey {
        width: 100%;
    text-align: center;
    display: inline-block;
    }
    

    .cookie-box .cookie-bottom p {
        margin: 0 0 15px;
        max-width: 100%
    }
    .cm-footer {
        flex-direction: column;
    }
    .cookie-box .klaro {
        padding: 0 16px;
    }
    .cookie-box .klaro.active .cookie-header {
        padding: 24px;
    }
    .cm-footer p {
        display: none;
    }
    .cookie-box li.checkbox:nth-of-type(3) {
        margin-bottom: 0;
    border: none;
    padding-bottom: 0;
    }
    .cookie-box .btn.btn-bgrey {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .cookie-box .btn-box {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    /*.cookie-box .klaro.active .cookie-bottom{padding:0 20px 14px}*/
    .cookie-box .cookie-bottom {
        
    }

    .cookie-box .klaro.active .cookie-header {
        padding: 20px 20px 10px
    }

    .cookie-box .btn,
    .cookie-box .btn.btn-grey {
        
    }

    .cookie-box li.checkbox label,
    .cookie-box p,
    .cookie-box li.checkbox,
    .cookie-box .btn {
        font-size: 14px
    }
}

.cookie-notice {
    width: 100%;
}

.cm-btn-success {
    border: none !important;
}

.klaro.active .hide {
    background-color: inherit;
    background: url(../../cookie-images/close.png) no-repeat center !important;
    padding: 14px;
    position: absolute;
    right: 50px;
}

.klaro.active .hide svg,
.cm-toggle-all,
.cm-powered-by,
.cm-services {
    display: none !important;
}

.cm-list-title {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-right: 15px;
}

.purpose-item-description {
    flex: 1 100%;
    text-align: left;
    margin-top: 20px;
}

.cm-footer p,
.cm-list-description {
    margin-bottom: 0 !important;
}

.cm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}


.cn-body.cookie-bottom a, .cm-btn.cm-btn-danger.cn-decline.btn.btn-grey, .cm-btn.cm-btn-success.cm-btn-accept-all.btn.btn-red, .cm-footer a {
    display: none;
}
.cn-ok.btn-box {
    flex-shrink: 0;
}