/*
Theme Name: Franssen Franken
Theme URI: https://
Description: Thema voor de website van Franssen Franken.
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* 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 {
	--main-green: #a3af03;
}





/* Global styles */

body {
	background: #f2f2f2;
	color: #000;
	font: normal 400 16px/28px "Open Sans", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

h1 { margin-bottom: 20px; font-size: 34px; line-height: 38px; }
h2 { margin-bottom: 15px; font-size: 26px; line-height: 38px; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 28px; color: var(--main-green); }
h4 { margin-bottom: 5px; font-size: 22px; line-height: 38px; }
h5 { margin-bottom: 0; font-size: 16px; line-height: 24px; }
h6 { margin-bottom: 0; font-size: 16px; line-height: 24px; color: var(--main-green); }

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

h1 span {
	color: var(--main-green);
}

h1 svg {
	margin-bottom: 10px;
	color: var(--main-green);
	font-size: 48px;
}



a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}



strong {
	font-weight: 700;
}



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



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



/* --- Input */

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

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

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



form {}

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

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

form legend {
	margin-bottom: 10px;
}


input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=datepicker], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 15px;
	background: #fff;
	color: #000;
	font: 16px/28px "Open Sans", sans-serif;
	text-align: left;
	border: 1px solid #a4a3a3;
	border-radius: 8px;
	transition: border 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=datepicker]:focus, textarea:focus, select:focus, button:focus {
	border-color: var(--main-green);
}


textarea {
	height: 100px;
}


select {
	background: #fff url(img/select.svg) right 15px center no-repeat;
}


input[type=submit], button {
	display: block;
	width: auto;
	margin: 0;
	padding: 11px 33px 11px 15px;
	background: var(--main-green) url(img/button-chevron-black.svg) right 15px center/8px 12px no-repeat;
	color: #000;
	font-weight: 600;
	text-align: center;
	border: 0;
	transition: all 0.2s;
}
input[type=submit]:hover, button:hover {
	cursor: pointer;
	padding: 11px 15px 11px 33px;
	background-position: left 15px center;
}





/* 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: 1372px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.intro {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}



/* --- Buttons */

a.button {
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	margin: 0 10px 10px 0;
	padding: 11px 15px 11px 33px;
	background: var(--main-green) url(img/button-chevron-black.svg) left 15px center/8px 12px no-repeat;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	z-index: 0;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, a.button:only-of-type {
	margin: 0;
}
a.button:hover {
	padding: 11px 33px 11px 15px;
	background-position: right 15px center;
}


.text-center a.button {
	margin: 0 10px 20px;
}


a.button.green {
	background: var(--main-green) url(img/button-chevron-black.svg) left 15px center/8px 12px no-repeat;
	color: #000;
}
a.button.green:hover {
	background-position: right 15px center;
}


a.button.white {
	background: #fff url(img/button-chevron-black.svg) left 15px center/8px 12px no-repeat;
}
a.button.white:hover {
	background-position: right 15px center;
}


a.button.black {
	background: #000 url(img/button-chevron-white.svg) left 15px center/8px 12px no-repeat;
	color: #fff;
}
a.button.black:hover {
	background-position: right 15px center;
}



a.button.tel {
	background-image: url(img/icon-tel.svg);
	background-size: 14px;
}

a.button.mail {
	background-image: url(img/icon-mail.svg);
	background-size: 14px 11px;
}



/* --- Slider */

.flickity-button {
	background: transparent!important;
	z-index: 2;
}
.flickity-button:disabled {}

.flickity-prev-next-button {
	top: auto!important;
	bottom: -75px!important;
	width: 50px!important;
	height: 50px!important;
	margin-top: -25px;
	padding: 0!important;
	border-radius: 8px!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: auto!important;
	right: 70px!important;
	right: 60px!important;
	background: #000 url(img/button-chevron-white.svg) center/8px 12px no-repeat!important;
	transform: scale(-1,1)!important;
}
.flickity-prev-next-button.previous:hover {
	background-color: var(--main-green)!important;
	background-image: url(img/button-chevron-black.svg)!important;
}

.flickity-prev-next-button.next {
	right: 10px!important;
	right: 0!important;
	background: #000 url(img/button-chevron-white.svg) center/8px 12px no-repeat!important;
}
.flickity-prev-next-button.next:hover {
	background-color: var(--main-green)!important;
	background-image: url(img/button-chevron-black.svg)!important;
}


.flickity-prev-next-button .flickity-button-icon {
	display: none;
}

.flickity-page-dots {
	margin: 0!important;
	bottom: -45px!important;
	text-align: left!important;
}

.flickity-page-dots .dot {
	margin: 0 5px 0 0!important;
	background: #a4a3a3!important;
	opacity: 1!important;
}

.flickity-page-dots .dot.is-selected {
	background: var(--main-green)!important;
}


.flickity-viewport {
	overflow: visible!important;
}



/* --- Block */

.block {
	float: left;
	width: 100%;
	padding: 25px 30px 30px;
	background: #fff;
	border-radius: 16px;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: #000;
	border-radius: 16px;
	overflow: hidden;
}

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



/* --- Accordion */

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

.accordion > li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 0 20px;
	background: #fff;
	border-radius: 16px;
	list-style: none!important;
}

