/*
Theme Name: Kozijnkoop
Theme URI:
Description: Thema voor de website van Kozijnkoop.
Version: 0.1
Author: Bonsai media
Author URI:
*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Variables */

:root {
	--color-primary: #c5e34e;
	--color-secondary: #2c351a;
	--color-error: #d43939;
	--main-color-orange: #f08000;
}





/* Global styles */

body {
    background: #fff url(img/bg.png) center top/1440px 810px repeat;
    color: var(--color-secondary);
    font: 16px/26px "Roboto", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: var(--color-secondary);
	font-weight: 600;
	font-weight: 400;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
}

h1 { margin-bottom: 40px; font-size: 50px; line-height: 50px; }
h2 { margin-bottom: 30px; font-size: 46px; line-height: 46px; }
h3 { margin-bottom: 25px; font-size: 32px; line-height: 32px; }
h4 { margin-bottom: 10px; font-size: 28px; line-height: 28px; }
h5 { margin-bottom: 5px; font-size: 22px; line-height: 22px; }
h6 { margin-bottom: 0; font-size: 18px; line-height: 18px; }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}



p {}
p:not(:last-child) {
    margin-bottom: 35px;
}



strong {
	font-weight: 600;
}



a {
	color: var(--color-primary);
	text-decoration: none;
	transition: color 0.2s;
}



img {
	max-width: 100%;
	height: auto;
}



hr {
    height: 1px;
    margin: 0 0 20px;
    background: #cccbc6;
    border: 0;
}



/* --- Input */

::placeholder {
	color: #b8b8b8;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b8b8b8;
}

::-ms-input-placeholder {
	color: #b8b8b8;
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	font-weight: 700;
    font-size: 14px;
}

form legend {
	margin-bottom: 10px;
}

input[type=text], input[type=number], input[type=date], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 13px 15px;
	background: #fff;
	color: #b8b8b8;
	font: 14px/26px "Roboto", sans-serif;
	text-align: left;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=date]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, select:focus, button:focus {
	color: var(--color-secondary);
	border-color: var(--color-secondary);
}

input.error:not([type="checkbox"], [type="radio"], [type="submit"], [type="color"], [type="button"], [type="reset"]),
textarea.error {
  border-color: var(--color-error);
}

select {
	background-image: url(img/chevron-down.png)!important;
	background-position: right 20px center!important;
	background-size: 20px!important;
	background-repeat: no-repeat!important;
}

textarea {
	height: 100px;
}

input[type=submit], button, a.components-button {
	display: block;
	width: 100%;
	margin: 0;
    padding: 15px 20px;
	background: var(--color-secondary);
	color: #fff;
	font: 400 16px "Roboto", sans-serif;
	text-align: center;
	border: 0;
}
input[type=submit]:hover, button:hover, a.components-button:hover {
	background: #526035;
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1110px;
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 15px;
}



/* --- Text */

h1.corner, h2.corner {
	position: relative;
}
h1.corner:before, h2.corner:before {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 43px;
	height: 43px;
	background: url(img/heading-corner.png) center/43px no-repeat;
	content: " ";
}



span.intro {
	font: 600 18px/28px "Roboto", sans-serif;
}



/* --- Buttons */

