/*
Theme Name: Zuylen
Description: Child theme for Zuylen
Author: Precies Internetbureau
Author URI: https://www.precies.nl/

Version: 3.1.0

Template: genesis

Text Domain: genesis-sample

*/


@font-face {
    font-family: 'scala_sansregular';
    src: url('/wp-content/themes/zuylen/fonts/scalasans-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/zuylen/fonts/scalasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #00345B;
	font-family: 'scala_sansregular';
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.66em;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #E12F29;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #00345b;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.page-section ul {
margin-left: 20px;
}

.page-section li {
	list-style-type: disc;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #00345b;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'scala_sansregular';
	color: #00345b;
	margin: 0 0 20px;
	font-weight: 800;
	line-height: 1.2em;
}




h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
	font-weight: 800;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */


.woocommerce-additional-fields {
	display: none!important;
}

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

.postid-23435 form.cart {
	display: none;
}

.post-password-form input[type="submit"] {
	background-color: #E12F29;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #00345b;
	font-size: 18px!important;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	border-radius: 5px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #00345b;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #00345b;
	opacity: 1;
}

::placeholder {
	color: #00345b;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    border-radius: 0px;
	cursor: pointer;
    font-weight: 300;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: none;
	font-size: 24px;
    line-height: 48px;
    background-color: #00345b;
    color: #ffffff;
    border: 1px solid #ffffff;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #14648c;
	border: 1px solid #14648c;
	color: #fff;
	text-decoration: none;
}

form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	height: auto !important;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 300;
    padding: 7px 30px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: none;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    border: 1px solid #E12F29;
}


.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button.orange {
background-color: #E12F29;
color:#ffffff;
}
.button.orange:hover {
background-color: #e53303;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}


.form .gform_wrapper .gform_footer input.button, 
.form .gform_wrapper .gform_footer input[type=submit], 
.form .gform_wrapper .gform_page_footer input.button, 
.form .gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #00345b;
    border: 0;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.15;
    font-weight: 300;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
 

}

.page-section .gform_wrapper ul.gform_fields {
    margin-right: -16px!important;
}

.form .gform_wrapper .gform_footer input.button:hover, 
.form .gform_wrapper .gform_footer input[type=submit]:hover, 
.form .gform_wrapper .gform_page_footer input.button:hover, 
.form .gform_wrapper .gform_page_footer input[type=submit]:hover {
background-color: #14648c;

}


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #00345b;
	display: block;
	font-size: 1em;
	
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */



@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 40px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #00345b;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #E12F29;
}

.widget-title {
	font-size: 30px;

	margin-bottom: 36px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #00345b;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #E12F29;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}



/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #ffffff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	
	top: 0;
	z-index: 9999;
	margin: 0 auto;
    width: 100%;
}

.header-widget-area .widget {
    margin-bottom: 0px;
}

	.admin-bar .site-header {
		top: 32px;
	}

.site-header.small {
background-color: #ffffff;
position: fixed;
}

.site-header.small a {
color:#030304;
}


#layer {
height: 71px;
width: 75px;
}

.cls-1{fill:#ff4713;}
.cls-2{fill:#fff;}


.site-header.small .cls-2{
	fill:#00345b;
	}

.cart-total.d-bl {
color:#00345b;
display: none;
}

.svg-inline--fa.fa-shopping-cart {
color:#ffffff;
}

.site-header.small .woocommerce-Price-amount.amount {
color:#00345b;
}


	
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}



.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #00345b;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


.icons a {
color:#15110d;
text-decoration: none;
}

.icons a:hover {
color:#E12F29;
}


/* Product pagina Combideal
--------------------------- */





.component_title_text.step_title_text,
.composited_product_details_wrapper .stock.in-stock {
	display: none;
}

.composite_component{
	display: none!important;
}

.composite_form:not(.paged) .composite_wrap {
    padding-top: 0rem!important;
}

.component_table_item .component dt {
	display: none;
}

.component_container_table_item .product-name {
	font-weight: 600;
}

.component_title_text.step_title_text {
	display: none!important;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
clear: both;

    margin: 0 auto;
    display: flex;

    justify-content: space-between;
    margin-bottom: 0;

}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #ffffff;
	display: block;
	font-size: 28px;
	text-decoration: none;
	text-transform: uppercase;

}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #E12F29;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #00345b;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #E12F29;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}



