.cookie-consent {
    background-color: #000!important;
    bottom: 0;
    color: #fff!important;
    left: 0;
    padding: 10px 40px!important;
    position: fixed;
    right: 0;
    z-index: 999999
}

.cookie-consent.cookie-consent-minimal {
    border-radius: 5px;
    bottom: 1em;
    flex-direction: column;
    left: 44%;
    max-width: 24em;
    padding: 1.2em!important;
    background: #ffffff !important;
    text-align: center;
    border-radius: 25px;
    color: black !important;
    border: 1px solid #cacaca;
}

.cookie-consent.cookie-consent-minimal .cookie-consent__message {
    display: block;
    height: auto!important;
    line-height: 26px!important;
    text-align: left
}

.cookie-consent.cookie-consent-minimal .cookie-consent__agree {
    float: none;
    margin-top: 5px
}

.cookie-consent .cookie-consent-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px
}

.cookie-consent .cookie-consent__message {
    height: 32px!important;
    line-height: 32px!important
}

.cookie-consent .cookie-consent__message a {
    color: #3f73eb!important;
    text-decoration: underline
}

.cookie-consent .cookie-consent__agree {
    background: #24b9e9!important;
    border: 1px solid #fff!important;
    border-radius: 25px !important;
    color: #fff!important;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: 600;
    outline: none!important;
    padding: 5px 10px!important;
    text-transform: uppercase
}

.cookie-consent .cookie-consent__agree:hover {
    background: #000!important;
    color: #ededed!important;
}

body[dir=rtl] .cookie-consent.cookie-consent-minimal {
    right: 1em
}

body[dir=rtl] .cookie-consent.cookie-consent-minimal .cookie-consent__agree {
    float: none
}

body[dir=rtl] .cookie-consent .cookie-consent__agree {
    float: left
}

@media screen and (max-width: 767px) {
    .cookie-consent.cookie-consent-minimal {
        max-width:none;
        right: 1em;
        left: 5%;
        bottom: 50%;
    }

    .cookie-consent .cookie-consent-body {
        text-align: center
    }

    .cookie-consent .cookie-consent-body .cookie-consent__message {
        display: block;
        height: auto!important;
        line-height: 25px!important
    }

    .cookie-consent .cookie-consent-body .cookie-consent__agree {
        float: none;
        margin-top: 5px
    }

    body[dir=rtl] .cookie-consent .cookie-consent__agree {
        float: none
    }
}