a.button, button.button, span.button {
	position: relative;
    display: inline-block;
	margin-right: 30px;
    padding: 3px 85px 3px 28px;
	background: var(--color-secondary);
	color: #fff;
	font: 400 16px/44px "Roboto", sans-serif;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
a.button:only-child, button.button:only-child, span.button:only-child {
	margin-right: 0;
}
a.button:hover, button.button:hover, span.button:hover {}





a.button:after, button.button:after, span.button:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-width: 63px;
	height: 100%;
	padding-right: 15px;

	background: var(--color-primary);
	color: var(--color-secondary);
	font: 900 30px/50px "Font Awesome 6 Sharp";
	text-align: right;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;

	content: "\f061";
	transition: all 0.2s ease-in-out;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
a.button:hover:after, button.button:hover:after, span.button:hover:after {
	padding-right: 10px;
	background: #b2cd48;
}



a.primary, button.primary, span.primary {
	background: var(--color-primary);
	color: var(--color-secondary);
}
a.primary:hover, button.primary:hover, span.primary:hover {
	background: #b8d544;
}



a.outline, button.outline, span.outline {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
a.outline:hover, button.outline:hover, span.outline:hover {
	background: transparent;
	opacity: 0.8;
}



a.arrow, button.arrow, span.arrow {
	display: inline-block;
	color: var(--color-secondary);
	font: 500 30px/42px "Bebas Neue", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
}

a.arrow i, button.arrow i, span.arrow i {
	margin-left: 13px;
	color: var(--color-primary);
	font-size: 32px;
	transition: margin 0.2s;
}
a.arrow:hover i, button.arrow:hover i, span.arrow:hover i {
	margin-left: 8px;
}



a.arrow.all i, button.arrow.all i, span.arrow.all i {
	font-size: 52px;
	vertical-align: middle;
}



a.more, span.more {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0 10px 0 25px;
	background: var(--color-secondary);
	color: #fff;
	font: 18px/42px "Bebas Neue", sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

a.more i, span.more i {
	float: right;
	margin-top: 7px;
	margin-left: 10px;
	color: var(--color-primary);
	font-size: 28px;
	transition: margin 0.2s;
}

a.more:hover i, span.more:hover i {
	margin-left: 13px;
}



/* --- Slider */

.flickity-button {}
.flickity-button:disabled {
	opacity: 0.6!important;
}

.flickity-prev-next-button {
	width: 40px!important;
	height: 40px!important;
	padding: 0;
	border-radius: 0!important;
}

.flickity-prev-next-button.previous {
	left: 0!important;
}

.flickity-prev-next-button.next {
	right: 0!important;
}



.flickity-page-dots {
	bottom: -60px!important;
}

.flickity-page-dots .dot {
	width: 16px!important;
	height: 16px!important;
	margin: 0 3px!important;
	background: #fff!important;
	box-shadow: 0 0 0 1px var(--color-secondary);
	opacity: 1!important;
}

.flickity-page-dots .dot.is-selected {
	border: 2px solid #ffffff;
	background: var(--color-secondary)!important;
	box-shadow: 0 0 0 1px var(--color-secondary);
}



/* --- Checks */

/*
ul.checks {}

ul.checks li {
	padding-left: 30px;
	background: url(img/li-check.png) left 6px/18px no-repeat;
}
*/



/* --- Block */

.block {
    display: block;
    background: #fff;
    overflow: hidden;
}

.block .image, .block .image img {
    float: left;
    width: 100%;
}

.block .content {
    float: left;
    width: 100%;
    padding: 20px 30px;
}



/*
#posts {}

#posts .mini-post {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	transition: background 0.2s;
}
#posts .mini-post:hover {
	background: #fdf2e5;
}

#posts .mini-post .image {
	float: left;
	width: 40%;
	overflow: hidden;
}

#posts .mini-post .image img {
	float: left;
	width: 100%;
}

#posts .mini-post .content {
	float: left;
	width: 60%;
	padding: 15px;
}

#posts .mini-post .content h4 {
	font-size: 18px;
	line-height: 24px;
	transition: color 0.2s;
}
#posts .mini-post:hover .content h4 {
	color: var(--main-color-orange);
}

#posts .mini-post .content p {
	margin-bottom: 0;
}

#posts .mini-post .content span {
	font-size: 14px;
	text-transform: uppercase;
}



.block #posts.faq {}

.block #posts.faq .content {
	width: 100%;
	padding: 15px 20px;
}



.faq-center{
    text-align: center;
    margin-top: 60px;
}
*/



/* --- Radios */

div.radios {
	margin-bottom: 35px;
}
div.radios > .radio-item:not(:last-child) {
	margin-bottom: 10px;
}



div.radios > .radio-item.popular {}

div.radios > .radio-item.popular > span {
	float: left;
	display: block;
	height: 22px;
	padding: 0 9px;
	background: var(--main-color-green);
	font-size: 13px;
	line-height: 22px;
}



div.radios input[type=radio] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

div.radios input[type=radio] + label {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px 15px 8px 50px;
	background: url(img/li-radio.png) 20px center/20px no-repeat;
	font-size: 18px;
	line-height: 20px;
	border: 2px solid #cfcdcd;
	cursor: pointer;
}
div.radios input[type=radio]:checked + label {
	border-color: var(--main-color-green);
	background: url(img/li-radio-checked.png) 20px center/20px no-repeat;
}

div.radios input[type=radio] + label span.small {
	display: block;
	font-size: 14px;
}

div.radios input[type=radio] + label > .ms-auto {
	margin-left: auto;
}



/* --- Date */

.date {
	display: inline-block;
	font-size: 16px;
}

.date i, .date span.label {
	margin-right: 5px;
}



/* --- Tags */

.tags {
	margin-left: 0!important;
	list-style: none;
}

.tags li {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 3px 20px;
	background: #fff;
	color: var(--main-color-blue);
	font-size: 14px;
}



/* --- Accordion */

.accordion {
	float: left;
	width: 100%;
	margin: 0!important;
	padding-bottom: 0;
}

.accordion > li {
	float: left;
	width: 100%;
	margin: 0 0 12px!important;
	padding: 0!important;
	background: none!important;
	list-style: none!important;
}
.accordion > li:last-child {
	margin: 0!important;
}

.accordion > li .accordion-control {
	position: relative;
	padding: 15px 100px 15px 34px;
	background: #f6f6f6;
	border-radius: 5px;
	cursor: pointer
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 23px;
	right: 16px;
	width: 23px;
	height: 13px;
	background: url(img/chevron-down.png) center/20px no-repeat;
	content: " ";
	transition: transform 0.2s;
}

.accordion li .accordion-control.open {}
.accordion li .accordion-control.open:before {
	transform: rotate(180deg);
}

.accordion li .accordion-control h4 {
	margin-bottom: 0;
	color: var(--color-secondary);
	font: 700 18px/30px "Roboto", sans-serif!important;
	text-transform: none;
	word-break: break-word;
	transition: color 0.2s;
}

.accordion li .accordion-control.open h4 {}

.accordion li .accordion-panel {
	display: none;
	padding: 15px 34px 10px;
}

.accordion li .accordion-panel.open {}

.accordion li .accordion-panel p a:not(.button) {
	color: var(--color-primary)!important;
	text-decoration: underline;
}
.accordion li .accordion-panel p a:not(.button):hover {
	text-decoration: none;
}

.accordion li .accordion-panel ul, .accordion li .accordion-panel ol {
	margin: 0 0 35px 0;
}

.accordion li .accordion-panel ul li {
	padding-left: 20px;
	background: url(img/li.png) left 10px/9px no-repeat;
}

.accordion li .accordion-panel ol li {
	margin: 0!important;
	list-style-type: decimal!important;
}



/* --- Form */

.gform_wrapper.gravity-theme .gform_heading, .gform_wrapper.gravity-theme .gform_page_heading {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0!important;
	font-weight: 700!important;
	font-size: 14px!important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label, .gform_wrapper.gravity-theme .gfield_consent_label {
	font-size: 16px!important;
	line-height: 26px!important;
	text-transform: none!important;
}

.gform_wrapper.gravity-theme .gsection {
	padding: 0!important;
	border-bottom: 0!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 13px 15px!important;
	font-size: 14px!important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%!important;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0!important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 20px 0 0!important;
	padding: 0!important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	vertical-align: top!important;
}

.gform_wrapper.gravity-theme .gform_drop_area {
	background: #fff!important;
	border: 1px dashed #d7d5e5!important;
}

.gform_wrapper.gravity-theme .gform_drop_area button.button {
	margin-right: 0;
	background: var(--main-color-orange);
}
.gform_wrapper.gravity-theme .gform_drop_area button.button:hover {}



.gform_wrapper.gravity-theme h1:only-child, .gform_wrapper.gravity-theme h2:only-child, .gform_wrapper.gravity-theme h3:only-child, .gform_wrapper.gravity-theme h4:only-child, .gform_wrapper.gravity-theme h5:only-child, .gform_wrapper.gravity-theme h6:only-child {
	margin-top: 20px;
	margin-bottom: -10px;
}



@media only screen and (max-width: 641px) {

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		min-height: 0!important;
		line-height: 21px!important;
	}

}



/* --- Grid Builder */

.wpgb-facet>fieldset:last-child {
	margin-bottom: 0!important;
}



.wpgb-facet .wpgb-inline-list {
	margin: 0!important;
	list-style: none!important;
}

.wpgb-facet .wpgb-inline-list li {
	list-style: none!important;
}

.wpgb-facet .wpgb-hierarchical-list {
	margin: 0!important;
}

.wpgb-facet .wpgb-hierarchical-list li {
	background: none;
}



.wpgb-facet ul .wpgb-button {
	min-height: 28px!important;
	padding: 0 8px!important;
	border-radius: 0!important;
}

.wpgb-facet .wpgb-button[aria-pressed="true"] {
	background-color: #4b4c83!important;
	border-color: #4b4c83!important;
}

.wpgb-facet .wpgb-button-label {
	font-size: 14px!important;
}



.wpgb-facet .wpgb-input, .wpgb-facet .wpgb-select, .wpgb-facet .wpgb-button:not(button), .wpgb-facet .wpgb-radio .wpgb-radio-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control:before {
	border-color: #fff!important;
}

.wpgb-facet select.wpgb-select, .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
	height: 60px!important;
	min-height: 60px!important;
	margin: 0!important;
	padding: 0 10px!important;
	background: #fff;
	font-size: 18px!important;
	line-height: 60px!important;
	border-width: 1px!important;
	border-radius: 0!important;
}

.wpgb-facet select.wpgb-select {
	background: #fff!important;
}

.wpgb-facet select.wpgb-select+.wpgb-select-controls .wpgb-select-separator {
	display: none;
}

.wpgb-facet select.wpgb-select+.wpgb-select-controls {}

.wpgb-facet select.wpgb-select+.wpgb-select-controls i {
	fill: var(--main-color-blue)!important;
}

.wpgb-facet.wpgb-facet-6 select.wpgb-select+.wpgb-select-controls, .wpgb-facet.wpgb-facet-7 select.wpgb-select+.wpgb-select-controls {
	background: var(--main-color-blue);
}

.wpgb-facet.wpgb-facet-6 select.wpgb-select+.wpgb-select-controls i, .wpgb-facet.wpgb-facet-7 select.wpgb-select+.wpgb-select-controls i {
	margin: 10px 12px!important;
	fill: #fff!important;
}



.wpgb-facet .wpgb-range-facet .wpgb-range-slider {
	background-color: #fff!important;
}

.wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-thumb {
	background-color: var(--main-color-blue)!important;
}



.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border-color: #e7e7e7!important;
	border-width: 1px!important;
	border-radius: 3px!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
	border-color: var(--main-color-orange)!important;
	background-color: var(--main-color-orange)!important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control:after {
	border-color: #fff!important;
}



.wpgb-facet button.wpgb-button {
	width: 100%;

	margin: 0 0 20px!important;
	padding: 20px 40px!important;
	color: #fff!important;
	font: 500 20px "Roboto", sans-serif!important;
	border: 0!important;
	border-radius: 0!important;
}
.wpgb-facet button.wpgb-button:hover {
	color: #3f3737!important;
	border-color: #3f3737!important;
}


.wpgb-facet .wpgb-reset {
	background-color: var(--main-color-orange)!important;
}

.wpgb-facet .wpgb-clear-button {
    margin: 0!important;
    max-height: 60px!important;
}



.wpgb-facet .wpgb-pagination {
	margin: 0 auto!important;
}

.wpgb-facet .wpgb-pagination li {
	height: 40px!important;
	margin: 0!important;
	background: none;
	font-size: 16px!important;
	line-height: 40px!important;
}

.wpgb-facet .wpgb-pagination li a {
	padding: 0 14px!important;
	color: var(--color-secondary)!important;
	font-size: 16px!important;
	line-height: 38px!important;
}
.wpgb-facet .wpgb-pagination li a:hover {
	background: #e7e7e7!important;
	border-color: #e7e7e7!important;
}

.wpgb-facet .wpgb-pagination li a[aria-current] {
	background: var(--color-primary)!important;
	color: #fff!important;
	border-color: var(--color-primary)!important;
}

.wpgb-facet .wpgb-pagination li span {
	line-height: 38px;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 40px;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-color-blue);
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Date */

span.date, span.reading-time {
	font-size: 14px;
	line-height: 24px;
}

span.date i {
	font-size: 20px;
}



/* --- Labels */

/*
span.label {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 1px 10px;
	background: #d7d5e5;
	font-size: 14px;
	line-height: 28px;
}

span.label.nieuws {
	background: var(--main-color-orange);
	color: #fff;
}

span.label.interview {
	background: var(--main-color-blue);
	color: #fff;
}

span.label.ledennieuws {
	background: var(--main-color-green);
	color: #fff;
}
*/



/* --- Search */

.search-highlight {
	padding: 0 5px;
	background: #f6f6f6;
}



/* --- Cookies */

.CookiebotWidget-logo{
	height: auto!important;
}





/* Header */

#top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: var(--color-secondary);
    color: #fff;
	font: 500 10px/25px "Roboto", sans-serif;
	z-index: 2;
}

#top ul {}

#top ul li {
	float: left;
	position: relative;
	display: inline-block;
	width: 33.33333%;
	padding: 0 50px;
}

