/*
Theme Name: FC Online Child
Theme URI: https://www.fconline.nl
Template: fconline
Author: FC Online
Author URI: https://www.fconline.nl
Description: A lightweight theme from FC Online.
Version: 2.8.1.1693553573
Updated: 2023-09-01 07:32:53

/* DEFAULTS */
/* body {
      cursor: url('https://www.hogenkamp.afo-staging.nl/wp-content/uploads/2024/06/klomp.png'), pointer;
} */
:root {
	--lightgrey: #f8f8f8;
}
@font-face {
    font-family: 'Clash Grotesk';
    src: url('/wp-content/themes/fconline-child/assets/font/ClashGrotesk-Variable.ttf') format('truetype');
}

h1, h2, h3, h4, h5 {
	font-family: var(--headfont);
}
body, p, a, span, b {
	font-family: var(--textfont);
}
a {
    text-decoration: none!important;
}
a:hover {
    text-decoration: underline;
}
.full-container, .container {
	padding: 0px 15px;
}
.d-flex {
	display: flex;
}
.a-center {
	align-items: center;
}
.j-center {
	justify-content: center;
}
.full-w {
    width: 100%;
}
@media (min-width: 1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1340px;
	}
}
/* RESPONSIVE DEFAULTS */
@media screen and (max-width:767px) {
    .d-flex {
        flex-direction: column;
    }
    .a-center {
        align-items: baseline;
    }
	h2 {
		font-size: 32px!important;
	}
}
/* Default hamburger menu */

.header nav {
	display: none;
}
.woocommerce {
	font-family: var(--textfont);
}
.header,
.content
 {
	text-align: center;
}
.header {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header a {
	display: none;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: var(--textcolor);
	height: 2px;
}
.header a span {
	background: var(--textcolor);
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
.contact-info {
	display: none;
}
@media screen and (min-width:992px) {
	.header {
		display:none;
	}
}
@media screen and (max-width:767px) {
	.header {
		height: 0px;
	}
	.header a {
		display: block;
		width: 55px;
		height: 18px;
		padding: 11px;
		margin: 5px;
		position: absolute;
		top: 9px;
		left: 15px;
		z-index: 9999;
	}
	.contact-info {
		display: block!important;
		position: absolute;
		bottom: 30px;
		left: 30px;
		z-index: 99999;
	}
	.contact-info span, .contact-info b, .contact-info a {
		width: 100%!important;
		font-size: 14px;
		padding: 0px!important;
	}
	.contact-info .phone, .contact-info .email {
		display: flex!important;
		align-items: center;
		margin-top: 13px!important;
	}
	.contact-info a {
		font-weight: 600;
	}
	.contact-info :after {
		display: none!important;
	}
	.contact-info .social-icon {
		float: left;
		width: 50px;
		max-width: 50px;
	}
	.contact-info i {
		font-size: 20px;
		margin-right: 10px;
		color: var(--accent);
	}
	.contact-info .social-icon i {
		font-size: 24px;
		margin-top: 30px;
		color: var(--accent);
	}
	header .topbar {
		display: none;
	}
}

/* HEADER */
@media screen and (max-width:767px) {
	.main .menu-container, header .shop-menu {
		display: none!important;
	}
	header .icons span {
		display: none;
	}
	header .main .icons {
		position: absolute;
    	right: 30px;
		top: 18px;
	}
	header .main .icons a {
		margin-left: 20px!important;
	}
	header .main .icons i {
		font-size: 20px;
	}
	.shop .main img {
		max-width: 120px;
	}
/* 	.shop .main > div > a {
		margin-left: 75px;
	} */
	header .flex .column {
		display: flex;
		justify-content: center;
	}
}
header .shop .main .column img {
	max-width: 250px!important;
}
header .flex {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	align-items: center;
}
header .main {
	padding: 15px 0px;
}
header .flex .column {
	flex-grow: 1;
}
header li.menu-item {
	margin: 0;
    padding: 0px 15px;
    margin-right: 15px; /* Adjust the spacing between menu items */
    list-style-type: none;
}
header .menu a {
	color: #000;
	font-family: 'Clash Grotesk';
}
.topbar .text a span {
	font-size: 12px!important;
	color: #000!important;
}
.menu-main-menu-container .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* This centers the menu items */
}
.menu-main-menu-container {
	display: flex;
    justify-content: left;
	align-items: center;
}
.menu-main-menu-container .menu li:last-child {
    margin-right: 0; /* Remove margin from the last item */
}
.menu-main-menu-container .menu a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    transition: color 0.3s; /* Add a smooth transition effect */
}
.menu-main-menu-container .menu .sub-menu {
	position: absolute;
    display: none; /* Hide the sub-menu by default */
	padding: 0px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1); /* Add a slight shadow for depth */
}
.menu-main-menu-container .menu-item-has-children:hover .sub-menu {
    display: block; /* Show the sub-menu when the parent menu item is hovered */
}
.menu-main-menu-container .menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
header .topbar {
	background: var(--topbarbg);
}
.page-id-79 header .topbar{
	display: none;
}
header .topbar-inner {
	max-width: 100%;
	padding: 8px 0px;
}
header .topbar .topbar-inner i {
	font-size: 15px;
	color: var(--accent);
}
@media screen and (max-width:992px) {
    header .header-delivery {
        display: none!important;
    }
    header .shop .main .column img {
        max-width: 160px!important;
    }
}
header .header-delivery {
	margin-right: 50px;
}
header .header-delivery-content {
	font-size: 12px;
}
header .header-delivery .delivery-date {
	display: block;
}
header .main .header-delivery .order-time {
	font-weight: bold;
}
header .main .header-delivery .delivery-date {
	font-weight: bold;
}
header .main .header-delivery svg {
	stroke: var(--accent);
	margin-right: 6px;
}
.page-id-79 .column.search{
	display: none;
}
.page-id-79 .column.icons a{
	display: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 0px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding-left: 44px;
    font-size: 14px !important;
	line-height: 100% !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	left: 10px;
	top: 8px;
}
.topbar .usp {
	display: flex;
	justify-content: left;
	align-items: center;
}
.topbar .icon {
	font-size:0px!important;
}
.topbar .icon {
	margin-right: 3px;
}
.topbar svg {
	stroke: var(--accent);
}
.topbar .text {
	font-size: 12px;
}
.primary-button {
	background: var(--accent);
	color: #fff;
	padding: 10px 20px;
	margin-left: 50px;
}
.primary-button:hover {
	color: #fff;
}
.main .icons {
	display: flex;
	justify-content: right;
}
.main .icons svg {
	display: flex;
    margin-left: auto;
    margin-right: auto;
	color: var(--textcolor);
	margin-bottom: -7px;
}
.main .icons span {
	font-size: 11px;
	color: var(--textcolor);
}
.main .icons a {
	margin-left: 15px;
}
.shop-menu {
	background: var(--menubg);
	padding: 10px 0px;
	border-top: 1px solid rgb(237 237 237);
}
.page-id-79 .shop-menu{
	display: none;
}
.shop-menu .menu {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

@media screen and (min-width:767px) {
	header .search {
		width: 400px;
	}
}
@media screen and (max-width:767px) {
	header .search {
		width: 100%;
		margin-top: 10px;
	}
}
.cart-block {
    position: relative;
}
/* SHOP MENU */
#menu-shop-menu > li > ul.sub-menu {
	position: absolute;
	top: 44px;
    left: 0px;
    right: 0px;
    padding: 0px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    width: 100%;
    background: white;
	padding: 30px 0px;
	z-index: 1000;
    margin: 0 auto;
    max-width:1370px;
}
#menu-shop-menu .sub-menu a {
	color: var(--textcolor)!important;
}
#menu-shop-menu > .menu-item:first-child {
	padding-left: 0px!important;
}
#menu-shop-menu .sub-menu {
	position: relative;
    display: none; /* Hide the sub-menu by default */
	padding: 0px;
}
.shop-menu {
	position: relative;
}
.sub-menu .tip-label a:after {
    content: "Tip";
    color: white;
    background: var(--accent);
    font-size: 10px;
    padding: 1px 10px;
    border-radius: 10px;
    position: absolute;
}