.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	    background-color: #E12F29;
}
.nav-primary .wrap{
max-width: 1140px;
    margin: 0 auto;
}


.superfly-on .sfm-rollback {
    display: none;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #00345b;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #00345b;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	padding-top: 20px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 15px;
	line-height: 1.5;
	color: #00345b;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
color:#00345b;
text-decoration: none;
}

.site-footer a:hover {
color:#df1f00;
}

.site-footer .bottom {
font-size: 12px;
}

.site-footer .svg-inline--fa {
font-size: 30px;
margin-right: 8px
}


.site-footer .product-categories a {
color:#ffffff;
}

#socialicon {
width: 35px;
height: 35px;
margin-right: 5px;
}

#socialicon .colorfill {
fill:#ffffff;
} 

a:hover #socialicon .colorfill {
fill:#ff4713;
}


.site-footer .payment_inner {
text-align: center;
    padding-bottom: 50px;
	}

.site-footer .payment_inner img {
    width: 32px;
	border: 1px solid #bfbfbf;
    border-radius: 8px;
}


/* CUSTOM CSS
-------------------------------------------------------------------------------------------------- */

.onsale {
	display: none;
}

/* fixed header
--------------------------- */
.site-header.small .p-t-sm {
    padding-top: 10px;
}

.site-header.small .p-b-sm {
    padding-bottom: 10px;
}

.site-header.small .col-3.logo img {
max-width: 50%;
    padding-top: 10px;
}

.yith-ajaxsearchform-container [type="search"] {
width: 60%;
}


/* Allround
--------------------------- */
.page-section {
     clear: both;
}

.d-bl {
    display: block;
}


.block-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}

.read-more {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}

.news figure {
    margin: 0 0 0rem;
}

.news a {
text-decoration: none;
color: #df1f00;
}

blockquote {
background-color: #ececec;
    padding: 20px;
	color: #00345b;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
}

blockquote p {
    margin-bottom: 0rem;
	}


/* SPLASH PAGE
--------------------------- */

.page-section.bar {
height: 60px;
background-color: #00345b;
}

.page-section.choice .particulier,
.page-section.choice .zakelijk{
background-color: #ececec;
}


.page-section.choice .particulier {
background-image: url('/wp-content/uploads/webwinkel_par.jpg');
background-size: cover;
background-position: center;
height: 475px;

}

.page-section.choice .zakelijk {
background-image: url('/wp-content/uploads/webwinkel_zak.jpg');
background-size: cover;
background-position: center;
height: 475px;
}


.page-section.choice .inner {
position: relative;
}

.page-section.choice .inner .button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}



.page-section.choice .button .svg-inline--fa {
    font-size: 14px;
    padding-bottom: 16px;
    position: relative;
    top: 7px;

}

.block-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
}


.page-section.choice .col-4:hover .button {
	background-color: #14648c;
    border: 1px solid #14648c;
}

.page-section.choice .col-4 .inner_intro {
padding-right: 30px;
}


/* home
--------------------------- */

.dis-usp .row {
overflow: hidden;
flex: 1 1 auto;
}

.dis-usp .col-6.v-c {
padding-left: 0px;
}

.page-section.sticker .container {
position: relative;}








.page-section.banner.small {
height: auto;
}


.page-section.banner img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.slick-slide img {
width: 100%;
}


.usps.row .slick-list {
    width: 100%;
}


.usps.row .fa-ul {
    margin-left: 1.5em;
	margin-bottom: 0.5rem;
	margin-top:0.5rem;
}


.usps.row  .fa-li {
    left: -3em;
    text-align: left;
}
.usps.row .usp {
display: flex;
    align-items: center;
    justify-content: center;
	}

