/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2024 | 07:06:08 */
/* #product-intro .single_add_to_cart_button {
	flex-grow: 1;
} */

body:not(.__) .product-labels.labels-rounded .out-of-stock {
	max-width: unset;
	min-height: unset;
    font-size: 12px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
    padding: 10px 15px;
}

#product-intro #offerte-aanvragen-knop-container {
	display: none !important;
}
#product-intro .betaal_iconen_na_winkelmand_knop {
	display: none !important;
}

.wpcf7-form .offerte-aanvragen label {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.titel-offerte-formulier {
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
}
/*
span.titel-offerte-formulier::after,
span.titel-offerte-formulier::before {
	content: '';
    width: 40%;
    position: relative;
    height: 2px;
    background-color: var(--goud);
    display: inline-block;
    top: -3px;
}*/

span.titel-offerte-formulier::after {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 2px;
	background: var(--goud);
	z-index:0;
}
span.titel-offerte-formulier {
	width:100%;
    text-align:center; 
    position: relative;
}
span.titel-offerte-formulier p {
	margin-bottom: 0px !important;
	position:relative; 
	padding:10px; 
	background: #ffffff;
	display: inline-block;
	z-index: 1;
	
	text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}

.offerte-aanvragen .acceptance-verzenden {
	width: 100%;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.offerte-aanvragen .acceptance-verzenden input.wpcf7-submit {
	width: 100%;
}
.offerte-aanvragen .wpcf7-acceptance a {
	text-decoration: underline;
    transition: text-decoration 0.3s ease;
}

.shop_attributes span {
	font-weight: 600;
}

.product_meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
}
.product_meta > .sku_wrapper,
.product_meta > .tagged_as {
	font-weight: 600;
}
.product_meta > .sku_wrapper .sku,
.product_meta > .tagged_as a,
.product_meta > .tagged_as .meta-sep {
	font-weight: 400;
}

#uitgelichte-eigenschappen .element-title {
	margin-bottom: 0px;
}

#product-intro .single_add_to_cart_button {
	width: auto !important;
}

/*.single-product .excl-btw-melding,
.single-product .wd-single-price .price {
	display: none !important;
	visibility: hidden !important;
}*/

.single-product .woocommerce-variation-price {
	margin: 0;
}

.single-product .woocommerce-variation-price .price {
	font-size: 24px;
}

.single-product .wd-single-price {
	margin: 0;
}

.single-product .single_add_to_cart_button {
	height: 40px !important;
    font-size: 12px !important;
}

.single-product div.quantity input[type=number],
.single-product div.quantity input[type=button] {
	height: 40px !important;
}

.single-product .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text {
	display: inline !important;
}


.single-product .webr-products .wd-entities-title {
	position: relative;
}

.single-product .webr-products .wd-entities-title a {
	font-weight: 700;
	position: relative;
	padding: 0 10px;
}

.single-product .webr-products .wwp_show_wholesale_prices_link {
	padding: 5px !important;
	min-height: inherit;
	font-size: 12px;
	background-color: #fff;
	color: var(--donkerGrijs);
}

.single-product .webr-products .tinvwl-woocommerce_after_shop_loop_item {
	display: none;
	visibility: hidden;
}

.webr-add-to-cart .wwp_show_wholesale_prices_text {
	margin-left: 0;
}

.webr-add-to-cart .woocommerce-variation-price {
	margin-left: 220px;
}

/*.webr-add-to-cart .wd-single-price,
.webr-add-to-cart .variation-swatch-selected {
	margin-top: -60px;
}*/

.wd-single-add-cart.wd-design-justify .single_variation_wrap {
	flex: auto;
}

body.single-product .webr-add-to-cart .wwp_show_wholesale_prices_text {
	width: auto !important;
}
body.single-product .webr-add-to-cart .wd-single-price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 15px;
}
body.single-product .webr-add-to-cart  .wd-single-price .price {
	align-self: center;
}

.webr-add-to-cart .wd-single-price .price > span.price {
	width: 100%;
    display: flex;
	align-items: center;
}
.webr-add-to-cart .wd-single-price  {
	margin-bottom: 25px;
} 
.webr-add-to-cart .original-computed-price {
	margin-right: 25px;
}

/* #product-intro .product_meta .sku_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#product-intro .product_meta .sku_wrapper .sku {
	font-weight: 300;
} */

body.single-product .tagged_as {
	display: none !Important;
}