#top ul li a {
    color: #fff;
}



#header {
	position: fixed;
	top: 25px;
	left: 0;
	width: 100%;
	height: 131px;
	background: #fff;
	z-index: 2;
}

body.admin-bar #top {
	top: 32px;
}
body.admin-bar #header{
	top: 54px;
}

body.admin-bar {
	margin-top: 32px;
}

#logo {
	float: left;
	display: block;
}

#logo img {
	float: left;
}



#wrapper {
	height: 70px;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
}



#header .shortcut {
	text-align: center;
}

#header .shortcut a {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	background: url(img/icon-cart.png) left center/30px 29px no-repeat;
	color: var(--color-secondary);
	text-align: left;
	line-height: 18px;
}

#header .shortcut.account a {
	background-image: url(img/icon-user.png);
}

#header .shortcut.cart a {
	background-image: url(img/icon-cart.png);
}



#header .shortcut a span {
	transition: color 0.2s;
}
#header .shortcut a:hover span {
	color: var(--color-primary);
}



#header .shortcut span.count {
	position: absolute;
	top: -4px;
	left: 18px;
	display: block;
	width: 19px;
	height: 19px;
	background: var(--color-secondary);
	color: #fff!important;
	font-size: 9px;
	line-height: 19px;
	text-align: center;
	border-radius: 10px;
}



/* --- Nav */

#nav {
    height: 60px;
    font-weight: 700;
    font-size: 14px;
    line-height: 60px;
}

#nav ul {}

#nav ul li {
	position: relative;
	display: inline-block;
	margin-right: 80px;
}
#nav ul li:last-child {
	margin-right: 0;
}

#nav ul li.current-menu-item a {}

#nav ul li.current-menu-item a span {
	color: var(--color-primary);
}

#nav ul li a {
	color: var(--color-secondary);
}
#nav ul li a:hover {
	color: var(--color-primary);
}



#nav ul li.menu-item-has-children {}

#nav ul li.menu-item-has-children > a {
	padding-right: 22px;
	background: url(img/chevron-down.png) right center/12px no-repeat;
	transition: all 0.2s;
}
#nav ul li.menu-item-has-children > a:hover {
	background-image: url(img/chevron-down-green.png);
}



/* --- Subnav */

#nav .nav ul li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: -15px;
	width: 200px;
	height: auto;
	padding: 5px 15px;
	background: var(--color-secondary);
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	border-radius: 5px;
}
#nav .nav ul li:hover ul {
	display: block;
}

#nav .nav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 5px 0;
}

#nav .nav ul li ul li a {
	color: #fff;
	transition: all 0.2s;
}
#nav .nav ul li ul li a:hover {
	color: var(--color-primary);
}



/* --- Mobile menu */

#toggle-menu {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 29px;
	height: 29px;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}

#toggle-menu span {
	position: absolute;
	left: 0;
	display: block;
	width: 29px;
	height: 3px;
	background: var(--color-secondary);
	border-radius: 3px;
	opacity: 1;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}
#toggle-menu span:nth-child(1) {
	top: 6px;
}
#toggle-menu span:nth-child(2) {
	top: 14px;
}
#toggle-menu span:nth-child(3) {
	top: 22px;
}
#toggle-menu.open span:nth-child(1) {
	top: 14px;
	transform: rotate(45deg);
}
#toggle-menu.open span:nth-child(2) {
	display: none;
}
#toggle-menu.open span:nth-child(3) {
	top: 14px;
	transform: rotate(-45deg);
}



#mobile-menu {
	display: none;
	position: fixed;
	top: 83px;
	left: 0;
	width: 100%;
	height: calc(100vh - 84px);
	padding: 10px 20px 110px;
	background: #fff;
	overflow-y: scroll;
	z-index: 3;
	border-top: 1px solid #f2f2f2;
}

#mobile-menu ul {
	margin: 0;
	padding: 0;
	line-height: 50px;
}

#mobile-menu ul li {
	position: relative;
	font-weight: 500;
	font-size: 14px;
}

#mobile-menu > ul > li {
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
}

#mobile-menu ul li a {
	color: var(--color-secondary);
}
#mobile-menu ul li a:hover {
	color: var(--color-primary);
}

#mobile-menu > ul > li.menu-item-has-children {}
#mobile-menu > ul > li.menu-item-has-children:before {
	position: absolute;
	top: 22px;
	right: 15px;
	width: 11px;
	height: 6px;
	background: url(img/chevron-down.png) center/11px 6px no-repeat;
	transition: transform 0.2s;
	content: " ";
}
#mobile-menu > ul > li.menu-item-has-children.open:before {
	transform: rotate(-180deg);
}

#mobile-menu ul li ul {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 32px;
}

#mobile-menu > ul > li > ul {
	display: none;
}

#mobile-menu ul li ul li {
	font-weight: 500;
	text-transform: none;
}

#mobile-menu ul li ul li a {}



/* --- Mobile shortcuts */

#mobile-shortcuts {
	display: none;
	position: fixed;
	top: 39px;
	right: 15px;
	width: 70px;
	height: 29px;
}

#mobile-shortcuts a.shortcut {
	position: relative;
	float: left;
	display: block;
	width: 35px;
	height: 29px;
	padding-left: 0;
}

#mobile-shortcuts a.shortcut.account {
	background: url(img/icon-user.png) center/30px 29px no-repeat;
}

#mobile-shortcuts a.shortcut.cart {
	background: url(img/icon-cart.png) center/30px 29px no-repeat;
}

#mobile-shortcuts a.shortcut.cart span.count {
	top: -7px;
	right: -7px;
	left: auto;
}



/* --- Search */

#search {}

#search ::placeholder {
	color: #c7c7c7;
	opacity: 1;
}

#search :-ms-input-placeholder {
	color: #c7c7c7;
}

#search ::-ms-input-placeholder {
	color: #c7c7c7;
}



#search form {}

#search form input {
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px 21px 8px 42px;
    background: #f6f6f6 url(img/icon-search.png) 13px center/19px 18px no-repeat;
    color: #c7c7c7;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
#search form input:focus {
    background-color: #fff;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}



/* --- Spacer */

#spacer {
	width: 100%;
	height: 153px;
}





/* Breadcrumbs */

#breadcrumbs {
	padding: 25px 0 30px;
	font-size: 14px;
	line-height: 26px;
}

#breadcrumbs ul {
	margin: 0!important;
}

#breadcrumbs ul li {
	display: inline-block;
	margin-right: 8px;
	padding-left: 8px;
    color: var(--color-primary);
}
#breadcrumbs ul li:first-child {
	padding-left: 0;
}