.usps.row .usp p {
    margin-bottom: 0rem;
}

.col-3.swiper-slide .inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	height: 100%;
}



.slick-slide {
  height: auto;
}

.title-container {
width: 100%;
color: #00345b;
font-weight: 800;
padding: 0px 40px;
}

.whishlist  {
position: absolute;
    right: 0px;
    top: 0;
}



.page-section.intro {
   color: #fff;
}



.page-section.intro h1 {
font-size: 72px;
color:#ffffff;
text-shadow: 0px 0px 10px #000;
}

.page-section.intro h2 {
font-size: 56px;
color:#ffffff;
text-shadow: 0px 0px 10px #000;
}


.overlay {
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,.8) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	border-radius: 0px 0px 10px 10px;
	height: 70%;
}


.page-section.party {
color:#ffffff;
}


.page-section.social .container.max {
    max-width: 100%;
}

.page-section.social .fa-instagram {
color:#E12F29;
}

.page-section.shipping-note .svg-inline--fa.fa-truck {
color:#ffffff;
}

.page-section.shipping-note ul {
    margin-bottom: 0rem;
}

.page-section.shipping-note li {
    list-style-type: none;
}

.page-section.shipping-note .fa-li {
    top: -2px;
}

.product-titel {
text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
	max-width: 50%!important;
    min-width: 50%!important;
}

.woocommerce div.product form.cart {
	margin-bottom: 0px!important;
}

.productslider img {
    margin: 0 auto;
}

.woocommerce .page-section.full div.product p.price, .woocommerce .page-section.full div.product span.price {
	float: left;
    padding-right: 20px;
}

.subtitle {
color:#E12F29;
font-weight: 600;
}

.custom_html-2 .svg-inline--fa.fa-w-16,
.custom_html-2 .svg-inline--fa.fa-w-14 {
font-size: 30px;
}

.products .inner {
  top: 0;
  transition: top ease 0.5s;
  height: 100%;
}
.products .inner:hover {
  top: -10px;
}

/* FAQ pagina
--------------------------- */

#accordion1 .button {
    width: 100%;
    text-align: left;
	padding: 20px;
	border-radius: 0px;
} 


#accordion1 .button .svg-inline--fa {
margin-right: 10px;
}
.card {
padding: 10px 40px 10px 20px;
margin-bottom: 10px;
}

.card h4 {
margin: 0rem;
position: relative;
}

.card h4 p {
margin: 0px;
}

.card h4 a {
text-decoration: none;
color:#00345b;
}

.card-header:first-child { 
padding: 0;
border-bottom: 0px;
}

.panel-title [data-toggle="collapse"]:after {
   content: '\f078';
    font-family: 'Font Awesome 5 Free';
font-weight: 800;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: -25px;

} 

.panel-title [aria-expanded="true"]:after{
   content: '\f077';
    font-family: 'Font Awesome 5 Free';
font-weight: 800;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: -25px;
}


/* Shopping cart
--------------------------- */

.woocommerce-shipping-destination strong {
display: block;
font-size: 14px;
}

.mega-close {
display: none;
}

.yith-wacp-mini-cart-shortcode #yith-wacp-mini-cart {
position: relative;
    top: 5px !important;
    left: 0 !important;
    width: auto !important;
    display: inline-block !important;
    background-color: #00345b14 !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 0px #ccc !important;
    border: 1px solid #00345b!important;
    padding: 5px!important;
}

.yith-wacp-mini-cart-icon {
    width: 100%!important;
    height: 25px!important;
	padding: 12px!important;
    top: 0px!important;
    position: relative;
}



.site-header #yith-wacp-mini-cart .yith-wacp-mini-cart-count {
position: absolute;
    top: -1px;
    right: -23px;
    background: #E12F29;
    color: #fff;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 12px;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    left: auto;
}

.site-header .col-2 {
display: flex;
}

#title-area .svg-inline--fa.fa-user,
#title-area .svg-inline--fa.fa-heart{ 
font-size: 22px;
}



