/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2023 | 12:20:06 */
.sales-withdrawl-form-row input, .sales-withdrawl-form-row select, .sales-withdrawl-form-row textarea, .sales-withdrawl-form-row-producten input, .sales-withdrawl-form-row-producten select, .sales-withdrawl-form-row-producten textarea {
	border-radius: 6px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
	border: 1px solid #E9E9E9;
}


.sales-withdrawl-form-row .col-md-6 {
	margin-bottom: 0px;	
}
.sales-withdrawl-form-row-producten {
	background-color: #F9F9F9;
    border-radius: 6px;
    padding: 0px 0px 28px 0px;
    margin: 8px 0px 10px 0px;
    border: 1px solid #F2F2F2;
}
.sales-withdrawl-form-row-producten .col-md-4 {
	margin-bottom: 0px;	
}
.sales-withdrawl-form-row-producten input, .sales-withdrawl-form-row-producten select {
	background-color: #FFFFFF;
}
.sales-withdrawl-form-row-before-products {
	margin-bottom: 26px;
}
#return-products .wpcf7-field-group:before {
	content: 'Which products are you returning?';
	font-weight: 600;
}
#return-products button.wpcf7-field-group-add:after  {
	content: "Add product";
}
#return-products button.wpcf7-field-group-remove:after  {
	content: "Remove product";
}
.sales-withdrawl-form-intro {
	margin-bottom: 0px;
}
#return-products :is(.btn,.button,button,[type="submit"],[type="button"]) {
    background-color: #f2f0ed;
}
.page-id-193 .wpcf7-form input[type="submit"] {
	background-color: #edf4ed;
    width: 98%;
    margin-top: 14px;
    border-radius: 6px;
}
