#cookie-bar { background: rgba(6,83,182,.8); height:auto; line-height:24px; color: var(--white-color); text-align:center; padding:15px 0; z-index: 999; }
#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; }
#cookie-bar a { color: var(--primary-p-color); display:inline-block; text-decoration:none; text-transform: uppercase; padding:8px 20px; margin-left:10px; }
#cookie-bar .cb-enable { background: var(--white-color); }
#cookie-bar .cb-disable { background: var(--white-color); }
#cookie-bar .cb-policy { background: var(--white-color); }