/* Wishlist
--------------------------- */
.page-section.full .tinv-wishlist .product-action {
    width: auto;
    text-align: center;
}

.tinv-wishlist table td, .tinv-wishlist table th {
	max-width: 300px;
}

/* Shoppingcart popup
--------------------------- */

#yith-wacp-popup .yith-wacp-message {
    color: #222222;
    background-color: #ebe9eb;
}

/* Shoppagina
--------------------------- */

.products img {
height: 230px;
width: 100%;
object-fit: cover;
}


.woocommerce .woocommerce-ordering select {
    font-size: 16px;
}

.product-categories a {
color:#030304;
text-decoration: none;
}

.product-categories a:hover {
color:#E12F29;
}

.test {
 display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.test .inner {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

.page-section.shop {
background-color: #ffffff;
}

#breadcrumbs {
font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
}

#breadcrumbs a {
color: #030304
}



.price {
    font-weight: 800;
    align-self: flex-end;
    color: #e12103;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 400!important;
}



.whishlist {
z-index: 999;
}

.qib-container:not(#qib_id) {
    border: 1px solid #C3C8CC!important;
    border-radius: 5px!important;

	
}



.page-section .qib-container .quantity input.qty:not(#qib_id) {
    border: none!important;
    font-size: 22px!important;
}

 .page-section .qib-button:hover:not(#qib_id) {
    background: none!important;
	color: #E12F29!important;
}

.page-section .qib-button:focus:not(#qib_id) {
    border: 0px #b3b3aa solid!important;
    outline: none!important;
}

.page-section .qib-container .quantity input.qty:focus:not(#qib_id) {
    border-color: #cac9c9!important;
    outline: none!important;
    border-width: 0px 0px!important;
    border-style: solid!important;
}

.count {
float: right;
}

.page-section .yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before {
    margin-right: 10px;
}


.page-section  .yit-wcan-parent-terms a {
color:#15110d;
text-decoration: none;
}

.filter-mobile {
display: none;
}


.ocs-slidebar.ocs-shop-sidebar {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

#ocs-shop-sidebar .widget-area {
    padding: 50px 30px;
}

#ocs-shop-sidebar .widget {
    margin-bottom: 0px;
}

#ocs-shop-sidebar .widget-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}

#ocs-shop-sidebar .custom-html-widget {
margin-bottom: 15px;
}

#ocs-shop-sidebar .yith-wcan-list.yith-wcan {
color: #15110d;
}

#ocs-shop-sidebar .yith-wcan-list.yith-wcan a {
color: #15110d;
text-decoration: none;
} 

.visible a {
color:#030304;
text-decoration: none;
}

.visible a:hover,
.visible a:focus {
    color: #E12F29;
    text-decoration: underline;
	}


/* Winkelmand
--------------------------- */

.woocommerce table.shop_table tbody:first-child tr:first-child td, 
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0!important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td{
    border-top: 1px solid #bababa!important;
}

.cart_totals .includes_tax {
	display: none;
}


 .woocommerce-cart .page-section.cart table.cart img {
    width: 90px;
}


.qib-button:not(#qib_id):not(#qib_id) {   
    background: transparent!important;    
    border-width: 0!important;
	height: 64px!important;
}
.page-section .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
height: 64px;
}

/* Winkelwagen 
--------------------------- */

.woocommerce-privacy-policy-text {
	font-size: 14px;
    line-height: 1.8;
}

.woocommerce-form__label-for-checkbox span {
font-size: 18px;
}

h3#ship-to-different-address {
margin: 0;
}

/* Winkelwagen popup
--------------------------- */

