{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% form_theme form 'Form/form_div_layout.twig' %}
<div class="ec-headerSearch">
<form method="get" class="searchform" action="{{ path('product_list') }}">
<div class="ec-headerSearch__category">
<div class="ec-select ec-select_search">
{{ form_widget(form.category_id, {'id': null, 'attr': {'class': 'category_id'}}) }}
</div>
</div>
<div class="ec-headerSearch__keyword">
<div class="ec-input">
{{ form_widget(form.name, {'id': null, 'attr': {'class': 'search-name', 'placeholder' : 'キーワードを入力' }} ) }}
<button class="ec-headerSearch__keywordBtn" type="submit">
<div class="ec-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="21.2" height="21.2" viewBox="0 0 21.2 21.2"><path class="st0" d="M9.1 18.3c-5 0-9.1-4.1-9.1-9.1 0-5.1 4.1-9.2 9.1-9.2s9.1 4.1 9.1 9.1c.1 5.1-4 9.2-9.1 9.2zm0-17.3c-4.5 0-8.1 3.6-8.1 8.1s3.6 8.1 8.1 8.1 8.1-3.6 8.1-8.1-3.6-8.1-8.1-8.1zM20.7 21.2c-.1 0-.3 0-.4-.1l-5.5-5.5c-.2-.2-.2-.5 0-.7s.5-.2.7 0l5.5 5.5c.2.2.2.5 0 .7 0 .1-.2.1-.3.1z"/></svg>
</div>
</button>
</div>
</div>
</form>
</div>