.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-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: #fff !important;
    text-decoration: underline
}

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

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

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

@media screen and (max-width:767px) {
    .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
    }
}