@media screen and (min-width:512px){
#header .logo{
left:1em
}
.woocommerce .products ul li.product,.woocommerce ul.products li.product,.woocommerce .products ul li.product .first,.woocommerce ul.products li.product .first{
width:23%
}
.menu-recepten-menu-container ul li, .menu-recepten-menu-engels-container ul li{
position:relative;float:left;width:50%;text-align:center
}
.woocommerce .best-selling-products,.woocommerce .up-sells,.woocommerce .related.products{
padding:2em 0;background:#fff
}
.woocommerce .best-selling-products .products ul li.product,.woocommerce .up-sells .products ul li.product,.woocommerce .related.products .products ul li.product,.woocommerce .best-selling-products ul.products li.product,.woocommerce .up-sells ul.products li.product,.woocommerce .related.products ul.products li.product,.woocommerce .best-selling-products .products ul li.product .first,.woocommerce .up-sells .products ul li.product .first,.woocommerce .related.products .products ul li.product .first,.woocommerce .best-selling-products ul.products li.product .first,.woocommerce .up-sells ul.products li.product .first,.woocommerce .related.products ul.products li.product .first{
clear:none
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-size:1.1em
}
.woocommerce-Price-amount{
font-size:1.5em
}
.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n),.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),.woocommerce[class*=columns-] ul.products li.product:nth-child(2n){
float:left
}
.column.m5{
width:5%
}
.column.m10{
width:10%
}
.column.m15{
width:15%
}
.column.m20{
width:20%
}
.column.m25{
width:25%
}
.column.m30{
width:30%
}
.column.m33{
width:33.33%
}
.column.m35{
width:35%
}
.column.m40{
width:40%
}
.column.m45{
width:45%
}
.column.m50{
width:50%
}
.column.m55{
width:55%
}
.column.m60{
width:60%
}
.column.m65{
width:65%
}
.column.m66{
width:66.66%
}
.column.m70{
width:70%
}
.column.m75{
width:75%
}
.column.m80{
width:80%
}
.column.m85{
width:85%
}
.column.m90{
width:90%
}
.column.m95{
width:95%
}
.column.m100{
width:100%
}
.column.shide,.column.lhide,.column.xlhide{
display:block
}
.column.mhide{
display:none
}

#languge_selector {
	position: absolute;
    top: 0;
    right: 215px;
    vertical-align: middle;
    padding: 18px 18px;
    border-right: 1px solid white;
    box-sizing: border-box;
    width: 66px;
}
#languge_selector img {
	width: 100%;
}
}

@media screen and (max-width:512px){
	#languge_selector {
		position: absolute;
		top: 0;
		right: 215px;
		vertical-align: middle;
		padding: 18px 18px;
		border-right: 1px solid white;
		box-sizing: border-box;
		width: 66px;
	}
	#languge_selector img {
		width: 100%;
	}
}