#cookie-bar {
    background: #111111;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    padding: 3px 0;
    font-size: 10px;
}

#cookie-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.8em;
    box-shadow: 0px 15px 20px 10px rgba(0, 0, 0, 0.3);
    padding: 17px 0;
    color: #27292a;
    background-color: #85dff9e6;
    text-align: left;
    z-index: 9999;
}

div#fixedsection {
    z-index: 9990;
}

#cookie-bar .msg {
    display: inline-block;
    width: 78%;
    padding-left: 20px;
}

#cookie-bar .pbtn {
    display: inline-block;
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #000000;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 6px;
    margin-left: 2px;
    text-decoration: underline !important;
    font-weight: bold;
}

#cookie-bar .cb-enable {
    background: #000;
    text-decoration: none !important;
    display: inline-block;
    margin-left: 10px;
    padding: 2px 15px 7px;
    margin-top: 1px;
    color: #eeeeee;
}

#cookie-bar .cb-enable:hover {
    background: #229922;
    background: #fff;
    color: #00a2c5;
}

#cookie-bar .cb-disable {
    background: #bb0000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {}

#cookie-bar .cb-policy:hover {
    background: #444444;
}

#cookie-bar .cb-policy2 {
    padding: 5px 6px !important;
}

#cookie-bar .cb-policy2:hover {
    background: #444444;
    color: #fff;
    text-decoration: none !important;
}

#cookie-bar .cb-policy:hover {
    background: #444444;
    color: #fff;
    text-decoration: none !important;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    #cookie-bar .msg {
        width: 55%;
        margin-right: 20px;
    }
    #cookie-bar .pbtn {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    #cookie-bar .msg {
        width: 46%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    #cookie-bar .msg {
        width: 50%;
        margin-right: 20px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    #cookie-bar .msg {
        width: 65%;
        margin-right: 10px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    #cookie-bar .msg {
        width: 72%;
        margin-right: 20px;
    }

    .locale_pl-pl #cookie-bar .msg,.locale_ru-ru #cookie-bar .msg {
        width: 62%;
    }

    .locale_la-es #cookie-bar .msg,.locale_es-es #cookie-bar .msg {
        width: 62%;
    }

    .locale_fr-fr #cookie-bar .msg{
        width: 69%;
    }
}

@media only screen and (min-width: 1920px) {
    #cookie-bar .msg {
        width: 75%;
        padding-left: 40px;
    }

    .locale_la-pt #cookie-bar .msg,.locale_pt-pt #cookie-bar .msg {
        width: 62%;
    }

    #cookie-bar.fixed {
        font-size: 0.9em;
    }
}