/* FOOTER */
.footer {
    margin-top: 100px;
}
.page-id-79 .footer{
	display: none;
}
.footer-top {
    background: var(--footertopbg);
}
.footer-top svg {
    stroke: black;
    margin-right: 5px;
}
.footer-top .contact-icon svg {
    margin-top: -35px;
    margin-bottom: -16px;
    stroke: var(--footermiddlebg);
}
.footer-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: black;
    width: 100%;
}
.footer-middle {
    background: linear-gradient(109.7deg,var(--primary) 5.7%, #FF9900 92.4%);
    padding: 50px 0px;
}
.footer-middle strong {
    color: #fff;
    padding-bottom: 15px;
	font-family: 'Clash Grotesk';
}
.footer-middle .column {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-middle ul {
    padding: 0px;
    list-style: none;
}
.footer-middle li {
	color: #fff;
    font-size: 14px;
}
.footer-middle a {
    font-size: 14px;
    color: #fff;
}
.footer-middle svg {
	stroke: #fff;
    margin-right: 5px;
}
.footer-bottom {
	background: var(--footerbottombg);
    padding: 15px 0px;
}
.footer-bottom span {
    font-size: 14px;
}
.footer-bottom .column {
    width:100%;
}
.footer-bottom .payment-icons img {
    margin-left: 5px;
}
.footer-bottom .fconline {
    width: 38%;
    justify-content: right;
}
.footer-bottom .fconline a {
    font-size: 14px;
    color: var(--textcolor);
}
.footer-bottom #year {
    margin-right: 5px;
}
@media screen and (max-width:767px) {
	.footer-middle .column:first-child {
		margin-bottom: 30px;
	}
	.footer-bottom .fconline {
		width: 100%!important;
	}
	.woocommerce-checkout .full-container, .woocommerce-checkout .woocommerce {
		padding: 0px 5px!important;
	}
	.woocommerce-cart-form {
		padding-right: 0px!important;
		--bs-gutter-x: 5px!important;
	}
}

/* SHOP */
.term-title {
	font-weight: 700;
    margin-top: 25px;
}
.desc-img {
    display: flex;
    flex-direction: row;
}
#site-header {
    display: none;
}
@media screen and (min-width: 992px) {
	.products-overview {
		display: flex;
		gap: 35px;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		margin: 0px;
		margin-bottom: 50px;
	}
	.product-overview {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
		flex: none;
		background: var(--secondary-color);
		width: 31%;
		border: 1px solid #E6E6E6;
        border-radius: 0px;
	}
	.archive-products.container .product-overview{
		width: 23%;
	}
	.woocommerce nav.woocommerce-pagination {
		text-align: left;
        flex-basis: 100%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1290px){
	.product-overview {
		width: 28%;
	}
}
@media screen and (max-width:992px) {
    .term-title {
        font-size: 30px;
    }
    .desc-img .term-img {
        display: none;
    }
    .desc p, .desc, .full-description {
        font-size: 12px;
    }
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: var(--primary);
	color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--primary);
	color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a{
	background: #fff;
    color: #212529;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 1px solid #E6E6E6!important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #E6E6E6!important;
}
.overview-price {
	font-size: 14px;
}
.overview-price .discount-badge {
	position: absolute;
    bottom: 94px;
    right: 5px;
    background: var(--accent);
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 5px;
}
.single-badges {
	align-items: flex-end;
	justify-content: right;
}
.single-badges .discount-badge {
    background: var(--accent);
    color: white;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
    border-radius: 5px;
}
.single-badges .product-badge {
	border-radius: 5px;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
}
.overview-top {
	min-height: 250px;
}
.overview-top .product-image {
	position: relative;
	min-height: 250px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
	object-fit: contain;
}
.archive .overview-top .product-image{
	min-height: 250px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
	object-fit: contain;
}
.title-sku {
	min-height: 39px;
}
@media screen and (max-width: 992px) {
    .products-overview {
		display: flex;
		gap: 5%;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		margin: 0px;
		margin-bottom: 50px;
	}
    .product-overview {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: var(--secondary-color);
		width: 47%;
		border: 1px solid #E6E6E6;
        border-radius: 0px;
        margin-bottom: 20px;
	}
    .overview-bottom .d-flex {
        flex-direction: row!important;
        align-items: center!important;
    }
    .overview-top {
        min-height: min-content!important;
    }
    .overview-top .product-image {
        min-height: 270px!important;
    }
    .overview-top h4, .overview-bottom .overview-price, .overview-bottom .overview-price span {
        font-size: 12px!important;
    }
    .overview-bottom .a-center {
        font-size: 10px!important;
    }
    .add-to-cart-form {
        width: 35%;
        flex: auto!important;
    }
}
.overview-bottom {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	background: #fff;
    width: 100%;
}
.vanaf {
    font-weight: 400;
    font-size: 12px;
}
.overview-bottom .disabled {
    background: #e7e7e7!important;
    border: 1px solid #e7e7e7!important;
}
.add-to-cart-form .disabled {
	cursor: not-allowed;
}
.overview-bottom .d-flex, .overview-bottom .overview-price, .overview-bottom .add-to-cart-form {
	padding: 0px 0px 0px 10px;
}
.overview-bottom .overview-price {
	display: flex;
	flex: 1;
}
@media only screen and (max-width: 550px) { 
	.overview-bottom .overview-price {
		flex-direction: column;
	}
}
.overview-bottom .ha-button {
	display: flex;
    background: var(--primary);
    align-items: center;
    justify-content: right;
    width: fit-content;
    padding: 5px;
	margin-bottom: 0px;
    outline: 0;
    border-radius: 0px!important;
}
.add-to-cart-form {
    display: flex;
    justify-content: right;
    flex: 1;
}
.add-to-cart-form input[name="quantity"] {
    border: 1px solid var(--wc-secondary)!important;
    border-radius: 0px!important;
}
.add-to-cart-form input[name="quantity"]:focus {
    outline: 0;
}
@media screen and (max-width:992px) {
	.addtocart-notification {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 80%;
		box-shadow: 0 0 15px rgba(0,0,0,.15);
		background:white;
		z-index: 9999999;
	}
	.addtocart-notification .message {
		display: flex;
		align-items: center;
		background: #eaf7da;
		padding: 10px;
	}
	.addtocart-notification .message .colored {
		font-weight: 500;
		color: #70cc0a;
		margin-right: 5px;
	}
	.addtocart-notification .message span {
		font-size: 14px!important;
	}
	.addtocart-notification .product-box, .addtocart-notification .buttons {
		display: none!important;
	}
}
@media screen and (min-width:992px) {
    .addtocart-notification {
        position: fixed;
        top: 200px;
        right: 50px;
        width: 518px;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
        background:white;
        z-index: 100;
    }
    .addtocart-notification .message {
        display: flex;
        align-items: center;
        background: #eaf7da;
        padding: 10px;
    }
    .addtocart-notification .message .colored {
        font-weight: 500;
        color: #70cc0a;
        margin-right: 5px;
    }
    .addtocart-notification .message span {
        font-size: 16px!important;
    }
    .addtocart-notification .product-box {
        display: flex;
        align-items: center;
        padding: 5px 20px;
    }
}
.addtocart-notification .image-wrapper img {
    max-width: 45px;
    max-height: 45px;
}
.addtocart-notification .product-price, .addtocart-notification .product-price .quantity, .addtocart-notification .product-price .price, .addtocart-notification .product-name {
    display: flex;
    justify-content: center;
    flex: 1;
}
.addtocart-notification .buttons {
    justify-content: space-between;
    padding: 10px;
    margin-left: 5px;
}
.addtocart-notification .buttons .left-button {
    background: var(--lightgrey)!important;
}
.addtocart-notification .buttons .left-button button {
    color: var(--textcolor)!important;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
}
.addtocart-notification .buttons .left-button button:hover {
    text-decoration: underline;
    background-color: var(--lightgrey)!important;
}
.addtocart-notification .buttons .right-button {
    background: var(--primary);
    padding: 5px;
    width: max-content;
}
.addtocart-notification .buttons .right-button a {
    font-size: 16px;
    color: white;
    padding: 0px 20px;
}
.cart-count {
    position: absolute;
    right: 12px;
    top: -7px;
    width: 20px;
    height: 20px;
    background-color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff!important;
    font-size: 10px!important;
}

/* PRODUCT PAGE */
.entry-summary {
	background: #fff;
	padding: 20px;
	border: 1px solid #eaeaea;
}
.title-border {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #eaeaea;
    background: #fff;
}
.title-border .product-title {
	padding: 13px 13px 13px 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.page-id-78 .woocommerce, .page-id-79 .woocommerce, .page-id-80 .woocommerce{
	max-width: 1370px;
	margin: 0 auto;
}
.flex-viewport, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	background: #fff;
    border: 1px solid #eaeaea;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: 55px!important;
}
.flex-control-nav {
	background: #fff;
}
.single_add_to_cart_button  {
	background: var(--primary)!important;
	height: 43px;
}
.woocommerce-product-gallery__wrapper {
	background: #fff;
}
.woocommerce .quantity .qty {
	width: 80px;
	outline: 0;
}
.woocommerce-MyAccount-info{
	max-width: 1370px;
    margin: 0 auto;
	padding-top: 60px;
	padding-left: 30px;
}
.woocommerce-MyAccount-info p{
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-MyAccount-info h1{
	margin-top: -25px;
	font-weight: 700;
}
.woocommerce-MyAccount-navigation{
	margin-top: 30px;
}
.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li a{
	width: 100%;
	display: block;
	background: #f9fafa;
	color: var(--textcolor);
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 3px;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	color: var(--primary);
	text-decoration: underline !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background: #f1f2f3;
	color: var(--primary);
}
.woocommerce-account .woocommerce-MyAccount-content{
	font-family: var(--textfont);
	font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content a{
	font-family: var(--textfont);
	font-size: 16px;
	color: var(--textcolor);
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
	color: var(--primary);
	text-decoration: underline !important;
}
.woocommerce-info, .woocommerce-error, .woocommerce-message{
	font-family: var(--textfont);
}
.edit-account input{
	border: 1px solid #eaeaea;
}
.select2-container .select2-selection--single {
    height: 37px;
	border: 1px solid #eaeaea;
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 37px;
	line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border: 1px solid #eaeaea;
	border-radius: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
	outline: 1px solid #c7c7c7;
}
.product .related {
	width: 100%;
	display: inline-block;
	clear: both;
}
.delivery-block {
	position: relative;
	display: flex;
	margin-bottom: 20px;
}
.delivery-block .delivery-day {
	position: absolute;
    left: 15px;
    top: 19px;
    font-weight: bold;
    font-size: 18px;
}
.delivery-block .day-month {
	position: relative;
	flex: 1;
}
.delivery-block .delivery-date, .delivery-block .delivery-month {
	font-size: 14px;
}
.variations th, .variations td {
	display: block;
	text-align: left;
	background: #fff!important;
}
.variations th.label {
	padding: 13px 13px 13px 20px;
    cursor: pointer;
    border: 1px solid #eaeaea!important;
}
.variations select {
	border: 1px solid #eaeaea;
    outline: 0;
}
.variations td {
	padding-top: 0px;
	padding-right: 0px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--textcolor)!important;
}
.woocommerce div.product form.cart .reset_variations {
	float: right;
    color: #bd5454;
	display: none;
}
.variations th.label {
	padding: 7px 13px 7px 20px!important;
}
.label.selected:after {
	content: "";
    position: absolute;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLWNpcmNsZS1jaGVjayIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSJyZ2IoMTEyLDIwNCwxMCkiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIj48L3BhdGg+CiAgPHBhdGggZD0iTTEyIDEybS05IDBhOSA5IDAgMSAwIDE4IDBhOSA5IDAgMSAwIC0xOCAwIj48L3BhdGg+CiAgPHBhdGggZD0iTTkgMTJsMiAybDQgLTQiPjwvcGF0aD4KPC9zdmc+);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 3px;
}
@media screen and (max-width:992px) {
    .badges {
        position: relative;
        justify-content: right;
        align-items: end;
        margin-top: 10px;   
        margin-bottom: 10px;
        z-index: 10;
    }
}
@media screen and (min-width:992px) {
    .badges {
        position: relative;
        justify-content: right;
        align-items: end;
        margin-top: -35px;   
        margin-bottom: 10px;
		margin-right: -40px;
        z-index: 10;
    }
}
.badges .discount-badge {
	background: var(--accent);
    color: #fff;
}
.badges .product-badge, .badges .discount-badge {
	border-radius: 5px;
    margin-right: 10px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 400;
}
/* .entry-summary .discount-badge {
	position: absolute;
    top: 0px;
    right: 20px;
    background: var(--accent);
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
} */
.products {
	gap: 5%;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	content: none!important;
}
.variations tr {
	position: relative;
}
.products .filter {
    width: 20%;
}
.products .archive-products {
    width: 100%;
}
.products .bapf_sfilter {
    font-size: 13px;
}
.products .bapf_sfilter h3 {
    font-size: 16px!important;
    font-weight: bold;
}
.products .bapf_ckbox_square input[type=checkbox] {
    border: 2px solid #f8DBB7!important;
}
.products .bapf_ckbox_square input[type=checkbox]:checked {
    background: var(--primary)!important;
    background-clip: content-box!important;
}


/* FROM PROMOSTUFF ---------------------------------------------------------------- */
.promo-cats .dropdown-toggle {
    color: #333;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: 235px;
    font-size: 15px;
    font-weight: 500;
}
.promo-cat a {
    font-size:15px;
}
.promo-cats .dropdown-toggle .fa-bars {
    margin-right:10px;
}
.promo-cat-container {
    width: 1166px;
    min-height: 371px;
    z-index: 100;
    background: #fff;
    display: none;
    border: 1px solid #ccc;
    position: absolute;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 22px 30px;
    top: -16px;
}
.dropdown-menu {
    width:100%;
    border-top: 0px!important;
    margin-top: -3px!important;
}
.pull-left {
    float:left;
}
.pull-right {
    float:right!important;
}
.promo-cats.show a.dropdown-toggle {
    border: 1px solid #ccc;
    display: block;
    position: relative;
    z-index: 10001;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
    padding: 15px;
    margin-top: -15px;
    border-radius: 0px;
    margin-bottom: -15px;
}


/* LEFT MENU  */
.promo-head {
    background:#fff;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    border:1px solid #eaeaea;
    border-bottom:0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    z-index: 10;
}
.list-group-item {
    font-size:14px;
    padding:10px 20px!important;
    color:#555;
    border-top-left-radius:0px!important;
    border-top-right-radius:0px!important;
    border: 1px solid #eaeaea!important;
    z-index: 10;
}
.promo-default {
    position:relative;
    z-index: 10;
}
.left-menu-container {
    width: 97.4%;
    left: 14px!important;
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding:20px;
    z-index: 10;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.label-success {
    background-color: #5cb85c;
}
.dark-overlay {
    opacity:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 1;
    pointer-events:none;
}
.left-menu-container a, .promo-cat-container a {
    font-size:14px;
    display:inline-block;
    color:#555;
}
.left-menu-container li, .promo-cat-container li {
    list-style:none;
}
.cat-title h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    color: #333;
    margin: 0 0 5px;
}
.left-menu-container ul, .promo-cat-container ul {
    padding:0px;
}
.left-menu-container .cat-title, .promo-cat-container .cat-title {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

/* PRODUCT PAGE */
.woocommerce .woocommerce-breadcrumb {
    margin:auto!important;
    margin-bottom:10px!important;
}
.single-product .content-area {
    padding:10px 0px;
}
.flex-viewport {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.title-border {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border:1px solid #eaeaea;
    background:#fff;
}
.product-title {
    padding:13px 13px 13px 20px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.flex-control-thumbs {
	margin-top: 20px!important;
    background:#fff;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23%!important;
}
.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: left;
}
@media only screen and (max-width: 550px) { 
	.woocommerce div.product div.images .flex-control-thumbs {
    	gap: 7px;
	}
}
.flex-control-thumbs img {
    border:1px solid #eaeaea;
}
.summary-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 20px;
}
.discount {
    color:green;
    font-weight:bold;
}
.panel li {
    cursor:pointer;
}
.promo-pricing .cart > .quantity, .promo-pricing  .single_variation_wrap > .quantity {
    display: none!important;
}
.list-group-item.active {
    z-index: 1;
    color: #000!important;
    background-color: #f3f3f3!important;
    border-color: #eaeaea!important;
}
.woocommerce-shipping-fields__field-wrapper{
	background-color: #ffffff;
	padding: 0px 10px;
}
.panel .panel-heading {
    padding: 13px 13px 13px 20px;
    cursor:pointer;
    border:1px solid #eaeaea;
}
.panel .panel-success {
    color: #3c763d!important;
    background-color: #dff0d8!important;
    border-color: #d6e9c6!important;
}
.panel-body {
	padding: 10px;
}
.extra-details-order .panel-body {
	margin-bottom: 50px;
}
.panel-delivery {
    padding: 13px 13px 13px 20px;
    border:1px solid #eaeaea;
    border-top:0px!important;
    margin-bottom:20px;
}
.title {
    color:#000;
}
.panel.active {
    border: 1px solid #ddd;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
    z-index: 2;
    border-radius: 4px!important;
    margin: -2px;
}
.ajax-loader { 
    width:100%; 
    margin:0 auto;
    position:relative;
    padding:5px;
  }
.ajax-loader .loaderBar { 
    display:none;
    position:absolute;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background:#ec0064; 
    width:0;
    animation:borealisBar 2s linear infinite;
}
@keyframes borealisBar {
    0% {
        left:0%;
        right:100%;
        width:0%;
    }
    10% {
        left:0%;
        right:75%;
        width:25%;
    }
    90% {
        right:0%;
        left:75%;
        width:25%;
    }
    100% {
        left:100%;
        right:0%;
        width:0%;
    }
}
.woocommerce div.product form.cart .variations label {
	color: #000;
}
.cart_item .quantity .qty {
    background:white;
    border:0px;
}
.no-padding {
    list-style:none;
    padding:0px!important;
}
.free-label {
    font-weight:bold;
    color:green;
}
.option-price {
    color:#3c763d!important;
}
.panel[data-type="totals"] .panel-body {
    position:relative;
}
.delivery-day {
    position: absolute;
    left: 7.5px;
    top: 11px;
    font-weight: bold;
    font-size: 22px;
}
.fa-calendar {
    font-size: 44px;
}
.delivery-month {
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}
.delivery-date {
    font-size: 14px;
}
.panel-delivery ul {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom:0px;
}
.calendar {
    display: flex;
    align-items: center;
    padding-left:0px!important;
}
#collapse5 {
    font-size: 16px;
    color: #555;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-right: 1px solid #eaeaea!important;
    border-left: 1px solid #eaeaea!important;
    border-bottom: 1px solid #eaeaea!important;
    z-index: 10;
}
.promo-pricing .single_add_to_cart_button {
    background-color:var(--accent)!important;
    font-size: 14px!important;
    font-weight: 500!important;
    padding: 20px 50px!important;
    border-color:#4cae4c!important;

}
.promo-pricing .single_add_to_cart_button:hover {
    background-color:#449d44!important;
    border-color:#4cae4c!important;
}
.product_meta {
    display:none;
}
.woocommerce-cart, .woocommerce-checkout {
    background:#fafafa;
}
.cart-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom:0px;
}
.cart-panel:first-child .panel-title {
    border:1px solid #eaeaea;
    border-bottom:0px!important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.woocommerce-cart .cart-panel .panel-title {
    border-bottom: 0px!important;
}
.cart-panel .panel-title {
    border:1px solid #eaeaea;
}
.cart-panel .panel-title a {
    color:var(--textcolor)!important;
    font-size:13px;
}
.cart-panel:first-child .panel-details {
    border:1px solid #eaeaea;
    border-top:0px!important;
    border-bottom:0px!important;
}
.cart-panel .panel-details {
    border:1px solid #eaeaea;
    border-top:0px!important;
}
.cart-panel:last-child .panel-details {
    border:1px solid #eaeaea;
    border-top:0px!important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.no-pad-right {
    padding:0px!important;
}
.cart-panel .variation, .cart-panel b, .cart-panel .cart-totals {
    font-size:12px;
    margin-bottom: -3px;
}
.cart-panel p {
    margin-bottom:0px;
}
.cart-panel .quantity {
    display:inline;
}
.cart-panel .qty {
    border: 0px;
    font-size: 13px;
    text-align:left;
    background: white;
    margin-left: 0px;
    text-align: left!important;
    padding-left: 5px!important;
}
.cart-totals .amount {
    margin-left: 5px;
}
.woocommerce-cart span, .woocommerce a {
    font-size: 16px;
}
.cart-panel dt, .cart-panel dd, .cart-panel span.space {
    display: inline-block;
    width:48%;
    margin-bottom:0px;
}
.cart-panel .delete-cart:hover svg {
    stroke:red;
}
.cart-panel .cart-totals {
    margin-top:0px;
}
.cart-panel img {
    width:100px;
}
.panel-header.items {
    border-bottom:0px!important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.totals {
    border-radius:4px;
}
.panel-header {
    margin: 0px;
    background: white;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
@media only screen and (max-width: 550px) { 
	.panel-header {
		justify-content: space-between;
	}
}
.totals .panel-details ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px;
}
.totals .panel-body {
    padding:0px 15px!important;
}
.woocommerce a.button.alt {
    padding:15px 30px;
    display:inline-block!important;
    width:auto;
    font-size:16px!important;
    font-weight:500;
    background-color:var(--accent)!important;
}
.wc-proceed-to-checkout {
    border-bottom:1px solid #eaeaea;
    padding:1em 15px 0px 15px!important;
}
#product_details span, #product_details p {
    font-size: 12px!important;
}
.woocommerce-cart .woocommerce-cart-form .delivery-date a {
    color: var(--textcolor);
}
.woocommerce-cart .woocommerce-cart-form .delivery-date a:hover{
	color: var(--bs-link-hover-color);
}
.cart_totals a {
    color: var(--textcolor);
}
dt {
    font-family: var(--textfont);
    font-weight: 400!important;
}
.open-coupon {
    margin-bottom: 25px;
}
.show-coupon{
	color: var(--menubg);
}
.show-coupon:hover{
	color: var(--menubg);
}
button[name="apply_coupon"]{
	margin-top: 10px !important;
}
.woocommerce-checkout table tbody>tr:nth-child(odd)>td, .woocommerce-checkout table tbody>tr:nth-child(odd)>th {
    background: #fff!important;
}
.shop_table, table td, table th {
    border:0px;
}
.shop_table tfoot td {
    border-left: 1px solid rgba(0,0,0, .1);
}
.woocommerce-checkout .shop_table tbody, .woocommerce-checkout td, .woocommerce-checkout tfoot, .woocommerce-checkout th, .woocommerce-checkout thead, .woocommerce-checkout tr {
    background: #fff!important;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea {
    border: 1px solid #eaeaea;
}
button[name="update_cart"]{
	margin: 10px 0px !important;
}
input[name="coupon_code"] {
	border: 1px solid #eaeaea;
}
input[name="coupon_code"]:focus-visible{
	border: 1px solid #eaeaea;
	outline: 0px solid var(--menubg);
}
.extra-details-order {
    margin-top: 40px;
}
.woocommerce table.shop_table {
    border-top: 0px!important;
    border-radius: 0px!important;
}
/* Progress bar */
.progresses {
    position: relative;
    max-width: 70%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.progresses ul {
    list-style: none;
    /* border: 1px solid red; */
    padding: 0;
}

.progresses ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0f0f0;
    z-index: 200;
    position: relative;
}

.progresses ul li.blue {
    color: #4cae4c;
    background-color: #4cae4c;
}

.progresses ul li::after {
    position: absolute;
    top: 35px;
    left: -15px;
    font-size: 0.8rem;
    width: 90px;
}

#step-1::after {
    content: "Winkelmand";
}

#step-2::after {
    content: "Gegevens & Afrekenen";
    left: -5px;
}

