/*
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

*/

/**
 * Responsive layouts
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
  .header-icon img {
	height: 24px;
}
}
@media (min-width: 992px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1440px;
    padding: 0px 20px;

  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
  .woocommerce-page div.product div.images {width: 45%;}
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
	font-size: 13px!important;
	font-family: var(--textfont);
	color: var(--textcolor)!important;
}
.menu-header .button {
    border-color: #EAA98C;
    padding: 15px 28px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 14px !important;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 600;
    border-radius: 100px;
    left: auto;
    background-color: #EAA98C;
    border-color: #EAA98C;
	color: #fff;
    padding: 15px 28px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

@media (max-width: 575px) {
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 14px;
    padding: 15px 15px;

}
  }

/* DEFAULTS */

/* Default hamburger menu */

.header nav {
	display: none;
}

.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 .shop {
		margin-bottom: -65px!important;
	}
	.woocommerce-result-count, .woocommerce-ordering {
		display: none!important;
	}
	.header a {
		display: block;
		width: 55px;
		height: 18px;
		padding: 11px;
		margin: 5px;
		position: absolute;
		top: 11px;
		left: 15px;
	}
	.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;
	}
	h1 {
		font-size: 30px!important;
	}
	a.overview-login-voor-prijs {font-size: 11px !important;}
	.overview-login-voor-prijs { margin: 5px;}
}

