
.site-mobile-nav{

  &.hide-this{
    display: none;
  }

  .live-search-ext.floating-custom-search{
    
    background-color: transparent;
    width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 5px 0 15px 0;

    .live-search-form{

      width: 95%;
      margin: auto;
      position: relative;
      inset: unset;

      .form-field{
        display: flex;
        flex-direction: row-reverse;
        border: 1px solid #fff;
        border-radius: 15px;

        .live-search-button, .form-field-input{
          background-color: transparent;
          color: #000;
          border: unset;
        }
      }

    }
    
  }
  

}