#breadcrumbs ul li a {
	color: var(--color-secondary);
	text-decoration: underline;
}
#breadcrumbs ul li a:hover {
	text-decoration: none;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding: 86px 0;
}



#content p {}

#content p a:not(.button) {
	color: var(--color-primary);
	text-decoration: underline;
}
#content p a:not(.button):hover {
	text-decoration: none;
}





#content p a[href^="mailto:"]:not(.button), #content p a[href^="tel:"]:not(.button) {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	color: var(--color-secondary);
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	text-decoration: none;
}
#content p a[href^="mailto:"]:not(.button):hover, #content p a[href^="tel:"]:not(.button):hover {
	color: #526035;
}



#content p a[href^="mailto:"]:not(.button):before, #content p a[href^="tel:"]:not(.button):before {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 8px;
	background: var(--color-secondary);
	color: var(--color-primary);
	font: 100 16px/36px "Font Awesome 6 Pro";
	text-align: center;
	border-radius: 18px;
	vertical-align: bottom;
	transition: all 0.2s;
	content: " ";
}
#content p a[href^="mailto:"]:not(.button):hover:before, #content p a[href^="tel:"]:not(.button):hover:before {
	background: #526035;
}

#content p a[href^="mailto:"]:not(.button) {}
#content p a[href^="mailto:"]:not(.button):before {
	content: '\f0e0';
}

#content p a[href^="tel:"]:not(.button) {}
#content p a[href^="tel:"]:not(.button):before {
	content: '\f095';
}



#content ul {}
#content ul:not(:last-child) {
	margin-bottom: 35px;
}

#content ul li {
	padding-left: 30px;
	background: url(img/arrow-li.png) 0 5px/20px 16px no-repeat;
}



#content img {}



#content blockquote {
	margin-bottom: 35px;
	padding: 30px 40px;
	background: #f6f6f6;
	font-weight: 600;
	border-radius: 5px;
}



#content .table-wrap {
	width: 100%;
	overflow-x: scroll;
}

#content table:not(.wc-block-cart-items) {
	width: 100%;
	background: #fff;
	font-size: 14px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table:not(.wc-block-cart-items) th, #content table:not(.wc-block-cart-items) td {
	padding: 11px 15px;
	padding: 6px 8px;
	border: 1px solid #d7d5e5;
	border: 1px solid #f2f2f2;
}

#content table:not(.wc-block-cart-items) thead th, #content table:not(.wc-block-cart-items) thead td {
	font-weight: 700;
}

#content table:not(.wc-block-cart-items) td a {
	color: var(--color-primary);
}

#content table:not(.wc-block-cart-items) td a.button {
	width: 100%;
	padding: 2px 16px !important;
	color: #fff;
	line-height: 32px !important;
}
#content table:not(.wc-block-cart-items) td a.button:after {
	display: none;
}
#content table:not(.wc-block-cart-items) td a.button:hover {
	background: var(--color-primary)!important;
	color: var(--color-secondary)!important;
}

#content table:not(.wc-block-cart-items) td a.quotation_delete_button {
	color: #c2292e;
}



#pagetitle {
	padding-top: 35px;
	padding-bottom: 55px;
}



#main {}



#side {}

#side .block {
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

#side .block.cta {
	background: var(--color-primary);
	border: 0;
}

#side .block.cta h3 {}

#side .block.cta p:not(:last-child) {
	margin-bottom: 20px;
}

#side .block.cta p a[href^="mailto:"]:not(.button), #side .block.cta p a[href^="tel:"]:not(.button) {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 25px;
}

#side .block.cta p a[href^="mailto:"]:not(.button):before, #side .block.cta p a[href^="tel:"]:not(.button):before {
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}



#pagination {
	margin-top: 45px;
	margin-bottom: 10px;
}





/* Pagebuilder */

section {
	padding: 86px 0;
}
section:first-child {
	padding-top: 43px;
}
section:last-child {}


section.banner + section {
	padding-top: 45px;
}





section.alternate {
	background: #f6f6f6;
}





section .title {
	margin-bottom: 25px;
}





section.banner {
	padding: 0;
}

section.banner .wrapper {
	position: relative;
	padding: 65px 100px;
	background-color: var(--color-secondary);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

section.banner .wrapper .cover {
	background: rgba(0, 0, 0, 0.75);
}

section.banner h2 {
	margin: 0;
	color: #fff;
	z-index: 1;
}





section.contentrow {
	padding: 126px 0;
}

section#breadcrumbs + section.contentrow {
	padding-top: 40px;
}

section.contentrow h1, section.contentrow h2 {
	position: relative;
}
section.contentrow h1:before, section.contentrow h2:before {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 43px;
	height: 43px;
	background: url(img/heading-corner.png) center/43px no-repeat;
	content: " ";
}

section.contentrow ul, section.contentrow ol {
	margin: 0 0 35px 20px;
}

section.contentrow ul {
	margin-left: 0;
}

section.contentrow ul li {
	padding-left: 20px;
	background: url(img/li.png) left 8px/9px no-repeat;
	list-style-type: none;
}

section.contentrow ol li {
	list-style-type: decimal;
}

section.contentrow .block {
	background: var(--color-primary);
	border-radius: 5px;
}

section.contentrow .block .content {
	padding: 35px 40px;
}





section.quicklinks {
	--grid-gutter: 20px;
	padding: 55px 0 75px;
}

section.quicklinks .col-6 {
	margin-bottom: 20px;
}

section.quicklinks .quicklink {
	position: relative;
	display: block;
	height: 100%;
	padding: 24px 12px 24px 24px;
	background: var(--color-secondary);
	color: #b3b3b3;
	font-size: 12px;
	line-height: 18px;
	border-radius: 5px;
	overflow: hidden;
}
/*
section.quicklinks .quicklink:hover {
	padding: 20px 12px 28px 24px;
}
*/

section.quicklinks .quicklink i {
	float: left;
	margin: 0 12px 0 0;
	color: var(--color-primary);
	font-size: 38px;
}

section.quicklinks .quicklink h3 {
	margin-bottom: 2px;
	color: #fff;
	font: 14px/18px "Roboto", sans-serif;
	text-transform: none;
}





section.faq-accordeon {
	padding: 120px 0;
}





section.categorieenslider {
	padding: 0 0 110px;
}

section.categorieenslider .slider {
	margin-bottom: 50px;
}

section.categorieenslider .slider .slide {
	position: relative;
	float: left;
	width: calc(25% - 20px);
	min-width: 245px;
	margin: 0 10px;
	padding: 30px 30px 35px;
	background: var(--color-primary);
	border-radius: 5px;
}

section.categorieenslider .slider .slide:hover a.more i {
	margin-left: 13px;
}

section.categorieenslider .slider .slide h3 {
	margin-bottom: 10px;
}





section.logoslider {
	position: relative;
	padding: 110px 0 100px;
	padding: 110px 0 50px;
	background: var(--color-secondary) ;
	color: #fff;
}
section.logoslider:before {
	position: absolute;
	top: -28px;
	left: 0;
	width: 100%;
	height: 57px;
	background: transparent url(img/pattern.png) center top/1421px 57px repeat-x;
	content: " ";
}

section.logoslider .container {
	max-width: 1140px;
}

section.logoslider h2 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 40px;
	line-height: 44px;
}

section.logoslider .slider {}

section.logoslider .slide {
	float: left;
	width: calc(20% - 50px);
	width: calc(16.66666% - 50px);
	margin: 0 25px 50px;
}



section.logoslider .flickity-page-dots {
	bottom: -30px!important;
}





section.newsslider {
	padding: 120px 0;
}

section.newsslider.same-bg-as-prev {
	padding-top: 0;
}

section.newsslider .title {
	margin-bottom: 20px;
}

section.newsslider .slider {
	margin-bottom: 50px;
}

