.search-form{display:flex;flex-direction:column;width:100%;max-width:900px;line-height:63px;min-width:0}.search-form__icon{display:flex;align-items:center;background-color:#fff;padding-left:1rem;border-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.search-form__icon img{width:30px;height:30px}.search-form__input{flex:1;padding:0 1rem;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;background-color:#fff;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;font:inherit;margin:0;outline:none;height:63px}.search-form__input:focus,.search-form__input:hover{outline:none}.search-form__input-wrapper{display:flex;flex:1;margin-top:15px;margin-bottom:15px}.search-form__submit{cursor:pointer;border-radius:5px;background-color:#ddbc33;color:#fff;font-size:22px;font-weight:700;padding:0 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;min-width:157px;outline:none;height:63px}.search-form__submit:focus,.search-form__submit:hover{outline:none;background-color:#dda526;transition:all .5s}@media (min-width:720px){.search-form{flex-direction:row;height:63px;box-shadow:0 6px 6px rgba(0,0,0,.3137254901960784)}.search-form__icon{border-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.search-form__input{border-radius:0}.search-form__input-wrapper{margin-top:0;margin-bottom:0}.search-form__submit{border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px}}