/* 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: 20px;
	}
	header .main .icons a {
		margin-left: 20px!important;
	}
	header .main .icons i {
		font-size: 20px;
	}
	.shop .main img {
		max-width: 120px;
		margin-top: -45px;
	}
}

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: var(--textcolor);
}
.menu-container .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* This centers the menu items */
}
.menu-container {
	display: flex;
    justify-content: right;
	align-items: center;
}
.menu-container .menu li:last-child {
    margin-right: 0; /* Remove margin from the last item */
}
.menu-container .menu a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    transition: color 0.3s; /* Add a smooth transition effect */
}
.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-container .menu-item-has-children:hover .sub-menu {
    display: block; /* Show the sub-menu when the parent menu item is hovered */
}
.menu-container .menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
header .topbar {
	background: var(--topbarbg);
}
header .topbar-inner {
	max-width: 800px;
	padding: 8px 0px;
}
header .topbar .topbar-inner i {
	font-size: 15px;
	color: var(--accent);
}
header .header-delivery {
	margin-right: 50px;
}
.header-delivery {
	display: flex;
}
header .header-delivery-content {
	font-size: 12px;
}
header .header-delivery .delivery-date {
	display: block;
}
header .main .header-delivery .order-time {
	font-weight: bold;
	color: var(--accent);
}
header .main .header-delivery .delivery-date {
	font-weight: bold;
	color: var(--textcolor);
}
.woocommerce-products-header__title.page-title {
 	font-size: 2em;
	color: var(--secondary)
}
.woocommerce-loop-category__title {
	color: var(--textcolor);
	font-size: 1.5em !important;
	line-height: 1.5em;
}
header .main .header-delivery svg {
	stroke: var(--accent);
	margin-right: 6px;
}
.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 .menu {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.shop-menu {
	background: var(--menubg);
	padding: 10px 0px;
}
.shop-menu a {
	color: var(--textcolor)!important;
}
header .search {
	width: 400px;
}
.cart-block {
    position: relative;
}
.price-overview {
	margin-right: 5px;
	color: #845472;
}
.price-overview-discount {
	color: #444 !important;
	text-decoration: line-through;
	font-size: 11px;
	line-height: 20px;
}
/* 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: 999;
	max-width: 1470px;
	margin: 0 auto;
}
#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;
	clear:both;
	font-size: 14px;
}
.footer-column {font-size: 14px;}
.footer-column li a {font-size: 14px; line-height:20px;}
ul.footer-contect li {font-size:14px; line-height:20px;}

.footer-top {
    background: var(--footertopbg);
}
.footer-top svg {
    stroke: var(--textcolor);
    margin-right: 5px;
}
.footer-top .contact-icon svg {
    margin-top: -35px;
    margin-bottom: -16px;
    stroke: var(--textcolor);
}
.footer-top span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--textcolor);
    width: 100%;
}
.footer-middle {
    background: var(--footermiddlebg);
    padding: 50px 0px;
}
.footer-middle strong {
    color: var(--textcolor);
    padding-bottom: 15px;
}
.footer-middle .column {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-middle ul {
    padding: 0px;
    list-style: none;
}
.footer-middle li {
	color: var(--textcolor);
    font-size: 14px;
	font-family: Poppins;
}
.footer-middle a {
    font-size: 14px;
    color: var(--textcolor);
}
.footer-middle svg {
	stroke: var(--textcolor);
    margin-right: 5px;
}
.footer-bottom {
	background: var(--footerbottombg);
    padding: 15px 0px;
	border-bottom: 45px solid var(--secondary);
}
.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;
}

.copytight-sec { font-size: 14px;}

/* SHOP */
#site-header {
    display: none;
}
@media screen and (max-width:992px) {
	.overview-top img {
		max-height: 170px;
		width: 100%;
		object-fit: contain;
	}
	.overview-top > .product-image {
		position: relative;
		min-height: 250px;
		object-fit: contain;
	}
	.guest .overview-top > .product-image {
		position: relative;
		min-height: 200px;
		object-fit: contain;
	}
	.footer-middle li {
		flex-direction: row!important;
		align-items: center;
	}
	.footer-middle .column {
		margin-top: 30px;
	}
	.footer-bottom .fconline {
		width: 100%!important;
		justify-content: left!important;
		flex-direction: row!important;
	}
	.footer-bottom .column > .d-flex {
		flex-direction: row!important;
		align-items: center;
	}
	.footer-top{
		display: none!important;
	}
	.price-overview {
		font-size: 14px;
		margin-right: 5px;
	}
	.price-overview-discount {
		font-size: 8px;
	}
}
@media screen and (max-width:400px) {
	.columns-4 {
		display: flex;
    	flex-wrap: wrap;
    	gap: 12px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
	}
	.home .columns-4 img, .columns-4 > li > a > img {
		float: left;
		max-width: 50px!important;
		margin-bottom: 0px!important;
	}
	.woocommerce .products ul li, .woocommerce ul.products li {
		box-shadow: 0 0 5px rgba(0,0,0,.15);
   		border-radius: 10px;
		position: relative;
		width: 48%;
	}
	.add-to-cart-form input[name="quantity"] {
		border: 1px solid var(--wc-secondary)!important;
		border-radius: 0px!important;
		width: 50px;
    	padding: 8px 0px 8px 5px;
	}
	.main .column {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 12px!important;
	}
	.price-overview {
		font-size: 12px;
	}
}
@media screen and (max-width:767px) {
	.columns-4 .overview-price > span.vanaf {
		display: none;
	}
	.p-title {
		font-weight: 600;
		margin-bottom: 5px;
		font-size: 12px!important;
		color: #845472 !important;
	}
	.addtocart-notification {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 80%;
		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: 14px!important;
	}
	.addtocart-notification .product-box, .addtocart-notification .buttons {
		display: none!important;
	}
}
@media screen and (min-width: 767px) {
	.p-title {
		font-weight: 600;
		margin-bottom:-5px;
		font-size: 14px;
		min-height: 40px;
		color: #845472;
	}
	.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 .product-box {
		display: flex;
		align-items: center;
		padding: 5px 20px;
	}
	.addtocart-notification .message .colored {
		font-weight: 500;
		color: #70cc0a;
		margin-right: 5px;
	}
	.addtocart-notification .message span {
		font-size: 16px!important;
	}
	.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;
	}
	.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;
	}
	.addtocart-notification .buttons .right-button a {
		font-size: 16px;
		color: var(--textcolor);
		padding: 0px 20px;
	}
}
@media screen and (min-width:400px) and (max-width:992px) {
	.columns-4 {
		display: flex;
    	flex-wrap: wrap;
    	gap: 12px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 47%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
	}
	.home .columns-4 img, .columns-4 > li > a > img {
		float: left;
		max-width: 50px!important;
		margin-bottom: 0px!important;
	}
	.home .overview-top .product-image {
		max-width: 100%!important;
	}
	.woocommerce .products ul li, .woocommerce ul.products li {
		box-shadow: 0 0 5px rgba(0,0,0,.15);
   		border-radius: 10px;
		position: relative;
		width: 48%;
	}
	.add-to-cart-form input[name="quantity"] {
		border: 1px solid var(--wc-secondary)!important;
		border-radius: 0px!important;
		width: 50px;
    	padding: 8px 0px 8px 5px;
	}
	.main .column {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 12px!important;
	}
	.price-overview {font-size: 12px;}
}
@media screen and (min-width:992px) and (max-width:1200px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 30%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
		float: none!important;
	}
}
@media screen and (min-width: 1200px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 23%!important;
		box-shadow: 0px 0px 9px 0px #f5f5f9;
		border-radius: 20px;
		border: 1px solid #f5f5f9;
		padding: 10px;
		margin: 0px!important;
		float: none!important;
	}
	.overview-price {
		font-size: 14px;
	}
}
@media screen and (min-width: 992px) {
	.columns-4 {
		display: flex;
		gap: 32px;
		width: 100%;
		flex-wrap: wrap;
		flex-direction: row;
		margin: 0px;
		margin-bottom: 50px;
	}
	
	.home .columns-4 img, .columns-4 > li > a > img {
		float: left;
		max-width: 110px!important;
		margin-bottom: 0px!important;
	}
	.product-overview {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		flex: none;
		background: var(--secondary-color);
		width: 23%;
		box-shadow: 0 0 5px rgba(0,0,0,.15);
		border-radius: 10px;
	}
	.add-to-cart-form input[name="quantity"] {
		border: 1px solid var(--wc-secondary)!important;
		border-radius: 0px!important;
	}
	header .shop .main .column img {
		max-width: 250px!important;
	}
	.overview-price {
		font-size: 14px;
	}
	.guest .overview-top {
		min-height: 0px!important;
	}
	.overview-top {
		min-height: 345px;
	}
	.overview-top .product-image {
		position: relative;
		min-height: 175px;
		object-fit: contain;
		max-height: 175px;
		width: 100%;
	}
	.home .overview-top .product-image {
		max-width: 100%!important;
	}
}
.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 {
	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;
}
.title-sku {
	min-height: 100px;
}
.overview-bottom {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	background: #f2f2f2;
	position: absolute;
    bottom: 0px;
    width: 100%;
}
.overview-bottom .d-flex, .overview-bottom .overview-price {
	padding-left: 10px;
}
.overview-bottom .overview-price {
	display: flex;
	flex: 1;
}
.overview-bottom .ha-button {
	display: flex;
    background: #F94825 !important;
	border: 1px solid #F94825!important;
    align-items: center;
    justify-content: right;
    width: fit-content;
    padding: 5px 5px 0px 5px;
   	border-radius: 0px;
    border-bottom-right-radius: 10px!important;
	margin-bottom: 0px;
    outline: 0;
}
.add-to-cart-form {
    display: flex;
    justify-content: right;
    flex: 1;
}
.add-to-cart-form input[name="quantity"]:focus {
    outline: 0;
}

.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 {
	display: block;
	clear: both;
	background: #fff;
	padding: 20px;
	border: 1px solid #eaeaea;
}