#step-3::after {
    content: "Bevestiging";
    left: -40px!important;
}

.progresses .progress {
    height: 0.8rem;
    width: 100%;
    top: 33px;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.progress-bar {
    background-color: #4cae4c!important;
}
.summary .product_title {
	font-size: 18px;
    font-weight: 600;
	font-family: 'Clash Grotesk';
	color: #ED6823;
}
.wc-pao-addon-container {
	cursor: pointer;
}
.wc-pao-addon-name {
	width: 100%;
	padding: 13px 13px 13px 20px;
	font-size: 14px;
	font-weight: 400!important;
	border: 1px solid #eaeaea;
	color: var(--textcolor);
}
.wc-pao-addon-container:nth-child(1) .wc-pao-addon-wrap {
	display: block;
}
/* .wc-pao-addon-wrap {
	display: none;
} */
#product-addons-total {
	display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 16px!important;
}
.single_variation_wrap .woocommerce-variation-price {
	display: none;
}
.wc-pao-addon-container {
	position: relative;
}
.wc-pao-addons-container, .woocommerce-product-gallery__wrapper {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /
}
.wc-pao-addon-wrap {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 20px!important;
}
.wc-pao-addon-description {
    padding: 10px 20px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

/* .wc-pao-addon-container:after {
   content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='20' height='20' viewBox='0 0 24 24' stroke-width='3' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
    position: absolute;
    right: 3px;
    top: 13px;
    width: 15px;
    height: 15px;
    background-size: contain;
	transform: rotate(0deg);
	transition: ease-in-out 0.2s;
} */
.wc-pao-addon-container.active:after {
	content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='20' height='20' viewBox='0 0 24 24' stroke-width='3' stroke='%23000000' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
    position: absolute;
    right: 3px;
    top: 13px;
    width: 15px;
    height: 15px;
    background-size: contain;
	transform: rotate(180deg);
	transition: ease-in-out 0.2s;
}
.wc-pao-addon-file-upload, .variations select {
	font-size: 14px;
}
input[type=file]::file-selector-button {
  background-color: #eaeaea;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: .5s;
}

input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
select {
	border-radius: 0px;
}
.qty {
	border: 1px solid #eaeaea!important;
    border-radius: 0px!important;
}
.single_add_to_cart_button {
	border-radius: 0px!important;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0px!important;
}
@media screen and (max-width: 992px) {
    .product-usps {
        font-size: 12px!important;
        margin-bottom: 30px;
    }
    .product-usps, .desc-flex .half, .bulk-pricing-table {
        width: 100%!important;
    }
    .bundle-product {
        padding: 10px 5px!important;
    }
}
.product-usps {
	width: 48%;
    display: flex;
    flex-direction: column;
    float: right;
	padding:20px;
	border: 1px solid #eaeaea;
	gap: 10px;
	margin-bottom: 50px;
	clear: right;
}
.product-usps .icon {
	height: 25px;
}
.product-usps .usp {
	display: flex;
	align-items: center;
}
.product-usps .text {
	margin-left: 10px;
}
.product-usps a {
	color: black;
}
@media screen and (max-width:500px) { 
	.product-usps a {
		font-size: 12px !important;
	}
	
}
.navplugify {
	font-size: 14px;
    color: var(--textcolor);
	margin-bottom: 15px;
}
.desc-block {
	display: block;
	background: #FFF8F3;
    width: 100%;
    clear: both;
	padding: 50px 0px;
}
.desc-block h3, .desc-block h2 {
    font-weight: bold;
}
.page-id-79 h3{
	font-family: var(--bs-body-font-size);
	font-size: 18px;
	font-weight: bold;
}
.desc-block table, .desc-block table th, .desc-block table tr, .desc-block table td {
    background: transparent!important;
}
.desc-block table.shop_attributes, .desc-block td, .desc-block th {
    border: 0px!important;
}
.desc-block tr {
    border: none!important;
    border-bottom: 1px solid #f8DBB7!important;
}
.woocommerce div.product div.images {
	margin-bottom: 75px;
}
.desc-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px;
}
.desc-flex .half {
	width: 48%;
}
.bundles {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.bundle-product {
    width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	background: white;
	border: 1px solid #F8DBB7;
	padding: 10px 20px;
    justify-content: space-around;
}
.bundles .bundle-img {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.bundles .bundle-img img {
    width: 70px;
}
.bundles .bundle-desc {
	width: 45%;
}
.bundles .bundle-btn {
	display: flex;
	width: 30%;
}
.add-bundle-to-cart {
    width: 20%;
    justify-content: right;
    display: flex;
}
.bundle-product .add-to-cart-btn {
	background: var(--primary);
	padding: 5px;
}
.variations th.label {
	display: none!important;
}
select[name="bundle_variation"] {
	border: 1px solid #F8DBB7;
	outline: 0px;
	font-size: 14px;
	padding-left: 5px!important;
}
@media screen and (max-width:992px) {
    .bundle-desc p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .bundle-desc .bundle-discount, select[name="bundle_variation"] {
        font-size: 12px!important;
    }
    .bundles .bundle-btn {
        display: flex;
        width: 88%!important;
        clear: both;
    }
    .bundles .bundle-img {
        width: 40%!important;
        float: left;
    }
    .bundles .bundle-img img {
        /* width: 40px!important; */
        float: left;
    }
    .bundles .bundle-desc {
        width: 50%!important;
        margin-left: 20px;
        float: left;
    }
    .woocommerce div.product form.cart div.quantity {
        width: 25%;
    }
    .woocommerce div.product form.cart .button {
        font-size: 13px;
        width: 73%;
    }
}
.woocommerce div.product form.cart .button {
    font-family: var(--textfont);
}
.bundle-desc p {
	margin-bottom: 0px;
}
.bundle-desc .bundle-discount {
	color: var(--accent);
	font-weight: 600;
	font-size: 14px;
}
.sticky {
    position: fixed;
    top:0;
}
.bundle-btn .add-to-cart-btn {
	display: flex;
    align-items: center;
}
#menu-shop-menu > .menu-item-has-children > .sub-menu {
	 -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
#menu-shop-menu{
	max-width: 1370px;
	margin: 0 auto;
}
.cart_totals .fee {
    background: rgb(112 204 10 / 25%);
}
@media screen and (min-width:767px) {
	.description-product {
		min-height: 250px;
	}
}
@media screen and (max-width:767px) {
	.description-product {
		min-height: 150px;
	}
	.woocommerce-product-attributes-item__value a {
		font-size: 12px!important;
	}
	.desc a {
		font-size: 12px!important;
	}
}
.desc {
	font-family: var(--textfont);
}
.full-description h2, .desc h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: -15px;
}
.shop_attributes tr {
    border: 1px solid #F8DBB7;
}
.read-more, .read-less {
    color: #414042!important;
    text-decoration: underline!important;
    display: block;
    border-bottom: 1px solid #f8DBB7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: right;
    font-size: 13px;
}
@media screen and (max-width:992px) {
    .read-more, .read-less {
        font-size: 12px!important;
    }
}
.full-description {
    font-family: var(--textfont);
}
.progresses .d-flex {
	flex-direction: row!important;
}
@media screen and (max-width:800px) {
    .page-id-78 .panel-header.items{
	    display: flex;
	    justify-content: space-between;
    }
}
@media screen and (max-width:767px) {
	.page-id-78 .col-6{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
        border-right: 0px solid #eaeaea;
	}
	.page-id-78 .open-coupon{
	    margin-top: 15px;
    }
	.col-6.wc-proceed-to-checkout{
		border-bottom: 1px solid #eaeaea;
	}
	.woocommerce a.button.alt{
		width: 100% !important;
	}
	.products .filter{
		width: 100%;
	}
	.bundle-product{
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-info {
        padding: 0 15px;
    }
	.woocommerce-MyAccount-navigation ul{
		width: 99%;
        padding: 0 15px;
    }
	.woocommerce-account .woocommerce-MyAccount-content{
	    padding: 0 15px;
    }
}
@media screen and (max-width:500px) {
	#billing_first_name_field, #billing_last_name_field, #shipping_first_name_field, #shipping_last_name_field{
		width: 100%;
	}
	#billing_postcode_field.form-row-first, .woocommerce form .form-row-quart-first, .woocommerce-page form .form-row-quart, #shipping_postcode_field.form-row-first{
		width: 100% !important;
	}
	.bundles .bundle-btn{
		width: 82% !important;
	}
}
.woocommerce-notices-wrapper {
	max-width: 1370px;
    margin: 0 auto;
    margin-top: 30px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	border-radius: 0px!important;
	border: 1px solid #dbdbdb;
	outline: 0px!important;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-submit {
	background: var(--accent)!important;
	color: #fff;
	border: 0px!important;
	border-radius: 0px!important;
	outline: 0px!important;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #c7c7c7;
}
#banner{
	padding-top: 60px;
}
@media only screen and (max-width: 550px) {
	#banner {
		padding-top: 0px;
	}
}
#banner .container{
	display: flex;
	justify-content: space-between;
}
.hero-slider{
	width: 72%;
	height: auto;
}
.hero-slider .swiper-slide .slideBanner-bg{
	width: 100%;
	height: 363px;
	background-repeat: no-repeat;
	background-size: cover;
}
.slideBanner-bg h2{
	font-weight: 700;
}
.slideBanner-bg p{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.slideBanner-bg .buttonHome{
	background-color: #fff;
	color: #000;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 3px;
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.slideBanner-bg a:hover{
	color: #000;
}
@media screen and (min-width: 992px) {
	.video.banner-bg {
		width: 27%!important;
		padding:0px!important;
		position:relative;
	}
}
@media screen and (max-width: 992px) {
	.video.banner-bg {
		width: 100%!important;
		padding:0px!important;
		position:relative;
	}
}
.banner-bg{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	height: auto;
	padding: 20px 20px 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.banner-button {
	background-color: white;
	color: black;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 3px;
}
.banner-bg h2{
	color: #fff;
	font-weight: 700;
}
#product-categories .container{
	display: flex;
	gap: 2%;
}
.product-categorie{
	width: 33%;
	height: 155px;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: start;
	padding-left: 20px;
	padding-bottom: 10px;
	gap: 25px;
	margin-top: 60px;
	position: relative;
	background: #F78D3C;
	border-radius: 15px;
}
.product-categorie img{
	border-style: none;
    height: auto;
    max-width: 100%;
}
.product-categorie h3{
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.product-categorie .imageTerm{
	display: flex;
    flex-direction: column;
}
.imageTerm .product-term{
	display: flex;
	flex-direction: column;
}
.product-term a{
	color: #000000;
}
.product-term a:hover{
	color: #fff;
}
.product-categorie .button{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 25px;
	top: 15px;
}
.product-categorie .line {
    position: absolute;
    height: 1px;
	width: 85%;
    background: white;
    margin: 0 auto;
    bottom: 15px;
}
@media only screen and (max-width: 550px) {
	.product-categorie .imageTerm{
		top: 15%;
	}
	.product-categorie .button{
		bottom: 60px;
	}
}
.product-categorie .button svg{
	width: 30px;
	height: 30px;
}
#featured-products, #new-products{
	margin-top: 60px;
}
.featured-product, .new-product{
	margin-top: 40px;
}
#featured-products .container h2, #new-products .container h2{
	font-weight: 700;
	color: #000;
}
.featured-overview, .new-overview{
    width: 23%;
	padding-left: 0px;
	margin-bottom: 2%;
}
.featured-product .products-overview, .new-product .products-overview{
	gap: 2%;
	padding-left: 0px;
}
#home-texts .container h2{
	color: #ED6823;
	font-weight: 700;
}
.home-text{
	display: flex;
	gap: 2%;
	margin-top: 40px;
}
.home-text a {
	color: #ED6823;
}
.home-text-left h4 {
	font-size: 20px;
}
.home-text-right h4 {
	font-size: 20px;
}
@media screen and (max-width:767px){
	.page-id-14 h2{
		font-size: 35px;
	}
	#banner .container{
		flex-direction: column;
	}
	.product-categorie{
		width: 100%;
	}
	.hero-slider{
		width: 100%;
	}
	.hero-slider .swiper-slide .slideBanner-bg{
		height: 175px;
		background-size: cover;
		padding-top: 30px !important;
		padding-bottom: 32px;
		padding-left: 20px !important;
	}
	.slideBanner-bg a {
			padding: 8px 10px;
		}
	.banner-bg{
	    width: 100%;
		margin-top: 20px;
    }
	#product-categories .container{
		display: flex;
		flex-direction: column;
	}
	.featured-overview, .new-overview {
        width: 48.5%;
    }
	.overview-top .product-image {
        min-height: 170px!important;
    }
	.home-text{
		flex-direction: column;
	}
}

