/*
    Theme Name: Maaltijdservice
    Theme URI: http://www.qreative-web.com
    Description: Is een korte omschrijving echt nodig?
    Version: 1.0
    Author: Qreative-Web
    Author URI: http://www.qreative-web.com
    License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
input, textarea, select {
	width: 100%;
}
input[type="submit"] {
	font-family: var(--headingFont), cursive;
	font-size: 1.3em!important;
	width: 100%;
}
label {
	line-height: 2em;
}
.t-left {
	text-align: left;
}
.optional {
	display: none;
}
.wpcf7-form-control-wrap {
	margin-top: -20px;
}
.grecaptcha-badge {
	display: none;
}
span.wpcf7-list-item {
	margin: 0;
	margin-right: 15px;
}
input[type="checkbox"] {
	position: relative;
	padding: 5px 10px;
	color: transparent;
	border: 1px solid transparent;
}
input[type="checkbox"]:after {
	content: "✔";
	font-weight: bold;
}
input[type="checkbox"]:checked {
	color: green;
	border-color: green;
}
#mobmenu, .toggler, .overlay {
	display: none;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #FFF;
	padding: 15px 25px;
	box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
}
#header:after {
	display: block;
	content: "";
	background: url('media/shape-topbar.png');
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 9px;
	display: none;
}
#header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
#header .nav {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 200px);
	text-align: right;
	font-family: var(--headingFont), cursive;
}
.nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav ul li {
	display: inline-block;
	position: relative;
}
.nav ul li a {
	display: block;
	padding: 10px 15px;
	font-weight: bold;
}
.nav ul li a:hover {
	color: #00b14c;
}
.nav ul li.current-menu-item > a, .nav ul li.current-menu-parent > a {
	color: #f26522;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul li ul {
	display: none;
	position: absolute;
	background: #141414;
	color: rgba( 255,255,255,0.7 );
	font-family: var(--textFont);
	border-radius: 3px;
	padding: 15px 25px;
	z-index: 100;
	text-align: left;
	width: 300px;
	top: auto;
}
.nav ul li ul li {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav ul li ul li:last-child {
	border-bottom: 0px;
}
.nav ul li ul li a {
	font-size: 1em;
	font-weight: normal;
	padding: 15px 0;
}
.nav ul li ul li a:hover {
	color: #FFF;
}
.nav ul li ul li.current-menu-item > a {
	color: #FFF;
}
.nav ul li.menu-item-has-children:after {
	content: "";
	display: block;
	background: url( "media/next.svg" );
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	top: 0;
	bottom: 0;

	right: 5px;
	opacity: .6;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
#banner {
	font-family: var(--headingFont), cursive;
	background-size: cover;
	background-position: center;
	margin-top: 50px;
}
#banner .banneroverlay {
	text-align: center;
	color: #FFF;
	font-size: 2.5em;
	padding: 4% 0;
	background-image: linear-gradient( to bottom right, rgba(0,177,76,0.7), rgba(242,101,34,0.7) );
	position: relative;
}
#banner:not(.product_cat) .banneroverlay:after {
	display: block;
	content: "";
	background: url('media/shape-bottombar.png');
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 14px;
}
#banner h2 {
	margin-bottom: 5px;
}
#banner ol {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
#banner ol li {
	display: inline-block;
}
#banner ol li:after {
	content: "/";
	padding: 0 5px;
}
#banner ol li:last-child:after {
	display: none;
}
#content {
	padding: 50px 0;
}
h1, h2, h3, h4 {
	font-family: var(--headingFont), cursive;
}
#content h1 {
	font-size: 2.5em;
}
#content h1.woocommerce-products-header__title {
	display: none;
}
#content a {
	color: #f26522;
}
#content a:hover {
	border-bottom: 1px solid;
}
#content.contact {
	text-align: center;
}
#content.contact .wpcf7-form {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
#content.page .wrap {
	max-width: 750px;
}
#footer {
	background: #222222 url('media/footer.jpg');
	background-size: cover;
	background-position: center;
	color: rgba(255,255,255,0.7);
	text-align: center;
	font-size: 14px;
}
#footer .footeroverlay {
	padding: 25px 0;
	background: rgba(0,0,0,0.7);
}
#footer .widget {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	padding: 0 0 50px 0;
}
#footer .widget h2 {
	font-family: var(--headingFont), cursive;
	color: #FFF;
	font-size: 2em;
	margin: 0;
}
#footer .widget#text-2 {
	background: #141414;
	border-radius: 3px;
	position: relative;
	top: -50px;
	padding: 50px;
}
#text-2:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: -19px;
	height: 20px;
	background-image: url('media/shape-footerup.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}
#text-2:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 20px;
	background-image: url('media/shape-footerdown.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;	
}
#footer a {
	color: #f26522;
}
#footer a:hover {
	border-bottom: 1px solid;
}
#social {
	background: #141414;
	color: rgba(255,255,255,0.7);
	text-align: center;
	padding: 35px 0;
	position: relative;
}
#social:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: -19px;
	height: 20px;
	background-image: url('media/shape-footerup.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}
#social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#social ul li {
	display: inline-block;
	padding: 10px;
}
#social ul li a {
	display: block;
	padding: 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	width: 43px;
	height: 43px;
	border: 2px solid;
	border-radius: 50px;
	transition: .3s;
}
#social ul li a:hover {
	color: #f26522;
	border-color: #f26522;
}
.madeby {
	display: block;
	padding-top: 15px;
	opacity: .5;
	font-size: 12px;
}
.madeby a {
	border-bottom: 1px solid;
}
.gallery {
	text-align: center;
}
dl.gallery-item {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding: 10px;
}
dl.gallery-item dt.gallery-icon {
	display: block;
	width: 100%;
}
dl.gallery-item dt.gallery-icon img {
	width: 100%;
	border-radius: 15px;
	transition: .3s;
}
dl.gallery-item dt.gallery-icon a:hover {
	border-bottom: 0px!important;
}
dl.gallery-item dt.gallery-icon img:hover {
	transform: scale(1.1);
}
.gallery br {
    display: none;
}
/* Menu kaart */
#content.menu {
	text-align: center;
}
#content.menu .wrap > p {
	max-width: 750px;
	margin: 0 auto;
}
/*table.menu_table, #content.menu table {
    border-collapse: separate!important;
    border-spacing: 15px 50px!important;
	margin-top: 50px;
	border: 0px;
}
table.menu_table tr td, #content.menu table tr td {
	word-break: keep-all!important;
}
table.menu_table tr td.emptyItem, #content.menu table tr td.emptyItem {
	border: 0px!important;
}
table.menu_table tr td:not(.emptyItem), #content.menu table tr td:not(.emptyItem) {
	background: #141414;
	color: rgba(255,255,255,0.7);
	padding: 30px 40px 30px 40px;
	border-radius: 15px;
	position: relative;
	text-align: center;
	vertical-align: top;
}
table.menu_table tr td:not(.emptyItem):before, #content.menu table tr td:not(.emptyItem):before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: -19px;
	height: 20px;
	background-image: url('media/shape-footerup.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}
table.menu_table tr td:not(.emptyItem):after, #content.menu table tr td:not(.emptyItem):after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 20px;
	background-image: url('media/shape-footerdown.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;	
}
table.menu_table tr td h2, #content.menu table tr td h2 {
	font-family: var(--headingFont), cursive;
	color: #FFF;
	font-size: 2em;
	margin: 0;
}
table.menu_table tr td h3, #content.menu table tr td h3 {
	font-family: var(--headingFont), cursive;
	margin: 0;
	font-size: 1.5em;
}
table.menu_table tr td h5, #content.menu table tr td h5 {
	position: absolute;
	font-family: var(--headingFont), cursive;
	margin: 0;
	font-size: 8em;
	left: -5px;
	bottom: -40px;
	white-space: nowrap;
	opacity: .1;
}
table.menu_table tr td ul, #content.menu table tr td ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
}
table.menu_table tr td ul li, #content.menu table tr td ul li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

table.menu_table .image-container-space, #content.menu table .image-container-space {
	height: 300px;
}

table.menu_table .image-container, #content.menu table .image-container {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 50px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	transform: rotate(5deg);
}

table.menu_table .image-container img, #content.menu table .image-container img {
	border: 2px solid #FFF;
	border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
}
*/

