#cookie-bar {
background: #ffffff;
height: 25px;
color: #383838;
text-align: center;
padding: 5px;
position: fixed;
width: max-content;
z-index: 1199;
font-size: 13px;
bottom: 0px;
box-sizing: initial!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; line-height: initial!important;}
#cookie-bar a {color: #333;
display: inline-block;
border-radius: 3px;
text-decoration: none;
padding: 4px 10px;
margin-left: 8px;}
#cookie-bar .cb-enable, #cookie-bar .cb-disable {background: none;
border-bottom: 1px solid #b6b4b4;border-top: 1px solid #b6b4b4;border-left: 1px solid #b6b4b4;border-right: 1px solid #b6b4b4;}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-disable:hover {background:#f4f4f4;border-bottom: 1px solid #b6b4b4;border-top: 1px solid #b6b4b4;border-left: 1px solid #b6b4b4;border-right: 1px solid #b6b4b4;}
#cookie-bar .cb-policy {background:none;}
#cookie-bar .cb-policy:hover {background:none;}


@media screen and (max-width: 480px){

	#cookie-bar {
		padding-bottom: 45px !important;
		padding-top: 5px !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
		max-width: 60%;
	}
}

@media screen and (max-width: 1024px){

#cookie-bar {
padding-bottom: 15px ;
padding-top: 5px !important;
padding-left: 5px !important;
padding-right: 5px !important;
	}
}