#yith-wacp-popup .yith-wacp-main {
    border-radius: 5px;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content a.button {
	border-radius: 0px;
    cursor: pointer;
    font-weight: 300;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: none;
    font-size: 20px;
    line-height: 48px;
    background-color: transparent;
    color: #00345b;
    border: 1px solid #00345b;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content a.button.go-checkout {
border-radius: 0px;
    cursor: pointer;
    font-weight: 300;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: none;
    font-size: 20px;
    line-height: 48px;
    background-color: #00345b;
    color: #ffffff;
    border: 1px solid #00345b;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content .popup-actions .button {
    min-width: 30%;
    text-transform: uppercase;
    display: inline-block;
    
    border-radius: 5px;
    line-height: normal;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content .popup-actions .button.go-checkout {
background-color: #E12F29;
color:#ffffff;

}

#yith-wacp-popup .yith-wacp-content .button.go-cart:hover,
#yith-wacp-popup .yith-wacp-content .button.go-checkout:hover,
#yith-wacp-popup .yith-wacp-content .button.continue-shopping:hover{
    background: #E12F29!important;
    color: #ffffff!important;
	border: 1px solid #E12F29!important;
}

.woocommerce ul.products li.product .price {
	color: #565656!important;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content a.button:hover {
	background: #dad8da;
    color: #515151;
}

#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content h3.cart-list-title {
    font-size: 25px;
	}
	

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    border-width: 0px 0!important;
height: 64px!important
}

#payment svg {
float: left!important;
    margin-right: 10px;
        margin-top: -8px;
}


/* # ORDER CHECK PAGIANA
---------------------------------------------------------------------------------------------------- */

.woocommerce form  .mailchimp-newsletter {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 30px!important;
    margin-top: 20px!important;
}


.woocommerce-input-wrapper {
    width: 100%;
}

.page-section #customer_details .inner.form, 
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 2rem;
	border: 1px solid #ececec;
}

.page-section .woocommerce form .form-row label, 
.page-section .woocommerce-page form .form-row label {
font-size: 18px;
font-weight: 800;
}

.page-section .woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
	}

.page-section .woocommerce .coupon_checkout td {
padding: 40px 0px;
}

.page-section.checkout h2 {
    font-size: 30px;
}

.woocommerce table.shop_table tfoot td {
font-weight: 300!important;
}

.woocommerce ul#shipping_method .amount {
font-weight: 300!important;
}

.woocommerce table.shop_table td small {
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 14px;
}

.payment_method_mollie_wc_gateway_ideal label {
    display: inline-block;
    margin-bottom: 0px;
    border: 1px solid #00345b;
    padding: 11px;
    border-radius: 10px;
    background-color: #ffffff;
}

.payment_method_mollie_wc_gateway_ideal label img {
    margin: 0!important;
}

#billing_country_field {
display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
font-size: 18px;
}


/* Product pagina
--------------------------- */

.panel-body {
font-size: 18px;
}

.woocommerce-checkout-review-order-table {
font-size: 18px!important;
}


p.price {
    background-color: #00345b21;
    padding: 20px;
    border-radius: 5px;
    color: #00345b;
}



.composite_component {
    display: none!important;
}

.component_title_wrapper {
display: none;
}

.composite_form.single {
width: 100%;
}




.yith-wcwtl-ajax-message {
width: 100%;
    padding: 0px 15px;
}

.woocommerce div.product .stock {
    font-weight: 800;
}

.pswp__bg {
    background: #ffffff !important;
}

body button.pswp__button, 
body button.pswp__button--arrow--left::before, 
body button.pswp__button--arrow--right::before, 
body button.pswp__button:hover {
    background-color: #000000!important;
}

.pswp__ui--fit .pswp__caption, 
.pswp__ui--fit .pswp__top-bar {
    display: none;
}


.stock.out-of-stock {
background-color: #ffb4ad;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
}

#yith-wcwtl-email {
    padding: 0px 20px;
}

.yith-wcwtl-msg {
font-weight: 600;
}

.page-section.usp a {
color:#ffffff;
}

.page-section.usp a:hover {
text-decoration: underline;
color:#E12F29;
}
.page-section.usp p {
margin-bottom: 0rem;
}

.page-section.usp .svg-inline--fa {
margin-right: 5px;
}

.woocommerce-product-gallery .flex-viewport {
    background-color: #ececec;
	}



.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: #ececec;
}