#content.menu a.button, button[type="submit"], .checkout-button.button {
	display: block;
	width: 100%;
	font-family: var(--headingFont), cursive;
	margin: 25px 0!important;
	border: 0px!important;
	border-radius: 5px!important;
	font-weight: bold;
	text-align: center;
}
button[type="submit"][name="update_cart"] {
	background: #DDD!important;
	color: #424242!important;
}
#content.menu a.button:not(.ajax_add_to_cart), button[type="submit"]:not(.ajax_add_to_cart) {
	font-size: 2em;
}
#content.page table {
    border-spacing: 0;
    border-collapse: separate;
    margin: 10px 0;
    width: 100%;
    color: rgba(0,0,0,0.8);
    border: 0;
    overflow: hidden;
}
#content.page table thead {
	font-family: var(--headingFont), cursive;
	font-size: 1.5em;
	color: #DDD;
}
#content.page table td, #content.page table th {
    padding: 15px 0;
    padding-right: 10px;
    min-width: 100px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
#content.page table tr td p {
	margin: 0;
}
#content.page table tr td em {
	display: block;
	font-style: normal;
	color: #BDBDBD;
	font-size: 14px;
	margin-top: 2px;
}
#content.page table img {
	border-radius: 5px;
}
table, tr, td, th {
	height: auto!important;
}
#content.fotoboek dl.gallery-item {
	position: relative;
	background: #141414;
	border-radius: 15px;
	padding: 15px;
	color: #DDD;
	margin: 25px 0.5%;
}
#content.fotoboek dl.gallery-item:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: -19px;
	height: 20px;
	background-image: url('media/shape-footerup.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}
#content.fotoboek dl.gallery-item:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 20px;
	background-image: url('media/shape-footerdown.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;	
}
#content.fotoboek dl.gallery-item dd.gallery-caption {
    margin-inline-start: 0px!important;
}