.accordion > li .accordion-control {
	position: relative;
	padding: 23px 70px 23px 0;
	cursor: pointer;
}
.accordion > li .accordion-control:before {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 50px;
	height: 50px;
	background: #000 url(img/faq-chevron-down-white.svg) center/12px 8px no-repeat;
	border-radius: 8px;
	transition: background 0.2s;
	content: " ";
}
.accordion > li .accordion-control:hover:before {
	background-color: var(--main-green);
	background-image: url(img/faq-chevron-down-black.svg);
}

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

.accordion li .accordion-control h3 {
	margin-bottom: 0;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}

.accordion li .accordion-panel {
	display: none;
	padding: 0 0 20px;
}



/* --- Stars */

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	float: left;
	display: block;
	font-size: 20px;
	font-family: Times;
	line-height: 1;
}
.stars::before {
	content: '★★★★★';
	letter-spacing: 2px;
	background: linear-gradient(90deg, #ffb100 var(--percent), #f2f2f2 var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}





/* --- Filter */

ul.faq-filter {
	margin: 0 0 20px 0;
	overflow: hidden;
}

ul.faq-filter li {
	list-style: none;
}

ul.faq-filter li a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 6px 10px;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	border: 1px solid #dedede;
	border-radius: 4px;
	transition: all 0.2s;
}
ul.faq-filter li a:hover {
	background: #dedede;
}

ul.faq-filter li.active a {
	background: var(--main-green);
	border-color: var(--main-green);
}



/* --- USP'S */

.usps {}

.usps img {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}





/* Header */

#header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background: var(--main-green);
	font-size: 14px;
	z-index: 3;
}

#header {
	position: relative;
	height: 80px;
}

#header .row {
	height: 80px;
}


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

#header #logo img {
	float: left;
}



#header #usps {
	overflow: hidden;
}

#header #usps .slider {}

#header #usps .slider .slide {
	float: left;
	width: 100%;
}



#header #quicklinks {}

#header #quicklinks a {
	position: relative;
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 10px;
	background: #000;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
}

#header #quicklinks a span {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--main-green);
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
}

#header #quicklinks a svg {}
#header #quicklinks a:hover svg {
	animation-name: fa-bounce;
	animation-duration: 1s;
	animation-iteration-count: 1;
}



#nav {
	height: 50px;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 50px;
}

#nav .row {
	height: 50px;
}

#nav ul {}

#nav ul li {
	display: inline-block;
	margin-right: 35px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

#nav ul li a {
	display: inline-block;
	color: #fff;
}
#nav ul li a:hover {
	color: var(--main-green);
}

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



#nav ul li .mega-menu {
	display: none;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	background: #fff;
}
#nav ul li:hover .mega-menu {
	display: block;
}

#nav ul li .mega-menu ul {
	max-width: 1342px;
	margin: 0 auto;
	padding: 10px 10px 0;
	overflow: hidden;
}

#nav ul li .mega-menu ul li {
	float: left;
	width: calc(12.5% - 10px);
	margin: 0 5px 10px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-transform: none;
}

#nav ul li .mega-menu ul li a {
	display: block;
	width: 100%;
	background: #f2f2f2;
	color: #000;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.2s;
}
#nav ul li .mega-menu ul li a:hover {
	background: #000;
	color: #fff;
}

#nav ul li .mega-menu ul li a img {
	float: left;
	width: 100%;
}



#nav .tax-toggle {
	float: right;
}

#nav .tax-toggle label.switch > input[type=checkbox] {
	display: none;
	opacity: 0;
}

#nav .tax-toggle label.switch > div.switch-btn {
	float: left;
	position: relative;
	width: 51px;
	height: 28px;
	margin: 11px 5px 11px 0;
	background: #666;
	border-radius: 24px;
}