section.newsslider .slide {
	width: calc(33.33333% - 15px);
	margin: 0 10px;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

section.newsslider .slide .block {
	height: 100%;
	background: #f6f6f6;
	color: var(--color-secondary);
}

section.newsslider .slide .block .image {
	position: relative;
	float: left;
	width: 100%;
}

section.newsslider .slide .block .image img {
	float: left;
	width: 100%;
}

section.newsslider .slide .block .content {
	float: left;
	width: 100%;
}

section.newsslider .slide .block .content h4 {
	font: 700 18px/26px "Roboto", sans-serif;
	text-transform: none;
}

section.newsslider .slide .block .content span {
	font-size: 14px;
	line-height: 24px;
}

section.newsslider .slide .block .content span i {
	font-size: 20px;
}



section.newsslider .slide:hover .content {}

section.newsslider .slide:hover .content h4, section.newsslider .slide:hover .content p {
	text-decoration: underline;
}

section.newsslider .slide:hover span.more i {
	margin-left: 13px;
}



section.newsslider .read-more {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #f2f2f2;
}










section.hero {
	padding-bottom: 30px;
}

section.hero .container {
	background-position: top -30px right 100px;
	background-size: 330px 571px;
	background-repeat: no-repeat;
}

/*
section.hero .container .block {
	background: var(--color-primary);
	border-radius: 5px;
}
*/





section.reviews {
	padding: 86px 0 66px;
}

section.reviews .container {}

section.reviews .container .block {
	margin-bottom: 20px;
	padding: 20px;
	background: #f6f6f6;
	font-size: 14px;
	line-height: 22px;
	border-radius: 5px;
}

section.reviews .container .block .image {
	float: left;
	width: 80px;
	margin-right: 20px;
}

section.reviews .container .block .image img {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

section.reviews .container .block .content {
	float: left;
	width: calc(100% - 100px);
	padding: 0;
}

section.reviews .container .block .content p {
	margin-bottom: 10px;
}
section.reviews .container .block .content p:first-child {
	margin-bottom: 0;
	font-style: italic;
}

section.reviews .container .block .content [data-star] {
	position: relative;
	display: inline-block;
}
section.reviews .container .block .content [data-star]::before {
	display: block;
	color: #ddd;
	content: '★★★★★';
}
section.reviews .container .block .content [data-star]::after {
	position: absolute;
	top: 0;
	display: flex;
	width: 0;
	height: 100%;
	color: orange;
	overflow: hidden;
	content: '★★★★★';
}

section.reviews .container .block .content [data-star^="1"]::after{ width: 20%; }
section.reviews .container .block .content [data-star^="2"]::after{ width: 40%; }
section.reviews .container .block .content [data-star^="3"]::after{ width: 60%; }
section.reviews .container .block .content [data-star^="4"]::after{ width: 80%; }
section.reviews .container .block .content [data-star^="5"]::after{ width: 100%; }





section.steps {}

section.steps .container {}

section.steps .container .block {
	background: #f6f6f6;
	border-radius: 5px;
}

section.steps .container .block .content {
	padding: 30px 30px 35px;
}

section.steps .container .block .content h3 {
	margin-bottom: 10px;
}





section.blocks {
	--grid-gutter: 20px;
	padding: 50px 0 0;
}

section.blocks .card {
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 30px;
	padding: 30px 30px 140px;
	background: var(--color-primary) url(img/hero-card-bg.png) right center/510px 321px no-repeat;
	background-size: cover;
	border-radius: 5px;
}

section.blocks .card .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 45px 10px 0;
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	z-index: 0;
}

section.blocks .card .content {
	position: relative;
	z-index: 1;
}

section.blocks .card .content h2 {
	max-width: 50%;
	margin-bottom: 14px;
	font-size: 50px;
	line-height: 48px;
}

section.blocks .card .content a.arrow {}

section.blocks .card .content a.arrow i {
	color: inherit;
}





section.cta {
	--grid-gutter: 20px;
	padding: 15px 0 0;
}

section.cta .button {
	margin-bottom: 15px;
	padding: 24px 15px 24px 30px;
	background: var(--color-primary) url(img/cta-button-secondary.png) right center/contain no-repeat;
	border-radius: 5px;
	transition: all 0.2s;
}
section.cta .button:hover {
	padding: 24px 10px 24px 30px;
	background-image: url(img/cta-button-secondary-hover.png);
}

section.cta .button h3 {
	float: left;
	width: 60%;
	margin-bottom: 0;
}

section.cta .button i {
	float: right;
	color: var(--color-primary);
	font-size: 70px;
}



section.cta .col-8-md.button {}

section.cta .col-4-md.button {
	background-color: var(--color-secondary);
	background-image: url(img/cta-button-primary.png);
}
section.cta .col-4-md.button:hover {
	background-image: url(img/cta-button-primary-hover.png);
}

section.cta .col-4-md.button h3 {
	color: #fff;
	line-height: 34px;
}

section.cta .col-4-md.button i {
	color: var(--color-secondary);
}





section.same-bg-as-prev {
	padding-top: 0!important;
}





/* Page elements */

/* --- Page title */

#title {
	padding-bottom: 45px;
}

#title span {
	color: var(--color-primary);
}



/* --- Pagination */

#pagination {
	margin: 40px 0 15px;
	text-align: center;
}

#pagination a, #pagination span {
	display: inline-block;
	margin: 0 2px;
	padding: 6px 14px;
	font-weight: 700;
	font-size: 16px;
	border-radius: 5px;
}

#pagination a, #pagination span {
	background: #fff;
	color: var(--color-secondary);
	border: 1px solid #e7e7e7;
	transition: all 0.2s;
}
#pagination a:hover {
	background: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}

#pagination span.current {
	background: #e7e7e7;
}

#pagination span.dots {
	padding: 14px 0;
}





/* Pages */

/* --- News */

/* ------ Overview */

#posts {}

#posts .post {
	margin-bottom: 20px;
}

#posts .post .block {
	height: 100%;
	background: #f6f6f6;
    color: var(--color-secondary);
	border-radius: 5px;
	box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
}

#posts .post .block .image {
	position: relative;
	float: left;
	width: 100%;
}

#posts .post .block .image img {
	float: left;
	width: 100%;
}

#posts .post .block .content {
	float: left;
	width: 100%;
	padding: 25px 30px 30px;
}

#posts .post .block .content span.date {
	margin-bottom: 30px;
}

#posts .post .block .content h4 {
	font: 700 18px/26px "Roboto", sans-serif;
	text-transform: none;
}



#posts .post .block:hover {
	text-decoration: underline;
}

#posts .post .block:hover .content {}

#posts .post .block:hover .content h4, #posts .post .block:hover .content p {
	text-decoration: underline;
}

#posts .post .block:hover a.more i, #posts .post .block:hover span.more i {
	margin-left: 13px;
}



/* ------ Detail */

#post-title {}

#post-title h1 {
	margin-bottom: 20px;
}


#post-meta {
	margin-bottom: 20px;
}


#post-content {}

#post-thumbnail {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

#post-thumbnail img {
	float: left;
	width: 100%;
}



#post-back {
	margin: 10px 0;
	padding: 25px 0;
	border-top: 1px solid #eaeaea;
}

#post-back a {
	color: #4d4d4d;
	font-weight: 700;
	line-height: 32px;
}

#post-back a i {
	float: left;
	margin-right: 20px;
	font-size: 32px;
	transition: margin 0.2s;
}
#post-back a:hover i {
	margin-right: 15px;
}



/* --- Search results */

#results {
	margin-bottom: 40px;
}

#results .result {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
}

#results .result h2 {}
#results .result h2 a {}
#results .result h2 a:hover {}

#results .result p {
	margin-bottom: 10px;
}





/* Footer */

#footer {
	position: relative;
	padding: 80px 0 0;
	background: var(--color-secondary);
	color: #fff;
	font-size: 15px;
	line-height: 42px;
}
#footer:before {
	position: absolute;
	top: -28px;
	left: 0;
	width: 100%;
	height: 57px;
	background: transparent url(img/pattern.png) center top/1421px 57px repeat-x;
	content: " ";
}

#footer .col {
	margin-bottom: 30px;
}

#footer h3 {
	margin-bottom: 0;
    color: var(--color-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 42px;
}