/* Products */
#main {
	background-size: cover;
	background-position: center;
}
#main .product_cat_image_overlay {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
}
.term-description_bottom {
	padding: 35px;
	padding-left: 0;
}
.woocommerce ul.products {
	display: flex;
  	flex-wrap: wrap;
	margin: 50px 0;
	padding: 0;
	list-style: none;
	justify-content: center;
	gap: 10px;
}
.woocommerce ul.products li.product {
	float: none;
	margin: 0;
    padding: 0;
    width: auto;
    flex-grow: 1;
	background: #141414;
	color: rgba(255,255,255,0.7);
	padding: 15px 15px 175px 15px;
	border-radius: 15px;
	margin: 25px 0;
	position: relative;
	text-align: center;
}
.woocommerce ul.products.columns-1 li.product {
	flex-basis: 100%;
}
.woocommerce ul.products.columns-2 li.product {
	flex-basis: calc( calc( 100% / 2 ) - 10px );
	max-width: calc( calc( 100% / 2 ) - 5px );
}
.woocommerce ul.products.columns-3 li.product {
	flex-basis: calc( calc( 100% / 3 ) - 10px );
	max-width: calc( calc( 100% / 3 ) - 5px );
}
.woocommerce ul.products.columns-4 li.product {
	flex-basis: calc( calc( 100% / 4 ) - 10px );
	max-width: calc( calc( 100% / 4 ) - 5px );
}
.woocommerce ul.products.columns-5 li.product {
	flex-basis: calc( calc( 100% / 5 ) - 10px );
	max-width: calc( calc( 100% / 5 ) - 5px );
}
.woocommerce ul.products.columns-6 li.product {
	flex-basis: calc( calc( 100% / 6 ) - 10px );
	max-width: calc( calc( 100% / 6 ) - 5px );
}
.woocommerce ul.products.columns-7 li.product {
	flex-basis: calc( calc( 100% / 7 ) - 10px );
	max-width: calc( calc( 100% / 7 ) - 5px );
}
.woocommerce ul.products.columns-8 li.product {
	flex-basis: calc( calc( 100% / 8 ) - 10px );
	max-width: calc( calc( 100% / 8 ) - 5px );
}
.woocommerce ul.products.columns-9 li.product {
	flex-basis: calc( calc( 100% / 9 ) - 10px );
	max-width: calc( calc( 100% / 9 ) - 5px );
}
.woocommerce ul.products.columns-10 li.product {
	flex-basis: calc( calc( 100% / 10 ) - 10px );
	max-width: calc( calc( 100% / 10 ) - 5px );
}
.single-product-row ul.products li {
	flex-basis: calc(100% - 10px);
}
.term-donder-dagmenu ul.products li
{
	flex-basis: calc(50% - 10px);
}
.term-buffetten ul.products li,
.term-lunch ul.products li
{
	flex-basis: calc(25% - 10px);
}
.woocommerce ul.products li:hover a {
	border-bottom: 0px!important;
}
.woocommerce ul.products li:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: -19px;
	height: 20px;
	background-image: url('media/shape-footerup.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}
.woocommerce ul.products li:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: -19px;
	height: 20px;
	background-image: url('media/shape-footerdown.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;	
}
.woocommerce ul.products li img {
	border-radius: 15px;
	margin: 10px!important;
	max-width: calc(100% - 20px);
}
.woocommerce ul.products li h2.woocommerce-loop-product__title {
	font-family: var(--headingFont);
    color: #FFF;
    font-size: 1.5em!important;
    margin: 0;
    margin-top: 20px;
    padding: 0!important;
}
.woocommerce ul.products li h3 {
	margin-bottom: 20px;
}
.woocommerce ul.products li .excerpt {
	color: rgba(255,255,255,0.7);
}
.woocommerce ul.products li ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
}
.woocommerce ul.products li strong {
	font-family: var(--headingFont), cursive;
}
.woocommerce ul.products li ul li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.woocommerce ul.products li hr {
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.woocommerce ul.products li .price {
	font-family: var(--headingFont), cursive;
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
}
.minimale_afname {
	font-family: var(--headingFont), cursive;
    margin: 0;
    margin-top: 5px;
    font-size: 1.1em;
    font-weight: bold;
}
.woocommerce ul.products li .button {
	font-weight: bold;
	margin-bottom: 0px!important;
}
.woocommerce ul.products li .button.added {
	background: #00B14C!important;
}
.woocommerce ul.products li .button.niet_beschikbaar, .woocommerce ul.products li .button.loading {
	background: #DDD!important;
	color: #424242!important;
}
.added_to_cart {
	display: none!important;
	font-size: 0px!important;
	height: 0!important;
	overflow: hidden!important;
}
.woocommerce ul.products li select, .woocommerce ul.products li select option {
	display: block;
	font-family: var(--headingFont), cursive;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
.woocommerce ul.products li select {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	background: rgba(255,255,255,0.1);
	width: 90%!important;
	border-radius: 5px;
	border: 2px solid var(--main);
}
.woocommerce ul.products li select:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.4);
}
.woocommerce ul.products li select option {
	background: #141414;
	font-size: 14px;
}
.woocommerce ul.products li input.qty {
	background: rgba(255,255,255,0.1);
	font-family: var(--headingFont), cursive;
	color: #FFF;
	text-align: center;
	width: 90px;
	margin: 0 auto;
}
.woocommerce ul.products li.product-type-variable .quantity:before {
	content: "Hoevaak wil je deze bestellen?";
	display: block;
	padding-bottom: 5px;
	font-family: var(--headingFont), cursive;
	font-weight: bold;
}
.woocommerce ul.products li.product-type-variable {
	padding-bottom: 270px;
}
.woocommerce ul.products li .variations_form, .woocommerce ul.products li form.cart {
	background: rgba(255,255,255,0.1);
	border-radius: 15px;
	padding: 10px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.summary form.cart {
	max-width: 500px;
	margin: 25px auto;
}

/* Woocommerce */
.woocommerce-message, .woocommerce-error, .woocommerce-info  {
	border-radius: 3px;
	border-top: 0px;
	color: #FFF;
	padding: 20px!important;
}
.woocommerce-message {
	background: #E5F4E9;
	color: #01982B;
	border-left: 3px solid #01982B;
}
.woocommerce-error {
	background: #FFECEC;
	color: #EB0400;
	border-left: 3px solid #EB0400;
	position: relative;
}
.woocommerce-info {
	background: #F0F6FF;
	color: #3578E5;
	border-left: 3px solid #3578E5;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
	display: none;
}
.woocommerce-info a, .woocommerce-message a, .woocommerce-error a {
	font-weight: bold;
	color: inherit!important;
	margin-left: 10px;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
	text-transform: none!important;
	border-radius: 5px!important;
	padding: 10px 15px!important;
	margin: -10px 5px!important;
}
.woocommerce-message .button {
	color: #E5F4E9!important;
	background-color: #01982B!important;
}
.woocommerce-info .button {
	color: #F0F6FF!important;
	background-color: #3578E5!important;
}
.woocommerce-error .button {
	color: #FFECEC!important;
	background-color: #EB0400!important;
}

/* Cart & Checkout */
table.shop_table {
	text-align: left;
}
#content.page table.shop_table thead {
	display: none;
}
th.product-thumbnail, td.product-thumbnail {
	display: none;
}
table.shop_table .product-remove {
	min-width: 10px!important;
	font-weight: bold;
	vertical-align: top;
}
table.shop_table .product-name {
	font-weight: bold;
	width: 350px;
}
table.shop_table .product-quantity {
	width: 50px!important;
}
table.shop_table .product-price .woocommerce-Price-amount.amount:after {
	content: " per stuk";
	font-size: .8em;
}
table.shop_table .product-subtotal {
	text-align: right;
	font-weight: bold;
}
table.shop_table .variation {
	font-weight: normal;
	margin: 0;
	margin-left: 3px;
	font-size: .8em;
}
table.shop_table .variation dt, table.shop_table .variation dd {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	margin: 0 -2px;
}
table.shop_table .variation dt {
	width: 100px;
}
table.shop_table .variation dd {
	width: calc(100% - 100px);
}
tr.woocommerce-shipping-totals th {
	display: none;
} 
tr.woocommerce-shipping-totals td {
	width: 100%;
}
p.description {
	margin-top: -10px;
}
.coupon label {
	display: none;
}
.coupon button {
	margin-top: 5px!important;
}
.wc-proceed-to-checkout a {
	padding: 20px!important;
	font-size: 1.2em!important;
}
button[type="submit"].add_shipping_to_cart {
	display: inline-block!important;
	width: auto!important;
	margin: 5px!important;
}
.bezorgingsblok {
	display: block;
	padding: 25px 0 50px 0;
}
.bezorgingsblok .button:not(.selected_shipping) {
	background: #DDD!important;
	color: #424242!important;
}
#billing_country_field {
	display: none;
}
.required {
	color: red;
	text-decoration: none;
}
.checkout h3 {
	padding-top: 50px;
}
ul.wc_payment_methods {
	text-align: center;
	list-style: none;
	padding: 0;
}
.checkout label:before {
	display: none!important;
}
.cart_button_floating {
	position: fixed;
	bottom: 25px;
	right: 25px;
}
.cart_button_floating a {
	background-color: var(--main);
	background-image: url('media/cart.svg');
	background-size: contain;
	color: #FFF;
	border-radius: 100px;
	display: block;
	width: 65px;
	height: 65px;
	box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
	border: 13px solid var(--main);
}
.cart_button_floating .cart_bubble {
	position: absolute;
	right: -4px;
	top: -4px;
	background: #00B14C;
	color: #FFF;
	border-radius: 30px;
	padding: 1px 0px;
	font-weight: bold;
	font-family: var(--headingFont), cursive;
	height: 27px;
	width: 27px;
	text-align: center;
	box-shadow: 1px 1px 18px rgba(0,0,0,0.2);
}
ul#shipping_method {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#shipping_method li {
	background: #DDD;
	color: #424242;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	font-weight: bold;
	font-family: var(--headingFont), cursive;
}
ul#shipping_method li input[type="radio"]:not(:checked), ul#shipping_method li input[type="radio"]:checked {
	position: relative;
	top: -8px;
	left: 0px;
	border-radius: 100px;
	float: left;
	background: transparent;
}
ul#shipping_method li input[type="radio"]:checked:after {
	content: "✔";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--main);
	font-size: 2em;
}
body:not(.page-template-checkout) input[type="radio"]:not(:checked) + label:before, body:not(.page-template-checkout) input[type="radio"]:checked + label:before {
	display: none;
}
.woocommerce-shipping-destination {
	display: none;
}

