﻿.cookies-eu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}

.cookies-eu {
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 40px;
    background: #faa51a;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    z-index: 1050;
    text-align: center;
    color: #fff;
}

    .cookies-eu .cookies-eu-content-holder {
        display: inline-block;
        padding: 0 20px;
        line-height: 26px;
    }

    .cookies-eu .cookies-eu-button-holder {
        display: inline-block;
        padding-right: 20px;
    }

        .cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
            background-color: #014086;
            background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
            border: 1px solid #3079ed;
            border-radius: 2px;
            color: #fff;
            /*cursor: default;*/
            display: inline-block;
            font-size: 11px;
            font-weight: bold;
            height: 24px;
            line-height: 20px;
            margin-right: 0px;
            min-width: 26px;
            outline: 0;
            padding: 0 11px;
            text-align: center;
            white-space: nowrap;
            margin: 0 5px;
        }

@media (max-width: 767px) {
    .cookies-eu {
        position: static;
        font-size: 12px;
        line-height: 20px;
    }

        .cookies-eu .cookies-eu-content-holder {
            line-height: 16px;
            padding: 5px 20px;
        }

        .cookies-eu .cookies-eu-button-holder {
            padding-bottom: 5px;
        }
}
