.cookiesaccept-line {
	box-sizing: border-box !important;
	margin: 0 !important;
	border: none !important;
	width: 100% !important;
	min-height: 10px !important;
	max-height: 250px !important;
	display: block;
	clear: both !important;
	position: fixed;
	bottom: 0px !important;
	opacity: 1;
	transform: translateY(0%);
	z-index: 9999999999;

	background: white;
	padding: 20px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
	justify-content: space-evenly;
}
.cookiesaccept-line > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.cookiesaccept-line > div > div {
	padding-left: 5%;
	padding-right: 5%;
}
.cookiesaccept-line button {
	background: #7cc245;
	border: none;
	border-radius: 5px;
	padding: 7px 20px;
	color: white;
	font-weight: 600;
}



@media screen and (max-width:767px) {
	.cookiesaccept-line > div > div {
		padding-left: 1%;
		padding-right: 1%;
	}
}


@media screen and (min-width:767.01px) {
	.hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.hidden-mobile {display: none !important;}
}