body{position:relative;}
#close_cookie{display:none;}
	#close_cookie:checked + #cookie_consent_popup{display:none;}
#cookie_consent_popup{
	position:fixed;
	bottom:0px;left:00px;
	width:100%;
	height:30%;
	background-color:white;
	padding:20px;
	 z-index:14000;
	 box-shadow: 0 -2px 15px 0 rgb(0 0 0 / 25%), 0 3px 10px 5px rgb(0 0 0 / 5%) !important;
}

@media screen and (max-width: 1000px) {
	#cookie_consent_popup{
		height:auto;
	}
}
}

@media screen and (min-width: 1300px) and (max-width: 1400px){
	#cookie_consent_popup{
		height:33%;
	}
}
}
	#cookie_consent_popup h1{
		font-size:1.2em;
	}
		#cookie_consent_popup h1:before{
			content:"";
			padding:0;
		}
	#cookie_consent_popup p{
		font-size:0.7em;
	}
	#cookie_consent_popup #close_cookie_box{
		position:absolute;
		top:20px;right:20px;
		cursor:pointer;
		font-size:1.3em;
	}
	#cookie_consent_popup #ok_cookie_box{
		position:absolute;
		bottom:5px;right:20px;
		cursor:pointer;
		font-size:1.6em;
		padding:10px 20px;
		font-weight:700;
		color:white;
	}
