.autoComplete_wrapper{position:relative;width:370px;display:inline-block}#autoComplete{height:3rem;background-origin:border-box;text-overflow:ellipsis;padding:0 2rem 0 3.2rem;font-size:1rem;border:0;border:.05rem solid hsla(0,100%,74%,.5);color:hsla(0,100%,74%,.3);transition:all .4s ease;-webkit-transition:all -webkit-transform .4s ease;background-size:1.4rem;outline:none;background-color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;background-position:left 1.05rem top .8rem;border-radius:10rem;width:370px;background-image:url(images/search.svg);background-repeat:no-repeat}#autoComplete::placeholder{color:hsla(0,100%,74%,.5);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}#autoComplete:hover::placeholder{color:hsla(0,100%,74%,.6);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}#autoComplete:focus::placeholder{padding:.1rem .6rem;font-size:.95rem;color:hsla(0,100%,74%,.4)}#autoComplete:focus::selection{background-color:hsla(0,100%,74%,.15)}#autoComplete::selection{background-color:hsla(0,100%,74%,.15)}#autoComplete:hover{color:hsla(0,100%,74%,.8);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}#autoComplete:focus{border:.06rem solid hsla(0,100%,74%,.8);color:#ff7a7a}#autoComplete_list{padding:10px;border:1px solid #ddd;right:0;position:absolute;outline:none;top:100%;background-color:#fff;box-shadow:0 16px 30px rgba(0,0,0,.1);border-radius:6px;left:0;margin-top:5px;z-index:1000}.autoComplete_result{list-style:none!important;overflow:hidden;text-overflow:ellipsis;padding:3px 10px!important;font-size:16px!important;color:#333;transition:all .1s ease-in-out;transition:all .2s ease;text-align:left!important;background-color:#fff;margin:3px!important;border-radius:.35rem;white-space:nowrap}.autoComplete_result:before{display:none!important}.autoComplete_result .cat-name{color:#999}.autoComplete_result::selection{color:rgba(#ffffff,0);background-color:rgba(#ffffff,0)}.autoComplete_result:hover{text-decoration:none;color:#ff3b59;cursor:pointer}.autoComplete_result a{text-decoration:none!important}.autoComplete_highlighted{font-weight:700;color:#ff7a7a}.autoComplete_highlighted::selection{color:rgba(#ffffff,0);background-color:rgba(#ffffff,0)}.autoComplete_selected{background-color:hsla(0,100%,74%,.15);cursor:pointer}@media only screen and (max-width:600px){.autoComplete_wrapper{width:320px}#autoComplete{background-size:1.6rem;background-position:left 1.1rem top .75rem;width:18rem}#autoComplete_list{margin:10px}}@media screen and (-webkit-min-device-pixel-ratio:0){#autoComplete{border-width:1px}}@-moz-document url-prefix(){#autoComplete{background-origin:border-box;background-size:1.2rem;border-width:1px;background-position:left 1.1rem top .8rem}}