#cookie-bar {
    background: #fff;
    height: auto;
    line-height: 24px;
    color: #007cc3;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #007cc3;
    /* border-bottom: 1px solid #434e4e; */
    z-index: 99999 !important;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
    font-size: 80%;
    color: #007cc3;
    font-weight: bold;
}

#cookie-bar a {
    color: #007cc3;
    display: inline-block;
    border-radius: 0px;
    text-decoration: none;
    padding: 2px 20px;
    margin-left: 8px;
    font-size: 16px;
    font-weight: normal;
}

#cookie-bar .button::before {
    content: '';
    display: inline-block;
    background-size: contain;
    /* height: 11px;
    width: 11px;*/
    background-repeat: no-repeat;
}

#cookie-bar .cb-enable {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #007cc3;
}

#cookie-bar .cb-enable:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid white;
}

#cookie-bar .cb-disable {
    background: #fff;
}

#cookie-bar .cb-disable:hover {
    background: #007cc3;
}

#cookie-bar .cb-policy {
    background: #fff none repeat scroll 0 0;
    border: 1px solid white;
}

#cookie-bar .cb-policy:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid #007cc3;
}