/*
Welkom bij aangepaste CSS!

Om te zien hoe CSS in elkaar steekt, ga je naar http://wp.me/PEmnE-Bt
*/
#flags {
	float: none;
	text-align: center;
	margin: auto;
	list-style: none;
}

#flags li {
	display: inline-block;
}

#flags li a {
	float: left;
	width: 64px;
	height: 50px;
	background: url('/wp-content/uploads/flags.png');
}

#flags li a.frankrijk {
	background-position: 0 -50px;
}

#flags li a.duitsland {
	background-position: 0 -100px;
}

#flags li a.belgie {
	background-position: 0 -150px;
}

#flags li a.amerika {
	background-position: 0 -200px;
}

#flags li a.australie {
	background-position: 0 -250px;
}

#flags li a.engeland {
	background-position: 0 -300px;
}

#flags li a.dubai {
	background-position: 0 -350px;
}

.site-branding img {
	max-width: 100%;
}

#search-bar {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
}

#search-bar form {
	padding: 0;
	margin: 0;
}

#ajax-cart {
	float: right;
	position: relative;
	margin-top: 8px;
	padding-left: 20px;
	color: #262636;
	text-decoration: none;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	z-index: 99;
}

#ajax-cart i {
	float: left;
	margin-right: 5px;
	width: 28px;
	height: 32px;
	background: url('/shop/img/shopping_bag.svg') 0 0 no-repeat;
	background-size: 22px 22px;
}

#ajax-cart a {
	float: left;
}

#cart-products {
	display: none;
	list-style: none;
	position: absolute;
	top: 5px;
	right: 5px;
	min-width: 220px;
	background: #FFFFFF;
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-weight: normal;
}

#ajax-cart a:hover #cart-products {
	display: block;
}

#cart-products li strong {
	display: block;
	clear: both;
	line-height: auto !important;
	text-transform: none;
}

@media screen and (max-width: 980px) {
	#flags li a {
		float: left;
		width: 32px;
		height: 25px;
		background: url('/wp-content/uploads/flags_small.png');
	}
	
	#flags li a.frankrijk {
		background-position: 0 -25px;
	}
	
	#flags li a.duitsland {
		background-position: 0 -50px;
	}
	
	#flags li a.belgie {
		background-position: 0 -75px;
	}
	
	#flags li a.amerika {
		background-position: 0 -100px;
	}
	
	#flags li a.australie {
		background-position: 0 -125px;
	}
	
	#flags li a.engeland {
		background-position: 0 -150px;
	}
	
	#flags li a.dubai {
		background-position: 0 -175px;
	}
}

@media screen and (max-width: 380px) {
	#search-bar form input.field {
		width: 180px;
	}
}

#cookie-notice {
background: rgba(0,0,0,0.85) !important;
color: #FFF !important;
}

#cookie-notice #cn-notice-text {
font-size: 16px;
}

#cookie-notice .cn-button:before {
display: none;
}

#cookie-notice .cn-button {
float: none;
background: #62b32c;
vertical-align: baseline;
margin-top: 7px;
margin-bottom: 7px;
 text-shadow: none;
text-transform: none;
font-size: 16px;
font-weight: normal;
border-radius: 0px;
border: 0px;
padding: 7px 15px;
}

#cookie-notice #cn-more-info {
background: #FFF;
color: #62b32c;
}