/home/awneajlw/public_html/decenttraders.online/wp-content/themes/minimalin/searchform2.php
<?php
/**
 * Search Form template
 *
 * @package MINIMALIN
 * @author Marino Themes
 * @version 1.0
 */
if ( ! defined( 'ABSPATH' ) ) {
	die( 'Restricted' );
}
?>

<form class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
	<input type="text" name="s" value="<?php echo get_search_query(); ?>" placeholder="<?php echo esc_attr__( 'Search entire store…', 'minimalin' ); ?>" required>
	<button class="button-search"><i class="fa fa-search"></i></button>
</form>