#nav .tax-toggle label.switch > div.switch-btn:before {
	position: absolute;
	top: 50%;
	left: 3px;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.2s ease-out;
	cursor: pointer;
	transform: translateY(-50%);
	content: " ";
}

#nav .tax-toggle label.switch > input[type=checkbox]:checked + div.switch-btn {
	background: var(--main-green);
}

#nav .tax-toggle label.switch > input[type=checkbox]:checked + div.switch-btn:before {
	left: 25px;
}

#nav .tax-toggle label.switch span {
	float: left;
	display: inline-block;
}



#spacer {
	height: 130px;
}





/* Content */

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

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

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


#content ul:not(.accordion):not(.faq-filter):not(.products) {
	margin: 0 0 20px 0;
	list-style: none;
}

#content ul:not(.accordion):not(.faq-filter):not(.products) li {
	padding-left: 18px;
	background: url(img/li.svg) left 10px/12px 8px no-repeat;
}


#content ul:not(.accordion):not(.faq-filter):not(.products) li:has(a) {
	transition: all 0.2s;
}
#content ul:not(.accordion):not(.faq-filter):not(.products) li:has(a):hover {
	padding-left: 21px;
}

#content ul:not(.accordion):not(.faq-filter):not(.products) li:has(a) a {}
#content ul:not(.accordion):not(.faq-filter):not(.products) li:has(a):hover a {
	color: var(--main-green);
}


#content ol {
	margin: 0 0 20px 20px;
	list-style: numeric;
}

#content ol li {}


#content img {}


#content section:not(.products) table:not(.wc-block-cart-items) {
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content section:not(.products) table:not(.wc-block-cart-items) th, #content section:not(.products) table:not(.wc-block-cart-items) td {
	padding: 10px 15px;
	border-bottom: 1px solid #a4a3a3;
}

#content section:not(.products) table:not(.wc-block-cart-items) th, #content section:not(.products) table:not(.wc-block-cart-items) thead td {
	background-color: #f2f2f2;
	font-weight: 600;
}
#content section:not(.products) table:not(.wc-block-cart-items) th:first-child, #content section:not(.products) table:not(.wc-block-cart-items) thead td:first-child {
	border-radius: 6px 0 0 6px;
	border-radius: 0;
}
#content section:not(.products) table:not(.wc-block-cart-items) th:last-child, #content section:not(.products) table:not(.wc-block-cart-items) thead td:last-child {
	border-radius: 0 6px 6px 0;
	border-radius: 0;
}

#content section:not(.products) table:not(.wc-block-cart-items) td a:not(.button) {
	color: var(--main-green);
	text-decoration: underline;
}
#content section:not(.products) table:not(.wc-block-cart-items) td a:not(.button):hover {
	text-decoration: none;
}





/* Pagebuilder */

section {
	padding: 50px 0;
}
section:first-child {}
section:last-child {}





section .row.title {}

section .row.title h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
section .row.title h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 3px;
	background: var(--main-green);
	content: " ";
}





section.banner {
	background: #242424;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



section.banner.has-image {
	color: #fff;
}

section.banner.has-image .block {
	padding: 45px 30px 65px;
	background: #242424;
	font-size: 18px;
}

section.banner.has-image .block h1, section.banner.has-image .block h2, section.banner.has-image .block h3 {
	color: #fff;
}

section.banner.has-image .block span.intro {
	color: #fff;
}

section.banner.has-image .block ul {
	margin-bottom: 30px!important;
}

section.banner.has-image .block ul li {
	padding: 2px 0;
}





section.contentrow {}

section.contentrow + section.contentrow {
	padding-top: 0;
}

section.contentrow h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

section.contentrow h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 3px;
	background: var(--main-green);
	content: " ";
}

section.contentrow .block {
	height: 100%;
}

section.contentrow .block.image {
	min-height: 400px;
}





section.photosection {
	position: relative;
	min-height: 600px;
	padding: 225px 0 50px;
	background: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}

section.photosection .block {
	background: #000;
	z-index: 1;
}

section.photosection .block h1, section.photosection .block h2, section.photosection .block h3 {
	color: #fff;
}

section.photosection .block span.intro {
	color: #fff;
}

section.photosection .arrows {
	position: absolute;
	top: 50px;
	right: -50px;
	width: 800px;
	height: 500px;
	background: url(img/big-arrows.svg) left center/cover no-repeat;
}





section.faq {
	padding: 50px 0 45px;
}

section.faq .block {}

