@media screen and (max-width: 500px) {
    #cconsent-bar{
        min-height: 290px;
        opacity: 97%;
    }

    .ccb__wrapper{
        z-index: 4;
        padding: 0 3%
    }
}
@media screen and (min-width: 501px) {
    #cconsent-bar{
        min-height: 250px;
        opacity: 97%;
    }

    .ccb__wrapper{
        z-index: 4;
        padding: 0 5%
    }
}


.ccb__left{
    margin: 0 0 15px !important;
}
.ccb__button .ccb__edit{
    font-size: 14px;
    border: none;
    padding: 9px 10px;
    color: #fff;
    border: 1px #df8c07 solid !important;
    text-decoration: auto !important;
}

.ccb__button .ccb__edit:hover{
    background-color: #898989c9;
}