.col-12.product .row {
flex-direction: row-reverse;
}





.woocommerce .page-section.full div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: #E12F29;
    border: 1px solid #E12F29;
    color: #fff;
}

.woocommerce .page-section.full div.product p.price, 
.woocommerce .page-section.full div.product span.price {
   
    font-size: 25px;
   
	line-height: 1;
}

.single_variation_wrap {
	width: 100%;
}

.woocommerce span.onsale {
	padding:10px!important;
	border-radius: 5px!important;
}

.woocommerce-variation-add-to-cart {
	float: right;
}

.woocommerce .page-section.full #content div.product div.images, 
.woocommerce .page-section.full div.product div.images, 
.woocommerce-page .page-section.full #content div.product div.images, 
.woocommerce-page .page-section.full div.product div.images {
    float: left;
    width: 100%;
}

form.cart button[type='submit']:focus:not(#qib_id):not(#qib_id) {
    outline-width: 0px!important;
    outline-offset: 0px!important;
    outline-style: solid;
}

#zakelijke_staffel_info {
margin-top: 10px; 
border: 1px solid #ccc; 
padding: 30px;
margin-bottom: 30px;
}


.stock {
display: none;
} 

.woocommerce .page-section .price-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: left;
}

.woocommerce .page-section .price-table th,
.woocommerce .page-section .price-table td {
  padding: 5px 16px!important;
  border-bottom: 1px solid #ddd;
}

.woocommerce .price-table thead {
background-color: #f7f7f7;
    font-weight: bold;
    font-size: 16px;
}

.woocommerce .price-table tbody tr:hover {
  background-color: #f0f8ff;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
border: 1px solid #ececec!important;
color:#00345B!important;
}


/* POPUP
---------------------------- */

.sgpb-main-html-content-wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.sgpb-main-html-content-wrapper input[type="submit"] {
background-color: #E12F29;
    width: 100%;
	    height: 58px;
		color:#ffffff;

}

.sgpb-main-html-content-wrapper input[type="submit"]:hover {
background-color: #b38f4e;
}


/* Sidebar filter woocommerce 
---------------------------- */
.ocs-slidebar.ocs-category-sidebar {
    padding: 30px;
}

.ocs-slidebar.ocs-category-sidebar .widget-title {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
}

.ocs-slidebar.ocs-category-sidebar .widget {
    margin-bottom: 20px;
}

.children a {
font-size: 14px;
}


.yith-wcan-list.yith-wcan a {
color:#000;
text-decoration: none;
} 

/* float
---------------------------- */
.fl-l {
float: left;
}

.fl-r {
float: right;
}

/* Position
---------------------------- */
.pos-r {
position: relative;
}


/* display
---------------------------- */
.d-f {
display: flex;
}

/* Font weight
---------------------------- */
.f-w-900 {
font-weight: 900;
}


/* Backgrounds
---------------------------- */
.bg-blue {
	background-color: #00345b;
    color: #fff;
}

.bg-blue h2,
.bg-blue h3{
color:#ffffff;
}

.bg-white {
background-color:#f7f7f7
}



.bg-black {
   background-color: #15110d;
}

.bg-black h3 {
color:#ffffff;
}


/* Text align
---------------------------- */
.t-c {
text-align: center;
}

.t-r {
text-align: right;
}


/* Border radius
---------------------------- */
.br-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

/* Borders
---------------------------- */



.b-t {
    border-top: 1px solid #bfbfbf;
}

.b-b {
    border-bottom: 1px solid #E6EBF0;
}

.b-r {
    border-right: 1px solid #E6EBF0;
}

.b-l {
    border-left: 1px solid #E6EBF0;
}

.b-all {
    border: 3px solid #E6EBF0;
}

/* Margins
---------------------------- */
.row .m-b-lg {
    margin-bottom: 72px;
}

.m-t-sm {
    margin-top: 18px;
}

.m-l-sm {
margin-left: 18px;
}

.m-r-sm {
margin-right: 18px;
}

.m-b-sm {
    margin-bottom: 18px;
}