section.faq .block.cta {
	position: relative;
	padding: 40px 30px 30px;
	background: var(--main-green);
}
section.faq .block.cta:before {
	position: absolute;
	top: -25px;
	right: 30px;
	display: block;
	width: 87px;
	height: 50px;
	background: url(img/cta-arrows.svg) center/cover;
	content: " ";
}

section.faq .block.cta img {
	margin-bottom: 10px;
}





section.contentslider {
	padding: 50px 0 100px;
	overflow: hidden;
}

section.contentslider .slider {
	margin-bottom: 25px;
}

section.contentslider .slider .slide {
	width: calc(83% - 20px);
	margin: 0 10px;
}

section.contentslider .slider .slide .block {
	padding: 25px;
}

section.contentslider .slider .slide .block .image {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
}

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

section.contentslider .slider .slide .block .content {
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
}





section.reviewslider {
	overflow: hidden;
}

section.reviewslider .slider {
	margin-bottom: 25px;
}

section.reviewslider .slider .slide {
	float: left;
	width: calc(33.33333% - 20px);
	margin: 0 10px;
	padding: 30px;
	background: #fff;
	border-radius: 16px;
}

section.reviewslider .slider .slide .stars {
	float: left;
	width: auto;
	margin-bottom: 20px;
	clear: both;
}

section.reviewslider .slider .slide:hover .stars {
	animation-name: fa-bounce;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

section.reviewslider .slider .slide .content {
	float: left;
	width: 100%;
}

section.reviewslider .slider .slide .content .image {
	float: left;
	width: 56px;
	height: 56px;
	margin-right: 10px;
	background: #000;
	border-radius: 100%;
	overflow: hidden;
}

section.reviewslider .slider .slide .content .image img {
	float: left;
	width: 56px;
	height: 56px;
}

section.reviewslider .slider .slide .content strong {
	float: left;
	margin-top: 13px;
}





span.price {
	color: var(--main-green);
}

span.price-from {
	color: var(--main-green);
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
}

span.price-sub {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}





section.categories {
	padding: 50px 0 30px;
}

section.categories .category {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s;
}
section.categories .category:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.12);
}

section.categories .category .image {
	float: left;
	width: 100%;
	overflow: hidden;
}

section.categories .category .image img {
	float: left;
	transition: transform 0.2s;
}
section.categories .category:hover .image img {
	transform: scale(1.05);
}

section.categories .category .content {
	float: left;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	line-height: 24px;
}

section.categories .category .content h3 {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	transition: color 0.2s;
}
section.categories .category:hover .content h3 {
	color: var(--main-green);
}

section.categories .category .content p {
	min-height: 72px;
	margin-bottom: 25px;

	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

section.categories .category .arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background: var(--main-green) url(img/button-chevron-black.svg) center/8px 12px no-repeat;
	border-radius: 8px;
	transition: background 0.2s;
}
section.categories .category:hover .arrow {
	background-color: #000;
	background-image: url(img/button-chevron-white.svg);
}





section.products {
	padding: 50px 0 30px;
}

section.products .row.title {
	margin-bottom: 45px;
}

section.products .product {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s;
}
section.products .product:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.12);
}

section.products .product .image {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

section.products .product .image img {
	float: left;
}

section.products .product .content {
	float: left;
	width: 100%;
}

section.products .product .content h3 {
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	transition: color 0.2s;
}
section.products .product:hover .content h3 {
	color: var(--main-green);
}

section.products .product .content table {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
}

section.products .product .content table tr {}

section.products .product .content table tr td {
	border-bottom: 1px solid #dedede;
}

section.products .product .arrow {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	background: var(--main-green) url(img/button-chevron-black.svg) center/8px 12px no-repeat;
	border-radius: 8px;
	transition: background 0.2s;
}
section.products .product:hover .arrow {
	background-color: #000;
	background-image: url(img/button-chevron-white.svg);
}





section.waste {
	background: #242424 url(img/section-waste-bg.jpg) center/cover no-repeat;
}

section.waste h4 {
	margin-bottom: 15px;
	text-transform: none;
}

section.waste .block {
	padding: 40px 20px 20px;
}

section.waste .allowed {}

section.waste .allowed ul {}

section.waste .allowed ul li {
	padding: 3px 25px!important;
	background: url(img/li-check.svg) 0 10px/16px no-repeat!important;
}

section.waste .not-allowed {}

section.waste .not-allowed ul {}

section.waste .not-allowed ul li {
	padding: 3px 25px!important;
	background: url(img/li-cross.svg) 0 10px/16px no-repeat!important;
}





/* Pages */

/* --- Shop */

.wts-vat-text {
	color: #666!important;
	font-weight: 600;
	font-size: 14px!important;
}


section.usps {
	padding: 36px 0;
	background: var(--main-green);
	font-weight: 600;
	font-size: 18px;
}

body.woocommerce-cart #content > section:not(.usps), body.woocommerce-checkout #content > section:not(.usps), body.woocommerce-account #content > section:not(.usps) {
	background: #242424;
}



