.gdc-container {
    position: fixed;
    min-height: 100px;
    width: 100%;
    bottom: 0;
    background-color: rgba(229, 229, 229, 0.94);
    padding: 12px;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,.25);
}

.gdc-title {
    font-size: 19px;
    font-weight: 700;
}

.gdc-description {
    padding: 12px;
    font-size: 14px;
}

.gdc-content {
    max-width: 50%;
    margin: auto;
}

.gdc-button {
    color: whitesmoke;
    background-color: #0C67B6;
    padding: 8px 12px;
    margin: 4px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 22px;
    cursor: pointer;
}

.gdc-options {
    margin: 8px;
    border: solid 1px #b8b8b8;
    padding: 5px;
    text-align: center;
}

.gds-checkbox {
    padding: 12px !important;
    margin: 12px 5px 12px 12px!important;
    position: relative;
    top: 2px;
}

.gds-checkbox-label {
    font-size: 14px;
    display: inline-block;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 991px) {
    .gdc-content {
        max-width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .gdc-content {
        max-width: 100%;
    }

    .gdc-button {
        position: relative;
        bottom: auto;
        right: auto;
        width: 200px;
        margin: 0 auto 5px auto;
    }

    .gdc-title {
        font-size: 18px;
    }

    .gdc-description {
        font-size: 14px;
        padding: 10px 0 3px 0;
    }

    .gds-checkbox-label {
        font-size: 14px;
    }

    .gdc-options {
        padding: 0;
        margin: 8px 0;
    }
}

@media screen and (max-width: 479px) {
    .gdc-button {
        max-width: 100%;
    }

    .gds-checkbox {
        padding: 6px !important;
        margin: 6px 0 6px 2px!important;
        position: relative;
        top: 1px;
    }

    .gds-checkbox-label {
        margin: 0 10px 0 5px;
    }
}

@media screen and (max-width: 320px) {
    .gdc-options {
        margin: 10px 0;
    }

    .gds-checkbox-label {
        margin: 0 5px 0 0px;
    }
}

.gdc-cookieSettings {
    position: fixed;
    bottom: 17px;
    left: 20px;
    width: 45px;
    height: 45px;
    z-index: 10000;
    cursor: pointer;
    background: url(../svg/cookies.svg) 50% 50% no-repeat;
}