.m-b-md {
margin-bottom: 30px;
}

.m-t {
margin-top: 36px;
}

.m-b {
margin-bottom: 36px;
}

.m-t-lg {
    margin-top: 72px;
}

.m-b-lg {
    margin-bottom: 72px;
}

/* Padding
---------------------------- */

.p-l-n {
padding-left: 0;
}

.p-r-n {
padding-right: 0;
}


/*Extra small */

.p-l-xs {
padding-left: 9px
}

.p-t-xs {
padding-top: 9px
}

.p-r-xs {
padding-right: 9px
}

.p-b-xs {
padding-bottom: 9px
}


/* small */

.p-sm {
padding: 25px
}

.p-l-sm {
padding-left: 25px
}

.p-t-sm {
padding-top: 25px
}

.p-r-sm {
padding-right: 25px
}

.p-b-sm {
padding-bottom: 25px
}



/* normale */

.p-md {
padding: 40px;
}

.p-t {
    padding-top: 40px;
}

.p-r {
    padding-right: 40px;
}

.p-b {
    padding-bottom: 40px;
}


.p-l {
    padding-left: 40px;
}

/* Large */
.p-l-lg {
    padding-left: 60px;
}

.p-r-lg {
    padding-right: 60px;
}

.p-t-lg {
    padding-top: 60px;
}

.p-b-lg {
    padding-bottom: 60px;
}


/* Big */
.p-r-big {
padding-right: 54px;
}

.p-l-big {
padding-left: 54px;
}
.p-t-big {
padding-top: 54px;
}

.p-b-big {
padding-bottom: 54px;
}

.p-l-150 {
padding-left: 150px
}



.v-c {
    
    flex-direction: column;
    justify-content: center;
}




/* Contact pagina
---------------------------------------------------------------------------- */

.gform_required_legend {
display: none;
}

.gform_confirmation_wrapper  {
    padding: 30px;
    border: 1px solid #E12F29;
    color: #E12F29;
    font-weight: 800;
    margin-top: 50px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7c8d6;
  font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #c7c8d6;
  font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c7c8d6;
  font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c7c8d6;
  font-size: 16px;
}

/* Media Queries
---------------------------------------------------------------------------- */

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

}

/* Ipad Pro */
@media only screen and (max-width : 1024px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}


/* Small Devices, iPad in portrait & landscape */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {

.col-4 .usp {
    display: grid;
    justify-content: end;
}
	
		.genesis-nav-menu {
		margin-left: -100px;
	}

.page-section.intro h1 {
    font-size: 50px
}

.page-section.intro h2 {
    font-size: 40px;
}

h2 {
    font-size: 40px;
}

.mc4wp-form-fields .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mc4wp-form-fields input[type="submit"] {
width: 100%;
margin-top: 10px;
}

.page-section.sticker .container:before {
    right: 80px;

}

}

/* iPad in portrait */ 
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) { 


h1 {
    font-size: 38px;
}

.product-image {
padding-top: 30px;
}

.page-section.banner {
    height: auto;
}



.widget-title {
    font-size: 20px;
}





.p-b-lg {
    padding-bottom: 40px;
}

.p-r-lg {
    padding-right: 40px;
}
.p-l-lg {
    padding-left: 40px;
}



.woocommerce .page-section.full div.product p.price, 
.woocommerce .page-section.full div.product span.price {
    font-size: 26px;
    padding-top: 6px;
}


.page-section.sticker .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.page-section.sticker .container:before {
    right: 90px;
}

.page-section.bar {
    height: 40px;
}

.yith-wacp-mini-cart-shortcode #yith-wacp-mini-cart {
    top: 12px !important;
    left: -10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 16px!important;
}

}

/* Extra Small Devices, Phones */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 14px!important;
}

body {
    font-size: 18px;

    }

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h4 {
font-size: 18px;
}