/* --- Detail */

section#product-details {
	background: #242424;
}



section#product-details .woocommerce-error, section#product-details .woocommerce-info, section#product-details .woocommerce-message {
	border-radius: 0;
	border-bottom: 0;
}

 section#product-details .woocommerce-message {
	background: var(--main-green);
}

section#product-details .woocommerce-error a.button, section#product-details .woocommerce-info a.button, section#product-details .woocommerce-message a.button {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
}



section#product-details .block {
	padding: 0;
	overflow: hidden;
}

section#product-details .block .product-media {
	float: left;
	width: 50%;
	padding: 30px 30px 20px;
}

section#product-details .block .product-media img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #a4a3a3;
	border-radius: 8px;
}

section#product-details .block .product-data {
	float: left;
	width: 50%;
	padding: 30px 30px 45px;
	background: #f2f2f2;
}

section#product-details .block .product-data h1 {
	font-size: 30px;
	line-height: 36px;
}


section#product-details .block .product-data h6 {
	margin-bottom: 10px;
	margin-bottom: 8px;
}

section#product-details .block .product-data span.price_per {
	float: left;
	margin-top: -5px;
	color: #666;
	font-size: 14px;
}

section#product-details .block .product-data a.allowed {
	font-size: 14px;
}



section#product-details .block .product-data .sizes {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-bottom: 20px;
}

section#product-details .block .product-data .sizes .size {
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	border: 1px solid #a4a3a3;
	border-radius: 8px;
	transition: all 0.2s;
}
section#product-details .block .product-data .sizes .size:hover {
	background: #eaecd6;
	border-color: var(--main-green);
}

section#product-details .block .product-data .sizes .size.current {
	background: var(--main-green);
	color: #fff;
	border-color: var(--main-green);
	/*
	padding: 8px 13px;
	border: 3px solid var(--main-green);
	*/
}



section#product-details .block a.reset_variations {
	display: none!important;
	color: #d91303;
}





.variations_form.cart {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


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

.variations .variation {
	margin-bottom: 15px;
}

/*
.variations .variation.pa_afvalsoort {
	display: none;
}
*/

.variations_form.cart select {
	margin-bottom: 0;
}


.single_variation_wrap {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-top: 0;
}


.woocommerce-variation {
	float: left;
	margin-right: 20px;
	padding-top: 3px;
}

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

.woocommerce-variation-add-to-cart .quantity {
	float: left;
	width: 90px;
	margin-right: 10px;
}

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


.product-waste-info {
	float: left;
	width: 100%;
}



/* --- Checkout */

/*
.wc-block-components-address-form__country.wc-block-components-country-input {
	display: none;
}
*/


.orddd-lite-checkout-fields {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 15px 0 15px;
	background: #f2f2f2;
	border-radius: 8px 8px 0 0;
}
.orddd-lite-checkout-fields:before {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	content: "Gewenste plaatsing en ophaaldatum";
}



.orddd-lite-checkout-fields ul {
	margin: 0!important;
}

.orddd-lite-checkout-fields ul li {
	padding-left: 0!important;
	background: none!important;
}



.orddd-datepicker {}

.orddd-datepicker input {
	margin-bottom: 20px!important;
}


#orddd_lite_time_slot {
	position: relative;
}

#orddd_lite_time_slot label {
	position: absolute;
	top: 6px;
	left: 5px;
	color: #666;
	font: 400 16px "Open Sans", sans-serif;
	transform: scale(.82);
}

#orddd_lite_time_slot input {
	padding: 24px 9px 8px;
	line-height: 17px;
}


.orddd-lite-checkout-fields .css-1pv2o93 {
	height: 50px;
	padding-left: 0;
	padding-right: 0;
}


.wc-block-checkout__additional-fields__field {}

.wc-block-checkout__additional-fields__field input {
	margin: 0;
}

.wc-block-checkout__additional-fields__field .is-active input {
	height: 50px;
	padding: 24px 9px 8px;
	line-height: 25px;
}