#footer p {}
#footer p:not(:last-child) {
	margin-bottom: 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: var(--color-primary);
}



#footer .textwidget {
	float: left;
	width: 100%;
}



#footer #socket {
	margin-top: 20px;
}

#footer #socket .col {
	margin-bottom: 20px;
	padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

#footer #socket ul {
	font-size: 10px;
	line-height: 20px;
}

#footer #socket ul li {
	display: inline-block;
	margin: 0 0 10px 35px;
	margin: 0 0 10px 10px;
}

#footer #socket ul li a {}

#footer #socket ul li a i {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-right: 0;
	background: var(--color-primary);
	color: var(--color-secondary);
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
}





/* WooCommerce */

.woocommerce table.shop_table th, .woocommerce table.shop_table td {}
.woocommerce table.shop_table th.product-total, .woocommerce table.shop_table td.product-total {
	width: 15%;
}



.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	color: #a5a5a5!important;
	border: 1px solid #e7e7e7!important;
	border-radius: 5px!important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
	color: #a5a5a5!important;
	border: 1px solid #e7e7e7!important;
	border-radius: 5px!important;
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
	display: none;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: inset 0 0 0 1.5px #e7e7e7!important;
	border-radius: 5px!important;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: var(--color-secondary)!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	width: auto;
	padding: 3px 85px 3px 28px!important;
	background: var(--color-secondary)!important;
	color: #fff!important;
	font-weight: 400!important;
	line-height: 44px!important;
	border-radius: 5px!important;
	overflow: hidden!important;
}



.select2-container .select2-dropdown, .select2-container .select2-selection {
	border-color: #e7e7e7!important;
	border-radius: 5px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 13px 15px!important;
}



.woocommerce form .form-row label {
	font-weight: 700;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	padding: 13px 15px!important;
	border: 1px solid #e7e7e7!important;
	color: #b8b8b8!important;
	border-radius: 5px!important;
}
.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
	color: var(--color-secondary)!important;
	border-color: var(--color-secondary)!important;
}



.woocommerce .woocommerce-ordering {
	margin: 0!important;
}

.woocommerce .woocommerce-ordering select {
	min-width: 245px;
	margin: 0;
	padding: 8px 20px;
	color: var(--color-secondary);
	font-weight: 700;
}

.woocommerce .woocommerce-result-count {
	margin: 0!important;
	padding-top: 9px;
	font-weight: 600;
}



.woocommerce div.product div.images {
	margin-bottom: 55px!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {}

.woocommerce div.product div.images.woocommerce-product-gallery .zoom {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: var(--color-secondary) url(img/zoom.png) center/30px no-repeat;
	border-radius: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	margin-bottom: 10px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
	transition: border 0.2s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a:hover {
	border: 2px solid var(--color-primary);
}



.woocommerce div.product div.summary {
	margin-top: 70px;
	margin-bottom: 55px!important;
}



.woocommerce div.product .product_title {
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
}

.woocommerce-product-details__short-description {
	margin-bottom: 15px;
}



/* --- Overview */

#product-overview {
	padding: 45px 0 66px;
}



#cat-intro {
	margin-bottom: 20px;
}

#cat-intro h3 {
	margin-bottom: 10px;
	font: 700 24px/32px Roboto, sans-serif;
	text-transform: none;
}



#cat-sort {
	margin-bottom: 15px;
}



.product-wrapper {
	position: relative;
	margin-bottom: 16px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
	transition: border 0.2s;
}
.product-wrapper:hover {
	border-color: #c5c5c5;
}

.product-wrapper .image {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.product-wrapper .image img {
	float: left;
	width: 100%;
}

.product-wrapper .content {
	float: left;
	width: 100%;
	min-height: 104px;
	padding: 10px 15px 15px;
}

.product-wrapper .content h3 {
	margin-bottom: 20px;
	font: 700 16px/22px "Roboto", sans-serif;
	text-transform: none;
}

.product-wrapper .content span.price {
	float: left;
	display: block;
	padding-top: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.product-wrapper .content span.vat {
	color: #cdcdcd;
	font-weight: 400;
	font-size: 10px;
}

.product-wrapper .content a.button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 1px 12px!important;
	background: var(--color-secondary);
	color: #fff;
	font-size: 12px;
	line-height: 36px!important;
	border-radius: 5px;
}
.product-wrapper .content a.button:hover {
	background: #526035;
	color: #fff;
}
.product-wrapper .content a.button:after {
	display: none;
}

.product-wrapper .content a.button i {
	float: right;
	margin: 10px 0 0 10px;
	color: var(--color-primary);
	font-size: 16px;
}



#cat-cta {
	margin-top: 50px;
}

#cat-cta .button {
	padding: 28px 15px 20px 30px;
	background: var(--color-primary) url(img/cta-button-secondary.png) right center/contain no-repeat;
	border-radius: 5px;
	transition: all 0.2s;
}
#cat-cta .button:hover {
	padding-right: 10px;
	background-image: url(img/cta-button-secondary-hover.png);
}

#cat-cta .button h3 {
	float: left;
	width: 60%;
	margin-bottom: 0;
}

#cat-cta .button i {
	float: right;
	color: var(--color-primary);
	font-size: 70px;
}



#cat-footer {
	padding: 106px 0 116px;
}

#cat-footer h3 {
	margin-bottom: 10px;
	font: 700 24px / 32px Roboto, sans-serif;
	text-transform: none;
}



/* --- Detail */

#product-wrapper {
	padding-bottom: 51px;
}



#product-intro {
	margin-bottom: 65px;
}

#product-intro > .col {
	border-bottom: 1px solid #eaeaea;
}

#product-intro h1 {
	margin-bottom: 10px;
}



#kozijn-samenstellen {
	margin-bottom: 35px;
	background: #f6f6f6;
	border-radius: 5px;
}

#kozijn-samenstellen button {
	width: auto;
	padding: 15px 50px;
}

#kozijn-samenstellen .content {
	padding: 30px;
}

#kozijn-samenstellen .content label, #kozijn-samenstellen .content legend {
	font-weight: 800;
}

#kozijn-samenstellen .content input[type=text], #kozijn-samenstellen .content input[type=number], #kozijn-samenstellen .content input[type=date], #kozijn-samenstellen .content input[type=email], #kozijn-samenstellen .content input[type=tel], #kozijn-samenstellen .content input[type=password], #kozijn-samenstellen .content input[type=submit], #kozijn-samenstellen .content textarea, #kozijn-samenstellen .content select, #kozijn-samenstellen .content button {
	margin-bottom: 0;
	font-size: 16px;
}

#kozijn-samenstellen .content .profiel-container, #kozijn-samenstellen .content .kleur_kruk-container {
	position: relative;
	min-height: -webkit-fill-available;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
	transition: border 0.2s;
}
#kozijn-samenstellen .content .profiel-container:hover, #kozijn-samenstellen .content .kleur_kruk-container:hover {
	border: 2px solid var(--color-primary);
}

#kozijn-samenstellen .content .profiel-container.active, #kozijn-samenstellen .content .kleur_kruk-container.active {
	border: 2px solid #2c351a;
}

#kozijn-samenstellen .content .profiel-container.active:before, #kozijn-samenstellen .content .kleur_kruk-container.active:before {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 3px 21px;
	background: #29351a;
	color: var(--color-primary);
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
	border-radius: 5px;
	content: "Gekozen";
}

#kozijn-samenstellen .content .kleur_kruk-container.active:before {
	top: 10px;
	left: 10px;
	padding: 2px 14px;
	font-size: 10px;
	line-height: 18px;
}

#kozijn-samenstellen .content .profiel-container input, #kozijn-samenstellen .content .kleur_kruk-container input {
	display: none;
}

#kozijn-samenstellen .content .profiel-container {
	width: 210px;
	margin-right: 14px;
	padding: 10px 15px;
}

#kozijn-samenstellen .content .profiel-container .profiel-titel {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

#kozijn-samenstellen .content .kleur_kruk-container {
	width: 120px;
	margin-right: 8px;
	padding: 15px 25px;
}

