/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 07:20:51 */
body.single-product .webr-product-meta .posted_in {
	display: none;
}

body.single-product .shop_table {
	margin: 0;
}

div.quantity input[type="number"] {
	width: 60px;
}

.tiered-pricing-option {
	border-width: 2px;
	background-color: var(--wit);
	border-color: var(--borderPaars);
}
.tiered-pricing-options {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.quantity input[type="button"] {
	border-color: #e5e5e5;
}

body.single-product .webr-cta-knoppen .info-box-inner {
	margin-top: 0px;
}

.webr_product_bestanden ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.webr_product_bestanden ul li {
	
}
.webr_product_bestanden ul li::before {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	margin-right: 5px;
	color: var(--paars);
}

.webr-aanvullende-informatie .woocommerce-product-attributes {
	display: block;
	overflow: visible;
}

.webr-aanvullende-informatie tr:nth-child(odd) {
	
}

@media (min-width: 1025px) {
	.webr-aanvullende-informatie tr:nth-child(4n + 1),
	.webr-aanvullende-informatie tr:nth-child(4n + 2) {
		background-color: #f6f5f8;
	}
	.webr-aanvullende-informatie tr {
		padding: 15px;
		margin-bottom: 0px;
	}
}



body.single-product .woocommerce-variation {
	display: none !important;	
}

body.single-product .variations {
	margin-bottom: 10px;
}

/* Woodmart + Elementor: additional info table mag niet afgekapt worden */
.webr-aanvullende-informatie,
.webr-aanvullende-informatie .elementor-widget-container,
.webr-aanvullende-informatie table.shop_attributes {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.wd-product-stock::before {
	color: var(--groen) !important;
}