/*
*************************************
*** Hier kunt u uw eigen CSS ***
*************************************
*/

/* menu bovenin */
div.wrapper.menu_top{
  	background-image: url("../../images/templateimages/3009_background_menu_top.png");
	background-repeat: repeat-x;
	border-bottom: 2px solid #ff99c8;
}

@media screen and (min-width: 1200px){
div#menu>ul {
    width: auto; 
  }
}

/* menu */
div.wrapper.smallScreen.menu,
div.wrapper.wideScreen.menu{
	margin-top: 20px;	
}

div#menu{
	background-image: none;
	border-bottom: 2px solid #000000;
}

div.wrapper.smallScreen.flexslider,
div.wrapper.wideScreen.flexslider{
	margin-bottom: 20px;	
}

div.wrapper.smallScreen.content,
div.wrapper.wideScreen.content{
	margin-bottom: 20px;
}

/* broodkruimel */
div.breadcrumbs-listing{
	padding: 5px 10px;
}

div.box div.box_content h4 img{
    margin-right: 10px;
    position: relative;
    top: 3px;
}

/* onderkant */
div#footer ul li{
	border-bottom: 2px dotted #b7b7b7;
}


/*
*************************************
**** artikel overzicht gallerij *****
*************************************
*/

div.products_gallery_row_buttons{
	margin: 10px 0px;
}

/* responsive */
@media screen and (max-width: 962px){
	/* boxen */
	div.box{
		margin-bottom: 0px;
	}
	
	div.box div.box_content{
		padding-top: 0px;
	}
	
	div.wrapper.smallScreen.menu, 
	div.wrapper.wideScreen.menu{
		margin-top: 0px;
	}
	
	div.basket_wrapper{
		display: none;
	}
}

.mfp-wrap {
    z-index: 10000;
}

div.basket_wrapper {
	z-index: auto;
}

/* desktop */
@media screen and (min-width: 963px){
	/* boxen */
	div.box{
		margin-bottom: 20px;
	}

	div.box div.box_top{
		border-bottom: 2px solid #ff99c8;
	}
	
	div.box div.box_content{
		padding-top: 10px;
	}
	
	/* aangepast z-index ivm winkelwagen in header */
	div#menu_top ul,
	div.wrapper.menu_top{
		z-index: 7781;
	}
	
	/* zoekbalk */
	div.searchbox{
		margin-right: 10px;
	}
	
	/* winkelwagen */
	div.basket_wrapper {
		position: absolute;
		display: block;
		border-radius: 0;
		cursor: pointer;
		height: 50px;
		top: 50%;
		margin-left: 0px;
		margin-top: -25px;
		right: 0px;
		width: 250px;
	}
	
	div.basket_wrapper:hover div.floating_basket_wrapper{
		border-radius: 0px;
		top: 50px;
	}
	
	div.basket_wrapper:hover{
		border-radius: 0px;
	}	
	
	div.cart_content{
		height: 50px;
		line-height: 50px;
	}	
	
	div.cart_content span.shopping_cart_text{
		display: block;
		padding-left: 60px;
		margin-right: 60px;
		height: 50px;
		/*background: url("../../images/templateimages/3009_icon_cart.png") top left no-repeat;*/
	}
	
	div.cart_content span.no-icon.quantity{
		top: 16px;
	}	
}