/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2023 | 08:46:18 */
#webr-frequently-asked-questions-for-product-category {
	width: 35em;
	max-width: 100%;
	order: 9002;
}
#webr-frequently-asked-questions-for-product-category > details:not(:last-child) {
	margin-bottom: 10px;
}
#webr-frequently-asked-questions-for-product-category > details > summary {
	font-weight: 600;
	padding: 10px 64px 10px 20px;
	background-color: var(--lichtGrijs);
	cursor: pointer;
	position: relative;
}
#webr-frequently-asked-questions-for-product-category > details > summary::after {
	content: "\f113";
	display: inline-block;
    font-family: "woodmart-font";
	transform: rotate(90deg) translateX(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
#webr-frequently-asked-questions-for-product-category > details[open] > summary::after {
	transform: rotate(-90deg) translateX(50%);
}
#webr-frequently-asked-questions-for-product-category > details > [itemprop="acceptedAnswer"] {
	padding: var(--wd-tags-mb);
	/*background-color: var(--lichterGrijs);*/
	border-left: 1px solid var(--lichtGrijs);
	border-bottom: 1px solid var(--lichtGrijs);
	border-right: 1px solid var(--lichtGrijs);
}
#webr-frequently-asked-questions-for-product-category > details > [itemprop="acceptedAnswer"] > [itemprop="text"] {
	--wd-tags-mb: 10px;
}
#webr-frequently-asked-questions-for-product-category > details > [itemprop="acceptedAnswer"] > [itemprop="text"] > p:last-child {
	margin-bottom: 0px;
}