.p-t-lg {
padding-top: 30px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.page-section.bar {
    height: 30px;
}

.widget-title {
    font-size: 24px;
    margin-bottom: 18px;
}

.col-3.logo img {
margin-left: 50px;
    max-width: 60%;
}

.col-4.cart {
position: absolute;
    top: 0px;
    right: 15px;
}

.yith-wacp-mini-cart-shortcode #yith-wacp-mini-cart {
    top: 12px !important;
    left: -10px !important;
}


.page-section.shop .col-9,
.page-section.shop .col-3{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}




.dis-usp .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.dis-usp .col-6 .p-r-sm {
    padding-right: 0px;
}

.dis-usp .col-6 .p-l-sm {
padding-left:0px;
}


.dis-usp .col-6 .p-r-big {
    padding-right: 0px;
}

.dis-usp .col-6 .p-l-big {
    padding-left: 0px;
}


.single-product .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.filter-mobile {
display: block;
}

.page-section.shop .col-3 {
display: none;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%!important;
    min-width: 100%!important;
}

.page-section form.cart button[type='submit']:not(#qib_id):not(_):not(_) {
    margin-left: 4px;
	
}

.product .cart label {
    font-size: 14px;
}

.woocommerce div.product div.images {
    margin-bottom: 1em;
    margin-top: 1em;
}

.woocommerce .page-section.full div.product p.price, .woocommerce .page-section.full div.product span.price {

    font-size: 30px;
	}


.col-4.post  {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.page-section.full.form .col-4,
.page-section.full.form .col-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mc4wp-form-fields input[type="submit"] {
width: 100%;
margin-top: 10px;
}

.cart-total.d-bl {
    font-size: 9px;
}
	
	.page-template-checkout .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
	
	.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
    padding: 0px!important;
}
	
	.page-section #customer_details .inner.form, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {

    padding: 0.5rem;
}

.yith-wacp-wrapper.woocommerce .yith-wacp-content table.cart-list td.item-quantity {
    flex: 50%;
}

.yith-wacp-wrapper.woocommerce .yith-wacp-content table.cart-list td.item-subtotal {
    flex: 50%;
    font-size: 20px;
}

.yith-wacp-wrapper.woocommerce .yith-wacp-content .popup-actions .button {
    font-size: 15px;
    }



.page-section.choice .particulier {
height: 250px;
margin-bottom: 30px;
}

.page-section.choice .zakelijk {
    height: 250px;
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    font-size: 18px;
	
	}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    
    width: 20px;
	}


.page-section .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	
	width: 25px;
}



form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    padding: 7px 18px;
    font-size: 18px;

}


.dis-usp .inner.p-l-sm.p-r-sm {
padding: 0px;
}

.yith-wacp-message.default-icon h3 {
    font-size: 14px;
}

#yith-wacp-popup .yith-wacp-main .yith-wacp-content {
    padding: 0 15px;
	}


#yith-wacp-popup .yith-wacp-wrapper .yith-wacp-content a.button {
    padding: 0px 10px!important;
    font-size: 15px!important;

}


.cart_totals.p-md {
    padding: 15px;
}

#yith-wacp-popup .yith-wacp-content table.yith-wacp-cart-list tr {
	display: flex!important;
}

#yith-wacp-popup .item-thumb {
display: none;
}

#yith-wacp-popup .yith-wacp-content table.yith-wacp-cart-list td.item-remove {
	align-self: center!important;
}

#yith-wacp-popup  .item-name {
    font-size: 14px;
    line-height: 1.2;
}



#yith-wacp-popup .qib-button:not(#qib_id):not(#qib_id) {
    height: 47px !important;
	        width: 16px!important;
}

.qib-container:not(#qib_id):not(#qib_id) {;
    width: max-content!important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
width: 30px!important;
font-size: 16px!important;
}

#yith-wacp-popup.fade-in.open .yith-wacp-main {
height: auto;
}

.item-info .variation {
font-size: 9px;
}

}


/* Extra Small Devices, Phones landscape*/
@media only screen 
and (min-width : 414px) 
and (max-width : 736px) 
and (orientation : landscape) { 


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}    



/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #00345b !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		width: 100%;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}