/* SEARCH FORM*/
#header-search { margin-right:12px; }
#header-search a > svg { height:17px; width:17px; }
form#searchform { display:inline-flex; align-items: center; position:relative; margin-bottom:5px; }
form#searchform:after { content: ''; position: absolute; bottom:0; left: 5px; right:-2px; height: 1px; background-color: #808080; }
form#searchform input { font-family: inherit; font-size: 13px; font-weight: 400; color: #333; background-color: transparent; width: 160px; padding:4px 10px 5px 10px; border: none; }
form#searchform svg { width: 14px; height: 14px; min-width: 14px; min-height: 14px; fill:#808080; }
form#searchform a:hover > svg { fill:#2e2e2e; }
body.user-mobile #header-search-mobile { font-size:0; line-height:0; }
body.user-mobile header #header-search-form { display:none; position:fixed; left:0; right:0; background-color:#fff; overflow:scroll; border-top:1px solid #ccc; border-bottom:1px solid #ccc; scrollbar-width: thin; padding:15px 0; }
body.user-mobile #header-search-form > div { text-align:center; }
body.user-mobile form#searchform svg { fill:#000; }
body.user-mobile form#searchform:after { background-color: #000; }
body.user-mobile form#searchform input { color: #000; }