#additional_info {
	float: left;
	width: 100%;
	margin-bottom: 24px;
	padding: 0 15px 15px 15px;
	background: #f2f2f2;
	border-radius: 0 0 8px 8px;
}





/* Plugins */

/* --- WooCommerce */

/* ------ Messages */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	position: relative;
	width: auto;
	margin: 0;
	padding: 1em;
	background: #f2f2f2;
	font-weight: 600;
	border-radius: 8px;
	border-top: 3px solid var(--main-green);
	list-style: none outside;
	word-wrap: break-word;
}
.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before {
	content: " ";
	display: table;
}
.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after {
	clear: both;
}


.woocommerce-message {
	border-top-color: var(--main-green);
}

.woocommerce-info {
	border-top-color: #000;
}

.woocommerce-error {
	border-top-color: #d91303;
}


.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
}


.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important;
}



/* ------ General */

.wc-block-components-sidebar-layout {
	margin: 0 auto!important;
}

.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: 15px!important;
	text-transform: none!important;
}


.wc-block-components-formatted-money-amount {
	font-weight: 700;
}



/* ------ Input */

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
	color: #666!important;
}

.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] {
	border: 1px solid #a4a3a3!important;
	border-radius: 8px!important;
}


.wc-blocks-components-select .wc-blocks-components-select__select {
	margin: 0;
	border: 1px solid #a4a3a3!important;
}


.wc-block-components-radio-control .wc-block-components-radio-control__input {
	background: transparent!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border: 1px solid var(--main-green)!important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: var(--main-green)!important;
}

.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 {
	background: #f1f2e1;
	box-shadow: inset 0 0 0 1px #a3af03!important;
}


/* --------- Components */

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 30px!important;
	background: #fff;
	border-radius: 16px;
}

.wc-block-components-sidebar {
	padding: 30px!important;
	background: #fff;
	border-radius: 16px;
}


@container (min-width: 700px) {

	.wc-block-components-sidebar-layout .wc-block-components-main {
		width: calc(66.66666% - 10px)!important;
		margin-right: 10px!important;
	}

	.wc-block-components-sidebar {
		width: calc(33.33333% - 10px)!important;
		margin-left: 10px;
	}

}


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

.wc-block-components-title.wc-block-components-title {
	font-size: 18px!important;
	text-transform: none;
}



/* ------ Detail */

.woocommerce-variation-price {}

.woocommerce-variation-price span.price {
	float: left;
	font-weight: 700;
	font-size: 32px;
}


.woocommerce-product-details__short-description {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 5px;
}


/* ------ Cart */

.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 {
	font-weight: 600;
	font-size: 18px!important;
	line-height: 28px!important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	color: var(--main-green);
	font-weight: 600;
	font-size: 16px!important;
	line-height: 28px!important;
}



.wc-block-cart-item__image {}

.wc-block-cart-item__image a {
	float: left;
	border: 1px solid #dedede;
	border-radius: 8px;
	overflow: hidden;
}

.wc-block-cart-item__image a img {
	float: left;
}


.wc-block-components-totals-footer-item-tax-value {
	color: var(--main-green);
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	margin-bottom: 20px;
	padding: 15px!important;
	background: #dedede;
	font-weight: 600;
	border-radius: 8px;
	border-top: 0!important;
}



.wc-block-cart-item__prices {}

.wc-block-cart-item__prices span.price {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
}


.wc-block-components-product-metadata {
	font-size: 16px!important;
}


.wc-block-cart-item__total {}

.wc-block-cart-item__total span.price {
	font-size: 18px!important;
}


.wc-block-components-quantity-selector {
	width: 148px!important;
	border-radius: 8px!important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	min-width: 50px!important;
	background: #dedede!important;
	font-size: 18px!important;
	line-height: 50px;
	font-weight: 600!important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	font-weight: 600!important;
	font-size: 16px!important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
	box-shadow: none!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 {
	font-size: 14px!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:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	color: #d91303!important;
}


.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	font-size: 15px!important;
}


.wc-block-components-order-summary-item__description .wc-block-components-formatted-money-amount {
	font-weight: 600;
	font-size: 14px;
}


.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 20px;
}


.wc-block-cart__submit {
	margin: 0 0 50px!important;
}

.wc-block-components-button:not(.is-link) {
	padding: 0 33px 0 15px;
	justify-content: left!important;
	background: var(--main-green) url(img/button-chevron-black.svg) right 15px center/8px 12px no-repeat;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.2s!important;
}
.wc-block-components-button:not(.is-link):hover {
	padding: 0 15px 0 33px;
	background: var(--main-green) url(img/button-chevron-black.svg) left 15px center/8px 12px no-repeat;
}


