#cookie-bar {

  background: url(../cbar/cookies-baner45px.png) right center / 45px 45px no-repeat rgba(0,174,129,0.8); /*rgba(0,174,129,0.6); #00ae81 */ 
  height:auto;
  line-height:16px;
  color:#eee;
  text-align:center;
  padding:3px 6px;
  margin:0;
  position: fixed;
  bottom: 8px;
  left:10%;
  width:80%;

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
  z-index:1111;
     }

#cookie-bar.fixed {
 position:fixed;
 bottom:0; 
 top:0;
 left:10%;
 width:80%;
 
 }

#cookie-bar p {margin:0; padding:3px 0 0 0; color:#fff;font-size: 12px; line-height:15px;}
#cookie-bar a {color:#3c3c3c; display:inline-block; border-radius:3px; font-size: 12px; 
text-decoration:none; padding:5px 6px; margin:5px 5px 3px 7px;} /* font-size: 14px; */ 

#cookie-bar .cb-enable {background:#a28550; font-size: 15px; }
#cookie-bar .cb-enable:hover {background:#b59459;}

#cookie-bar .cb-disable {background:#fafafa; font-size: 15px; }
#cookie-bar .cb-disable:hover {background:#e4e4e4;}

#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}