#kozijn-samenstellen .content .row {
	margin-bottom: 20px;
}



#kozijn-samenvatting {
	position: sticky;
	top: 156px;
	top: 221px;
	margin-bottom: 35px;
	background: var(--color-secondary);
	color: #fff;
	border-radius: 5px;
}

#kozijn-samenvatting hr {
	margin-top: 10px;
	background: #576738;
}

#kozijn-samenvatting .content {
	padding: 30px 30px 20px;
}

#kozijn-samenvatting .content h2 {
	margin-bottom: 15px;
	color: #fff;
}

#kozijn-samenvatting .content img {
	margin-bottom: 10px;
	border-radius: 5px;
}

#kozijn-samenvatting .content button {
	margin-bottom: 10px;
}

#kozijn-samenvatting .content #prijs-incl-container {
	font-weight: 500;
}

#kozijn-samenvatting .content #prijs-excl-container {
	font-size: 14px;
}



#product-related {
	padding: 14px 0 96px;
}

/*
#product-related .product-wrapper {
	background: transparent;
	border: 0;
}

#product-related .product-wrapper .image {
	border: 1px solid #e7e7e7;
	transition: border 0.2s;
}

#product-related .product-wrapper:hover .image {
	border-color: #c5c5c5;
}

#product-related .product-wrapper .content {
	padding: 10px 0;
}
*/



/* --- Cart and checkout */

.wc-block-components-sidebar .wc-block-components-panel, .wc-block-components-sidebar .wc-block-components-totals-coupon, .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 20px!important;
	padding-right: 20px!important;
}



@media only screen and (min-width: 741px) {

	.wc-block-cart {}

	.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td, .wc-block-cart table.wc-block-cart-items th {
		margin: 0 0 50px!important;
	}

}



/* --- Cart */

button.quotation {
	margin-bottom: 20px;
	padding-left: 40px;
	background: #fff;
	color: var(--color-secondary);
	text-align: left;
	border: 1px solid #ececec
}



.cart_totals {}

.cart_totals h2 {
	text-align: right;
}



.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: 16px!important;
	text-transform: none!important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	margin-bottom: 40px!important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	width: auto;
}



.wc-block-cart .wc-block-cart__totals-title {
	display: block!important;
	margin: 0;
	padding: 20px 20px 15px!important;
	font: 400 36px/44px "Bebas Neue", sans-serif!important;
	text-transform: uppercase;
}

.wc-block-cart .wc-block-cart-items {
	border-bottom: 0!important;
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
	background: #f6f6f6!important;
}

.wc-block-cart .wc-block-cart-items td {
	border-top: 0!important;
}
.wc-block-cart .wc-block-cart-items td:first-child {
	border-radius: 5px 0 0 5px;
}
.wc-block-cart .wc-block-cart-items td:last-child {
	border-radius: 0 5px 5px 0;
}



.wp-block-woocommerce-cart-order-summary-block {
	margin-bottom: 20px;
	background: #fff;
	padding-left: 0!important;
	border: 1px solid #ececec;
	border-radius: 5px;
}



.wc-block-components-product-details__name {
	font-weight: 700;
}



.wc-block-components-sidebar {
	margin-top: 40px!important;
	padding-left: 0!important;
	width: 47%!important;
}

.wc-block-components-sidebar-layout {
	flex-direction: row-reverse;
}

.wc-block-components-product-name {
	color: var(--color-secondary);
	font-weight: 700;
	font-size: 18px!important;
}

.wc-block-components-product-metadata {
	overflow: hidden;
}

.wc-block-components-product-details.wc-block-components-product-details {
	float: left;
	width: 100%;
	margin: 0!important;
	line-height: 22px;
	overflow: hidden;
}

.wc-block-components-product-details.wc-block-components-product-details li {}

.wc-block-components-product-price {
	font-weight: 700;
}

.wc-block-components-quantity-selector {
	margin-top: 15px!important;
	padding: 5px;
}
.wc-block-components-quantity-selector:after {
	border-color: var(--color-secondary)!important;
	border-radius: 7px!important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	background: var(--color-secondary)!important;
	color: #fff!important;
	opacity: 1!important;
	border-radius: 5px!important
}



.wc-block-components-button:not(.is-link) {
	padding: 0 40px;
	background: var(--color-secondary);
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	justify-content: left!important;
}
.wc-block-components-button:not(.is-link):after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-width: 63px;
	height: 100%;
	padding-right: 15px;

	background: var(--color-primary);
	color: var(--color-secondary);
	font: 900 30px/50px "Font Awesome 6 Sharp";
	text-align: right;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;

	content: "\f061";
	transition: all 0.2s ease-in-out;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.wc-block-components-button:not(.is-link):hover:after {
	padding-right: 10px;
	background: #b2cd48;
}



@media only screen and (max-width: 740px) {

	.wc-block-components-sidebar {
		width: 100%!important;
	}

}



@media only screen and (min-width: 701px) {

	.wc-block-components-product-details.wc-block-components-product-details {
		width: 50%;
	}


	.wc-block-cart {}

	.wc-block-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		width: 100%!important;
		padding-right: 0!important;
	}

}



/* --- Checkout */

.wp-block-checkout {}

.wc-block-checkout .wc-block-components-sidebar .wc-block-components-panel, .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon, .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0!important;
	padding-right: 0!important;
}

.wp-block-woocommerce-checkout {}

.wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-panel, .wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .wp-block-woocommerce-checkout .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 40px!important;
	padding-right: 40px!important;
}



.wc-block-components-title.wc-block-components-title {
	font: 700 24px/26px "Roboto", sans-serif!important;
	text-transform: none;
}

.wc-block-components-form {
	padding: 32px 40px 40px;
	background: #f6f6f6;
	border-radius: 5px;
}

.wc-block-components-address-card {
	font-size: 14px!important;
	line-height: 20px;
}

.wc-block-components-order-summary.is-large {
	padding: 0 40px!important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background: #c5e34f!important;
	color: #fff!important;
	border: 0!important;
	box-shadow: 0 0 0 2px #fff!important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	width: 80px!important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
	max-width: 80px!important;
	width: 80px!important;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

.wc-block-components-checkout-step__description {
	font-size: 14px!important;
	line-height: 20px!important;
	margin: 0 0 10px!important;
}

.wc-block-components-radio-control-accordion-content {
	font-size: 14px;
	line-height: 20px;
}

.wp-block-woocommerce-checkout-order-summary-block {
	background: #f6f6f6;
	border: 0!important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	font-weight: 700!important;
	font-size: 24px;
	line-height: 26px;
	margin: 40px 40px 15px 40px!important;
}



.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	text-align: left!important;
	justify-content: left;
	overflow: hidden;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-width: 63px;
	height: 100%;
	padding-right: 15px;

	background: var(--color-primary);
	color: var(--color-secondary);
	font: 900 30px/50px "Font Awesome 6 Sharp";
	text-align: right;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;

	content: "\f061";
	transition: all 0.2s ease-in-out;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover:after {
	padding-right: 10px;
	background: #b2cd48;
}



.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
	display: none;
}



.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	border-bottom: 0!important;
	border-top: 0!important;
	border-radius: 5px;
}

.is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open, .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
	padding: 0 20px;
	border-bottom: 0!important;
}



@media only screen and (max-width: 959px) {

	.wc-block-components-form {
		padding: 12px 20px 20px;
	}

	.wc-block-components-order-summary.is-large {
		padding: 0 20px!important;
	}


	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
		margin: 20px 20px 15px 20px!important;
	}

}



@media only screen and (min-width: 701px) {

	.wc-block-checkout {}

	.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
		padding-right: 19px!important;
		width: 50%!important;
	}

	.wc-block-checkout .wc-block-components-sidebar {
		margin-top: 0!important;
		padding-left: 19px!important;
		width: 50%!important;
	}


	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		margin-top: 0!important;
	}

}



/* --- Account */

.woocommerce {}

.woocommerce section {
	padding: 0;
}



