/* European Cookie Law Notification module CSS **************************** */
/* PrestaShop 1.6.x */

#cookielaw {
	position: fixed;
	left: 0px;
	background: #FFF;
	width: 100%;
	padding: 13px 0px;
	filter: alpha(opacity=80);
	zoom: 1;
	opacity: 0.8;
	text-align: left !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 5000;
}
.postion_top {
	top: 0px;
	border-bottom: 1px solid #CECECE;
}
.postion_bottom {
	bottom: 0px;
	border-top: 1px solid #CECECE;
}
#cookielaw:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	background: #FFF;
	color: #000;
}
#notify_content {
	width: 68%;
}
#cookielaw .container {
	padding-bottom: 0px;
}
#cookielaw p {
	padding: 8px 0 0;
!important;
	margin-right: 15px;
}
#cookie_accept {
	float: right;
	color: #FFF!important;
	background-color: #00aa00!important;
	border-color: #009b00!important;
}
#cookielaw .accept span, #cookielaw .refuse span {
	border: none!important
}
#cookielaw .accept span:hover {
	background-color: #009b00!important;
}
#cookie_refuse {
	float: right;
	color: #FFF!important;
	margin-right: 10px;
}
#learn_more {
	float: right;
	padding: 5px 15px 0 0;
	color: #ff1717!important;
}
#learn_more:hover {
	color: #ce0000!important;
}

@media (max-width: 767px) {
	#cookie_accept {
		float: none;
	}
	#notify_content {
		width: 99%;
	}
	#cookie_refuse {
		float: none;
	}
}
