body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #383838;
	font-weight:400;
}


body, html {
	overflow-x:hidden;
}


/* KOPPEN & PARAGRAFEN */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0 0 20px 0;
    overflow: hidden;
    max-width: 100%;
	color:#0f324a;
    word-wrap: break-word;
	text-transform:uppercase;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    font-size: 22px;
    line-height: 27px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    margin: 0 0 20px 0;
}

address {
	margin:0 0 20px 0;
}

mark {
	background:none;
}

iframe {
	max-width:100%;
}

/* LIJSTEN */

ul {
    margin: 0 0 20px 20px;
}

ol {
    margin: 0 0 20px 20px;
}

/* LINKS */

a {
   color: #bc9300; 
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a:link {
    color: #bc9300;
    text-decoration: none;
}
a:visited {
    color: #bc9300;
    text-decoration: none;
}
a:hover {
    color: #bc9300;
    text-decoration: underline;
}
a:active {
    color: #bc9300;
    text-decoration: underline;
}

/* WOOCOMMERCE ALGEMEEN */

.button:link {
    color: #fff;
    background: #c79f01;
    text-decoration: none;
}

.button:visited {
    color: #fff;
    background: #c79f01;
    text-decoration: none;
}

.button:hover{
    background: #b78500;
    text-decoration: none;
}

.button:active {
    color: #fff;
    background: #b78500;
    text-decoration: none;
}

/* FORM + SELECT ETC */

input, select {
    font-size: 14px;
    height: 40px;
    padding: 0 15px 0 15px;
    border: 1px solid #d8d8d8;
    background: #fafafa;
}

textarea {
    position: relative;
    float: left;
    height: 200px;
    font-size: 14px;
    line-height: 22px;
    padding: 15px;
    outline: none;
	width:100%;
    border: 1px solid #d8d8d8;
	background: #fafafa;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}


label {
    position: relative;
    float: left;
    width: 200px;
}


/* TABEL */

/* TABLE */
table {
	display:table;
	margin: 0 0 30px 0;
	font-weight:400;
}
table tr {
	display:table-row;
}

table tr td:first-child {
	padding:0 10px 0 0;
}

table thead {
	padding: 0 0 30px 0;
}

table tr td {
	padding:0px 10px;
	display:table-cell;
}

table th {
	text-align:left;
	padding:0px 10px;
	display:table-cell;
}
table th:first-child {
	padding:0 10px 0 0;
}

/* GRAVITY FORMS */
.gform_wrapper {
    position: relative;
    float:left;
	width:100%;
}
.gform_wrapper form {
	position:relative;
	float:left;
	width:100%;
}

.gform_body {
	position:relative;
	float:left;
	width:100%;
}

.gform_wrapper ul {
    position: relative;
    float: left;
	width:100%;
    margin: 0;
    list-style-type: none;
}

.gform_wrapper ul li {
    position: relative;
    float: left;
	width:100%;
    margin: 0 0 10px 0;
}

.gfield_label {
    position: relative;
    float: left;
	width:100%;
	padding-right:10px;
    line-height: 40px;
    font-weight: bold;
}

.gform_wrapper .ginput_container {
    position: relative;
    float: left;
	width:100%;
}
.gfield_required {
    color: red;
}


.ginput_container input {
    width: 100%;
}

.gform_button {
    background-color: #bc9300;
    color: #fff;
    border: none;
    float: right;
    height: auto;
	
	padding: 7px 30px;
    font-size: 20px;
    line-height: 20px;
	text-transform:uppercase;
	font-weight:bold;
}

.gform_button:hover {
    background-color: #c79f01;
}

/* GRAVITY FORMS MELDINGEN */

.validation_error {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #bb4646;
    color: #fff;
    margin: 0 0 20px 0;
}

.gform_wrapper .validation_message.gfield_description {
    background-color: #bb4646;
    clear: both;
    color: #FFF;
    float: left;
    left: 0px;
    padding: 0px 10px;
    position: relative;
    margin: 14px 0 0 0;
    font-size: 12px;
    width: auto!important;
    margin-top: 10px;
}

.gform_wrapper .validation_message.gfield_description:before {
    border: solid transparent;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #bb4646;
    border-width: 7px;
    bottom: 100%;
    content: " ";
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
}


@media(max-width:767px){
	
	textarea {
		width:100%;
	}
	
    .gform_wrapper {
        position: relative;
        float: left;
        width: 100%;
        max-width:none;
    }
    
    .gform_wrapper ul {
        width: 100%;
		max-width:inherit;
    }
	
	.gform_wrapper ul li {
		width:100%;
	}
	
    
    .gfield_label {
        position: relative;
        float: left;
        width: 100%;
        min-width: auto;
		max-width:inherit;
    }
    
    .gform_wrapper .ginput_container {
        min-width: auto;
        width: 100%;
    }
	
	.ginput_container input {
		width:100%;
	}
}

@media(min-width:768px){
    
}

@media(min-width:992px){
    
}

@media(min-width:1200px){
    
}

/* HEADER */
.header {
	position:relative;
	float:left;
	width:100%;
	background-color:#191919;
}

.logo {
	margin:10px 0;
}

/* SEARCH HEADER */

.header .search {
	margin:58px 0;
}

.header .search form {
	position:relative;
	float:left;
	width:100%;
}

.header .search input {
	position:relative;
	float:left;
	width:100%;
	height:45px;
	color:#fff;
	background-color:#333333;
	border:0px;
}

.header .search button {
	position:absolute;
	top:0px;
	right:0px;
	width:90px;
	height:45px;
	outline:none;
	background-color:#cca500;
	border:none;
	
	font-size:16px;
	line-height:45px;
	color:#fff;
	padding:0px;
	border:1px solid #b78500;
}

.header .search button:hover {
	background-color:#b78500;
	border:1px solid #996d00;
}

.header .search button i {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	font-size:22px;
	line-height:43px;
	line-height:43px;
	text-align:center;
}


@media(max-width:767px){
	
	.header .search {
		margin: 0 0 20px 0;
	}
	
	.logo img {
		width:273px;
	}
	
}

@media(min-width:768px){
	.header .search {
		margin: 44px 0;
	}
	
	.logo {
		margin: 22px 0;
	}
	
}

@media(min-width:992px){
	.header .search {
		margin: 58px 0;
	}
	
	.logo {
		margin: 22px 0;
	}
	
}

@media(min-width:1200px){
	.header .search {
		margin: 58px 0;
	}
	
	.logo {
		margin: 10px 0;
	}
}



/* MOBIEL MENU */

.mobielmenu {
	position:relative;
	float:left;
	width:100%;
	background-color:#c99e01;
	border-top:1px solid #b27f00;
	border-bottom:1px solid #b27f00;
	z-index:88;
}

.menu-toggle {
	position:relative;
	float:right;
	color:#fff;
	font-size:18px;
	margin:10px 0;
	line-height:18px;
	font-weight:900;
	text-transform:uppercase;
	padding:10px;
	background-color:#b78500;
	
}

.menu-toggle:hover {
	color:#fff;
}



.menu-toggle::before {
	content:'Menu';
	position:relative;
	float:left;
}

.mobielmenu ul {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	
	max-height:0px;
	visibility:hidden;
	opacity:0;
	
}

.mobielmenu ul li {
	position:relative;
	float:left;
	width:100%;
	list-style-type:none;
}

.mobielmenu ul li a {
	font-size:16px;
	line-height:18px;
	font-weight:900;
	text-transform:uppercase;
}

.mobielmenu ul li a:link {
	color:#fff;
}
.mobielmenu ul li a:visited {
	color:#fff;
}
.mobielmenu ul li a:hover {
	color:#fff;
}
.mobielmenu ul li a:active {
	color:#fff;
}

/* MENU OPEN */

.menu-open .menu-toggle::before {
	content:'Close';
}

.menu-open .mobielmenu ul {
	max-height:9000px;
	visibility:visible;
	opacity:1;
	margin:0 0 20px 0;
}




/* HOOFDMENU STICKY */

@media(min-width:992px){
	.nav-sticky .header {
		margin:0 0 69px 0;
	}
}

.nav-sticky .hoofdmenu {
	position:fixed;
	top:0px;
}


/* HOOFDMENU */

.hoofdmenu {
	position:relative;
	float:left;
	width:100%;
	background-color:#c99e01;
	border-top:1px solid #b27f00;
	border-bottom:1px solid #b27f00;
	z-index:88;
}

.hoofdmenu ul {
	position:relative;
	float:left;
	text-align:center;
	margin:0;
	padding:0 1px 0 1px;
}

.hoofdmenu ul::before {
	content:'';
	position:absolute;
	left:0px;
	width:1px;
	height:100%;
	z-index:2;
	background-color:#d0aa01;
}

.hoofdmenu ul::after {
	content:'';
	position:absolute;
	right:0px;
	width:1px;
	height:100%;
	z-index:2;
	background-color:#c19805;
}


.hoofdmenu ul li {
	position:relative;
	float:left;
	list-style-type:none;
}

.hoofdmenu ul li::after {
	content:'';
	position:absolute;
	right:0px;
	width:1px;
	height:100%;
	z-index:2;
	background-color:#d0aa01;
}

.hoofdmenu ul li::before {
	content:'';
	position:absolute;
	left:0px;
	width:1px;
	height:100%;
	z-index:2;
	background-color:#c19805;
}

.hoofdmenu a {
	position:relative;
	float:left;
	font-size:18px;
	line-height:18px;
	font-weight:900;
	padding:25px 48px; 
	text-transform:uppercase;
}

.hoofdmenu a:link {
	color:#fff;
	background-color:#c99e01;
}

.hoofdmenu a:visited {
	color:#fff;
	background-color:#c99e01;
}
.hoofdmenu a:hover {
	color:#fff;
	background-color:#c19805;
	text-decoration:none;
}
.hoofdmenu a:active {
	color:#fff;
	background-color:#c19805;
	text-decoration:none;
}


@media(max-width:767px){
	
}

@media(min-width:768px){
}

@media(min-width:992px){
	.hoofdmenu a {
		padding:25px 17px; 
	}
}

@media(min-width:1200px){
	.hoofdmenu a {
		padding:25px 28px; 
	}
}


/* SLIDESHOW HOME */
.slideshow {
	position:relative;
	float:left;
	width:100%;
	height:530px;
}

.slideshow .bx-wrapper {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}

.slideshow .bx-viewport {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
}

.slideshow ul {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0;
}

.slideshow ul li {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	background-size:cover;
	background-position:center center;
}

.slideshow ul li img {
	display:none;
}


@media(max-width:767px){
	.slideshow {
		height:150px;
	}
}

@media(min-width:768px){
	.slideshow {
		height:330px;
	}
}

@media(min-width:992px){
	.slideshow {
		height:400px;
	}
}

@media(min-width:1200px){
	.slideshow {
		height:530px;
	}
}


/* CATEGORIEEN HOME */
.categorieeen {
	position:relative;
	float:left;
	width:100%;
	background-color: #c99e01;
}

.categorieeen ul.products {
	position:relative;
	float:left;
	width:100%;
	margin:-130px 0 -130px 0;
	z-index:77;
}

.categorieeen ul.products li {
	position:relative;
	float:left;
	width:32%;
	
	height:260px;
	
	margin-right:2%;
	margin-bottom:20px;
	
	list-style-type:none;
	
	padding:20px;
	
	background-color:#fff;
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	border:none;
}
.categorieeen ul.products li:nth-child(3n+3) {
	margin-right:0;
}

.categorieeen ul.products li img {
	display:none;
}

.categorieeen ul.products li h2 {
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
}

.categorieeen ul.products li:nth-child(2n+2) h2 {
	color:#000;
}

.categorieeen ul li a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
}

.categorieeen ul li a:link {
	text-decoration:none;
}
.categorieeen ul li a:visited {
	text-decoration:none;
}
.categorieeen ul li a:hover {
	text-decoration:none;
}
.categorieeen ul li a:active {
	text-decoration:none;
}

.categorieeen ul li a:hover .view-category {
	background-color: #b78500;
}

.categorieeen ul li .view-category {
	position:absolute;
	bottom:20px;
	left:20px;
	background-color:#c79f01;
	color:#fff;
	
	font-size:26px;
	line-height:26px;
	
	text-transform:uppercase;
	font-weight:900;
	padding:10px 30px;
}



@media(max-width:767px){
	
	.categorieeen ul.products {
		margin:20px 0 20px 0;
	}
	
	.categorieeen ul.products li {
		width:100%;
		margin-right:0%;
	}
	.categorieeen ul.products li h2 {
		font-size:21px;
		line-height:21px;
		min-height:inherit;
		text-align:left;
	}
}

@media(min-width:768px){
	.categorieeen ul.products li h2 {
		font-size:21px;
		line-height:21px;
		min-height:inherit;
		text-align:left;
	}
}

@media(min-width:992px){
	.categorieeen ul.products li h2 {
		font-size:28px;
		line-height:28px;
		min-height:inherit;
		text-align:left;
	}
}

@media(min-width:1200px){
	.categorieeen ul.products li h2 {
		font-size:36px;
		line-height:36px;
		min-height:inherit;
		text-align:left;
	}
}



/* CTA HOME */
.cta-home {
	position:relative;
	float:left;
	width:100%;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.cta-home img {
	display:none;
}


.cta-home-content {
	position:relative;
	width:100%;
	margin:160px 0 60px 0;
}

.cta-home .subtitel {
	position:relative;
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	
	font-size:80px;
	line-height:80px;
	
	font-weight:400;
	
	text-transform:uppercase;
	
	text-shadow: -4px 0px 0px rgba(0, 0, 0, 1);
}

.cta-home .titel {
	position:relative;
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	
	margin: 0 0 30px 0;
	
	font-size:170px;
	line-height:170px;
	font-weight:700;
	text-transform:uppercase;
	
	text-shadow: -4px 0px 0px rgba(0, 0, 0, 1);
}

.view-stockists-wrap {
	position:relative;
	float:left;
	width:100%;
}

.view-stockists {
	position:relative;
	display:block;
	margin:0 auto;
	background-color: #c79f01;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
	font-weight:700;
	text-transform:uppercase;
	padding: 10px 30px;
	width:275px;
	text-align:center;
}

.view-stockists:link {
	background-color: #c79f01;
    color: #fff;	
}

.view-stockists:visited {
	background-color: #c79f01;
    color: #fff;	
}
.view-stockists:hover {
	background-color: #b78500;
    color: #fff;	
	text-decoration:none;
}
.view-stockists:active {
	background-color: #b78500;
    color: #fff;
	text-decoration:none;	
}


@media(max-width:767px){
	
	.cta-home-content {
		margin:60px 0;
	}
	.cta-home .subtitel {
		font-size:26px;
		line-height:26px;
	}
	
	.cta-home .titel {
		font-size:55px;
		line-height:55px;
	}
	
}

@media(min-width:768px){
	.cta-home .subtitel {
		font-size:60px;
		line-height:60px;
	}
	
	.cta-home .titel {
		font-size:126px;
		line-height:126px;
	}
}

@media(min-width:992px){
	
}

@media(min-width:1200px){
	
}




/* DIVIDER */
.divider {
	position:relative;
	float:left;
	width:100%;
	height:4px;
	background-color:#363739;
}


/* FEATURED PRODUCTS */

.featured-products {
	position:relative;
	float:left;
	width:100%;
	
	padding:20px 0;
	
	background: rgb(215,215,215); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(215,215,215,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.featured-products h2 {
	font-size: 46px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
	text-align:center;
}

.featured-products ul.products {
	position:relative;
	float:left;
	width:100%;
	margin:0;
}

.featured-products ul.products li {
	position:relative;
	float:left;
	list-style-type:none;
	width:23%;
	margin-right:2.66%;
	margin-bottom:30px;
	border:none;
}
.featured-products ul.products li:hover {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.featured-products ul.products li img {
	width:100%;
	margin:0 0 10px 0;
	padding-bottom:0px;
	border:none;
}

.featured-products ul.products li:nth-child(4n+4) {
	margin-right:0%;
}

.featured-products ul.products li h2 {
	font-size:17px;
	line-height:20px;
	font-weight:600;
	margin:0 0 10px 0;
	min-height:inherit;
	text-align:left;
	text-transform:uppercase;
}

.featured-products ul.products li a {
	text-decoration:none;
}


.featured-products ul.products li .button {
	position:relative;
	float:left;
	font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 30px;
}

.featured-products ul.products li .product-excerpt {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	max-height:77px;
	margin:0 0 10px 0;
}
.featured-products ul.products li .product-excerpt p {
	position:relative;
	float:left;
	width:100%;
	font-size:13px;
	line-height:20px;
	overflow:hidden;
	max-height:60px;
	margin:0 0 0px 0;
	color:#777777;
}


@media(max-width:767px){
	
	.featured-products h2 {
		font-size:24px;
		line-height:34px;
	}
	
	.featured-products ul.products li {
		width:100%;
	}
}

@media(min-width:768px){
	
	.featured-products ul.products li .button {
		font-size:18px;
		line-height:18px;
	}
	
}

@media(min-width:992px){
	.featured-products ul.products li .button {
		font-size:20px;
		line-height:20px;
	}
}

@media(min-width:1200px){
	
}


/* FOOTER */

.footer {
	padding:10px 0;
	position:relative;
	float:left;
	width:100%;
	background-color:#c79f00;
	color:#fff;
}

/* BROODKRUIMELPAD */
.broodkruimel {
    position: relative;
    float: left;
    width: 100%;
    margin: 25px 0;
    font-size: 13px;
    line-height: 18px;
}

.broodkruimel p {
    margin: 0 0 0px 0;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
}

.broodkruimel a:link {
    color: #979797;
}
.broodkruimel a:visited {
    color: #979797;
}

.broodkruimel a:hover {
    color: #979797;
}

.broodkruimel a:active {
    color: #979797;
}

/* WOOCOMMERCE ALGEMEEN */

.add_to_cart_button {
	display:none;
}

/* WooCommerce Single Product Pagina */

.single-product .product_title {
    text-transform: none;
    
}

.single-product p.price {
    font-size: 24px;
    font-weight: bold;
    color: #f36d33;
    margin: 0 0 10px 0;
}

.single-product p.price-with-tax {
    font-size: 18px;
    color: #818181;
}

.single-product .woocommerce-price-suffix {
    font-size: 18px;
    font-weight: 400;
}

.single-product .summary {
    margin: 0 0 40px 0;
}

.description {
	position:relative;
	float:left;
	width:100%;
}

.video-button {
	position:relative;
	float:left;
	padding:7px 25px;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	margin:0 0 20px 0;
	outline:none;
}

.video-button-wrap {
	position:relative;
	float:left;
	width:100%;
}


.stockist-button {
	position:relative;
	float:left;
	padding:7px 30px;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}


.single-product .korte-omschrijving {
    font-size: 14px;
    color: #555555;
}
.single-product .variations_form {
    position: relative;
    float: left;
    width: 100%;
}

.single-product .variations {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
}

.single-product .quantity {
    position: relative;
    float:left;
}


/* PRODUCT ATTRIBUTES TABLE */

.productattributen {
	width:100%;
	margin:0 0 20px 0;
	display:table;
	border-collapse: collapse;
}

.attribute-table {
	display:table-row;
	vertical-align:inherit;
	
	padding:2px 0;
	
	font-size:17px;
	line-height:40px;
	border-bottom:1px solid #d5d5d5;
}

.attribute-table h6 {
	display:table-cell;
	padding:0 20px 0 0;
	
	font-size:17px;
	line-height:26px;
	
	font-weight:bold;
	width:auto;
}

.attribute-table h6 i {
	width:20px;
}

.attribute-table .term {
	display:table-cell;
	text-align:left;
	width:auto;
}

@media(max-width:767px){
    .attribute-table h6 { 
		width:100%;
		padding:0 30px 0 0;
	}
	
}
@media(min-width:768px){
    
}
@media(min-width:992px){
    
}
@media(min-width:1200px){
    
}


/* PRODUCT META */

.product_meta {
	position:relative;
	float:left;
	width:100%;
}

.sku_wrapper, .posted_in, .tagged_as {
	position:relative;
	float:left;
	width:100%;
}


.single-product .quantity::before {
    content: 'Aantal';
    position: relative;
    float:left;
    line-height: 40px;
    margin: 0 20px 0 0;
    
}

.single-product .images {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.single-product .images .thumbnails {
    position: relative;
    float: left;
    width: 100px;
}
.single-product .images .thumbnails a:last-child {
    margin: 0 0 0px 0;
}
.single-product .images .thumbnails a {
    position: relative;
    float: left;
    margin: 0 0 20px 0;
}

.single-product .images .thumbnails a:link {
    border:1px solid #fff;
}

.single-product .images .thumbnails a:visited {
    border:1px solid #fff;
}

.single-product .images .thumbnails a:hover {
    border:1px solid #dfdfdf;
}

.single-product .images .thumbnails a:active {
    border:1px solid #dfdfdf;
}

.single-product .woocommerce-main-image {
    position: relative;
    float: right;
    width: 435px;
}







/* MEDIA */
@media(max-width:767px){
    .single-product .woocommerce-main-image {
        width: 100%;
    }
	.single-product .images .thumbnails {
		width:100%;
		margin:30px 0 0 0;
	}
	.single-product .images .thumbnails a {
		margin:0 20px 20px 0px;
		width:20%;
	}
	
	.single-product .images .thumbnails a:last-child {
		margin:0 20px 20px 0px;
	}
	
}

@media(min-width:768px){
    
}

@media(min-width:992px){
    .single-product .woocommerce-main-image {
        width: 335px;
    }
}

@media(min-width:1200px){
    .single-product .woocommerce-main-image {
        width: 435px;
    }
}





.single-product .qty {
    width: 70px;
}

.single_add_to_cart_button {
    position: relative;
    float: right;
    text-align: center;
}

.single_add_to_cart_button::before {
    position: relative;
    float: left;
    font-family: 'FontAwesome';
    content: '\f07a';
}


.simple_add_to_quote {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.single_adq_button {
    position: relative;
    float: right;
    color: #373737;
    background: #e7e7e7;    
}

.single_adq_button:hover {
    color: #373737;
    background: #d4d4d4;
}

.single_adq_button::before {
    position: relative;
    float: left;
    font-family: 'FontAwesome';
    content: '\f0f6';
}

.single_adq_button, .single_add_to_cart_button {
    width: 260px;
}

.proefplaatsing {
	position:relative;
	float:right;
	font-size: 15px;
    line-height: 15px;
    color: #373737;
    background: #e7e7e7;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: none;
    height: auto;
    padding: 15px 20px;
	width: 260px;
	text-align:center;
}
.proefplaatsing:link {
	color: #373737;
}

.proefplaatsing:visited {
	color: #373737;
}

.proefplaatsing:hover {
	color: #373737;
	background: #d4d4d4;
	text-decoration:none;
}

.proefplaatsing:active {
	color: #373737;
	background: #d4d4d4;
	text-decoration:none;
}


@media(max-width:767px){
    .single-product .quantity {
        width:100%;
        margin: 0 0 20px 0;
    }
    .single_adq_button, .single_add_to_cart_button {
        width: 100%;
    }
	.proefplaatsing { 
		width:100%;
	}
    
}
@media(min-width:768px){
    
}
@media(min-width:992px){
    
}
@media(min-width:1200px){
    
}





.tabs {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
}
.tabs li {
    position: relative;
    float: left;
    top: 1px;
    margin: 0;
    list-style: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c0c0c0;
}

.tabs li a {
    position: relative;
    float: left;
    padding: 15px 20px;
}

.tabs li a:link {
    color: #bc9300;
    text-decoration: none;
}
.tabs li a:visited {
    color: #bc9300;
    text-decoration: none;
}
.tabs li a:hover {
    color: #bc9300;
    text-decoration: none;
}
.tabs li a:active {
    color: #bc9300;
    text-decoration: none;
}

.tabs .active {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #fff;
}

.tabs .active a:link {
    color: #bc9300;
}

.wc-tab {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0px;
}

.wc-tab h4 {
	font-size: 25px;
    line-height: 27px;
}

.wc-tab iframe {
	width:640px;
	height:360px;
}
.woocommerce-tabs {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	border-bottom:1px solid #c0c0c0;
}

@media(max-width:767px){
    .productpagina-tabs .container {
        padding: 0px;
        position: relative;
        float: left;
        width: 100%;
    }
    .productpagina-tabs .row {
        margin: 0;
        position: relative;
        float: left;
         width: 100%;
    }
    .productpagina-tabs .col-xs-12 {
        position: relative;
        float: left;
        padding: 0px;
    }
    .woocommerce-tabs {
        position: relative;
        float: left;
        width: 100%;
    }
    .productpagina-tabs {
        margin: 0;
    }
    .tabs {
        border-top: 0px solid #c0c0c0;
    }
    .tabs li {
        width: 100%;
        border-left:0px;
        border-right: 0px;
        border-top: 0px;
        border-bottom: 1px solid #c0c0c0;
    } 
    .tabs li a {
        width: 100%;
        text-align: center;
    }
    
    .tabs .active {
        border-bottom: 1px solid #c0c0c0;
        border-left:0px;
        border-right: 0px;
        border-top: 0px;
        background: #f7f7f7;
    }
    .wc-tab {
        max-width: 100%;
        padding: 40px 15px;
    }
}
@media(min-width:768px){
    
}
@media(min-width:992px){
    
}
@media(min-width:1200px){
    
}


/* GERELATEERDE PRODUCTEN */

.related .products li {
    position: relative;
    float:left;
    width: 22%;
    margin: 0 4% 40px 0;
    
}

.related .products li:nth-child(3n+3) {
    
}

.related .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .related {
        display: none;
    }
}
@media(min-width:768px){
     .related {
        display: none;
    }
}
@media(min-width:992px){
     .related {
        display: block;
    }
}
@media(min-width:1200px){
     .related {
        display: block;
    }
}


/* UPSELLS PRODUCTEN */

.upsells .products li {
    position: relative;
    float:left;
    width: 22%;
    margin: 0 4% 40px 0;
    
}

.upsells .products li:nth-child(3n+3) {
    
}

.upsells .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .upsells {
        display: none;
    }
}
@media(min-width:768px){
     .upsells {
        display: none;
    }
}
@media(min-width:992px){
     .upsells {
        display: block;
    }
}
@media(min-width:1200px){
     .upsells {
        display: block;
    }
}



/* PRODUCT OPTIES */
.tm-epo-field-label {
	position:relative !important;
	float:left !important;
	width:200px !important;
}

.tm-extra-product-options .tm-extra-product-options-container, .tm-extra-product-options .tmcp-ul-wrap {
	position:relative !important;
	float:left !important;
	width:300px !important;
}



.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	position:relative;
	float:left;
	padding:0px 0px 0px 20px !important;
}
.tm-epo-field.tmcp-select {
	width:300px !important;
}


/* WooCommerce Resultaten en Sorteren op */

.sorteren {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 20px 0;
	
}

.woocommerce-result-count {
    position: relative;
    float: left;
    margin:9px 0;
}
.woocommerce-ordering {
    position: relative;
    float: right;
	display:none;
}

/* PRODUCTEN LOOP */
.products {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.products li {
    position: relative;
    float: left;
    width:31.33%;
    margin: 0 3% 40px 0;
    list-style-type: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.products li h2 {
    position: relative;
    float: left;
    width: 100%;
    color: #373737;
    text-align: left;
    font-size: 17px;
    line-height: 22px;
    min-height: 44px;
    margin: 10px 0 10px 0;
}

.products .price {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 19px;
    
    min-height: 40px;
    
    margin: 0 0 20px 0;
    
    line-height: 19px;
    color: #f36d33;
    font-weight: bold;
}

.products .price del {
    font-size: 14px;
    line-height: 14px;
    color: #909090;
}


.products li a:link {
    text-decoration: none;
}

.products li a:link {
    text-decoration: none;
}

.products li:nth-child(3n+3) {
    margin: 0 0 40px 0;

}

.products li .image-link {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 10px 0px 10px;
}

.products li img {
    display: block;
    margin: 0 auto;
	max-height:auto;
	width:100%;
}

.products li p {
	position: relative;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    max-height: 60px;
	height:60px;
    margin: 0 0 10px 0;
    color: #777777;
}

.thumbnail-wrap {
	position:relative;
	float:left;
	width:100%;
}

.video-button-overzicht {
	position:absolute;
	outline:none;
	bottom:10px;
	left:0px;
	
	font-size:36px;
	line-height:36px;
}

.video-button-overzicht:link {
	color:#c79f01;
}
.video-button-overzicht:visited {
	color:#c79f01;
}
.video-button-overzicht:hover {
	color:#bc9300;
}
.video-button-overzicht:active {
	color:#bc9300;
}

.products li .button {
    position: relative;
    float: left;
	width:100%;
    font-size: 20px;
    padding: 7px 30px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #c79f01;
    text-align: center;
}
.products li .button:link {
    color: #fff;
    background-color: #c79f01;
}
.products li .button:visited {
    color: #fff;
    background-color: #c79f01;
}
.products li .button:hover {
    color: #fff;
    background-color: #bc9300;
}
.products li .button:active {
    color: #fff;
    background-color: #bc9300;
}

.products li .added_to_cart {
    display: none;
}


@media(max-width:767px){
    .products li {
        width: 100%;
    }
    .products li img {
		max-height:none;
	}
}

@media(min-width:768px){
	
	.products li {
        width: 100%;
    }
	
	.products li img {
		max-height:inherit;
	}
	
	.products li h2 {
		min-height:inherit;
	}
}

@media(min-width:992px){
	
	.products li {
		width: 31.33%;
		margin: 0 3% 40px 0;
    }
	.products li:nth-child(3n+3) {
		margin: 0 0 40px 0;
	}
	
	.products li img {
		max-height:inherit;
	}
	
	.products li h2 {
		min-height:66px;
	}
}

@media(min-width:1200px){
	.products li img {
		max-height:inherit;
	}
	
	.products li h2 {
		min-height:44px;
	}
}


/* SALE BADGE */
.onsale {
    position: absolute;
    background-color: #8e8e8e;
    color: #fff;
    top: -14px;
    left: 50%;
    margin-left: -49px;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    text-align: center;
    z-index: 3;
}
.onsale:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    border: solid transparent;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #8e8e8e;
    border-width: 7px;
    bottom: -14px;
    content: " ";
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
}



/* WooCommerce Pagination */
.woocommerce-pagination {
    position: relative;
    float: left;
    width:100%;
    background: #f4f5f6;
    padding: 10px;
    margin: 0 0 40px 0;
}

.woocommerce-pagination ul {
    position: relative;
    float: right;
    margin: 0;
}
.woocommerce-pagination ul li {
    position: relative;
    float: left;
    list-style-type: none;
    padding: 0 8px;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}


/* Term Description */
.term-description {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

/* UPSELLS PRODUCTEN */

.upsells .products li {
    position: relative;
    float:left;
    width: 22%;
    margin: 0 4% 40px 0;
    
}

.upsells .products li:nth-child(3n+3) {
    
}

.upsells .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .upsells {
        display: none;
    }
}
@media(min-width:768px){
     .upsells {
        display: none;
    }
}
@media(min-width:992px){
     .upsells {
        display: block;
    }
}
@media(min-width:1200px){
     .upsells {
        display: block;
    }
}


/* RELATED PRODUCTEN */

.related .products li {
    position: relative;
    float:left;
    width: 22%;
    margin: 0 4% 40px 0;
    
}

.related .products li:nth-child(3n+3) {
    
}

.related .products li:nth-child(4n+4) {
    margin: 0 0 40px 0;
}

@media(max-width:767px){
    .related {
        display: none;
    }
}
@media(min-width:768px){
     .related {
        display: none;
    }
}
@media(min-width:992px){
     .related {
        display: block;
    }
}
@media(min-width:1200px){
     .related {
        display: block;
    }
}


/* Zijbalk */
.zijbalk {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0 0 30px 0;
    background: #f4f5f6;
}

.zijbalk h4 {
    margin: 0 0 10px 0;
}

.zijbalk section {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 30px 0;
}

.zijbalk section:last-child {
	margin:0;
}

.zijbalk ul {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.zijbalk .widget {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.zijbalk ul {
    margin: 0 0 0 0;
}
.zijbalk ul li {
    list-style-type: none;
}

.zijbalk a {
    
}




/* SHOW FILTER */
.show-filter {
	position: relative;
    float: left;
    width: 100%;
    font-size: 20px;
    padding: 7px 0;
    line-height: 20px;
    font-weight: bold;
	margin:0 0 20px 0;
    text-transform: uppercase;
    background-color: #bc9300;
    text-align: center;
	color:#fff;
}

.show-filter:link {
	color:#fff;
	text-decoration:none;
}
.show-filter:visited {
	color:#fff;
	text-decoration:none;
}
.show-filter:hover {
	color:#fff;
	text-decoration:none;
}
.show-filter:active {
	color:#fff;
	text-decoration:none;
}

.show-filter::after {
	font-family:'FontAwesome';
	content:'\f0d7';
	margin-left:10px;
}

.filter-open .show-filter::after {
	font-family:'FontAwesome';
	content:'\f0d8';
	margin-left:10px;
}


@media(max-width:992px){
	
	.zijbalk {
		visibility:hidden;
		display:none;
		opacity:0;
		padding:0;
		
		margin:0;
		
		
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;

	}
	
	
	
	.filter-open .zijbalk {
		visibility:visible;
		opacity:1;
		display:block;
		padding:10px;
		margin:0 0 30px 0;
	}

	
	
	
}





/* PRODUCT FILTERS */
.berocket_aapf_widget-title {
    font-size: 20px !important;
}

.berocket_aapf_widget_show {
    margin-right: 0px !important;
}

ul.berocket_aapf_widget {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 !important;
}

ul.berocket_aapf_widget li {
    position: relative;
    float: left;
    width:100%;
    margin: 0 0 10px 0;
}
ul.berocket_aapf_widget li input {
    position: relative;
    float: left;
    height: auto;
}


.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
    position: relative;
    float: right;
    width: 100% !important;
}

.berocket_aapf_widget li.slider span.left, .berocket_aapf_widget li.slider span.right {
    position: relative;
    float: left;
    width: 50%;
    text-align: left !important;
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
}


.berocket_filter_slider.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #c99e01 !important;
}

.berocket_aapf_widget {
	width:100%;
	margin-bottom:0px !important;
}

.slide .ui-widget-content {
    border:0px !important;
}

.berocket_aapf_widget .berocket_label_widgets {
	width:90%;
}

.berocket_aapf_reset_button {
	
	position: relative;
    float: left;
    width: 100%;
	color:#fff;
    font-size: 14px;
	height:44px;
    line-height: 8px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #373737;
    text-align: center;
	
	-webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}
.berocket_aapf_reset_button:hover {
	background-color: #252525;
}

.berocket_aapf_widget_update_button {
	position: relative;
	float: left;
	width: 100%;
	color:#fff;
	
	height:auto;
	
	text-transform:uppercase;
	
	font-size: 20px;
    padding: 7px 30px;
    line-height: 20px;
    font-weight: bold;
	
	background-color: #c79f01;
	border:none;

	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}
.berocket_aapf_widget_update_button:hover {
	color:#fff;
	background-color:#bc9300;
}

.berocket_aapf_widget div.berocket_aapf_product_count_desc {
	display:none !important;
}


@media screen and (max-width: 700px){
    .berocket_aapf_widget_show.mobile_hide{
        display: block !important;
    }
}


/* CATEGORIE OVERZICHT SHOP PAGE */

.producten {
	position:relative;
	float:left;
	width:100%;
}

 ul.products {
	position:relative;
	float:left;
	width:100%;
	z-index:77;
}

 ul.products li.product-category {
	position:relative;
	float:left;
	width:32%;
	
	height:260px;
	
	margin-right:2%;
	margin-bottom:20px;
	
	list-style-type:none;
	
	padding:20px;
	
	background-color:#fff;
	
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	border:none;
}
 ul.products li.product-category:nth-child(3n+3) {
	margin-right:0;
}

 ul.products li.product-category  img {
	display:none;
}

 ul.products li.product-category  h2 {
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
}

 ul.products li.product-category:nth-child(2n+2) h2 {
	color:#000;
}

 ul.products li.product-category  a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:20px;
}

 ul.products li.product-category  a:link {
	text-decoration:none;
}
 ul.products li.product-category  a:visited {
	text-decoration:none;
}
 ul.products li.product-category  a:hover {
	text-decoration:none;
}
 ul.products li.product-category  a:active {
	text-decoration:none;
}

 ul.products li.product-category  a:hover .view-category {
	background-color: #b78500;
}

 ul.products li.product-category  .view-category {
	position:absolute;
	bottom:20px;
	left:20px;
	background-color:#c79f01;
	color:#fff;
	
	font-size:26px;
	line-height:26px;
	
	text-transform:uppercase;
	font-weight:900;
	padding:10px 30px;
}



@media(max-width:767px){
	
	ul.products {
		margin:20px 0 20px 0;
	}
	
	ul.products li.product-category  {
		width:100%;
		margin-right:0%;
	}
	ul.products li.product-category  h2 {
		font-size:21px;
		line-height:21px;
		min-height:inherit;
		text-align:left;
	}
}

@media(min-width:768px){
	ul.products li.product-category  h2 {
		font-size:21px;
		line-height:21px;
		min-height:inherit;
		text-align:left;
	}
}

@media(min-width:992px){
	ul.products li.product-category  h2 {
		font-size:28px;
		line-height:28px;
		min-height:inherit;
		text-align:left;
	}
}

@media(min-width:1200px){
	 ul.products li.product-category  h2 {
		font-size:36px;
		line-height:36px;
		min-height:inherit;
		text-align:left;
	}
}

/* PAGE WRAP */

.page-wrap {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 30px 0;
}

/* hide product amount bar sort */
.woocommerce-result-count {
display:none;
}

mark {
    display: none;
}