@container (max-width: 699px) {

	.wc-block-cart__main {
		margin-bottom: 25px!important;
	}

	.wc-block-cart__sidebar {
		margin-bottom: 0!important;
	}

}

@container (min-width: 700px) {

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

	.wc-block-cart__main .wc-block-cart-items th {
		text-align: left;
	}
	.wc-block-cart__main .wc-block-cart-items th:last-child {
		padding-right: 0!important;
	}

	.wc-block-cart__main .wc-block-cart-items td {}
	.wc-block-cart__main .wc-block-cart-items td:last-child {
		padding-right: 0!important;
	}

	.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
		padding: 20px 0 20px 0;
	}

}


/* ------ Checkout */

.wp-block-woocommerce-checkout {
	padding-top: 0!important;
}


.wc-block-components-form .wc-block-components-checkout-step {
	padding: 15px!important;
	background: #f2f2f2!important;
	border-radius: 8px;
}


.wp-block-woocommerce-checkout-order-summary-block {
	font-size: 15px!important;
	border-radius: 8px!important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-weight: 600!important;
	text-transform: none;
}


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


.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
	font-weight: 400!important;
}


.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	background: #dedede;
	font-weight: 600;
}


@container (min-width: 960px) {

	.wc-block-checkout__sidebar {
		top: 180px!important;
	}

}



/* ------ Confirmation */

.woocommerce-order {
	padding: 30px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}

.woocommerce-order section {
	float: left;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.woocommerce-order > section {
	padding: 30px 0 0;
}



/* ------ Login */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	margin: 0!important;
	padding: 30px!important;
	background: #fff;
	border: 0!important;
	border-radius: 16px!important;
}

.woocommerce form.checkout_coupon p.woocommerce-form-row, .woocommerce form.login p.woocommerce-form-row, .woocommerce form.register p.woocommerce-form-row {
	margin-bottom: 0!important;
}


.show-password-input {
	display: none;
}



/* ------ Password */

.woocommerce form.lost_reset_password {
	padding: 30px;
	background: #fff;
	border-radius: 16px;
}



/* ------ Account */

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
	padding: 30px 30px 10px;
	background: #fff;
	border-radius: 16px;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	padding: 30px;
	background: #fff;
	border-radius: 16px;
}

.woocommerce-account .woocommerce-MyAccount-content p {}
.woocommerce-account .woocommerce-MyAccount-content p:has(input) {
	margin-bottom: 0!important;
}

.woocommerce-account .woocommerce-MyAccount-content section {
	padding: 0;
	overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content > section {
	padding: 30px 0 0;
}


.woocommerce-account .addresses .title .edit {
	float: none!important;
	color: var(--main-green);
	text-decoration: underline;
}
.woocommerce-account .addresses .title .edit:hover {
	text-decoration: none;
}


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

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



/* --- Gravity forms */

.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gsection {
	margin-top: 20px;
	border-bottom: 1px solid #dedede!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: 10px 15px!important;
	font-size: 16px!important;
}

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





/* Footer */

#footer {
	position: relative;
	margin-top: 50px;
	margin-bottom: -200px;
	padding: 0;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
}

#footer .block {
	padding: 50px 20px;
	padding: 50px 20px 25px;
	background: #242424;
	border-radius: 16px;
}


#footer h3 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}


#footer p {
	margin-bottom: 25px;
}


#footer a:not(.button) {}
#footer a:not(.button):hover {
	color: var(--main-green);
}


#footer ul {
	margin: 0 0 20px 0;
	list-style: none;
}

#footer ul li {
	padding: 4px 0 4px 18px;
	background: url(img/li.svg) 0 14px/12px 8px no-repeat;
	transition: padding 0.2s;
}
#footer ul li:hover {
	padding-left: 23px;
}



/* --- Socket */

#socket {
	padding: 250px 0 50px;
	background-color: #000;
	background-image: url(img/socket-bg-left.svg), url(img/socket-bg-right.svg);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	font-size: 14px;
}

#socket ul {}

#socket ul li {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;
}

#socket ul li a {
	padding: 0;
	color: #fff;
	font-weight: 700;
}
#socket ul li a:hover {
	color: var(--main-green);
}


#socket #socials {
	float: left;
}

#socket #socials a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: var(--main-green);
	color: #000;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
	transition: all 0.2s;
}
#socket #socials a:hover {
	background: #fff;
}





/* CMS */

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





/* Responsive */

