/** Intuinen add-ons **/
	
/* ==================================back-top ================================================== */
.page-header li.greet.welcome { display: none !important;}
@media (min-width: 768px){
	.header.content {   padding: 10px 20px 0 !important; }
	.logo { margin-bottom: 10px !important;}
	.minicart-wrapper, .block-search { margin-top: 15px;} 
}
#back-top a { display: none;}
@media only screen and (min-width: 768px) {
	#back-top a { display: inline; text-decoration: none !important;}
	#back-top {position: fixed; bottom:170px; z-index:99; right: 1%; width:42px;height:42px; display: none; }
	#back-top span { display: block; text-align: center; color: #3E3B3D; background: #01542a; text-transform: uppercase; color: #fff; font-size: 14px; height: 100%; padding: 0;  border-radius: 50%;}
	#back-top span:before {content: "\f102"; display: block; font-family: fontawesome; line-height: 14px; padding-top: 2px;}
	#back-top:hover span {background: #181818;}
} 
/** Mobile settings menu */
.nav-open .nav-sections { background: #97C000;}
.nav-open .nav-sections .nav-sections-item-title { background: #97C000; font-weight: bold;}
.nav-open .nav-sections .navigation .parent .level-top:after { font-size: 1.6rem; top:12px;}
.nav-open .nav-sections .nav-sections-item-title a, .nav-open .nav-sections .nav-sections-item-title a:visited { color: #fff; font-weight: normal; font-size: 1.5rem; }
.nav-open .nav-sections .nav-sections-item-title.active { background: #90b703; }
.nav-open .nav-sections-item-title { border-width: 0px; }
.nav-open .nav-sections .navigation .level0 {border-top: 1px solid #fff;}
.nav-open .nav-sections .navigation li.level0:last-child, 
.nav-open .nav-sections .navigation li.level0 > a { font-size: 1.5rem; color: #fff; }
.nav-open .nav-sections .navigation li.level0 > a {  background: #97C000; border-color: #90b703; padding: 1.2rem 18px; }
.nav-open .nav-sections .navigation li.level1.category-item { border-top: 1px solid #97C000;}
.nav-open .nav-sections .navigation li.level0 .submenu li > a { background: #fff; font-size: 1.5rem; color: #97C000; padding: 1.2rem 18px; }
.nav-open .nav-sections .navigation li.level0 .submenu li { background: #fff; color: #97C000; border-color: #97C000; }
.nav-open .nav-sections .navigation .level0.active > a:not(.ui-state-active), 
.nav-open .nav-sections .navigation .level0.has-active > a:not(.ui-state-active) { border-color: #fff;}
.nav-open .nav-sections .navigation .level0.active .all-category .ui-state-focus { border-color: #fff;}
.nav-open .nav-sections .header.links li > a { color: #fff; border-top: 1px solid #fff; font-size: 1.5rem; padding: 1.2rem 18px; }
/** END **/

.page-product-bundle .fieldset-bundle-options legend + br { display: none;}
.block.widget .products-grid .product-item {
    display: inline-block;
    /*margin-left: 2%;*/
    width: calc((100% - 2%)/2) !important;
}

.block.widget .products-grid .product-item:first-child { 
    margin-left: 0 !important;
}

@media (min-width: 480px){	
	/*.page-layout-1column .block.widget .products-grid .product-item:nth-child(2n + 1) { margin-left: 2%; }*/
	.page-layout-1column .block.widget .products-grid .product-item {
			width: calc((100% - 4%)/3) !important;
}
}	
@media (min-width: 768px){
	.fieldset > .field.choice:before, .fieldset > .field.no-label:before { display:none;}
	.block.widget .products-grid .product-item {
    	margin-left: 2%;
    	width: calc((100% - 4%) / 3) !important;;
	}	
	.block.widget .products-grid .product-item:nth-child(3n + 1) {
	    /*margin-left: 0 !important;*/
	}
	/*.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) { margin-left: 2%; }*/
	.page-layout-1column .block.widget .products-grid .product-item {
		width: calc((100% - 6%)/4) !important;
	}
}
@media (min-width: 1024px) {
	.block.widget .products-grid .product-item:nth-child(4n + 1) {
    	/*margin-left: 0 !important;*/
	}
	/*.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) { margin-left: 2%; }*/
	.block.widget .products-grid .product-item {
	    /*margin-left: 2% !important;*/
	    padding: 0;
	    width: calc((100% - 6%)/4) !important;
	}
	.page-layout-1column .block.widget .products-grid .product-item {
		width: calc((100% - 8%)/5) !important;
	}	
}

/** Label **/
	.product.media .gallery-labels { position: relative; }
	.product-photo-box .label, .product.media .gallery-labels .label{ position: absolute; top: 3px; left: 0px; background: #97C000; border: 1px solid #fff; z-index: 2; padding: 3px 10px; font-size: 0.9em; color: #fff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; text-transform: uppercase;}
	.product-photo-box .label.second, .product.media .gallery-labels .label.second { top: 32px;}  
	.product-info-main .old-price, .product-options-bottom .old-price { padding-top: 5px; display: inline-block;}
	.product-info-main .old-price .price, .product-options-bottom .old-price .price { font-size: 1.2em !important;}
/** thumbs **/
	.fotorama__thumb-border { border-color: #DCDCDC !important; background-image: none !important; border-width: 1px !important;}
/** cart adds */	
.opc-block-summary .minicart-items-wrapper { max-height: unset;}
.address-row ._required .label:after {
	content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4.5px;
}    
.header.links li:last-child { border-right: 0px !important; padding-right: 0px; margin-right: 0px; }


/** LAST Responsive adds **/ 
@media (max-width: 768px) {
.page-header .header.content .openingstijden { text-align: center; float: none; }
.page-header .header.content .block-search { margin-top: 0px;}
.minicart-wrapper .action.showcart .price { display: none; }
.cart-discount, .cart-summary .block .title { padding: 10px 15px;}
#header-info-line ul li {display: none; }
#header-info-line ul li:first-child { display: block; }
.filter-title strong {
    background-color: #97C000;
    box-shadow: unset;
    border: 0px solid #fff;
    border-radius: 0px;
    font-weight: 400;
    /* left: 0; */    
    padding: 10px 10px;
    position: inherit;
    text-align: center;   
    color: #fff;
    display: block;
}	
.pages-item-next, .pages-item-previous { position: inherit;} 
.toolbar .pages { margin: 10px 0px;}
.products { padding: 5px 0px;}
} 

 /** Messages **/
.message-error.error.message { background: #fff !important; border: 1px solid #fae5e5 !important; }
.message-success.success.message { background: #fff !important; border: 1px solid #e5efe5 !important; }
.message-notice.notice.message { background: #fff !important; border: 1px solid #fdf0d5 !important; }
.message.error > *:first-child:before, .message.success > *:first-child:before, .message.notice > *:first-child:before { font-size: 20px !important;}
 
/** Checkout **/    
#shipping .fieldset:last-child { margin-bottom: 0px; }
.fieldset.address div[name*="shippingAddress.firstname"] {float: left; width: 40%; margin-right: 5%;}
.checkout-billing-address div[name$="firstname"] {float: left; width: 40%; margin-right: 5%;}
.fieldset.address div[name*="shippingAddress.lastname"] {float: right; width: 54%; }
.checkout-billing-address div[name$="lastname"] {float: right; width: 54%; }
.fieldset.address div[name*="shippingAddress.company"] {float: none; }
.fieldset.address .address-row .field > label { margin-bottom: 4px; display:block; }
.fieldset.address .address-row div[name*="shippingAddress.street.0"] {float: left; width: 65%; }
.fieldset.address div[name*="street.0"] {float: left; width: 65%; }
.fieldset.address .address-row div[name*="shippingAddress.street.1"] {float: right; width: 30%; }
.fieldset.address div[name*=".street.1"] {float: right; width: 30%; margin-top: 0px;  }
.fieldset.address div[name*="shippingAddress.postcode"] {float: left; width: 40%;}
.checkout-billing-address div[name$="postcode"] {float: left; width: 40%;}
.fieldset.address div[name*="shippingAddress.city"] {float: right; width: 54%;}
.checkout-billing-address div[name$="city"] {float: right; width: 54%;}

/** HOME ADDS **/
.cms-home .widget { display: block !important;}


/*** FOOTER ADDS **/
@media only screen and (max-width: 767px) {
	.footer-col {float:left; width:48%; margin-right: 1%; padding-left: 1%; }
	.footer .footer-col:nth-child(3n) { clear: both; }
	.footer .list-icon { float: left; margin: 0 0 20px 0 !important;}
}
@media only screen and (min-width: 768px) {
	.footer-col {float:left;margin-right: 1%; width: 24%;}	
	.footer .footer-col div {}
	.footer .footer-col .footer-col-content { float: left;}
}
@media only screen and (min-width: 992px) {	
	.footer .footer-col .footer-col-content { float: none;}
}	
/* Desktop Styles */
@media only screen and (min-width: 768px) {
	 .homepage-content-center .pagebuilder-poster-overlay  {
		max-width: 1140px;
        margin: 0 auto;
        overflow: hidden;
        padding: 50px 15px;     
        margin-bottom: 25px;
        margin-top: 25px;
    }    
	.homepage-content-center .pagebuilder-poster-content {
		width: 75%;
        margin-right: 25%;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        padding-left: 135px;
	}
    #homepage-bottom-content-first {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    #homepage-bottom-content-first-wrapper {
        max-width: 1140px;
        margin: 0 auto;
        overflow: hidden;
        padding: 50px 15px;     
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #homepage-bottom-content-first-left {
        width: 75%;
        margin-right: 25%;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        padding-left: 135px;
    }
    #homepage-bottom-content-first-left h2 { color: white !important; }
    #homepage-bottom-content-first-left { color: white; font-weight: 600; }
    .homepage-grid-wrapper {
        max-width: 1140px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-grid {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
        margin-top: 55px;

    }
    .column-grid {
        float: left;
        width: 32%;
        margin-right: 2%;
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: top;
        display: inline-block;
        
    }
    .cell-grid {
    	float: left;
        width: 49%;
        margin-right: 2%;
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: top;
        display: inline-block;
     }
    .cell-grid:nth-child(2) { margin-right: 0%; }
    .column-grid:nth-child(3) { margin-right: 0%; }
    .container-fluid { margin-top: 30px;  width: 1170px; }

    .col-half-offset {
        margin-left:4.166666667%;
        font-weight: 600;
        color: black;
    }
    .col-xs-2 {
        margin: 10px;
        color: black;
        width: auto !important;
    }
    .clearfix {  padding-top: 20px; }
    .column-main{  padding-bottom: 0px !important;  }
    .best-verkocht-grid div.block-title {  border-bottom: 1px solid grey; font-weight: 200; }
    .nieuw-producten-grid div.block-title {  border-bottom: 1px solid grey;  font-weight: 200;  margin-top: 20px; }
    .nieuw-producten-grid div.block.widget.block-new-products.grid {  margin-top: 25px; }
    .best-verkocht-grid div.block.widget.block-products-list.grid {  margin-top: 25px; }
    .best-verkocht-grid div.product-item-details {  text-align: center; }
    .best-verkocht-grid div.product-item-actions .actions-primary { padding-left: 45px; }
    .nieuw-producten-grid div.product-item-details {  text-align: center; }
    .nieuw-producten-grid div.product-item-actions .actions-primary { padding-left: 45px; }
    .nav-item.nav-item--parent.nav-item--only-blocks.level0.level-top.parent.nav-custom-link.right { display: none;}
    .cap-text-bg-light-1 .text { background-color: rgba(42,86,39,0.6); color: #ffffff; }
    .cap-push-left-10 {  right: 46% !important; }
    .level0.nav-submenu.nav-panel--dropdown.nav-panel { width: 250px; }
    .category-view {  width: 79.16666667%; float: right; -ms-flex-order: 2; -webkit-order: 2; order: 2; }
    .page-title-wrapper.product {  width: 100%; }
    .page-layout-2columns-left { width: auto !important; }
    .page-layout-2columns-left div.sidebar-main{ float: none !important; }
    .column-category {
        float: left;
        width: 25%;
        text-align: center;
        max-width: 250px;
        max-height: 250px;
    }
    .nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent > .nav-panel--dropdown {  width: 250px;  }
    .block-subtitle.filter-subtitle { display: none;  }
    .filter-options-item.allow {  display: none;}
    .block.filter {  display: none;  }
    .imgButton {
        text-align:center;
        padding: 3px;
        min-width: 160px;
        border-radius: 0px;
        color: orange;
        display: inline-block;
    }
    .category-image .image {  width: 1140px;  height: auto; }
    .links-wrapper-separators-left .links > li:first-child > * { display: none;  }
    .products.wrapper.grid.products-grid.products-related .products.list.items.product-items .item.product.product-item { width: 45% !important;  }
    .category-thumbnail-image { width: 160px; text-align: center;  display: block;  margin: 0 auto;  }
    .category-thumbnail { float: left; width: 15%; margin: 10px 2%; }
    .category-thumbnail span { overflow: visible; height: 30px;}
    .category-thumbnail a { height: 200px; }
}
.c-sidebar .block-title { margin-bottom: 15px;}
.c-sidebar .sidebar .o-list li { overflow: hidden; }
/* Mobile Styles */
@media only screen and (max-width: 767px) {
    .owl-wrapper-outer {  height: 125px; }
    .column-grid { float: none; width: 100%; margin: 10px auto; max-width: 600px;}
    .category-view { width: auto; }
    .page-title-wrapper {  width: 75%;}
    div.category-image { width: auto; height: auto;    }
    div.imgButton button {  min-width: 80px; max-width: 80px;  }
    .category-image .image { width: auto;  height: auto; }
    .nav-regular.opt-fx-fade-inout .nav-panel .nav-item--parent > .nav-panel--dropdown { width: 25%; }
    .column-category {
        float: left;
        width: 25%;
        text-align: center;
        max-width: 125px;
        max-height: 125px;
    }
    #homepage-bottom-content-first-left { padding-left: 1px !important;
        width: 100%;
        margin-top: 10px;
        align-content: center;
        color: white !important;
    }
    #homepage-bottom-content-first-left h2 { color: white !important;}
    #homepage-bottom-content-first-left {
        width: 75%;
        margin-right: 25%;
        color: white;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        padding-left: 135px;
    }    
    #homepage-bottom-content-first {        
        background-repeat: no-repeat;
        background-size: cover;
    }
    #homepage-bottom-content-first-wrapper {
	    width: 100%;
	    max-width: 600px;
	    margin: 0 auto;
	    overflow: hidden;
	    padding: 50px 15px;
	    margin-bottom: 25px;
	    margin-top: 25px;
    }
} 

@media only screen and (max-width: 991px) {
    .category-thumbnail-image {  width: 160px;  text-align: center;   display: block;  margin: 0 auto;  }
    .category-thumbnail { float: left;  width: 34%; margin: 0 4% 4% 4%;  }
}

/*** Blank product-page update ***/

.product-info-main .box-tocart, .product-options-bottom .box-tocart { display: block !important; }
.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty { display: block;}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions { display: block !important; }
.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty { height: 42px;}

.sidebar ul.o-list { margin-bottom: 20px; }
.sidebar .o-list li { overflow: hidden;}
.sidebar .o-list li.level1:first-child {   border-top: 1px solid #ededed;  padding-top: 10px; }
.sidebar h3 { padding-top: 5px; font-size: 2.4rem; margin-bottom: 25px; }


@media only screen and (min-width: 960px) {
	.navigation .menu > ul > li.menu-dropdown-icon > a > span{ position: relative;}
	.navigation .menu > ul > li.menu-dropdown-icon > a > span:after {
		position: absolute;	
		right: -10px;
		color: #fff;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    font-size: 20px;
	    line-height: 20px;
	    color: inherit;
	    content: '\e622';
	    font-family: 'icons-blank-theme';
	    vertical-align: middle;
	    display: inline-block;
	    font-weight: normal;
	    overflow: hidden;
	    speak: none;
	    text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.page-with-filter .columns .sidebar-main { order: 2;}
	
}



/** Checkout **/    
.fieldset > .field:not(.choice) > .label {
  padding: 6px 15px 0 0;
  text-align: left !important;
  width: auto !important;
  box-sizing: border-box;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control {
  width: 100%  !important;
  float: none !important;
}  
form#co-shipping-form {  margin-top: 5px; }
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after
{ margin-left: 0px !important;}
	
#shipping .fieldset:last-child { margin-bottom: 0px; }
.fieldset.address div[name*="shippingAddress.firstname"] {float: left; width: 40%; margin-right: 5%;}
.checkout-billing-address div[name$="firstname"] {float: left; width: 40%; margin-right: 5%;}
.fieldset.address div[name*="shippingAddress.lastname"] {float: right; width: 54%; }
.checkout-billing-address div[name$="lastname"] {float: right; width: 54%; }
.fieldset.address div[name*="shippingAddress.company"] {float: none; }
.fieldset.address .address-row .field > label { margin-bottom: 4px; display:block; }
.fieldset.address .address-row div[name*="shippingAddress.street.0"] {float: left; width: 65%; }
.fieldset.address div[name*="street.0"] {float: left; width: 65%; }
.fieldset.address .address-row div[name*="shippingAddress.street.1"] {float: right; width: 30%; }
.fieldset.address div[name*=".street.1"] {float: right; width: 30%; margin-top: 0px;  }
.fieldset.address div[name*="shippingAddress.postcode"] {float: left; width: 40%;}
.checkout-billing-address div[name$="postcode"] {float: left; width: 40%;}
.fieldset.address div[name*="shippingAddress.city"] {float: right; width: 54%;}
.checkout-billing-address div[name$="city"] {float: right; width: 54%;}