/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 05:50:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.astrix{
	color:red;
}

.product-enquiry .nf-field-container{
	width:47%;
	margin-right:13px;
	display:inline-grid;
	margin-bottom:0px !important;
}

.product-enquiry .nf-field-container .nf-field-element{
	    padding: 5px 0 !important;
	font-weight: 400;
}

input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
	padding: 5px 0 !important;
}

.product-enquiry .nf-field-container.nf-element{
	padding:5px 0px !important;
}

.product-enquiry .nf-field-container label{
	font-weight:500 !important;
	font-size:13px;
}

.product-enquiry .nf-field-container .label-above .nf-field-label{
	margin-bottom: 0px !important;
}

.product-enquiry .label-above .nf-field-label {
    margin-bottom: 5px;
}

.product-enquiry .enquiry-options{
	width:97% !important;
	margin-right:26px;
}

.product-enquiry .enquiry-message{
	width:97% !important;
	margin-right:26px;
}

.product-enquiry .enquiry-message .nf-field-element textarea {
    height: 80px;
	margin-right:13px;
}

.product-enquiry .nf-field-container input[type="submit"]{
	        background-color: #000;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.nf-form-fields-required{
	font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #e80000;
    font-weight: 400;
}