.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgb(235, 235, 235);
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
	z-index: 1000;
	color: #333;
	padding: 15px 0;
	font-size: 12px;
	opacity: 0.95;
}

.messages_cookies-wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

.messages_cookies-close {
	text-decoration: none;
    position: absolute;
	border: 0px;
	/* background-color: #427261; */
	background-color: #019c62;
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #555;
	color: #e0e0e0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.messages_cookies-close:hover {
	color: #333;
	box-shadow: blue;
	/* background-color: #019c62; */
}