.cc-window{
    z-index: 999999;
    border: 2px solid #27bfc1;
    border-radius: 5px;
    margin: 5px;
    max-width: calc(100% - 10px);
    right: 20px;
}
.cc-window.cc-banner{
    padding: 5px 15px !important;
}
.cc-header{
    font-size: 16px;
}
.cc-message{
    font-size: 14px;
}
@media (max-width: 1023.98px) {
    .cc-window.cc-banner {
        flex-direction: column;
        align-items: unset;
    }
}

.qupe_logo_footer{
    float: right;
    color: #888;
    text-decoration: none;
}

.qupe_logo_footer img{
    height:20px;
    margin-right: 5px;
}

@media (max-width: 467px) {
    .qupe_logo_footer{
        float: none;
        margin-left: 24px;
    }
}

.h3_empty{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: robotobold;
    text-transform: uppercase;
}