#cookie-notice {
	float: left;
	margin-top: 0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	background: #896d4a;
	margin: 0 auto 0;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:501;
}
	#cookie-notice a {
		color: #353c40;
		text-decoration: none;
	}
	
	#cookie-notice a.findmore{
		margin-left:5px;
	}
	
	#cookie-notice div.intro,
	#cookie-notice div.more-info{
		padding: 10px 9px;
		font-size:11px;
	}
	
	#cookie-notice div.intro {
		color: #f3f0ed;
		background: #896d4a;
		position: relative;
		padding:10px 36px;
	}
	#cookie-notice div.intro p ,
	#cookie-notice div.intro a{
		font-family: 'Montserrat-Regular',sans-serif;
		color:#f3f0ed;
		/* font-size:11px; */
		font-size:12px;
		margin:0;
	}
	#cookie-notice div.intro a,
	#cookie-notice div.intro a:hover{
		color:#f3f0ed;
		text-decoration: underline;
	}
	#cookie-notice div.more-info{
		display: none;
		padding-right:40px;
	}
	
	
	/* #cookie-notice a.close,
	#cookie-notice button.accept {
		position: absolute;
		right: 10px;
		top: 12px;
	} */
	#cookie-notice a.close {
		height:auto;
		width:auto;
		overflow: hidden;
		/* width: 13px;
		height: 13px;
		background: url(close.png) no-repeat;
		text-indent: -9999px; */
		float:right;
	}
	div#cookie-notice a.close, 
	div#cookie-notice button.accept {
		top: 50%;
		bottom: 50%;
		transform: translate(-50%,-50%) !important;
		position: absolute;
		right: 0;
		width: auto;
		height: 20px;
	}
	
#cookie-notice button.accept {
	background: #e3e3e3;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: bold 12px helvetica, arial, sans-serif;
	line-height: 1;
	padding: 5px 0 6px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 150px; 
	top: 5px;
}

#cookie-notice button.accept:hover {
	background: #d9d9d9;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	cursor: pointer; 
}

#cookie-notice button.accept:active {
	background: #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
	-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
	box-shadow: inset 0 0 1px 1px #e3e3e3;
	color: #000;
}

/* Large desktop */
@media (min-width: 1024px) and (max-width: 1279px) {
	#cookie-notice div.intro {
		padding: 20px 72px;
	}
}

/* Large desktop */
@media (min-width: 1280px) {
	#cookie-notice div.intro{
		margin: 0 auto;
		width : 1210px;
		padding:16px 45px 18px 0;
		/* padding:8px 45px 9px 0; */
	}
	#cookie-notice a.close,
	#cookie-notice button.accept {
		top:15px;
		/* top:8px; */
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#cookie-notice div.intro{
		padding:10px 70px;
		/* padding:5px 36px; */
	}
	#cookie-notice div.intro p {
		line-height: 20px;
	}
	#cookie-notice a.close,
	#cookie-notice button.accept {
		top:8px;
	}
}
@media only screen and (max-width: 767px) {
	#cookie-notice div.intro{
		padding:4px 28px;
	}
	#cookie-notice div.intro p, 
	#cookie-notice div.intro a {
		line-height: 20px;
	}
	#cookie-notice div.intro {
		padding: 8px 87px 8px 28px;
	}
	div#cookie-notice a.close, div#cookie-notice button.accept {
		top: auto;
		bottom: auto;
		transform: none !important;
		right: auto;
		width: auto;
		height: 20px;
		position: relative;
		left: 0;
		float:left;
		padding:10px 0 10px;
	}
	#cookie-notice div.intro {
		padding: 20px;
	}
	#cookie-notice div.intro div {
		width: 100%;
	}
}
@media (min-width: 400px) and (max-width: 767px) {
	#availability-checker.fixed.has-cookie, 
	#page_offers #availability-checker.fixed.has-cookie {
		top: 57px;
	}
	.has-cookie #main-visual {
		margin-top: 131px;
	}
}