.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 40px;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	margin: 5px 0;
	padding: 10px 20px;
	background: #f2f2f2;
	color: var(--color-secondary);
	border-radius: 5px;
	transition: all 0.2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: var(--color-primary);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: var(--color-secondary);
	color: #fff;
}



.woocommerce-account .woocommerce-MyAccount-content {
	padding: 15px 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}



.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	max-width: 48%;
	margin: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 48%;
	margin: 0;
}

.woocommerce-account .addresses .title .edit {
	float: left!important;
}



#kozijn-samenstellen-offerte-bewerken-form {
	margin-bottom: 40px;
}





/* CMS */

img.alignright, a img.alignright { float: right; }
img.alignleft, a img.alignleft { float: left; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto; }





/* Responsive */

@media screen and (max-width: 1119px) {

	h1.corner, h2.corner {
		padding-left: 24px;
	}

	h1.corner:before, h2.corner:before {
		left: 0;
	}


	section.contentrow h1, section.contentrow h2 {
		padding-left: 24px;
	}
	section.contentrow h1:before, section.contentrow h2:before {
		left: 0;
	}



	.product-wrapper .content {
		padding: 10px 15px 50px;
	}

	.product-wrapper .content span.price {
		margin-bottom: 15px;
	}

	.product-wrapper .content a.button {
		width: calc(100% - 30px);
		padding: 3px 12px!important;
	}

}



@media screen and (max-width: 959px) {

	.container {
		padding: 0px 10px;
	}


	.row.mobile-reverse {
		flex-direction: column-reverse;
	}



	a.arrow i, button.arrow i, span.arrow i {
		font-size: 32px;
	}



	#header {
		height: 115px;
		border-bottom: 1px solid #f2f2f2;
	}

	#header .container {
		padding: 0 5px;
	}

	#wrapper {
		height: auto;
		border-bottom: 0;
	}

	#logo {
		margin: 14px 0 14px 58px;
	}

	#nav {
		display: none;
	}

	#toggle-menu, #mobile-shortcuts {
		display: block;
	}



	section.contentrow {
		padding: 88px 0px;
	}

	section.contentrow img, section.contentrow img {
		margin-bottom: 30px;
	}


	section.blocks {
		padding: 15px 0 0;
	}


	section.quicklinks {
		padding: 5px 0 75px;
	}

	section.quicklinks .col-6 {
		margin-bottom: 10px;
	}


	section.cta {
		padding: 0;
	}


	section.logoslider {
		padding: 70px 0;
	}
	section.logoslider:before {
		top: -19px;
		height: 38px;
		background: transparent url(img/pattern.png) center top / 939px 38px repeat-x;
	}

	section.logoslider h2 {
		font-size: 30px;
		line-height: 36px;
	}

	section.logoslider .slide {
		width: calc(25% - 50px);
	}



	#pagetitle {
		padding-top: 5px;
		padding-bottom: 0;
	}

	#side .block.cta {
		display: none;
	}

	#side.has-filters {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		max-width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 2;
		margin: 0;
		padding: 15px;
	}

	#side.has-filters .title {
		margin-bottom: 30px;
		padding-bottom: 20px;
		font-size: 30px;
		border-bottom: 1px solid #e7e7e7;
	}

	#side.has-filters .title a#close-filter {
		color: var(--color-secondary);
		font-size: 40px;
	}

	#side.has-filters .block {
		margin-bottom: 30px;
		padding: 0 0 30px;
		border: 0;
		border-bottom: 1px solid #e7e7e7;
		border-radius: 0;
	}



	.woocommerce .woocommerce-result-count {
		display: none;
	}

	.woocommerce .woocommerce-ordering select {
		padding: 11px 45px 11px 20px;
	}


	a#toggle-filter {
		float: left;
		display: inline-block;
		padding: 3px 25px;
		background: var(--color-secondary);
		color: #fff;
		font: 700 16px/44px "Roboto", sans-serif;
		text-align: center;
		text-decoration: none;
		border: 0;
		border-radius: 5px;
	}

	a#toggle-filter i {
		margin: -3px 10px 0 0;
		color: var(--color-primary);
		font-size: 20px;
		vertical-align: middle;
	}


	#product-overview {
		padding: 25px 0 66px;
	}

	#cat-footer {
		padding: 50px 0 60px;
	}



	#footer:before {
		top: -19px;
		height: 38px;
		background: transparent url(img/pattern.png) center top / 939px 38px repeat-x;
	}

}



@media screen and (max-width: 767px) {

	h1 { font-size: 36px; line-height: 36px; }
	h2 { font-size: 30px; line-height: 36px; }
	h3 { font-size: 22px; line-height: 24px; }


	h1.corner:before, h2.corner:before {
		top: -10px;
		width: 29px;
		height: 29px;
		background-size: 29px;
	}



	.accordion > li .accordion-control {
		padding: 15px 100px 15px 16px;
	}

	.accordion li .accordion-control h4 {
		font-size: 16px!important;
		line-height: 24px!important;
	}



	#top ul li {
		width: 50%;
	}



	section.banner + section {
		padding-top: 18px;
	}


	section.banner .wrapper {
		padding: 26px 44px 26px 20px;
	}


	section.contentrow h1:before, section.contentrow h2:before {
		top: -10px;
		width: 29px;
		height: 29px;
		background-size: 29px;
	}


	section.newsslider .slide {
		width: calc(50% - 15px);
	}


	section.logoslider .slide {
		width: calc(33.33333% - 50px);
	}



	.woocommerce .woocommerce-ordering {
		width: calc(50% - 10px);
	}

	.woocommerce .woocommerce-ordering select {
		float: right;
		min-width: 0;
		padding: 11px 20px;
		padding: 11px 45px 11px 20px;
		font-size: 16px;
	}


	a#toggle-filter {
		width: calc(50% - 10px);
	}

}



@media screen and (max-width: 567px) {

	section.newsslider .slide {
		width: 100%;
		margin: 0;
	}

	section.logoslider .slide {
		width: calc(50% - 50px);
	}



	#top ul li {
		width: 100%;
	}




	.product-wrapper {
		-ms-flex: 0 0 calc((100% / (12/6)) - var(--grid-gutter))!important;
		flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter))!important;
		max-width: calc((100% / (12 / 6)) - var(--grid-gutter))!important;
	}

	.product-wrapper .content {
		padding: 5px 10px 45px;
	}

	.product-wrapper .content h3 {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}

	.product-wrapper .content a.button {
		width: calc(100% - 20px);
		right: 10px;
		bottom: 10px;
	}



	.woocommerce div.product div.images {
		margin-bottom: 0!important;
	}

	.woocommerce div.product div.summary {
		margin-top: 0;
	}

	.woocommerce div.product .product_title {
		font-size: 30px;
		line-height: 36px;
	}



	#footer #socket ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}

}



@media screen and (max-width: 479px) {

	section.cta .button {
		margin-bottom: 10px;
		padding: 19px 15px 19px 15px;
	}

	section.cta .button h3 {
		width: 85%;
		font-size: 22px;
		line-height: 24px;
	}

	section.cta .button i {
		font-size: 28px;
	}


	/*
	section.logoslider .slide {
		width: 100%;
		margin: 0;
	}
	*/


	section.blocks .card {
		margin-bottom: 10px;
		padding: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	section.blocks .card .image {
		padding: 15px 40px 10px 0;
	}

	section.blocks .card .content h2 {
		margin-bottom: 0;
		font-size: 36px;
		line-height: 36px;
	}

	section.blocks .card .content a.arrow {
		font-size: 20px;
	}

	section.blocks .card .content a.arrow i {
		margin-left: 5px;
		font-size: 22px;
	}



	#cat-cta .button {
		padding: 19px 15px 19px 15px;
	}

	#cat-cta .button h3 {
		width: 85%;
		font-size: 22px;
		line-height: 24px;
	}

	#cat-cta .button i {
		font-size: 28px;
	}

}





@media screen and (min-width: 480px) {

}



@media screen and (min-width: 568px) {

	.text-right-sm {
		text-align: right;
	}

}



@media screen and (min-width: 768px) {

}



@media screen and (min-width: 960px) {

}