
iframe div#widget
{
	border:none;
}

.orange {
	color: #4a7001;
}

.mainSite > header
{
	background-color: #4a7001;
}

.contactBloks>div .icon {
    font-size: 22px;
    color: #FFF;
    margin: 15px;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #4a7001;
}

.errorMsg:before {
    content: "\e107";
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;	
}

.errorMsg {
    color: red;
    display: inline;
}

.mm-listitem {
	color: #fff!important;	
}

.mm-panel_has-navbar .mm-navbar {
    background-color: #4a7001;
    color: #fff;
	font-weight: 500;
}

.mm-panels {
	font-family: 'Chivo';	
	font-size: 17px;
	padding: 5px 0 5px 0;
}

.mm-panel, .mm-panels {
   background: #4a7001 !important;
	/* background: linear-gradient(#4a7001 51%, #de3f35 80%) !important; */
}

a.mm-btn.mm-btn_next.mm-listitem__btn::after {
    border-color: #fff;
}
a.mm-btn.mm-btn_prev.mm-navbar__btn::before {
    border-color: #fff;
}

hr {
	border-color: #dbdbdb;	
}

main {
	min-height: 50vh;	
}
.mainSite {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: "Chivo";
}
 
.topBar {
	border-bottom: 1px solid #efefef;
    padding: 15px 0px 15px;
    color: #8f8f8f;
}

.topMenu {
	float: right;	
}

.topMenu a, .topBar a {
	color: #FFF; 	
}

.topMenu ul li, .footerMenu ul li {
	display: inline-block;	
}

.topMenu li:not(:last-child):after, .footerMenu li:not(:last-child):after {
	content: "|";
	margin-right: 10px;	
	margin-left: 10px;
	color: #FFF;
}

.topMenu ul, .footerMenu ul {
	padding: 0;
	margin: 0;
	/*display: flex;
	justify-content: space-between;	*/	
}

.siteLogo img {
	max-width: 100%;
	margin-top: -15px;
}

.mainInfo {

    font-size: 14px;
    color: #FFF;
}

.mainInfo ul, .blockWrapper .block .content ul {
	padding: 0;
	margin:0;	
}
.mainInfo li, .blockWrapper .block .content li {
	list-style: none;	
	display: inline-block;
}

.mainInfo li:before, .blockWrapper .block .content li:before {
	content:"\e659";
	font-family: "Glyphicons Regular";
	margin-right: 5px;
	margin-top: -3px;
	color: #70de55;
}

.searchField {
	margin-top: 25px;	
}

.searchField input[type="text"] {
	padding: 10px;
	width: 90%;
	border: 1px solid #ebebeb;
}

.searchField button[type="submit"] {
    margin-left: -50px;
    display: inline-block;
    font-size: 25px;
	background-color:transparent;
	border: none;
	color: #dedede;
	margin-top: 1px;
	padding: 0;
} 

.mainActions {
    margin-top: 35px;
	position: relative;
}

.mainActions .badge {
	position: absolute;
	top: -8px;
	right: 3px;
	background-color:#70de55;	
}

.mainActions .cart {
	display: inline-block;
	position:relative;	
	height: 40px;
}

.mainActions img {
	height: 25px;
	margin-right: 15px;
	-webkit-user-drag: none;
}

.mainActions img:hover {
	cursor: pointer;	
}  

.cart #liveCart {
    z-index: 11;
    position: absolute;
}

.seperator {
	margin-top: 0px;
    height: 0px;
    width: 100%;
    background-color: #f1f1f1;
}

.mainMenuHolder {
	width: 100%;
	background-color: #FFF;	


	z-index: 10;
    position: relative;
	margin-top: 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);	
}

.mainMenu {
	width: 100%;
	position: relative;
	color: #333;
	font-size: 14px;
}

.mainMenu a {
	text-align: center;
	color: #333;	
	padding: 15px 15px;
	display: block;
	font-weight: 600;

}
.mainMenu a:hover {
	background-color: #373737;
	color:#FFF;
	text-decoration: none;
}

.mainMenu ul {
	padding: 0;
	margin: 0;	
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	
}

.mainMenu ul li {
	display: inline-block;	
}

.mainSite .vakantieMelding {
	color: #FFF;
	padding: 7.5px 0;
}

