#cookie-bar {
    background:#ffffff; 
    height:auto; 
    line-height:24px; 
    color:#eeeeee; 
    text-align:center; 
    padding:3px 0;
}
#cookie-bar.fixed{ 
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0px);
    max-width: 1120px;
    width:80%;
}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {font-family: 'dunbar-text';margin:0; padding:0px;color:#10124d;}
#cookie-bar a {color:#10124d; display:inline-block; text-decoration:underline; }
#cookie-bar .cb-enable {
    position: absolute;
    bottom: -24px;
    background: #10124d;
    color: #ffffff;
    text-decoration:none;
    padding:0 6px; 
    font-family: 'dunbar-text';
    left: 50%;
    transform: translate(-56%, 0 );
}
#cookie-bar .cb-enable:hover {font-family: 'dunbar-text';background: #10124d;color: #ffffff;text-decoration:none;}
#cookie-bar .cb-disable {font-family: 'dunbar-text';background: #10124d;color: #ffffff;text-decoration:none;}
#cookie-bar .cb-disable:hover {font-family: 'dunbar-text';background: #10124d;color: #ffffff;text-decoration:none;}
#cookie-bar .cb-policy {font-family: 'dunbar-text';background: #10124d;color: #ffffff;text-decoration:none;}
#cookie-bar .cb-policy:hover {font-family: 'dunbar-text';background: #10124d;color: #ffffff;text-decoration:none;}


 
#cookie-bar {font-size:18px; line-height:24px;}
 
@media screen and (max-width: 780px) {
    #cookie-bar p {font-family: 'dunbar-text';margin:0; padding:0px;color:#10124d;font-size:12px;}
    #cookie-bar .cb-enable {
        padding: 10px;
        font-size: 16px;
        bottom: -44px;
    }
    #cookie-bar .cb-enable::selection{
        background:transparent;
    }
}