#gdpr-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    box-sizing: border-box;
    left: 0;
    top: 0;
    background: rgba(var(--header-bg-color1), 1);
    z-index: 1030;
    overflow: auto;
}

@media screen and (max-width:768px) {
    #gdpr-popup {
        margin-bottom: 100px
    }
}

@media screen and (max-width:600px) {
    #gdpr-popup {
        margin-bottom: 400px
    }
}

.cookie-optinout-button.btn {
    position: fixed;
    z-index: 1000;
}

.cookie-optinout-button {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    padding: 5px 20px 5px 20px;
    color: rgba(var(--base-btn-text),1);
    background: rgba(var(--base-btn-bg-color1),1);
    border-bottom: 1px #ccc dotted;
    cursor: pointer
}

.cookie-popup {
    position: relative;
    top: 0px;
    z-index: 2000;
    width: 100%;
    max-width: 750px;
    margin: 100px auto;
    height: auto;
    border-radius: 5px;
    border: 1px #ccc solid;
    box-shadow: 5px 5px 5px grey;
    box-sizing: border-box;
    background: #fff
}

    .cookie-popup .cookie-popup-frame {
        display: block;
        line-height: 20px;
        margin: 10px 0;
        clear: both;
        box-sizing: border-box;
        padding: 25px 30px 30px 30px;
        position: relative
    }

        .cookie-popup .cookie-popup-frame .gdpr-title {
            font-size: 25px;
            clear: both;
            margin-bottom: 15px
        }

    .cookie-popup .popup-buttons {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 25px 30px 0 30px;
        background: #e5e5e5
    }

        .cookie-popup .popup-buttons .option {
            display: table;
            clear: both;
            margin: 10px 0 0 0;
            border-bottom: 1px #c9c9c9 solid;
            padding-bottom: 10px
        }

            .cookie-popup .popup-buttons .option:last-child {
                border: 0
            }

            .cookie-popup .popup-buttons .option .btn {
                margin: 0 5px 5px 0;
                padding: 7px 12px 8px 5px;
                border-radius: 1px;
                line-height: 20px;
                text-decoration: none;
                display: table-cell;
                min-height: 20px;
                text-align: center;
                width: 180px;
                word-wrap: break-word;
                min-width: 80px;
                margin: 0 auto
            }

                .cookie-popup .popup-buttons .option .btn:hover {
                }

                .cookie-popup .popup-buttons .option .btn.active {
                }

                    .cookie-popup .popup-buttons .option .btn.active:hover {
                    }

            .cookie-popup .popup-buttons .option .option-text {
                display: table-cell;
                width: 580px;
                text-align: left;
                padding-left: 20px
            }

            .cookie-popup .popup-buttons .option.active .btn {
            }

                .cookie-popup .popup-buttons .option.active .btn:hover {
                }

    .cookie-popup .close {
        width: 32px;
        height: 32px;
        position: absolute;
        margin-right: 0;
        right: 20px;
        top: 10px;
        cursor: pointer
    }

    .cookie-popup .privacy {
        clear: both;
        display: block;
        padding: 20px 0 20px 0;
        text-align: left
    }

        .cookie-popup .privacy a {
            color: #000;
            text-decoration: none
        }

.cookie-bar {
    position: fixed;
    z-index: 1020;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    padding: 10px 10px 5px 10px;
    color: #fff;
    background: rgba(var(--header-bg-color1), 1);
    box-sizing: border-box;
    -webkit-box-shadow: 0px -3px 25px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -3px 25px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -3px 25px rgba(50, 50, 50, 0.75);
}

.cookie-bar * {
    box-sizing: border-box
}

.cookie-bar .cookie-bar-text {
    float: left;
    width: 60%
}

.cookie-bar .cookie-bar-buttons {
    float: right;
    width: 40%
}

.cookie-bar .cookie-bar-settings {
    background: rgba(var(--c1-btn-bg-color1), 1);
    width: 250px;
    float: right;
    color: rgba(var(--c1-btn-text),1);
    text-align: center;
    padding: 5px;
    cursor: pointer;
    margin: 5px 0 0 10px
}

    .cookie-bar .cookie-bar-settings:hover {
        background: rgba(var(--c1-btn-bg-hover-color1),1);
        color: rgb(var(--c1-btn-text-hover));
    }

.cookie-bar .cookie-bar-options {
    display: inline-block;
    float: right
}

.cookie-bar .btn {
    width: 180px;
    float: right;
    margin-left: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    background-color: rgba(var(--base-btn-bg-color1), 1);
    color: rgba(var(--base-btn-text), 1);
    border: 0px;
}

.cookie-bar .btn:hover {
    background-color: rgba(var(--base-btn-bg-hover-color1), 1);
    color: rgba(var(--base-btn-text-hover), 1)
}

@media screen and (max-width:768px) {
    .cookie-bar .btn, .cookie-bar .cookie-bar-settings, .cookie-bar .cookie-bar-text .cookie-bar-buttons {
        clear: both;
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
        width: auto
    }
}