.heroImages 
{
	display: flex;

}
.heroImages >div  {
	height: 415px;
	
	background-image: url('/image/heroImage.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
	position: relative;
	z-index: 1;
	width: 100%;
}

.heroImages >div .heroMascot {
	position: absolute; 
	right: 340px;
    top: 27px;	
	max-height: none;
}

.heroContainer {
	background-color: #4a7001;
	width: 100%;
	padding: 20px;
	color: #FFF;
	margin-top: -95px;
	position:relative;
	z-index: 2;
}

.heroContainer .heroItem {
	display: flex;	
}

.heroContainer .heroItem .tekst h1 {
	font-size: 23px;
	
	margin-top: 0;
}

.heroContainer .heroItem .tekst {
	
	color: #fdeef5;
	font-size: 15px;
}

.heroContainer .heroItem:not(:last-child){
	border-right: 1px solid #f7b6d5;	
}

.heroContainer .heroItem .glyphicons {
	font-size: 47px;
	margin-right: 20px;	
}

.pageHeading {
	margin-top: 70px;	
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9da;
	color: #000;
}

/* Home products */

.productBlock {
    display: block;
	border: 1px solid #e1e1e1;
	border-top:none;
    padding: 20px 0;
    /* margin-bottom: 15px; */
    margin: 0px -15px;
    position: relative;
    max-height: 585px;
    min-height: 585px;
	text-align: center;
	background-color: #FFF;
	transition: transform .1s; /* Animation */
}
.productBlock:hover {
	position: relative;
	z-index: 10;
	transform: scale(1.01);
	border:1px solid #e1e1e1;	
	text-decoration: none;
}

.productBlock * {
	text-decoration: none;
	color: #111111;
}

.productBlock .productBtm .winkelwagen .cta>span {
	color: #FFF;
}

.prodList > div:last-child .productBlock
{
	border-right: 1px solid #e1e1e1; 
	
}

.heroImages >div:last-of-type  {
	display: none;
}

@media (min-width:992px) {
	.heroImages >div  {
		width: 50%;
	}
	.heroImages >div:last-of-type  {
		display: block;
	}
}


@media (min-width: 768px) and (max-width: 991px) { 

	.productBlock
{
	border: none;
	border-bottom: 1px solid #e1e1e1; 
    border-left: 1px solid #e1e1e1; 
}

.prodList > div:nth-child(2n+2) .productBlock
{
	border-right: 1px solid #e1e1e1; 
	
}
 }


@media (min-width: 992px) and (max-width:1199px) { 
	.productBlock
	{
		border: none;
		border-bottom: 1px solid #e1e1e1; 
		border-left: 1px solid #e1e1e1; 
	}


	.prodList > div:nth-child(3n+3) .productBlock
	{
		border-right: 1px solid #e1e1e1; 
		
	}

 }


@media (min-width: 1200px) {
	.productBlock
	{
		border: none;
		border-bottom: 1px solid #e1e1e1; 
		border-left: 1px solid #e1e1e1; 
	}


	.prodList > div:nth-child(4n+4) .productBlock
	{
		border-right: 1px solid #e1e1e1; 
		
	}


  }

.productBlock img {
	max-width: 80%;
	max-height:200px;
	user-drag: none;
	-webkit-user-drag: none;
}

.productBlock .merkLogo {
    text-align: left;
    padding-left: 15px;
    height: 30px;
    width: 100%;
    margin-bottom: 15px;
}

.productBlock .merkLogo img {
    max-height: 30px;
    max-width: 80px;
}

.productBlock .info {
	padding: 0 25px;
	/*font-size: 13px;*/
 	position: relative;
    /*bottom: 200px;*/
	text-align: left;
}
/* .productBlock a:hover
{
	text-decoration: none;
} */
.productBlock .productTop {
	height: 275px;	
} 

.productBlock .info .title {
	display: block;	
	color: #111111;
	font-size: 18px;
}

.productBlock .info .desc {
	color: #000000;
    display: block;
    font-size: 16px;
	font-weight: 400;
	text-transform:lowercase;
}
.productBlock .info .desc::first-letter
{
	text-transform:uppercase;
}
.productBlock .priceBox {
	padding: 0 25px;	
	/*margin-top: 35px;*/
	position:absolute;
    bottom: 100px;
	    width: 95%;
} 

.productBlock .priceBox .old, .productWrapper .offerDetail .priceBox .old {
	color: #8f8f8f;	
	text-decoration: line-through;
	font-size: 19px;
	float: left;
	margin-right: 175px;
	min-height: 16px;
}

.productBlock .priceBox .new, .productWrapper .offerDetail .priceBox .new {
	float: right;
	font-size: 40px;	
	
	position: relative;
}

.productBlock .priceBox .cent, .productWrapper .offerDetail .priceBox .cent {
	font-size: 15px;
	top: 0px;	
	position: absolute;
}
.productBlock .productUsp {
	width:95%;
	text-align: left;
	height: 15px;;

}

.productBlock .productBtm {
	position: absolute;
	bottom:30px;
	left: 25px;
	right: 25px;	
	text-align: left;
}


.productBlock .productBtm .informatie, .productBlock .productBtm .winkelwagen {
	width: 50%;
	display: inline-block;
}

 .productBlock .productBtm .winkelwagen {
	float: right; 
	text-align: right;
 }
 
  .productBlock .productBtm .winkelwagen .glyphicons {
	font-size: 18px;
 }
 
 .productBlock .productBtm .informatie a {
	line-height: 3.5; 
    
    color: #000; 
	
 }

.productBlock .orderBtn {
	padding: 0 25px;	
	/*margin-top: 35px;*/
	position:absolute;
    bottom: 30px;	
}

.productBlock .winkelwagen .cta:hover {
	background-image: linear-gradient(#95c64999 50%, #81bb2699 50%);
}

.productBlock .winkelwagen .cta, .winkelwagen .cta, .mainText .cta, .card .cta, #liveCart .cta {
	
    color: #FFFFFF;
    text-align: center;
    /* margin-top: 20px; */
    border-radius: 43px;
    border: none;
    padding: 7px 15px;
    /* width: 100%; */
    font-size: 16px;

    letter-spacing: 2px;
    background-color: #4a7001;
}
.card .cta {
	letter-spacing: normal;
	font-size: 15px;
}

.mainText .cta {
	width: auto;
	padding: 10px;
	margin-top: 25px;	

    letter-spacing: 2px;
}

.productBlock .discount {
	color: #FFF;
	background: #4a7001; /* Old browsers */
background: -moz-linear-gradient(#4a7001 51%, #de3f35 80%);
background: -webkit-linear-gradient(#4a7001 51%, #de3f35 80%);
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.51, #4a7001), color-stop(0.8, #de3f35));
background: -o-linear-gradient(#4a7001 51%, #de3f35 80%);
background: linear-gradient(#4a7001 51%, #de3f35 80%); /* FF3.6-15 */
 /* Chrome10-25,Safari5.1-6 */
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7001', endColorstr='#de3f35',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px; 
	max-width: 75px;
	text-transform:uppercase;	
	text-align: center;
	max-height: 60px; 
	position: absolute;
	right: 20px;
	top: 165px;
	-webkit-user-select: none;  
	user-select: none;
}

.productBlock .discount .amount {
	display: block;
	font-size: 29px;
}

.productBlock .discount .text {
	display: block;
	font-size: 12px;
	margin-top: -8px; 
}
/* End home products */

.sepLine {
	border-color: #d9d9da;	
}

.mainText {
	text-align: center;
	font-size: 18px;
	margin-bottom: 140px;
	color:#8f8f8f;
	line-height: 1.8em;
}


.mainText h2 {
	font-size: 47px;
	color: #000;
	margin-bottom: 25px;	
}

.ourBrands .pageHeading {
	text-align: center;	
	margin-bottom: 15px;
	margin-top: 0;
}

.ourBrands .brandWrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9da;
    padding-bottom: 15px;
    margin-bottom: 25px;
	flex-wrap: wrap;
}

/*.ourBrands .brandWrapper img {
    height: 75px;
    width: 20%;
    max-width: 100%;
    max-height: max-content;
	align-self: center;
	object-fit: contain;
}*/

.ourBrands .brandWrapper a {
	width: 20%;
    height: 75px;
    max-width: 100%;
    object-fit: contain;
    text-align: center;
}

.ourBrands .brandWrapper a img {
	height: 75px;
    width: 90%;
    max-width: 100%;
    /* max-height: max-content; */
    /* align-self: center; */
    object-fit: contain;
}

.ourBrands .cta {
	text-transform:uppercase;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: 2px #000;	
}

.ourBrands .cta a {
	color: #9ac951;
}

.merken {
	margin: 60px 0;
}

.merken img {
	max-width: 100%;
    height: 150px;
    object-fit: contain;
}

.merken .card {
    margin: 30px 15px;
    position: relative;
	height: 225px;
	text-align: center;
}

.merken .card .card-body {
	position: absolute;
	bottom :0;
	left: 0;
	right: 0;
}

.blockWrapper {
	margin-top: 60px;
	
}

.blockWrapper .block {
	background-color: #eeeeee;
	padding: 35px;	
	min-height: 400px; 
}

.blockWrapper .block .title {
	
	font-size: 16px;
	font-weight: bolder;	
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
}

.blockWrapper .block .content {
	font-size: 18px;	
	color: #000;
}

.blockWrapper .block .content .contact {
	display: block;	
}

.blockWrapper .block .content .contact a {
	color: #000;
}

.blockWrapper .block .content li {
	margin-bottom: 3px;	
	display: inline-flex; 
}

.methodWrapper {
	margin-top: 50px;
	margin-bottom: 80px;
}

.methodWrapper .title {
	
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
	text-transform: uppercase;	
}

.methodWrapper .methods img {
	max-width: 100px;
	margin-right:15px
}

.social-row {
	text-align: left;	
	margin-top: 15px;
}

 .social-icon {
	display: inline-block;
	background-color: #000000;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	margin-top: 25px;
	margin-right: 15px;
}

.icon-fb {
	background-image: url('/image/facebook-logo.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;  
}

.icon-instagram {
	background-image: url('/image/instagram-logo.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.icon-twitter {
	background-image: url('/image/twitter-logo.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.icon-linkedin {
	background-image: url('/image/linkedin-logo.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.social-border .social-icon:hover {
	opacity: .7;	
}

a.social-icon:hover {
	text-decoration: none;	
}

.footerWrapper {
	/*background-color: #363636;*/
	padding-top: 100px;	
	text-align: center;
}

.footerWrapper .footerLogo img {
	max-width: 100%;	
}

.footerWrapper .footerMenu, .footerWrapper .footerMenu a {
	color: #80807f; 
	margin-top: 20px;
 	margin-bottom: 20px;
}

.footerWrapper .subWrapper {
	color: #000;
	display: block;
	margin-top: 50px; 
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #efefef;
	text-align: left;
}

.footerWrapper .subWrapper ul {
	display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-around;
	list-style: none;
	margin-bottom: 0;
}

.footerWrapper .subWrapper ul li ul {
	display: block;
	margin-top: 15px;
	
}

.footerWrapper .subWrapper ul li a {
	list-style: none;
	
	font-size: 12px;
	color: #000;
	text-transform:uppercase;
}

.footerWrapper .subWrapper ul li ul li a{
	color: #565656;
	font-size: 12px;
	
}

.footerWrapper .copyright, .copyright a {
	text-transform: uppercase;
	text-align: center;
	color: #efefef;	

	background-color: #4a7001;
	font-size: 12px;
	letter-spacing: 1px; 
}

.footerWrapper .copyright {
		padding: 25px 0;	
}

/* PAGINA: PRODUCTBLAD */

.breadcrumb { 
	margin-top: 40px;
	background-color: transparent;
	padding-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid #d9d9da;
	border-radius: 0;
	margin-bottom: 30px
}

.breadcrumb a {
	color: #252525;	
}

.productHeading{
	font-size: 30px;
	margin-bottom: 10px;
	display: block; 
}

.productHeading h1 {
	display: inline-block;	
}

.productHeading .brand {
	
}

.productHeading .brandImg {
	display: inline-block;
	float: right; 	
}
.productHeading .brandImg img {
	max-height:60px
}

.rating {
	font-size: 14px; 
	margin-bottom: 15px;	
}

.rating .glyphicons {
	color: #ffd700;
	margin-top: 2px; 
}

.rating .glyphicons:before {
	padding: 0 1px 0 1px;
}

.rating .reviewCount:after {
	content: " | ";
	margin-left: 3px;
    margin-right: 3px;
}

.productWrapper .productPrev {
	text-align: center;	
	min-height: 270px;	
}

.productWrapper .productPrev img {
	max-width: 100%;	
	margin-top: 50px; 
}

.productWrapper .prevWrap {
	display: flex;
    justify-content: space-evenly;
    margin-top: 30px;	
}

.productWrapper .prevWrap img {
	max-height: 80px;	
}

.productWrapper .offerDetail {
	background-color: #e7e7e7;
	padding: 15px 25px;	
	font-size: 16px;
}

.productWrapper .offerDetail .savings {
	
	margin-top: 55px; 
	float: right;
}

.productWrapper .offerDetail .priceBox .new {
	float: none;
	/*display: block;*/	
	position: relative;
}

.productWrapper .offerDetail .priceBox .cent {
	top: 35px;	
}

.productWrapper .offerDetail .ctaBlock {
	border-top: 1px solid #d7d7d7; 
	padding-top: 15px;
	margin-top: 20px;
} 

.productWrapper .offerDetail input, .productWrapper .offerDetail select {
	padding: 5px;
	float: right;
	width: 50%;
	border: none;
	font-size: 15px;
}

.productWrapper .offerDetail .cta {
	width: 100%;
	display: block;
	text-align: center;
	;
	padding: 10px;
	background-color: #81bb26;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	color: #FFF;
	margin-top: 25px;
} 

.productWrapper .offerDetail .cta .glyphicon {
	margin-right: 15px;
} 

.productWrapper .offerDetail .ctaBlock .usp {
	margin-top: 15px;
	font-size: 14px;
	margin-bottom: 50px;
}  

.productWrapper .offerDetail .ctaBlock .usp span {
	margin-right: 25px;
	margin-top: -3px;
} 

.productWrapper .offerDetail .ctaBlock .usp span:before {
	content:"\E194"; 
	font-family: "Glyphicons Regular";
	margin-right: 10px;
	color: #81bb26;
	font-size: 17px;
	position: relative;
    top: 3px;
}

.productWrapper .offerDetail .bulk .table {
	min-width: 100%; 	
	border-color: #c4c4c4 !important;
}

.productWrapper .offerDetail .bulk .table>thead>tr>th, .table>tbody>tr>td {
	border-color: #c4c4c4 !important;
	border-bottom-width: 1px; 
	border-top-color: #c4c4c4;
	color: #000; 
}

.productWrapper .offerDetail .bulk td {
	width: 1%; 
	padding: 5px;	
}

.productWrapper .offerDetail .bulk table tbody tr th {
	border-color: #c4c4c4;	 
}

.specsWrapper {
	background-color: #FFF;
	margin-top: 30px;	
}

.specsWrapper .table>thead>tr>th, .specsWrapper .table>tbody>tr>td, .specsWrapper .table>tbody>tr>th {
	border-color: #d7d7d7 !important;
	border-bottom-width: 1px; 
	border-top-color: #c4c4c4; 
	color: #87888a;
	font-size: 16px;
	font-family: "Chivo";
}

.specsWrapper .table>tbody>tr>th {
	font-weight: normal;	
}

.specsWrapper .table>thead>tr>th {
	color: #000;
	border: none !important;
	
	font-size: 18px;	
}

.infoWrapper {
	margin-top: 50px;
	font-size: 18px;
	color: #87888a;	
	margin-bottom: 70px;
}

.productView {
	border-bottom: 1px solid #d9d9da;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

/* PAGINA: OVER ONS */
#fullHero {
	width: 100%;
	max-width: 100%;
	height: 550px;
	 
	background-image: url('/image/fullHeader.png');
	background-position:center; 
	background-repeat:no-repeat;
	background-size:cover;	
	position: relative;
	z-index: 1;
	
		
}

.btmOverlay {
	background-color: #00000083;
	bottom: 0;
	height: 335px;
	width: 100%;
	position:absolute;	
}
 
.heroWrapper {
	margin-top: 125px;	
	
	color: #FFF; 
	font-size: 18px;
}

.logoWhite img {
	max-width: 85%;
	filter: brightness(0) invert(1);	
	float: right;
}

.heroWrapper .content {
	margin-left: 20px;	
}

.heroWrapper .content h1 {
	font-size: 39px; 
	margin-top: -15px;
}

.pageContent {
	margin-top: 35px;	 
	margin-bottom: 35px; 
}

.pageContent p {
	font-size: 18px;
	margin-top: 25px;
	color: rgb(135,136,138);
}

.sideImg {
	margin-top: 65px; 	
}
	
.sideImg img {
	max-width: 100%;	
}

.heroContainer.fw {
	margin-top: 60px;	 
}

.cntImg {
	margin-top: 45px;	
	max-width: 100%;
}

/* PAGINA: CONTACT */

.contactWrapper {
	margin-top: 80px; 	
}

.contactWrapper .contactImg img {
	max-width: 100%;
	margin-top: 100px;
}

.contactWrapper .mascotte {
	max-width: 100%;
    margin-top: 70px;
    max-height: 320px;
    margin-bottom: -15px;
}

.contactWrapper .formWrapper {
	background-color: #efefef; 
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 165px;	
}

.contactWrapper .formWrapper input, .contactWrapper .formWrapper textarea {
	width: 100%;
	padding: 15px 30px; 
	font-size: 18px;	
	border: none;
}

.contactWrapper .formWrapper textarea {
	min-height: 130px;
    resize: vertical;	
}

.contactWrapper .formWrapper .cta {
	padding: 10px 70px;
	color: #FFF;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	background-color: #99c42c;
		
}

.contactWrapper .formWrapper .formHeading {
	font-size: 39px;
	margin-top: 45px;
	margin-bottom: 60px; 
	
}

.contactWrapper .mapsWrapper {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -5px; 	
}

/* PAGINA: Categorie */

.breadcrumb.categorie {
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 0px ;
	padding-left: 0px;
}

.btmTextWrapper {
	background-color: #f8f8f8;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 14px;
	padding-top: 45px;
	padding-bottom: 100px;
	margin-top: 85px;  	
}

#mobFilterForm {
	padding-bottom: 40px;
	padding: 15px;
}

.mobileFilters .filterBtn {
	background-color: #333;

	display: block;
    margin-top: 15px;
    color: #FFF;
    padding: 15px;}

.mobileFilters .filterBtn .glyphicons {
	font-size: 20px;
    margin-top: -5px;	
}

.mobileFilters .filterBtn .glyphicons:before {
    padding: 6px 0px;
}

.mobileFilters .sort {
	margin-right: 5px;	
}

.mobileFilters select {
	padding: 2px;	
}
.mobileFilters {
	margin-bottom: 30px;
	font-size: 16px;	
}

.filterWrapper {
	
	margin-top: 15px;
	
}

.filterWrapper .filterHeading h2 {
	font-size: 25px;
	color:#4a7001;

	margin-top: 0;
}

.filterWrapper .filterHeading h2 a {
	color: #333; 
}	

.filterWrapper .subCategories {
	font-size: 15px;line-height: 1.5;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px;
}

.filterWrapper .subCategories ul li a {
	color: #000;	
	font-weight:300;
	text-transform: lowercase;
	display: inline-block;
}
.filterWrapper .subCategories ul li a::first-letter
{
	text-transform:uppercase
} 
.filterWrapper .subCategories ul li a.active
{
	font-weight: 600;
}
.filterWrapper .subCategories ul ul li {
	padding-left: 20px;
}


.filterWrapper .subCategories ul, .filterWrapper .subCategories li {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.filterWrapper .subCategories li {
	line-height: 1.8;	
}


 
.navbar-toggle .icon-bar {
    height: 3px;
    width: 25px;
    background-color: #4a7001;
    display: block;
    position: relative;
    margin-bottom: 4px;
	
}
 
.navbar-toggle {
	background-color: #FFF;
	float: right;
}


.bigBar #ddMenu
{
	margin-top:-1px;
	height:auto;
	background-color:#333;
	z-index:999;
	position:absolute;
	padding:25px;
	min-width:250px;
	transition:height .1s linear ;
	overflow:hidden;
	
}
.bigBar #ddMenu:empty
{
	padding:0px;
}
.bigBar #ddMenu ul
{
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	
	
}
.bigBar #ddMenu ul li
{
	display: block;
}

.bigBar #ddMenu ul li a
{
	display:block;
	padding:4px;
	font-size:13px;
	font-weight:600;
	color:#FFF;
	text-align:left ;
	
}
.bigBar #ddMenu ul li ul li a
{
	font-size:13px;
	font-weight:400;	
	
}


.bigBar #ddMenu.large
{
	width:100%;

	
	
}
.bigBar #ddMenu.large ul
{
  column-count: 4;
  column-gap: 0;
	
}
.bigBar #ddMenu.large ul li
{
	break-inside: avoid;
	display:block;

}
.bigBar #ddMenu.large ul li li
{
	width:100%;
}
.bigBar #ddMenu.large ul ul
{
	  column-count: 1;
	margin-bottom:20px;
	display:block;
}

#cartForm {
	margin-top: 35px;
}

.cartList .table a{
	color: #000;
}

.cartList .table .heading {
	font-size: 16px;
}

.cartList .table .cartDelItem .glyphicon {
	color: #4a7001;
}

.cartList .table .spacer {
	border-top: none;
}

.cartList .table .verzendkosten label {
	display: block;
	padding: 10px;
}


#checkout label {
	font-size: 16px;
}

#checkout textarea {
	resize: vertical;
	min-height: 65px;
}


@media (max-width: 425px) {
	/* .topBar {
		padding-bottom: 50px; 
	} */
	
	.siteLogo img {
    	width: 70%;
   	}
	
	.langSelect {
    	padding: 0 10px; 
    	margin-top: 0px; 
	}
	
	.mainActions {
		float: right;	
	}
	
	.navbar {
		margin-bottom: 0; 
		margin-top: 0px;	 
	}
/* 	
	.navbar-toggle {
		padding: 0;	
	} */
	
	#heroImage {
		height: 250px;	
	}
	
	#heroImage .heroMascot {
    	right: 5px;
    	max-height: 195px;
	}
	
	.heroContainer .heroItem:not(:last-child){
		border-bottom: 1px solid #f7b6d5;	
		border-right: none;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.ourBrands .brandWrapper {
		display: block;	
		    text-align: center;
	}
	
	.blockWrapper .block {
    	margin-bottom: 15px;
    	margin-top: 15px;
	}
	
	.footerWrapper .subWrapper {
		display: none;	
	}
	
	.heroWrapper {
		margin-top: 25px	
	}
	
	.sideImg img {
		max-width:100%;	
	}
	
	.heroWrapper .content h1 {
		font-size: 24px;
		margin-top: 20px;	
	}
	
	.btmOverlay {
		height: 370px;	
	}
	
	.heroWrapper .logoWhite {
		text-align: center;	
	}
	
	.heroWrapper .logoWhite img { 
		float: none;	
	}
	
	.contactWrapper .contactImg img {
    	max-width: 100%;
    	margin-top: 50px;
    	margin-bottom: 50px;
	}
	
	.rating .reviewCount:after {
		content: " ";
		margin-left: 3px;
    	margin-right: 3px;
	}
	
	.productBlock .priceBox .old  {
     margin-right: unset;

}

.productWrapper .offerDetail .priceBox .old {
	display: block;
    width: 100%;
}

.productWrapper .offerDetail .priceBox .cent {
	top: 30px;	
}

/*.productBlock .priceBox .cent {

    top: 30px;

}*/
	
}

@media (min-width: 768px) and (max-width: 768px) {
	.siteLogo img {
		max-width: 80%;	
	}
	
	.mainActions {
		float: right;	
	}
	
	#heroImage .heroMascot {
    	right: 10px;
	}
	
	.topBar { 
		padding-bottom: 50px; 	
	}
	
	.navbar-toggle {
		padding: 0;	
	}
	
	.ourBrands .brandWrapper {
		display: block;	
		text-align: center;
	}
	
	.footerWrapper .footerLogo {
		text-align: center;
	}
	
	.footerWrapper .footerLogo img {
    	max-width: 50%;
	}
	
	.footerWrapper {
    	padding-top: 50px;
	}
	
	.footerWrapper .subWrapper {
		display: none;	
	}
	
	.footerWrapper .footerMenu {
		float: none; 
		margin-top: 35px;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.blockWrapper .block {
		margin-top: 15px;
		margin-bottom: 15px;	
	}
	
	/*over ons */
	.heroWrapper .content {
		margin-left: 0;
		margin-top: 35px;
	}
	
	.heroWrapper .content h1 {
    	font-size: 30px;
	}
	
	.heroWrapper {
    	margin-top: 75px;
	} 
	
	.logoWhite img {
    	max-width: 95%;
    	float: none;
		margin-top: 50px;
	}
	
	.sideImg {
    	margin-top: 100px;
    	
	}
	
	.cntImg {
    	margin-top: 100px;
	}
	
	.heroContainer {
		padding: 20px 10px; 	
	}

}



@media (min-width: 1500px)  {

	.container 
	{
		width: 1470px;
	}

}



























































/* 
-----------------------------------------------------------------
Formulier */

.mainSite input, .mainSite textarea, .mainSite select {	
	border-radius: 0px;
}
/*input[type="button"], input[type="submit"], button,*/ .uploadifive-button {
	cursor: pointer;
	display:inline-block;
	color: #FFF;
	background: none;
	border: none;
	padding: 15px;
	background-color: #414a54;
    float: right;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, .uploadifive-button:hover {
	/*background-color: #666;*/
}
.mainSite option {
	color: #333;
}

/*.mainSite .btn-default {
	color: #FFF;
	background-color: #414a54;
	border: none;
	border-radius: 0px;
	padding:30px;
}*/
.mainSite  .btn-default:hover {
	/*color: #FFF;*/
/*	background-color: #333;*/
}



/* einde formulier*/



/* Basiselementen */


.inWindow {
	background-color: #FFF;
	border: 5px #069 solid;
	border-radius: 10px;
	margin: auto;
	margin-top: 50px;
	width: 436px;
	min-height: 140px;
}
.inWindowHeader {
	padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 426px;
	background-color: #069;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 18px
}
.adminTransBg {
	z-index: 9999;
	display: none;
	padding: 10px;
	overflow: scroll;
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#settingsWindow td, .inWindow td {
	border-bottom: 1px dotted #CCC;
}
#settingsWindow label, .inWindow label {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
.bottomButtons {
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.bottomButtons input[type="button"] {
	margin: 5px;
}
.loadingMsg {
	background-color: #FFF;
	border-radius: 5px;
	display: block;
	font-size: 18px;
	color: #666;
	padding: 10px;
}
.loadingMsg img {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.admin-modal {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.admin-modal span.help-block {
	font-size: 12px;
}
.modal {
	margin-top: 30px;
}
.loadModal {
	height: 200px;
	background-image: url(/login/image/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}


/*  einde basiselementen */


/* BOOTSTRAP */


.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
	border-radius:0px;
	font-size:14px;
}
.modal-content input, .modal-content select{
	height:auto;
	border-radius:0px;
	font-size:1em;
	padding:10px;
}
.modal-content .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-content .btn {
    padding: 8px 16px;
    font-size: 14px;
	border-radius:0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background-color:transparent; 
}
.navbar-default .navbar-toggle:hover {
     background-color:#373737; 
}
.navbar-default .navbar-toggle {
   border-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

 /* mediaqueries */
@media screen and (min-width: 400px) {
	
.mainSite{	
	font-size: 14px;
}
.mainSite  .topBar .logo{

}

}
 
 
@media screen and (min-width: 480px) {
} 
@media screen and (min-width: 768px) {
	.mobileFilters {
display:none;
	}
} 
@media (min-width: 992px) {
.navbar-default .navbar-nav>li>a{
	font-size: 13px;
}	
footer .menu{
	display: flex;	
}
.homePage #mainHeader .overlay .headerContent{
	width: 50%;	
}

/*@media all and (min-width:992px)*/
.navbar-collapse.collapse {
    /*display: flex !important;*/
    height: auto !important;
    padding-bottom: 0px;
    overflow: visible !important;
}


}

@media (min-width:1024px){

}
@media (min-width: 1200px) {

.navbar-default .navbar-nav>li>a{
font-size: 18px;
}
}

/* einde mediaqueries */
/*
xs < 768
sm 768-991
md > 992