#cookie-bar {
	background-color:var(--main-color); 
	height:auto; color:#fff; 
	text-align:center; 
 	z-index: 99999999 !important; 
	padding:30px;
	 box-sizing: border-box;
	 text-align:left;
 }
 



#cookie-bar.fixed2 {position:fixed; bottom:0; right:0;  max-width:400px;}

#cookie-bar.fixed2.bottom {bottom:0; top:auto;}

#cookie-bar p 
{
	margin:0 auto; 
 
font-size:0.750rem; color:#ffffff;  	
 font-weight:normal;
  letter-spacing:1px; 
  max-width:980px;
  text-align:justify;
 
  }

#cookie-bar a {
	color:#ffffff; display:block; border-radius:3px; text-decoration:none; /*padding:0 6px;*/ margin-left:0px;
	
}

#cookie-bar p a.cb-enable {
	color:#ffffff; 
	font-size:20px;
	position: absolute;
	top:0;
	right:0;
	padding:10px;
	text-decoration:none;
}

#cookie-bar .cb-enable:hover {color:#fff; }

#cookie-bar .cb-disable {background:#990000;}

#cookie-bar .cb-disable:hover {background:#bb0000;}



#cookie-bar span{
	float: left;
	width:95%;
	
}
 #cookie-bar .cb-enable{
 	float: right;
 	padding: 0;
 }
#cookie-bar p a.cb-policy {
	color:#ffffff; 
	display:inline-block;
	padding:10px;
	/*background-color:#6b6b6a;*/
	box-sizing: border-box;
	margin-top: 20px;
	text-align:center;
	border:solid 2px #ffffff;
	margin-right: 10px;
	
	}

#cookie-bar .cb-policy:hover {color:#fff; text-decoration:underline;}

.cookie-paragraph h1{
	font-size: 20px;

}


.cookie .check label{
	font-size: var(--x-small);
}

.cookie-title {
    color: var(--black-color);
       font-size: var(--size-xx-small);
    margin-bottom: 1em;
   }