/* Max screen sizes */

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

	#nav ul li {
		margin-right: 25px;
		font-size: 15px;
	}

}



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

	#nav ul li {
		margin-right: 15px;
		font-size: 13px;
	}

	#nav ul li .mega-menu ul li {
		width: calc(25% - 10px);
	}


	#socket {
		background-image: none;
	}

	#socket #socials {
		margin-top: 25px;
	}

	#socket #socials a {
		margin-right: 10px;
	}

}



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

	#header-wrapper, #spacer {
		height: 80px;
	}


	#header #quicklinks {
		padding-right: 50px;
	}

	#header #quicklinks a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}


	#nav {
		display: none;
	}


	#toggle-menu {
		position: absolute;
		top: 20px;
		right: 30px;
		width: 40px;
		height: 40px;
		background: #000;
		cursor: pointer;
		border-radius: 8px;
		pointer-events: auto;
		z-index: 999;
	}
	#toggle-menu.open {
		background: #fff;
	}

	#toggle-menu span {
		position: absolute;
		left: 10px;
		display: block;
		width: 20px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		transform: rotate(0deg);
		transition: 0.2s ease-in-out;
	}
	#toggle-menu span:nth-child(1) {
		top: 16px;
	}
	#toggle-menu span:nth-child(2) {
		top: 22px;
	}
	#toggle-menu.open span:nth-child(1) {
		top: 19px;
		background: #000;
		transform: rotate(45deg);
	}
	#toggle-menu.open span:nth-child(2) {
		top: 19px;
		background: #000;
		transform: rotate(-45deg);
	}


	#mobile-menu {
		display: none;
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100vh - 80px);
		padding: 40px 20px 140px;
		background: #000;
		line-height: 42px;
		overflow-y: scroll;
		z-index: 3;
	}

	#mobile-menu ul {
		margin: 0;
		padding: 0;
		font-weight: 700;
		font-size: 22px;
	}

	#mobile-menu ul li {
		position: relative;
	}

	#mobile-menu ul li.menu-item-has-children {}
	#mobile-menu ul li.menu-item-has-children:before {
		position: absolute;
		top: 19px;
		right: 0;
		width: 12px;
		height: 8px;
		background: url(img/faq-chevron-down-white.svg) right center/12px 8px no-repeat;
		transition: transform 0.2s;
		content: " ";
	}

	#mobile-menu ul li.menu-item-has-children.open {}
	#mobile-menu ul li.menu-item-has-children.open:before {
		transform: rotate(180deg);
	}

	#mobile-menu ul li a {
		color: #fff;
	}

	#mobile-menu ul li ul {
		display: none;
		margin: 5px 0;
		padding: 10px 20px;
		background: #fff;
		font-weight: 400;
		font-size: 16px;
		line-height: 32px;
		border-radius: 8px;
	}

	#mobile-menu ul li ul li {}

	#mobile-menu ul li ul li a {
		color: #000;
	}



	section.faq .block.cta {
		margin-bottom: 25px;
	}


	section.reviewslider .slider .slide {
		width: calc(50% - 20px);
		margin: 0 10px;
	}


	section.contentslider .slider .slide .block .image {
		width: 100%;
		margin-right: 0;
	}

	section.contentslider .slider .slide .block .content {
		width: 100%;
		margin-left: 0;
	}



	section#product-details .woocommerce-error a.button, section#product-details .woocommerce-info a.button, section#product-details .woocommerce-message a.button {
		width: 100%;
		margin-top: 1em;
	}

	section#product-details .block .product-media, section#product-details .block .product-data {
		width: 100%;
	}



	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 25px;
	}

	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
	}

}



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

	h1 {font-size: 32px; line-height: 36px; }


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

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

}



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

	h1 {font-size: 30px; line-height: 34px; }


	#header .col, #header [class*="col-"], #header [class^='col-'] {
		-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;
	}

}



/* Min screen sizes */

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

}



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

}



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

	#nav {
		display: block;
	}


	#mobile-menu {
		display: none!important;
	}

	#toggle-menu {
		display: none!important;
	}



	section.banner img.alignright, section.banner a img.alignright { float: right; margin: 0 0 0 180px; }
	section.banner img.alignleft, section.banner a img.alignleft { float: left; margin: 0 180px 0 0; }
	section.banner img.aligncenter, section.bannera img.aligncenter { display: block; margin: 0 auto; }


	section.contentslider .slider .slide .block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

}



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

	#socket #socials {
		float: right;
	}

	#socket #socials a {
		margin-left: 10px;
	}

}