#cookiePolicyHolder a.close{
    display: block;
    position: fixed;
    right: 12px;
    bottom: 11px;
    width: 12px;
    height: 12px;
    background: url("close.png") center center no-repeat;
    background-size: cover;
    z-index: 10000;
}

.cc-revoke, .cc-window {
    font-size: 14px !important;
    display: inline-block;
    text-align: center;
    font-family: GilroyRegular,arial,sans-serif;

}

.cc-banner .cc-message {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
}

.cc-compliance {
    display: inline-block;
    padding-bottom: 5px;
}

.cc-window.cc-banner {
    padding: 5px 40px;
}

.cc-floating.cc-theme-classic {
    padding: 10px 15px;
    border-radius: 0px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 80px;
    padding: 0 30px;
    border-radius: 6px;
}

.cc-window.cc-floating {
    max-width: 100%;
    width: 100%;
}

.cc-bottom {
    bottom: 0;
}
