#search_form{display: flex; justify-content: center; border:1px solid var(--e-global-color-secondary); background: #fff; border-radius: 5px; align-items: center; padding:5px; }
#search_form input, #search_form select{height: 50px; border-radius:0px; border: none; background:#fff; padding: 10px; outline-style:none!important}
#search_form .localita{border-left:1px solid var(--e-global-color-secondary); border-right:1px solid var(--e-global-color-secondary) }
#search_form button {border: 0; cursor:pointer;  padding-left: 30px; background: #fff; width: 100%; height:50px}
#search_form svg{width: 30px; fill: var(--e-global-color-secondary)}

@media screen and (max-width:560px){
  #search_form{flex-wrap:wrap; }
  #search_form .cosa, #search_form .pulsante{width:100%}
  #search_form .pulsante{text-align:center}
  #search_form .localita, #search_form .stagione{width:50%; margin: 20px 0px}
  #search_form .localita{border-left: none}
  
}