@media screen and (max-width:992px) {
	.filter {
		display: none;
	}
	.open-filter {
		cursor: pointer;
	}
}

@media screen and (min-width:992px) {
	.open-filter {
		display: none;
	}
}

.contact-info {
	display: flex !important;
	flex-direction: row !important;
}
.woocommerce-checkout footer, .woocommerce-checkout .shop-menu, .woocommerce-checkout .search, .woocommerce-checkout .icons {
	display: none;
}
@media screen and (max-width:767px) {
	span.d-flex.a-center.payment-icons, .footer-bottom > div > div > .d-flex > .a-center {
		flex-direction: row!important;
		align-items: center;
		margin-bottom: 10px;
	}
	.wc-pao-addon p {
		font-size: 12px;
	}
}



.usp-block {
	background-color: #FFF8F3;
	margin: 100px 0;
	padding: 50px;
	background-size: cover;
	display: flex;
    justify-content: center;
}
.usp-container {
	display: flex;
    align-items: center;
}
.inner-container {
	width: 45%;
}
.usp-block-title {
	color: #ED6823;
	font-weight: 600;
	font-family: 'Clash Grotesk';
}
.usp-block-subtitle {
	font-weight: 600;
}
.usp-textfield {
	margin-bottom: 50px;
}
.usp-button {
	background-color: #ED6823;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 3px;
	margin-top: 25px;
}
.usp-button:hover {
	color: white;
}
.usp-div {
	display: flex;
    flex-direction: column;
	margin-left: 10%;
}
.usp-div .usp {
	display: flex;
	margin-bottom: 20px;
}
.usp-icon {
	margin-right: 20px;
}
.usp-text {
	 display: flex;
    flex-direction: column;
    justify-content: center;

}
.usp-container-right {
    width: 74%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.inner-container-right {
	width: 45%;
}
.usp-div-right {
	display: flex;
    flex-direction: column;
    margin-right: 10%;
}
.usp-right {
	display: flex;
    margin-bottom: 15px;
    flex-direction: row-reverse;
}
.usp-icon-right {
	margin-left: 20px;
}
@media only screen and (max-width: 550px) {
	.usp-block {
		padding: 25px 0;
	}
	.usp-container {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.inner-container {
		width: 95%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.usp-button {
		margin-bottom: 25px;
		padding: 10px 5px;
		font-size: 18px;
	}
	.usp-div {
		margin-top: 50px;
		margin-left: 5%;
	}
}



.mini-banner-block {
	padding-bottom: 100px;
}

.mini-banner-div {
	display: flex;
    justify-content: space-between;
}
.mini-banner-img {
	height: 250px;
	position: relative;
}
.banner-link {
	width: 30%;
}
.banner-title {
	color: white;
    position: absolute;
    bottom: 5%;
    left: 5%;
}
@media only screen and (max-width: 550px) { 
	.mini-banner-div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.banner-link {
		width: 90%;
		margin-bottom: 25px;
	}
	.email-container {
    	flex-direction: column;
		background-position: bottom !important;
		background-size: cover !important;
	}
	.email-text-div {
		width: 100%!important;
	}
	.email-form-div {
		min-width: 0px!important;
		width: 100%!important;
		padding-right: 0px!important;
	}
}
.email-block {
	margin-top: 50px;
}
.email-container {
	background-repeat: no-repeat !important;
    background-position: right;
	background-color: #FFF9F3;
	background-size: contain;
	height: 175px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0px;
}
.email-text-title {
	font-weight: 700;
}
.email-text-div {
	padding-left: 3%;
	width: 35%;
}
.email-form-div {
	padding-right: 15%;
	min-width: 650px;
}
.form-text {
	display: none;
}
.form-input {
	border: 0px solid #fff0 !important;
}
.form-button {
	color: white;
	background-color: #ED6823 !important;
	border-color: #ED6823;
	border-radius: 0px;
}
.woocommerce-account .woocommerce {
	max-width: 1340px;
	margin: 0 auto;
}
.error-404 {
	display: flex;
	justify-content: space-evenly;
	margin-top: 100px;
}
.error-img {
	width: 400px;
}
.return-home {
	margin-top: 50px;
}
.error-404-pages-ul {
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
    margin-top: 50px;
	color: #ED6823;
}
.error-404-pages-ul a {
	color: #ED6823;
}
.error-404-pages-ul {
	list-style: none;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
	top: 51px;
}
.wc-empty-cart-message, .woocommerce-form-login-toggle {
	max-width: 1370px;
    margin: 0 auto;
    margin-top: 30px;
}
.return-to-shop {
	max-width: 1370px;
    margin: 0 auto;
    margin-top: 30px;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600!important;
}
#mega-menu-item-36, #mega-menu-item-192 {
	float: right!important;
}
#customer_login, .woocommerce-ResetPassword {
	padding: 15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	color: #000!important;
}
.woocommerce nav.woocommerce-pagination {
	width: 100%;
}
.desc a {
	color: var(--primary)!important;
}



.page-id-6697 .container {
	margin-top: 50px;
}
.page-id-6697 .home-text {
    display: block;
    gap: 0%;
    margin-top: 0;
}
.page-id-6697 .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-id-6697 .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 150px;
}
@media only screen and (max-width: 550px) { 
	.page-id-6697 .wpcf7-form div {
		width: 100%;
	}
}

