/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 05:42:12 */
.disabled-search {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.search-results-grid {
    display: none;
}

.search-form-section .e-search-form .e-search-input {
	min-height: 51px !important;
}

.search-form-section .e-search-form  .e-search-submit {
		display: inline-block !important;
	}

@media (max-width: 510px) {		
	.search-form-section .e-search-form {
		flex-direction: column !important;
	}
	
	.search-form-section .e-search-form .e-search-label svg {
		top: 25px !important;
	}
	
	.search-form-section .e-search-form .e-search-input {
		margin-bottom: 16px !important;
	}
	
	
}

