﻿.cookie-consent
{
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    padding: 10px 40px!important;
    position: fixed;
    right: 0;
    z-index: 999999;
}
.cookie-consent.cookie-consent--visible
{
    display: block;
}
.cookie-consent.cookie-consent-minimal
{
    border-radius: 5px;
    bottom: 1em;
    flex-direction: column;
    left: 1em;
    max-width: 24em;
    padding: 1.2em!important;
    text-align: center;
}
.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: #fff!important;
    text-decoration: underline;
}
.cookie-consent .cookie-consent__agree
{
    background-color: #000;
    border: 1px solid #fff!important;
    border-radius: 0!important;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: 600;
    outline: none!important;
    padding: 5px 10px!important;
    text-transform: uppercase;
    width: auto;
}
.cookie-consent .cookie-consent__agree:hover
{
    background-color: #fff!important;
    color: #000!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;
    }
    .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;
    }
}