.bapf_ckbox_sqchck input[type=checkbox] {
	border-color: #E6E6E6;
	width: 15px;
    height: 15px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	width: 5px;
    height: 10px;
}

.shipping_method {
	margin-right: 10px;
}
.page-id-9 #home-texts h2 {
	margin-top: 50px;
}
.page-id-9 #home-texts h2 {
	margin-top: 50px;
}
.page-id-246 #home-texts h2 {
	margin-top: 50px;
}
.swiper-button-prev, .swiper-button-next {
	color: #000!important;
}
.wc-pao-addon-upload-uw-logo .wc-pao-addon-name:after {
    content: "i";
    border: 1px solid #000;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	cursor: pointer;
}
.wc-pao-addon-upload-uw-logo .wc-pao-addon-description {
	display: none;
}
.wc-pao-addon-upload-uw-logo .wc-pao-addon-description > p {
	font-size: 13px;
}
.woocommerce-product-attributes  a {
	color: #000;
}
.wc-pao-addon-file-upload {
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	.woocommerce-product-gallery__wrapper > div > a > img {
		min-height: 650px;
		max-height: 650px;
		object-fit: contain;
	}
	.yith-ywraq-add-to-quote {
		width: max-content;
		float: right;
		margin-top: -74px
	}
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #FFF8F3!important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #fdefe4!important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	background-color: var(--accent)!important;
	border-radius: 0px!important;
}
.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button {
	border-radius: 0px;
	height: 42px;
	line-height: 24px;
	background-color: #FFF8F3!important;
    color: #000!important;
    font-weight: 400 !important;
}
.grecaptcha-badge {
	display: none!important;
}
.term-title {
	font-size: 32px!important;
}
.bottom-text h2 {
	font-weight:bold;
	font-size: 22px!important;
}
.woocommerce-product-attributes-item--dimensions td {
	padding: 8px 0px!important;
}
.usp .span {
	font-size: 12px!important;
}
/* Cross sells */
.cross-sell-box .success {
    background: rgb(112 204 10 / 29%);
    width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}
