/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 10:36:44 */
/* Afrekenpagina */
.bedrijf-optioneel {
	font-size: 11px;
	display: block;
}

.woocommerce-checkout #main-content {
	padding-top: 0px;
}
#webr-afrekenpagina-titel-woodmart {
	justify-content: space-between !important;
}
.woocommerce-checkout .wd-checkout-steps {
	color: #ffffff;
}

#billing_company_field label[for="billing_company"]::after {
    content: 'Verpflichtend ausfüllen bei keiner Mehrwertsteuerrechnung';
    font-weight: 700;
    display: block;
    font-size: 12px;
}
.woocommerce-checkout #billing_house_number_suffix_field span.bedrijf-optioneel {
	display: none !important;
}
/* Niet geldig BTW nummer */
.woocommerce-checkout #woocommerce_eu_vat_compliance span.vat-result-invalid {
	color: #212121 !important;
  	border: 1px solid #EC40064A;
  	padding: 6px;
  	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  	background-color: #FB8D68B2;
	font-style: normal;	
	display: flex;
  	align-items: center;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance span.vat-result-invalid:before {
	content: "\f100";
  	font-family: "woodmart-font";
  	font-size: 20px;
  	margin-right: 8px;
	font-style: normal;	
}

/* Geldig BTW nummer */
.woocommerce-checkout #woocommerce_eu_vat_compliance span.vat-result-valid {
	color: #212121 !important;
	border: 1px solid #49914959;
	padding: 6px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #72B57282;
	font-style: normal;
	display: flex;
	align-items: center;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance span.vat-result-valid:before {
	content: "\f107";
  	font-family: "woodmart-font";
  	font-size: 20px;
  	margin-right: 8px;
	font-style: normal;	
}
#ship-to-different-address {
	margin-top: 14px !important;
}
.woocommerce-checkout #vat_number_field {
	margin-bottom: 0px !important;
}

#ship-to-different-address {
	background-color: #F9F9F9;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    padding: 12px 10px 8px 10px;
    max-width: 345px;
	
}

/* Te kort BTW nummer */
.woocommerce-checkout #woocommerce_eu_vat_compliance span.vat-result-notlongenough {
	color: #212121 !important;
  	border: 1px solid #EC40064A;
  	padding: 6px;
  	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  	background-color: #FB8D68B2;
	font-style: normal;	
	display: flex;
  	align-items: center;
}
.woocommerce-checkout #woocommerce_eu_vat_compliance span.vat-result-notlongenough:before {
	content: "\f100";
  	font-family: "woodmart-font";
  	font-size: 20px;
  	margin-right: 8px;
	font-style: normal;	
}
.woocommerce-checkout #shipping_postcode_field.form-row-first {
    margin-right: 0% !important;
}

.woocommerce-checkout .wd-shipping-progress-bar.wd-style-bordered {
	margin-bottom: 14px;
}
.woocommerce-checkout #shipping_company_field, .woocommerce-checkout #shipping_phone_field {
	display: none !important;
}    

.woocommerce-checkout textarea#order_comments::placeholder {
    font-style: italic;
}


@media only screen and (min-width: 768px) {
	.woocommerce-checkout label[for=billing_email] {
		height: 62px;
    	padding-top: 38px;
	}
	.woocommerce-checkout #billing_house_number_field {
		margin-right: 0% !important;	
	}
	
}