.cookiePopupBoxContainer {
	z-index: 999;
	width: 800px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #FFFFFF;
	overflow: hidden;
	text-align:left;
	border-radius: 35px;
	padding: 40px 60px 40px 60px;
	position: fixed;
	top:200px;
	margin-left: -400px;
	left: 50%;
	border: solid 2px #008DFF;
}

.cookiePopupBoxContainer .cookieTitle a {
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	color: #000000;
	font-size: 22px;
	line-height: 20px;
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
}
.cookiePopupBoxContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto',sans-serif;
	font-size: 16px !important;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	padding-bottom: 20px;
}

.cookiePopupBoxContainer .cookieDesc a {
	font-family: 'Roboto',sans-serif;
	font-size: 16px !important;
	color: #000000;
	text-decoration: none;
}

.cookiePopupBoxContainer .cookieDesc a:hover {
	text-decoration: underline;
}


.cookiePopupBoxContainer .cookieButton a {
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-size: 16px !important;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #008DFF;
	box-sizing: border-box;
	padding: 15px 24px;
	transition: background 0.3s;
	border-radius:35px;
	float:right;
}
.cookiePopupBoxContainer .cookieButton a:hover {
	cursor: pointer;
	background: #2962FF;
}

@media screen and
	(max-width: 900px)
		{.cookiePopupBoxContainer
			{width:90%;
				top:100px;
				margin-left: -45%;
				left: 50%;
			top:100px;
			}
		}
