#cookie-bar {
    background: rgba(0,0,0,0.8);
    height: auto;
    line-height: 1;
    color: #fff;
    text-align: left;
    font-size: 14px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    white-space:initial;
}
#cookie-bar p {
    margin:0;
    margin-top:10px;
    padding:0;
    padding-left:20px;
    padding-right:20px;
    line-height: 1.4;
}
.cookie-link{
    margin:0;
    padding:0;
    display: inline;
    text-decoration: underline !important;
}

#cookie-bar .cb-enable{
    background: #e3000f;
    font-size:16px;
    margin-top: 2px; 
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
    margin-left: 10px;
    padding: 6px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    padding-right: 8px;
}
#cookie-bar .cb-enable:hover{
    background:#e3000f;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
}
#cookie-bar .cb-disable{
    background:#900;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
}
#cookie-bar .cb-disable:hover{
    background:#b00;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
}
#cookie-bar .cb-policy{
    background:#00b4cc;
    font-size:16px;
    margin-top: -3px; 
    font-weight: bold;
    border: 0px;
    border-radius: 0px;
}
#cookie-bar .cb-policy:hover{
    background:#00b4cc;
    border: 0px;
    border-radius: 0px;
    font-weight: bold;
}
@media (max-width: 992px){
    #cookie-bar{
        
        
    }
}