.cross-sell-box .error {
	rgb(204 10 10 / 18%);
	width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}
.col-2 .cross-sell-box {
	position: relative;
	padding: 10px;
    border: dashed 2px #e1e1e1;
}
.cross-sell-title {
	font-size: 13px!important;
	font-weight: bold;
	color: var(--accent);
}
.cross-sell-box h3 {
	float: right;
    font-weight: bold;
    color: var(--accent);
    font-size: 16px;
    position: absolute;
    right: 15px;
}
#order_review .discounted {
	display: none;
}
.notification-link {
	color:#000;
	text-decoration:underline!important;
	font-size:14px;
}
.notification-link:hover {
	color: var(--primary)!important;
}

.attention {
	font-size: 16px;
	background-color: #f2dede;
	border: 1px solid #b94a48;
	color: #b94a48;
	padding: 15px;
    margin-top: 20px;
}
@media screen and (min-width:996px) {
	.home .attention {
		margin-bottom: -40px;
	}
}
@media screen and (max-width:996px) {
	.attention {
		margin-bottom: 20px;
		font-size: 12px;
		font-weight: bold;
	}
}

/* POPUP CSS */
.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
    position: absolute;
    right: 0;
    top: -7px;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close:before, .close:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 700px;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 23%), 0px 11px 12px 7px rgb(0 0 0 / 17%);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99;
  	color: #5E5E5E;
	display: flex;
	flex-direction: row;
	gap: 25px;
}
@media screen and (min-width: 1000px) {
	.popup {
		min-height: 350px;
	}
	.popup .left {
		width: 45%;
	}
	.popup .left img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.popup .right {
		padding: 20px 20px 30px 0px;
		width: 55%;
		align-items: baseline;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}
}