.title-border .product-title {
	font-family: 'Montserrat' !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
	color: #845472;
	
}
.flex-viewport {
	background: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border: 1px solid #eaeaea;
}
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: 1px solid #eaeaea;
	font-size: 14px;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.single_add_to_cart_button  {
	background: var(--accent)!important;
	height: 43px;
	font-weight: 14px !important;
}
button.single_add_to_cart_button.button.alt {
	font-weight: 14px !important;
}
.woocommerce-product-gallery__wrapper {
	background: #fff;
}
.woocommerce .quantity .qty {
	width: 80px;
	outline: 0;
}
.product .related {
	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-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 0px;
    outline: 0;
}
.variations td {
	padding-top: 0px;
	padding-right: 0px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--textcolor)!important;
	font-weight: 700;
}
.woocommerce div.product form.cart .reset_variations {
	position: absolute;
    right: 0px;
    bottom: -18px;
    color: #bd5454;
}
.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;
}
.badges {
	position: relative;
	justify-content: right;
	margin-top: 0px;   
	margin-bottom: 10px;
	z-index: 10;
}
.badges .discount-badge {
	background: var(--accent);
    color: #fff;
}
.badges .product-badge, .badges .discount-badge {
	border-radius: 5px;
    margin-right: 5px;
	padding: 2px 5px;
	font-size: 11px;
	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;
} */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	content: none!important;
}
.variations tr {
	position: relative;
}

/* FROM PROMOSTUAFF ---------------------------------------------------------------- */
.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: 2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.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;
}
.woocommerce .woocommerce-result-count {
	margin-top: 7px!important;
}
/* PRODUCT PAGE */
.woocommerce .woocommerce-breadcrumb {
    margin:auto!important;
    margin-bottom:10px!important;
}
.single-product .content-area {
    padding:10px 0px;
}
.flex-viewport {
    border: 1px solid #eaeaea;
}
.product-title {
    font-size: 16px;
    font-weight: 700;
	line-height: 20px;
	padding-bottom: 5px;
    margin: 0;
    display: inline-block;
}

.summary-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 20px;
}
.discount {
    color:green;
    font-weight:bold;
}
.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;
}
.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;
}
.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;
}
.woocommerce-Price-amount{
	font-weight: 700;
}
.woocommerce-price-suffix {
	font-weight: 700;
}
.woocommerce-billing-fields {
	font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper {
	font-size: 14px;
}

@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%;
    }
}
/* .variations, .woocommerce-variation {
    display:none!important;
} */
/* .woocommerce-variation-add-to-cart > .quantity {
    display:none!important;
} */
.woocommerce div.product form.cart .variations label {
	color: var(--textcolor);
}
.cart_item .quantity .qty {
    background:white;
    border:1px solid #eaeaea;
}
.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;
}
.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-checkout .woocommerce {max-width: 1440px; margin: 0 auto;}
.woocommerce-cart .woocommerce {max-width: 1440px; margin: 0 auto;}
.woocommerce-account .woocommerce {max-width: 1440px; margin: 0 auto;}
.woocommerce-order {padding: 0px 20px;}
.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;
}
.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: 4px;
    border-bottom-right-radius: 4px;
}
.no-pad-right {
    padding:0px!important;
}
.cart-panel .variation, .cart-panel b, .cart-panel .cart-totals {
    font-size:13px;
    margin-bottom: -3px;
}
.cart-panel p {
    margin-bottom:0px;
}
.cart-panel .quantity {
    display:inline;
}
.cart-panel .qty {
    border: 1px solid #eaeaea;
    font-size: 13px;
    text-align:left;
    background: white;
    margin-left: 0px;
    text-align: left!important;
}
.cart-totals .amount {
    margin-left: 5px;
}
.woocommerce-cart span, .woocommerce a {
    font-size: 14px;
}
.woocommerce-orders-table__cell a {
	color: #845472!important;
}
.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 img {
    width:100px;
}
.panel-header.items {
    border-bottom:0px!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.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: 4px;
    border-top-right-radius: 4px;
}
.totals .panel-details ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px;
}
.totals .panel-body {
    padding:0px 15px!important;
}
.woocommerce a.button.alt {
	color: #fff!important;
    padding:15px 30px;
    display:inline-block!important;
    width:auto;
    font-size:14px!important;
    font-weight:500;
    background-color:var(--accent)!important;
}
.wc-proceed-to-checkout {
    border-right:1px solid #eaeaea;
    padding:1em 15px 0px 15px!important;
}
#product_details span, #product_details p {
    font-size: 13px!important;
}
.woocommerce-cart .woocommerce-cart-form a {
    color: var(--textcolor);
}
.woocommerce-cart .woocommerce-cart-form  a {
	font-weight: 600!important;
}
.coupon {
	margin: 15px 0px;
}
.coupon > .button {
	margin-top: 10px!important;
}
.cart_totals a {
    color: var(--textcolor);
	font-weight: 600;
}
dt {
    font-weight: 400!important;
}
.coupon {
    display: none;
}
table tbody>tr:nth-child(odd)>td, 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);
}
.shop_table tbody, td, tfoot, th, thead, tr {
    background: #fff!important;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea {
    border: 1px solid #eaeaea;
}
.extra-details-order {
    margin-top: 40px;
}
.woocommerce table.shop_table {
	max-width: 1440px;
    margin: 0 auto;
    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: var(--accent);
    background-color: var(--accent);
}

.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";
    left: -16px;
}

#step-3::after {
    content: "Bevestiging";
}

