.cookie_box {
	position:fixed;
	width:100%;
	height:auto;
	z-index:999;
	background:#000;
	opacity: 0.9;
	bottom:0;
}

.cookie_text {
	width:80%;
	font-size:13px;
	color:#fff;
	margin-left:10%;
	margin-top: 20px;
	text-align:justify;
}

.cookie_button {
	line-height:28px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:0 10px;
	font-size:14px;
	color:#fff;
	background:#b9a186;	
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

#approveCookie{
	margin-left:10%;
}

.cookie_button:hover {
	background:#fff;
	color:#000;
}

.cookie_cim {
	color:#b9a186;
	font-weight:bold;
	font-size: 16px;
}

.cookie_link {
	text-decoration:underline;
	color:#b9a186;
}

.nk-gap-10{
	height: 10px;
}