.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	margin: auto;
	padding: 30px 30px 30px 30px;
	background: #fff;
	background-color: #e3e3e3;
		background-color: #e0e0e2;
	overflow: hidden;
	position: fixed;
  /* bottom: 30px;
	right: 30px; */
	bottom: 0px !important;
	left: 0px !important;
	width: 100% !important;
	display: none;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	color: #484643;
	font-size: 16px;
}
.cookieConsentContainer .cookieTitle a {
	color: #FFFFFF;
	  color: #484643;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p  {
	margin: 0;
	padding: 0;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	color: #484643;
	font-size: 16px;
	line-height: 1em;
	display: block;
	margin-top: 10px;
}
.cookieButton {
  background-color: #618fcc;
  width: 100px;
	margin-top: 14px;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px 15px 10px 15px;
	transition: background 0.3s;
	color: #fff;
}
.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background: #3E9B67;
	background-color: #618fcc;
}
.cookieConsentContainer .cookieLink a {
	display: block;
  color: #484643;
	font-size: 16px;
	line-height: 1em;
	margin-top: 14px;
	/*background: #000000;*/
	box-sizing: border-box;
	padding: 0;
	transition: background 0.3s;
}

/* @media (max-width: 1200px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	} */