.progresses .progress {
    height: 0.8rem;
    width: 100%;
    top: 33px;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.progress-bar {
    background-color: var(--accent)!important;
}
.woocommerce-shop .columns-4 a, .columns-4 > li > a {
	display: flex;
    align-items: center;
    gap: 4%;
}

.variation-select select {
	border: 1px solid var(--primary)!important;
 	outline: 0!important;
    border: 0px;
    border-left: 0px!important;
	border: 0px!important;
}
.woocommerce-MyAccount-navigation-link {
	list-style-type: none;
}
li.woocommerce-MyAccount-navigation-link a {
	color: #000;
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 0px;
}
.woocommerce-MyAccount-navigation {margin-bottom: 50px; margin-top: 50px;}
ul.woocommerce-error a {color: #000;}
ul.woocommerce-error a:hover {color: #845472;}

.menu > li > .sub-menu {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
fieldset {
	padding: 0px;
}
.count {
	display: none;
}
@media screen and (max-width: 992px) {
	.header-delivery {
		display: none!important;
	}
	.progresses {
		max-width: 92%!important;
	}
	.progresses .d-flex {
		flex-direction: row!important;
	}
}
.woocommerce table.shop_attributes th {
	padding-left: 15px;
}
.woocommerce table.shop_attributes td {
	padding: 8px;
}
.woocommerce table th {
	align-content: center;
}
.woocommerce table.shop_attributes {
	border: 1px solid #eaeaea;
    margin-top: 0px;
}
.woocommerce-message {
	border-top-color: var(--accent)!important;
}
.woocommerce-message::before {
	color: var(--accent)!important;
}
.woocommerce-account form.register {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	width: 100%;
  	gap: 2%;
}
.product-downloads li {border: 1px solid #eaeaea!important;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 13px 13px 13px 20px;
	cursor: pointer;}

.product-downloads li a {
	color: var(--textcolor)!important;
	font-size: 14px;
}

	

@media screen and (min-width:767px) {
	.woocommerce-account .register .form-row {
		width: 49%;
	}
}
@media screen and (max-width:767px) {
	.woocommerce-account .register .form-row {
		width: 100%;
	}
	.woocommerce-account #billing_address_1_field, .woocommerce-account #billing_postcode_field, .woocommerce-account #billing_city_field {
		width: 100%!important;
	}
}
.woocommerce-account .register .woocommerce form .form-row input {
	width: 100%;
}
.woocommerce-account .sign-in-mulmore {
	width: 100%;
}
.woocommerce-order-received a {
	color: var(--textcolor);
}
.vanaf {
	font-size:12px;
	font-weight:400;
}
.full-w .delivery-date a, .full-w .contact-us {
	font-size: 13px!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: var(--footertopbg)!important;
}
.woocommerce-checkout #payment div.payment_box {
	background: rgb(240 240 245)!important;
}
button[name="update_cart"] {
	border-radius: 100px!important;
	border: 1px solid #EAA98C!important;
	color: #EAA98C!important;
	background: transparent!important;
	font-weight: 600;
	font-family: 'montserat', sans-serif;
	font-size: 14px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
	background: var(--accent)!important;
	height: 43px;
	border-radius: 100px!important;
	border: 1px solid #845472!important;
	color: white;
	border: 0px!important;
	font-weight: 600;
	font-family: 'montserat', sans-serif;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, button[name="update_cart"]:hover {
	text-decoration: none;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid rgb(240 240 245)!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	border-top-color: transparent!important;
}
@media screen and (min-width:992px) {
	.contact-block {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		width: 48%;
		margin-left: 2%;
		margin-bottom: 25px;
		background: var(--footertopbg);
		padding: 20px;
		float: right;
		margin-top: 50px;
	}
		.contact-block a {
		color: #845472;
	}
	.contact-block h4 {
		font-size: 18px!important;
		font-weight: 700;
		margin-bottom: 0px;
		color: #845472;
	}
	.contact-block span {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.contact-block img {
		position: absolute;
		right: 30px;
		height: 200px;
		width: 200px;
		bottom: 0px;
		object-fit: contain;
	}
	.contact-block ul {
		padding-left: 0px;
	}
	.select-size {
		width: 52%;
		padding-left: 10px;
		padding-bottom: 9px;
		padding-top: 6px;
		border: 1px solid #d7d7d7;
		border-right: 0px;
		margin-bottom: 5px;
		background: #fff;
	}
	.variation-select { 
		display: flex;
		width: 48%;
		border: 1px solid #d7d7d7;
		border-right: 0px!important;
		border-radius: 0px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width:992px) {
	.contact-block {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		width: 100%;
		margin-left: 2%;
		background: var(--footertopbg);
		padding: 20px;
		float: right;
		margin: 30px 0px;
		border: 1px solid rgb(199 199 209);
	}
	.contact-block h4 {
        font-size: 18px !important;
        font-weight: 700;
        margin-bottom: 0px;
        color: #845472;
	}
	.contact-block a {
		color: #845472;
	}
	.contact-block span {
		margin-bottom: 20px;
	}
	.contact-block img {
		position: absolute;
		right: 30px;
		height: 200px;
		width: 200px;
		bottom: 0px;
		object-fit: contain;
	}
	.contact-block ul {
		padding-left: 0px;
	}
	.select-size {
		display: none;
	}
	.variation-select { 
		display: flex;
		width: 100%;
	}
	.header-delivery {
		display: none!important;
	}
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	font-family: 'Poppins';
	font-size: 15px;
}
button[name="update_cart"] {
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}

.select-size span {
	font-size: 12px;
}
.variation-select select {
	text-transform: uppercase!important;
}
.contact-icon img {
	margin-top: -50px;
    height: 150px;
	z-index: 10;
}
.wp-block-column {
	max-width: 1470px;
    margin: 0 auto!important;
}
.footer-top a {
	font-size: 14px!important;
}
@media screen and (min-width:1300px) and (max-width:1500px) {
	#primary {
		padding: 0px 15px;
	}
}
@media screen and (max-width:992px ) {
	.title-border .product-title {
		font-size: 16px!important;
		line-height: 24px !important;
	}
	.contact-block .d-flex {
		flex-direction: row!important;
		align-items: center!important;
	}
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
	font-size: 13px!important;
	font-family: 'montserrat', sans-serif;
	color: var(--textcolor)!important;
}
.contact-block .wpcf7 {
	display: none;
}
.offerte-form {
	cursor: pointer;
}
.chevron-transform {
	transform: rotate(180deg);
	transition: ease-in-out all 0.2s;
}
.home .woocommerce-products-header__title {
	display: none;
}
@media screen and (max-width:992px) {
	#main {
		overflow: hidden;
	}
	.columns {
		display: flex;
		flex-direction: row;
		overflow: visible;
		flex-wrap: nowrap; /* For mobile slider */
		transition: transform 0.5s ease-in-out;
		gap: 10px;
		margin-bottom: 25px;
	}
	.bg-news-block {
		min-width: 100%; /* Full width on mobile */
		margin: 0px;
		height: 250px !important;
		width: 100%;
		background-size: cover!important;
	}
	.new-img img {
		max-width: 100px;
	}
	.columns h3 {
		font-size: 18px;
	}
	.columns p {
		font-size: 14px;
	}
	.lb-button {
		position: absolute;
		bottom: 12px;
		right: 15px;
		padding: 10px 15px;
        background: var(--secondary);
        color: #fff !important;
        font-size: 14px;
        font-family: Poppins;
        border-top-right-radius: 10px;
        width: max-content;
        border-top-left-radius: 10px;
        text-transform: uppercase;
        font-weight: 600;
	}
	.content-block {
		display: flex;
        justify-content: flex-end;
        align-items: flex-start;
		width: 100%;
	}
	.news-content {
		max-width: 49%;
		color: #000;
		padding: 30px 30px 0px 10px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
	.bg-news-block { 
		background-size: cover!important;
	}
}
@media screen and (min-width:992px) {
	.columns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
		margin-bottom: 30px;
	}
	.content-block {
		display: flex;
        justify-content: flex-end;
        align-items: flex-start;
		width: 100%;
	}
	.news-content {
		max-width: 57%;
		color: #000;
		padding: 30px 10px 0px 10px;
	}
	.news-content h3 {
		font-size: 20px!important;
	}
	.news-content p {
		font-size: 14px!important;
	}
	.new-img img {
		max-width: 200px;
		margin-bottom: -30px;
		margin-top: -30px;
		margin-right: -50px;
	}
	.lb-button {
		position: absolute;
		bottom: 10px;
		right: 15px;
		padding: 12px 15px;
        background: var(--secondary);
        color: #fff !important;
        font-size: 16px;
        font-family: Poppins;
        border-top-right-radius: 10px;
        width: max-content;
        border-top-left-radius: 10px;
        text-transform: uppercase;
        font-weight: 600;
	}
}
.columns > div {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.lightblue-bg {
	background-color: var(--accent);
    background-image: url(/wp-content/uploads/2024/02/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.darkblue-bg {
	background-color: var(--secondary);
    background-image: url(/wp-content/uploads/2024/02/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
#mc_embed_signup {
	background-color: var(--accent);
    background-image: url(/wp-content/uploads/2024/02/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
#mc_embed_signup h3, #mc_embed_signup p {
	color: #fff;
}
#mce-EMAIL {
	font-family: 'Poppins';
	font-size: 15px;
	width: 45%;
	float: left;
	outline: 0px;
}
#mc-embedded-subscribe {
	background: var(--secondary);
	color: #fff;
	border: 1px solid var(--secondary);
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
	height: 41px;
	outline: 0px;
}
#mc_embed_signup div.mce_inline_error {
	clear: both;
	width: 45%;
}
.news-container {
	position: relative;
	padding-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:400px) {
	.content-block {
		margin-bottom: 40px;
	}
}
#product-addons-total {
	display: none;
}
.grecaptcha-badge {
	display: none;
}
.product-category:has(a[aria-label="Productcategorie bekijken Eigen tekst"]), .product-category:has(a[aria-label="Productcategorie bekijken Relatiegeschenken"]) {
	display: none!important;
}
#order_review .woocommerce-shipping-totals {
	display: none;
}
.wc-pao-addon-heading {
	font-size: 25px;
}
.wc-pao-addon-description {
	font-size: 14px;
}
.wc-pao-addon-file-upload {
	font-size: 14px;
}


@media screen and (min-width: 767px) {
    .flex-upsell {
        display: flex;
        gap: 50px;
    }
	.new-products-label {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 5px 10px;
		background: var(--accent);
		color: white;
		font-size: 11px;
		border-radius: 20px;
	}
	.new-label {
		position: absolute;
		top: 10px;
		right: 10px;
		padding: 5px 10px;
		background: var(--accent);
		color: white;
		font-size: 11px;
		border-radius: 20px;
	}
}
.flex-upsell img {
    width: 70px;
}
@media screen and (min-width:767px) {
	.souvenir-trends {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		height: 166px!important;
		object-fit: contain;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
}
@media screen and (max-width: 767px) {
	.souvenir-trends {
		display: none;
	}
	.new-products-label {
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 5px 10px;
		background: var(--accent);
		color: white;
		font-size: 8px;
		border-radius: 20px;
	}
	.new-label {
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 5px 10px;
		background: var(--accent);
		color: white;
		font-size: 8px;
		border-radius: 20px;
	}
	.footer-middle .column .d-flex {
		flex-direction: row!important;
	}
}
.footer-bottom, .footer-bottom a {
	color: #fff!important;
}
.footer-bottom svg {
	stroke: #fff;
}
.attention {
	font-size:15px;
	background-color: #f2dede;
	border: 1px solid #b94a48;
	color: #b94a48;
	padding: 15px;
	margin-bottom: 15px;
    margin-top: 15px;
}
.newest-products {
	margin-bottom: 75px;
}
.post-type-archive-product:not(.home) .page-description {
	display: none!important;
}
.mega-menu > li > .mega-sub-menu {
	margin-top: 10px!important;
}
.mega-menu-row > .mega-sub-menu > li > .mega-sub-menu > .mega-menu-item-has-children {
	padding-bottom: 15px!important;
}
.new .mega-menu-link {
	position: relative!important;
	max-width: max-content!important;
}
/* .new .mega-menu-link::before {
	content: "Nieuw";
	position: absolute!important;
	right: -40px!important;
	background: rgb(255,121,84)!important;
	color: #fff!important;
	padding: 3px!important;
	font-size: 10px!important;
	font-family: "Poppins"!important;
	border-radius: 10px!important;
} */
.product_cat-relatiegeschenken .wpcf7 {
	display: block!important;
}
.title-border .ean-sku {
	font-size: 12px;
	margin-bottom: 10px;
}
.title-border span {
	font-size: 12px;
	margin-right: 5px;
}
.post-container {
    max-width: 1000px;
    margin: 50px auto;
    padding: 25px;
    background: #f7f7f7;
}
.post-container h1 {
    margin: 20px 0px;
}
.go-back {
	background: #e7e7e7;
    color: black;
    padding: 5px;
}
.single-post .date {
	float: right;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: var(--menubg)!important;
}
.page-id-151502 .woocommerce, .page-id-151512 .products, .page-id-151512 h1 {
	max-width: 1480px!important;
	margin: 0 auto!important;
}
.page-id-151512 h1 {
	max-width: 1420px!important;
	margin: 0 auto!important;
	margin-bottom: 20px!important;
}
/* knop basis */
.hb-fav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: background .2s, opacity .15s;
}
.hb-fav-btn[aria-pressed="true"] {
  background: #ffe9e9;
  border-color: #f88;
}
.hb-fav-btn.is-loading { opacity: .8; }

/* laadicoon */
.hb-fav-icon {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 0;                 /* verborgen als niet loading */
  transition: opacity .2s;
}
.hb-fav-btn.is-loading .hb-fav-icon { opacity: 1; }
.spinning { animation: hbspin .6s linear infinite; }
@keyframes hbspin { to { transform: rotate(360deg); } }

/* label */
.hb-fav-label { display: inline-block; }

/* toast melding */
#hb-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  background: rgba(0,0,0,.85);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: all .25s ease;
  z-index: 9999;
}
#hb-toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* screenreader-only helper */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}
.stock-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.stock-in {
    background-color: #28a745; /* Groen */
}

.stock-low {
    background-color: #ff9800; /* Oranje */
}

.stock-out {
    background-color: #dc3545; /* Rood */
}

.stock-text-in {
	color: #28a745; /* Groen */
}
.stock-text-low {
	color: #ff9800; /* Oranje */
}
.stock-text-out {
	color: #dc3545; /* Rood */
}

.staffel-korting {
    margin-top:20px;
    padding:15px;
    background:#f8f8f8;
    border-radius:6px;
}

.staffel-korting table {
    width:100%;
    border-collapse:collapse;
}

.staffel-korting th,
.staffel-korting td {
    padding:8px;
    border-bottom:1px solid #ddd;
    text-align:left;
}
.woocommerce .wishlist-title h2 {
    font-size: 2.5em !important; 
	color: #845472;
}
.woocommerce h2 {
	font-family: 'Montserrat' !important; 
	color: #845472;
	font-size: 26px;
}
.woocommerce h3 {
	font-family: 'Montserrat' !important; 
	color: #845472;
	font-size: 20px !important;
}
button.woocommerce-button.button.woocommerce-form-login__submit{
 background-color: #EAA98C;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
 background-color: #EAA98C;
}
h1.paars {
	color: #845472;
	font-size: 2.5em;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {font-weight: 500 !important; padding-right: 20px!important; }
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {height: 4px;}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {height: 4px;}

/* Andere kleur voor specifieke Max Mega Menu knop */
.speciale-knop > a.mega-menu-link {
    background-color: #EAA98C !important;
    color: #ffffff !important;
    border-radius: 100px !important;
    padding: 0px 15px !important;
}

/* Hover effect */
.speciale-knop > a.mega-menu-link:hover {
    background-color: #845472 !important;
}
/* Uitgelichte merken */
.uitgelichte-merken {
    margin-bottom: 3rem;
}

.uitgelichte-merken-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}

.merk-uitgelicht .merk-afbeelding img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.merk-afbeelding {
	min-height: 120px;
}

/* Alle merken */
.merken-overzicht {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
	margin-bottom: 50px
}

.merk-item {
	box-shadow: 0px 0px 9px 0px #f5f5f9;
    border-radius: 20px;
    border: 1px solid #f5f5f9;
    padding: 10px;
}

.merk-item .merk-afbeelding img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.merk-item h3 {
	font-family: 'Montserrat';
    font-weight: 600;
	margin-top: 0.5rem;
    text-align: center;
	font-size: 14px !important;
	line-height: 1.2;
    margin: 0;
}

.merk-uitgelicht a, .merk-item a {
	color: #845472 !important;
	text-decoration: none;
}
.merk-uitgelicht a h3, .merk-item a h3 {
	color: #845472 !important;
	text-decoration: none;
}

.product-usp-block {
		position: relative;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        width: 48%;
        margin-left: 2%;
        padding: 20px;
        float: right;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
}

.product-usp-stock {
	margin-bottom: 10px;
	font-size: 12px !important;
	font-weight: 700;
}

.product-usp-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.product-usp-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.single_add_to_cart_button {
    display: inline-block;
}

/* Winkelmand + wishlist naast elkaar */
.single-product .summary.entry-summary form.cart {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
	vertical-align: middle;
}

.single-product .summary.entry-summary .yith-add-to-wishlist-button-block {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	vertical-align: middle;
}

/* Alleen hartje tonen, geen tekst */
.single-product .yith-wcwl-add-to-wishlist-button__label {
	display: none !important;
}

/* Hartje netjes als knop */
.single-product .yith-wcwl-add-to-wishlist-button {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

/* Icoonformaat */
.single-product .yith-wcwl-icon {
	width: 22px;
	height: 22px;
}

.yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.yith-wcwl-add-to-wishlist i,
.yith-wcwl-icon {
    font-size: 14px !important;
}

.yith-wcwl-add-to-wishlist img {
    width: 14px;
    height: 14px;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #000 !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
color: #EAA98C !important;	
}

.cart {
    align-items: center;
}

.single-product .summary .yith-wcwl-add-to-wishlist:not(:first-of-type) {
    display: none !important;
}
.d-flex {
	gap: 10px;
}
.d-flex {
	font-weight: 700;
}
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

header.is-scrolled .topbar-header {
    display: none;
}

@media (max-width: 767px) {
.header-icon li {
	line-height: 0px;
}
.header-icon ul li span {
	width: 18px;
    height: 18px;
}
}
.mulmore-category-divider {
    border-top: 1px solid #ddd;
    margin: 0 0 30px;

}
.term-description, .woocommerce-result-count {font-size: 14px;}
.term-description p {
	margin-bottom: 20px;
}
.orderby {font-size: 14px;}


.woocommerce div.product div.images .flex-control-thumbs {
	overflow: visible !important; 
}

.thumbs-swiper {
  width: 100%;
  margin-top: 15px;
  padding: 0 42px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.thumbs-swiper .swiper-wrapper {
  display: flex !important;
}

.thumbs-swiper .swiper-slide {
  float: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.thumbs-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.thumbs-swiper .swiper-button-prev,
.thumbs-swiper .swiper-button-next {
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.thumbs-swiper .swiper-button-prev {
  left: 0;
}

.thumbs-swiper .swiper-button-next {
  right: 0;
}

.thumbs-swiper .swiper-button-prev:after,
.thumbs-swiper .swiper-button-next:after {
  font-size: 18px;
}

.thumbs-swiper .swiper-slide {
  float: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.thumbs-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.thumbs-swiper .swiper-button-prev:after,
.thumbs-swiper .swiper-button-next:after {
  font-size: 18px;
}

.swiper-button-next, .swiper-button-prev{
	color: #e9e6ed !important;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #cfc8d8 !important;
    border-right: 0;
    margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0px solid #eaaa8c00;
	border-radius: 50%;
	background-color: #EAA98C;
	width: 30px;
	height: 30px;
    padding: 0;
    margin-right: 5px;
	font-size: 14px !important;
    float: left;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #816f98;
    color: #fff;
	border: 1px solid #816f98 !important;	
}
.panel-details .d-flex { display: initial !important;}
.a-center {margin-top: 8px !important;}

.quantity input[type="number"] {
    appearance: auto;
    -moz-appearance: auto;
}

/* Chrome, Edge, Safari */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    display: block;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border:1px solid #eaeaea;
}
:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection--single {
	border:1px solid #eaeaea;
}
.cross-sells ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cross-sells ul.products li.product-overview {
    width: calc(33.333% - 14px);
}
.cross-sells {margin-bottom: 25px;}
.woocommerce div.product form.cart {
	margin-bottom: 0px !important;
}
h2.woocommerce-products-header__title.page-title {
	font-weight: 600;
}
h1.wp-block-heading { color: #845472;}
h2.wp-block-heading { color: #845472;}
h3.wp-block-heading { color: #845472;}
h4.wp-block-heading { color: #845472;}
h5.wp-block-heading { color: #845472;}
h6.wp-block-heading { color: #845472;}
.wp-block-heading {    max-width: 1440px !important;
    margin: 0 auto;
    padding: 0 20px;;}

.woocommerce-tabs ul li {
	list-style: disc;
}
.woocommerce-tabs ul  {
	margin-left: 20px
}
.categorie-list-icon {
	max-width: 50px;
}
.ean-sku a {
	font-size: 12px;
	color: #000;
}
.ean-sku a:hover {
	font-size: 12px;
	color: #845472;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #eaeaea;
    background-color: #fff6f3;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #845472;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
 {
    color: #000;
    text-shadow: inherit;
 }
 .order-again {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	background-color: #fff6f3;
}
.woocommerce-account .woocommerce-MyAccount-content {
	margin-top: 50px;
	margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul {
	padding-left: 10px;
}
.woocommerce-MyAccount-navigation-link {
	margin: 10px;
}
.ajax-loader h3 {
font-family: bogart, sans-serif !important;
    font-weight: 600;
	font-size: 30px;
}
.woocommerce-tabs ul li a {
    color: #845472 !important;
}
td.product-add-to-cart a.product_type_simple {
	background-color: #F94825;
	color: #fff !important;
	border: 1px solid #F94825;
	border-radius: 100px;
	padding: 10px 10px;
	font-size: 14px;
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
}

@media (max-width: 768px) {

    /* Header volgorde aanpassen */
    header {
        display: flex;
        flex-direction: column;
    }

    .main-header {
        order: 1;
    }

    .topbar-header {
        order: 2;
        background: #fff !important;
        overflow: hidden;
        position: relative;
    }

    .topbar-header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        height: 40px;
    }

    .topbar-header li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;

        display: flex;
        align-items: center;
        justify-content: center;

        opacity: 0;
        transform: translateX(100%);
        transition: all .5s ease;
    }

    .topbar-header li.active {
        opacity: 1;
        transform: translateX(0);
    }

    .topbar-header li.exit {
        opacity: 0;
        transform: translateX(-100%);
    }
.topbar-header li {
    color: #000 !important;
    font-family: montserrat, sans-serif;
    font-weight: 300 !important;
    font-size: 13px !important;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.menu-header {
	display:block !important
}
.menu-header div.container {
	height: 0;
}
.menu-header .mega-menu-toggle {
	top: 0px;
}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
	margin-top: 35px;
}


.menu-arrow {
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .menu-arrow {
        color: #ea7d39;
    }
}

.fc-staffelkorting {
    margin: 16px 0;
}

.fc-staffelkorting-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.fc-staffel-item {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.fc-staffel-item:nth-child(even) {
    background: #f7f7f7;
}

.fc-staffel-item:last-child {
    border-bottom: 0;
}

.fc-staffel-item label {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 16px 18px;
    cursor: pointer;
}

.fc-staffel-radio {
    width: 20px;
    height: 20px;
    accent-color: #EAA98C;
    flex: 0 0 auto;
}

.fc-staffel-text {
    font-size: 12px;
    line-height: 1.4;
    color: #000;
}

.fc-staffel-text strong {
    font-weight: 700;
}

.fc-staffel-item.is-selected {
    background: #fff6f3;
    outline: 2px solid #EAA98C;
    outline-offset: -2px;
}

ul.product-downloads li {
	list-style: none;
}
ul.product-downloads  {
	margin: 0;
	padding: 0;
}

li.fc-staffel-item {
	list-style: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
@media (max-width: 767px) {
    .product-usp-block {
        width: 100% !important;
    }
}


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    margin-top: 35px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    margin-top: 35px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
	text-decoration: none !important;
}

a.woocommerce-button.button.view {
	color: #fff !important;
	margin: 2px;
}
a.woocommerce-button.button.custom_reorder {
	color: #fff !important;
	margin: 2px;
}
.button.woocommerce-button.button.woocommerce-form-login__submit:hover {
	color: #fff !important;
	background-color: #845472;
}
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
	color: #fff !important;
	background-color: #845472;
}
.button.woocommerce-Button.button:hover {
	color: #fff !important;
	background-color: #845472;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #fff !important;
	background-color: #845472 !important;
	border: 0px solid #845472 !important;
}
.full-container.row {
	margin-bottom: 50px;
}


/* Wishlist */

.woocommerce .wishlist-title {margin-bottom: 0px;}
.item-details h3 { line-height: 16px !important;}
.wishlist_table.mobile li {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
        border-radius: 10px;
		padding: 10px;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail { max-width: 100%;}
.wishlist_table.mobile li .item-wrapper .item-details {
	width: calc(100%);
}
.wishlist_table.mobile li .item-wrapper { width: calc(100%);}


.wishlist_table .product-add-to-cart a {
	background-color: #F94825;
    color: #fff !important;
    border: 1px solid #F94825;
    border-radius: 100px;
    padding: 10px 10px;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
}


.wpcf7-form label { line-height: 2; display: block; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
}
.wpcf7-not-valid-tip {
padding: .5rem 1rem;
}
.wpcf7-submit {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 500;
    border-radius: 100px;
    left: auto;
    background-color: #EAA98C;
    border-color: #EAA98C;
    color: #fff;
    padding: 15px 28px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.wpcf7-submit:hover {
    background-color: #845472;
    border-color: #845472;
    color: #fff;
}

.cf7-form {
  width: 100%;
}

.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-col {
  flex: 1;
}

.cf7-full {
  width: 100%;
}

.cf7-form input,
.cf7-form textarea,
.cf7-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.cf7-form textarea {
  min-height: 140px;
  resize: vertical;
}

.cf7-form input::placeholder,
.cf7-form textarea::placeholder {
  color: #999;
  opacity: 1;
}

.cf7-form input[type="submit"] {
  width: auto;
  cursor: pointer;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .cf7-row {
    flex-direction: column;
    gap: 15px;
  }
}


#yith-wcwl-form {max-width: 1440px; margin: 0 auto; padding: 0px 20px 20px 20px}
.woocommerce-info {
    border-top-color: #F94825;
}
.woocommerce-info::before
 {
    color: #F94825;
}
.login-voor-prijs { 
	background: #F94825;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}
.overview-login-voor-prijs { 
	background: #F94825;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	margin: 10px;
}
a.overview-login-voor-prijs:hover { 
	color: #fff;
}
a.login-voor-prijs:hover { 
	color: #fff;
}

a.restore-item {
	color: #845472;
}

.woocommerce .form-row-first {
    float: left;
    width: 48%;
}

.woocommerce .form-row-last {
    float: right;
    width: 48%;
}

.woocommerce .form-row-wide {
    clear: both;
    width: 100%;
}

.woocommerce .form-row {
    margin-bottom: 15px;
}

.woocommerce form .clear {
    clear: both;
}
.woocommerce .form-row-wide {
    width: 100% !important;
    clear: both;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last {
    width: 48% !important;
}
#customer_login .form-row-wide {
    width: 100%;
    float: none;
    clear: both;
}

#customer_login .form-row-first,
#customer_login .form-row-last {
    width: 48%;
}

#customer_login .form-row-first {
    float: left;
}

#customer_login .form-row-last {
    float: right;
}



/* 404 */

.page-404 {
    padding: 1rem 0;
}

.page-404__section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.page-404__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "title title"
        "content image"
        "button image";
    gap: 3rem;
    align-items: center;
}

.page-404__title {
    grid-area: title;
    margin: 0;
}

.page-404__content {
    grid-area: content;
}

.page-404__text  {
    margin-bottom: 50px;
}

.page-404__text p:first-child {
    margin-top: 0;
}

.page-404__image {
    grid-area: image;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-404__image img {
    display: block;
    width: 100%;
    max-width: 400px; /* Pas aan naar wens */
    height: auto;
}

.page-404__button {
    grid-area: button;
    justify-self: start;
    margin-top: 1rem;
}


@media (max-width: 768px) {

    .page-404 {
        padding: 4rem 0;
    }

    .page-404__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "image"
            "content"
            "button";
        gap: 2rem;
    }

    .page-404__button {
        width: fit-content;
    }
}

ins {text-decoration: none !important;}
.woocommerce-notices-wrapper { margin: 0 auto; max-width: 1440px; margin-top:20px;}
.full-container.row {padding-left: 20px; padding-right: 20px;}

.variations_form.cart {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

.variations_form.cart table.variations,
.variations_form.cart .single_variation_wrap {
  width: 100% !important;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.woocommerce-variation-add-to-cart .yith-add-to-wishlist-button-block {
    display: inline-flex !important;
    margin: 0 !important;
}
.summary > .yith-add-to-wishlist-button-block {
    display: none !important;
}
.progresses li {
    position: relative;
}

.progresses li a {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
a.edit {
	color: #845472 !important;
}