#cookieConsentWindow{
	position: fixed;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px 0 #333;
	z-index: 2000 !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 1em;
}

#shader{
	position: absolute;
	background: #000;
	z-index: 1999 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: .05;
}

@media (min-width: 767px) {
	body{
		margin-bottom: 400px !important;
	}
}

@media (min-width: 359px) {
	body{
		margin-bottom: 700px !important;
	}
	.cookieTextSuperSmall{
		display: none !important;		
	}
	.cookieText{
		display: block !important;
	}
}

@media (max-width: 359px) {
	body{
		margin-bottom: 800px !important;
	}
	.cookieTextSuperSmall{
		display: block !important;		
	}
	.cookieText{
		display: none !important;
	}
}