/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2023 | 09:34:01 */
/* 
 *
 ******************************************* Meldingen *******************************************
 *
 */
.single-product .melding {
	border: 1px solid #F1F1F1;
    border-radius: 8px;
    padding: 6px 8px 6px 8px;
	margin-right: 12px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	cursor: help;
}
.single-product-gevaarlijke-stoffen {
	display: inline-block;
}
.product-gevaarlijke-stoffen-icoon {
	width:  26px;
	height: 26px;	
	margin-top: -3px;
}
.single-product-gevaarlijke-stoffen .product-gevaarlijke-stoffen-toelichting {
	font-weight: 600;
	margin-left: 4px;
	margin-right: 8px;
}
.single-product-origineel-lotus {
	display: inline-block;
}
.product-origineel-lotus-icoon {
	width:  26px;
	height: 26px;	
	margin-top: -3px;
}
.single-product-origineel-lotus .product-origineel-lotus-toelichting {
	font-weight: 600;
	margin-left: 4px;
	margin-right: 8px;
}
.cart-consumable-product-box {
	display: block;
}
.cart-melding-box {
	display: block;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    padding: 6px 8px 6px 8px;
    margin: 8px 6px 12px 0px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    cursor: help;
    width: fit-content;
}
.single-product-consumable-product {
	display: inline-block;
}
.product-consumable-product-icoon {
	width:  26px;
	height: 26px;	
	margin-top: -3px;
}
.cart-melding-icoon {
	width: 20px;
    height: 21px;
    margin-top: -3px;
}
.cart-melding-toelichting {
	font-size: 12px;
	font-weight: 400;
	margin-left: 4px;
	margin-right: 8px;
	color: var(--wd-entities-title-color-hover);
}
.cart-melding-toelichting a {
	font-size: 12px;
	font-weight: 400;
	color: var(--wd-entities-title-color-hover);
}
.single-product-consumable-product .product-consumable-product-toelichting {
	font-weight: 600;
	margin-left: 4px;
	margin-right: 8px;
}
.cart-consumable-product .product-consumable-product-toelichting, .cart-origineel-lotus .product-origineel-lotus-toelichting {
	font-size: 12px;
	font-weight: 400;
	margin-left: 4px;
	margin-right: 8px;
}
.melding a {
	font-weight: 600;
	color: #777777;
}
.cart-origineel-lotus-box .melding a, .cart-consumable-product-box .melding a {
	font-size: 12px;
	font-weight: 400;
	margin-left: 4px;
	margin-right: 8px;
}
.single-product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_gevaarlijke-stoffen {
	display: none; /* Verberg de gevaarlijke stoffen melding in het producteigenschappen tabblad */
}
.single-product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_origineel-lotus-onderdeel {
	display: none; /* Verberg de origineel Lotus onderdeel melding in het producteigenschappen tabblad */
}
.single-product .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_consumable-product {
	display: none; /* Verberg de consumable product melding in het producteigenschappen tabblad */
}

.wd-builder-off .single-product-page .wd-before-product-tabs {
	margin-bottom: 0px !important;
	border-top: 1px solid #e5e5e5;
}






/* 
 *
 ******************************************* Eigenschappen *******************************************
 *
 */

.single-product .woocommerce-Tabs-panel--additional_information.panel .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_model .woocommerce-product-attributes-item__label span:before {
	content: "Compatible ";
    text-transform: capitalize;
}
.single-product .woocommerce-Tabs-panel--additional_information.panel .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_model .woocommerce-product-attributes-item__label span {
	text-transform: lowercase;
}


/* 
 *
 ******************************************* Gerelateerde producten *******************************************
 *
 */

.single-product .container.related-and-upsells {
	margin-top: 40px;
}
.single-product .related-products .owl-stage-outer {
    border-width: 0px !important;
}

/* 
 *
 ******************************************* Prijs *******************************************
 *
 */
.single-product .summary-inner>.price del, .single-product .summary-inner>.price ins  {
	font-size: 24.8px;
	color: var(--wd-primary-color);
    font-weight: 600;
}
.single-product .summary-inner>.price {
    color: #212121b5 !important;
	font-size: 20px;
}

.archive .summary-inner>.price del, .single-product .summary-inner>.price ins  {
	font-size: 24.8px;
	color: var(--wd-primary-color);
    font-weight: 600;
}
.archive .products[class*="wd-stretch-cont"] :is(.price,.wrap-price,.product-rating-price) {
    color: #212121b5 !important;
	font-size: 14px;
}



@media only screen and (max-width: 768px) {
	.single-product .single-product-compatible-modellen {
		width: fit-content;
		background-color: #F9F9F9;
	    border: 1px solid #F2F2F2;
	    padding: 10px 8px 10px 8px;
	    font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.single-product .single-product-compatible-modellen {
		width: fit-content;
		background-color: #F9F9F9;
	    border: 1px solid #F2F2F2;
	    padding: 10px 20px 10px 20px;
	    font-size: 14px;
	}
}

/* 
 *
 ******************************************* Button *******************************************
 *
 */
.single-product :is(.btn,.button,button,[type="submit"],[type="button"]) {
    width: 60%;
    border-radius: 6px !important;
}
.single-product .single_add_to_cart_button {
    background-color: #00996e !important;
}


/* 
 *
 ******************************************* Bundel producten *******************************************
 *
 */

.bundle_sells_title {
	
}

.bundle_form.bundle_sells_form .product_title .bundled_product_title_inner {
	font-family: var(--wd-text-font);
	font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3em;
	font-weight: 600;
	display: block;
}
.bundle_form.bundle_sells_form .bundled_product_title.product_title {
	margin-bottom: -5px;
}

.bundle_form.bundle_sells_form span.price {
	display: inline-block;
	margin-bottom: 0px;
}
.bundle_form.bundle_sells_form small .woocommerce-Price-amount.amount,
.bundle_form.bundle_sells_form small.woocommerce-price-suffix {
	display: none !Important;
}
.bundle_form.bundle_sells_form .bundled_product_checkbox {
	position: relative;
	top: 1px;
}
.bundle_form.bundle_sells_form .bundled_product_permalink {
	height: inherit !important;
    display: block;
    margin-left: 0px !important;
	width: fit-content !important;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
	content: 'View product' !important;
    font-family: inherit !important;
    font-size: 12px !important;
    line-height: 1.2em !important;
    display: block !important;
    color: var(--oranje) !important;
    position: unset !important;
    margin-top: 10px;
}

.bundle_form.bundle_sells_form .bundled_product_summary  {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.bundle_form.bundle_sells_form div.bundled_product_summary, 
.bundle_form.bundle_sells_form div.product.bundled_product_summary {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.bundle_form.bundle_sells_form .bundled_product_summary .bundled_product_optional_checkbox span {
	font-weight: 600;
}
.bundle_sells_title h3 {
	margin-bottom: 10px;
	font-family: var(--wd-entities-title-font);
	font-size: 18px;
}
.bundle_form .bundled_product_excerpt.product_excerpt {
	margin-bottom: 0px;
}

@media (max-width: 767.98px) {
	body.single-product .summary-inner [type="submit"] {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

.bundle_form.bundle_sells_form .bundled_product_image.woocommerce-product-gallery__image {
	pointer-events: none !important;
}
.bundled_product_attributes_title {
	max-width: 650px;
	margin: auto;
	margin-top: 25px;
    margin-bottom: 10px;
}