/* Reviews */
#gwolle-gb-total, .gb-datetime, .gb-author-avatar  {
	display: none;
}
.gwolle-gb .gb-entry {
	padding: 20px 0!important;
}
.gb-author-info {
	margin-bottom: 10px;
}
.gwolle-gb-write-button {
	text-align: center;
	margin-bottom: 25px!important;
}
.gwolle-gb-write-button input.button {
	font-weight: bold;
	font-family: var(--headingFont), cursive;
}
.page-id-59 h1 {
	text-align: center;
}

table.custom_agenda .bezet span {
	background: #FEF7E0;
	color: #FBBC04;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-family: var(--headingFont), cursive;
}
table.custom_agenda .gesloten span {
	background: #FCE8E6;
	color: #EA4335;
	padding: 5px;
	border-radius: 5px;
	font-weight: bold;
	font-family: var(--headingFont), cursive;
}

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

	#header {
		padding: 15px 5px;
	}
	#header:after {
		display: none;
	}
	#header .logo {
		width: 175px;
	}
	#header .nav {
		width: calc(100% - 175px);
	}
	#header .nav ul {
		display: none;
	}
	#header .nav .toggler {
		display: block;
		padding-right: 10px;
	}
	#header .nav .toggler .dashicons, #header .nav .toggler .dashicons-before:before {
		font-size: 30px;
		width: 30px;
		height: 30px;
	}
	#banner {
		margin-top: 75px;
		overflow: hidden;
	}
	#banner .banneroverlay {
		font-size: 1.5em;
	}
	#banner .banneroverlay:after {
		display: none;
	}
	#banner h2 {
		margin-top: 0;
		padding: 45px 5px;
		line-height: .8em;
	}
	#banner ol {
		display: none;
	}
	#content {
		padding: 25px;
	}
	#content h1 {
		font-size: 2em;
	}
	#footer .widget {
		width: 90%;
	}
	#footer .widget#text-2 {
		top: 0px;
		margin-bottom: 50px;
	}
	dl.gallery-item {
		width: 48%;
	}
	.overlay {
		position: fixed;
		z-index: 10002;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: .5;
	}
	#mobmenu {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -300px;
		width: 280px;
		border-right: 20px solid #DDD;
		max-width: 90%;
		padding: 25px;
		z-index: 10004;
		background: #FFF;
		color: #000;
		overflow: auto;
		font-family: var(--headingFont), cursive;
		font-size: 1.5em;
		font-weight: bold;
	}
	#mobmenu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#mobmenu ul li {
		cursor: pointer;
	}
	#mobmenu ul li a {
		display: block;
		padding: 25px 0px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: relative;
	}
	#mobmenu ul li.current-menu-item > a {
		color: #DF5E00;
	}
	#mobmenu ul li ul {
		display: none;
	}
	#mobmenu ul li.current-menu-parent ul {
		display: block;
	}
	#mobmenu ul li ul li a {
		padding-left: 15px;
		font-size: 20px;
	}
	table.menu_table, #content.menu table {
	    border-spacing: 0px 0px!important;
		margin-top: 0px;
		display: block;
		height: auto!important;
	}
	table.menu_table tr, #content.menu table tr {
		display: block;
		height: auto!important;
	}
	table.menu_table tr td, #content.menu table tr td {
		display: block;
		width: 100%!important;
		height: auto!important;
		margin: 50px 0;
	}
	table.menu_table tr td:before, #content.menu table tr td:before {
		display: none;
	}
	table.menu_table tr td:after, #content.menu table tr td:after {
		display: none;
	}
	#content.page table { 
		margin-left: 0px;
		margin-right: 0px;
		width: calc(100% + 0px)!important;
	}
	#content.page table tr td {
		display: block;
		width: 100%!important;
		padding: 5px 0;
		border: 0px;
		text-align: left!important;
	}
	#content.page table tr td:first-child {
		padding-top: 10px;
	}
	#content.page table tr td:last-child {
		border-bottom: 1px solid #DDD;
		padding-bottom: 10px;
	}
	#content.page table thead {
		display: none;
	}
	table.menu_table tr td.hasImage, #content.menu table tr td.hasImage {
		display: none;
	}
	table.menu_table tr td:not(.emptyItem), #content.menu table tr td:not(.emptyItem) {
		padding-bottom: 30px;
	}

	/* Products */
	.woocommerce ul.products[class^='columns-'] li.product, .woocommerce ul.products[class*=' columns-'] li.product {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 30px 0px;
	}
	.woocommerce ul.products li .variations_form, .woocommerce ul.products li form.cart {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		margin-top: 10px;
		margin-bottom: -150px;
	}


}
.tabs.wc-tabs {
	display: none!important;
}