.eu-cookie-bar-notification {
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: #fff;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    font-style: normal;
    font-variant: normal;
    list-style: disc;
    outline-width: medium;
    perspective-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    position: fixed;
    overflow: hidden;
    filter: Alpha(opacity=100);
    z-index: 999;
    color: #000;
    padding:30px 0;
    font-size: 8pt;
    box-shadow: 0 3px 20px rgb(0 0 0 / 10%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 0;
    line-height: 1.231;
    text-align: left;
    text-rendering: geometricPrecision;
    border-top: none;

}


.eu-cookie-bar-notification .content{
    margin:auto;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding:0 20px;
    color:#ffffff;
    max-width: 1310px;
}
.eu-cookie-bar-notification .title{
    font-size:18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px 0;
}
.eu-cookie-bar-notification .text {
    font-size:13px;
    max-width:540px;
    color: #000;

}


.eu-cookie-bar-notification .buttons-more {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}

@media(max-width: 767px)
{
    .eu-cookie-bar-notification .text{
        max-width: 100%;
    }


}
.eu-cookie-bar-notification .buttons-more,
.eu-cookie-bar-notification .text-wrapper{
    -ms-flex-preferred-size:49%;
    flex-basis:49%;
}

.eu-cookie-bar-notification a{
    margin-right: 40px;
    background: #f9f9f9;
    border:none;
    font-size: 14px;
}

.eu-cookie-bar-notification .buttons-more button{
    font-size: 14px;
    background: #af2f62;
    border-color: #af2f62;
}

@media (max-width:767px) {
    .eu-cookie-bar-notification .buttons-more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .eu-cookie-bar-notification .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .eu-cookie-bar-notification .buttons-more, .eu-cookie-bar-notification .text-wrapper {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .eu-cookie-bar-notification .buttons-more{

        margin-top: 20px;
        width: 250px;
        margin:0 auto;
    }

    .eu-cookie-bar-notification .buttons-more {
        margin-top: 15px;
    }

    .eu-cookie-bar-notification a, .eu-cookie-bar-notification button {
        font-size: 13px;
        margin-right: 0;
    }

    .accept_ok, .learn-more{
        width: 100%;
    }

    .accept_ok{
        margin-top: 20px;
    }

    .eu-cookie-bar-notification .text{
        font-size: 12px;
        text-align: center;
    }


}

@media (max-width: 480px) {


    .eu-cookie-bar-notification button {
        margin: 10px auto 0;
    }

    .eu-cookie-bar-notification {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .eu-cookie-bar-notification .title {
        margin-bottom: 10px;
    }

    .eu-cookie-bar-notification .buttons-more{
        width: 100%;
    }

}

@media (max-width:1000px) {
    .eu-cookie-bar-notification {
        height: auto;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .eu-cookie-bar-notification .title {
        font-size: 22px;
    }

    .eu-cookie-bar-notification .text{
        font-size: 12px;
    }


    .eu-cookie-bar-notification .btn{
            font-size: 12px;margin-right: 12px;
    }

}


@media (max-width: 767px) {
    .eu-cookie-bar-notification .title{
        font-size: 24px;
        text-align: center;
    }
    .eu-cookie-bar-notification .btn{
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .eu-cookie-bar-notification .title{
        font-size: 18px;
    }
}