<?php
/**
* Search Form template
*
* @package MINIMALIN
* @author Marino Themes
* @version 1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
die( 'Restricted' );
}
?>
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" style="position: relative;">
<div class="header__form__search">
<input type="search" name="s" value="<?php echo get_search_query(); ?>" placeholder="<?php echo esc_attr__( 'Search our store', 'minimalin' ); ?>" class="input-text"
autocomplete="off">
<button type="submit"><i class="fa fa-search"></i></button>
</div>
</form>