@media screen and (max-width: 1000px) {
  	.popup {
		flex-direction: column;
    	width: 80%;
  	}
	.popup .right {
		padding: 0px 20px 30px 20px;
	}
}

.popup-header {
	font-size: 24px;
    font-family: var(--headfont);
    font-weight: 700;
    color: var(--textcolor);
}

.popup-body {
  	padding: 25px 0;
	font-family: var(--textfont);
    font-size: 18px;
    color: var(--textcolor);
}

.popup .button {
	padding: 10px 15px;
	color: #fff!important;
	background: var(--primary);
	cursor: pointer;
	transition: all 120ms ease-in;
	outline: none;
	font-family: var(--textfont);
	font-weight: 700;
}

.popup .button:active, .popup .button:visited {
  	transform: translateY(1px);
  	outline:none;
  	box-shadow: 1px 2px 3px #F5F5F5;
}

.full-screen {
	width: 100%;
    height: 100%;
    background: #00000054;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
/* Quote */
@media screen and (min-width: 800px) {
    .form-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media screen and (min-width: 800px) {
    .form-flex .third {
        width: 31.8%;
    }
}
@media screen and (max-width: 800px) {
    .form-flex .third {
        width: 100%;
    }
}
.product-quote {
	position: relative;
	width: 100%;
	background: #f8f8f8;
	padding: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}
.product-quote:not(.first) {
	display: none;
}
.form-flex > .full {
	width: 100%;
}
.full .add-product {
	float: right;
	margin-top: -20px;
	cursor: pointer;
}
.delete-product {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: red;
	font-size: 12px;
	cursor: pointer;
}
.product-quote img {
	width: 65px;
}
.offerte-link-div {
	width: max-content;
    float: right;
    margin-top: 2px;
}
.offerte-link {
	display: block;
    padding: 0px 20px;
	border-radius: 0px;
    height: 42px;
    line-height: 42px;
    background-color: #FFF8F3 !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.mini-banner-block a {
	position: relative;
}
@media screen and (max-width: 550px) {
	.cross-sell-box > div {
		padding: 15px 0px!important;
	}
}
@media screen and (min-width:1024px) {
	.subcategories .product-overview {
		width: 23%!important;
	}
}
.progresses a {
	color: var(--textcolor)!important;
}
.offerte-link-div {
	display: none;
}
.optional-feature {
	position: relative;
	margin-bottom: 20px;
	margin-top: 5px;
	-webkit-user-select: none; 
  	-ms-user-select: none;
  	user-select: none; 
}
.optional-feature input[type="checkbox"] {
	position: absolute;
    z-index: 1;
    top: 26px;
    left: 10px;
}
.optional-feature label {
    position: relative;
	width: 100%;
    cursor: pointer;
    padding-left: 75px; 
	padding-right: 10px;
    line-height: 68px; 
	border: 1px solid #eaeaea;
	background: #f8f8f8;
}
.optional-feature label:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 65px; 
    height: 65px;
    background: url('https://www.klompjes.com/wp-content/uploads/2024/08/tegelhouder.png') no-repeat;
    background-size: cover;
    border: 2px solid transparent; 
    transition: border 0.3s ease-in-out;
}
.optional-feature input[type="checkbox"]:checked + label {
   background: rgb(214, 233, 198);
    border: 1px solid var(--accent); 
}
@media screen and (min-width: 996px) {
	.img-right {
		width:48%;
		float:right;
	}
	.img-right img {
		width: 350px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:996px) {
	.img-right img {
		width: 100%;
		margin-bottom: 30px;
	}
}
.img-right img {
	border: 1px solid #eaeaea;
}
.bulk-pricing-table {
	width: 48%;
    display: flex;
    flex-direction: column;
    float: right;
    padding: 15px 20px;
    border: 1px solid #f8DBB7;
    gap: 10px;
    margin-bottom: 50px;
    clear: right;
    background: #FFF8F3;
    font-size: 14px;
}
.bulk-pricing-table p {
	margin-bottom: 0px!important;
}
@media screen and (min-width:1025px) and (max-width: 1375px) {
	.hero-slider {
		width: 68%!important;
	}
	.new-slider {
		width: 31%!important;
	}
}
@media screen and (min-width:767px) and (max-width: 1024px) {
	.hero-slider {
		width: 53%!important;
	}
	.new-slider {
		width: 45%!important;
	}
}
@media screen and (max-width: 767px) {
	.banner-bg {
		height: auto!important;
	}
    .banner-bg > .banner-bg {
        display: none;
    }
	.new-slider {
		width: 100%!important;
	}
	.mobile-bg {
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		height: 200px;
		padding: 20px 20px 10px 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
	}
}
@media screen and (min-width:767px) {
	.mobile-bg {
		display: none;
	}
}
.postid-124082 .wc-pao-addon-124082-1, .postid-124082 .wc-pao-addon-124082-2, .postid-124082 .wc-pao-addon-124082-3, .postid-124082 .wc-pao-addon-124082-4 {
	display: none;
}
.woocommerce .wc-pao-addon .wc-pao-addon-wrap label {
	font-size: 14px;
}
.subcategory-item a {
	font-size: 13px;
	color: #000;
}
.lumise-customize-button {
	margin-left: 15px!important;
}
.wc-pao-addon-124381-1, .wc-pao-addon-124381-2, .wc-pao-addon-124517-1, .wc-pao-addon-124517-2, .wc-pao-addon-124524-1, .wc-pao-addon-124524-2, .wc-pao-addon-124554-1, .wc-pao-addon-124554-2, .wc-pao-addon-124815-1, .wc-pao-addon-124815-2, .wc-pao-addon-125085-1, .wc-pao-addon-125085-2, .wc-pao-addon-125093-1, .wc-pao-addon-125093-2, .wc-pao-addon-125096-1, .wc-pao-addon-125096-2, .wc-pao-addon-125100-1, .wc-pao-addon-125100-2, .wc-pao-addon-125089-1, .wc-pao-addon-125089-2, .wc-pao-addon-125442-1, .wc-pao-addon-125442-2 {
	display: none;
}
.new-slider {
	width: 26%;
}
.zoomImg {
	width: 1000px!important;
	height: 1000px!important;
}
.postid-125507 span.woocommerce-Price-amount.amount:after {
	content: ' per dag';
}
.postid-125507 .quantity {
	display: none;
}
.prod-125507 .quantity, .prod-125507 > .space {
	display: none!important;
}
.cart-discount th, .cart-discount > span {
	color: var(--primary)!important;
	font-weight: bold!important;
}
.woocommerce-shipping-totals .fee {
    font-weight: bold;
}
.tegel-actie {
	background: rgb(112 204 10 / 25%);
	border: 1px solid rgb(112 204 10 / 70%);
	padding: 10px;
	margin-bottom: 30px;
}
header {
	background: #FFF8F3;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background-color: #fff!important;
}