.s-menu-search-noclick{
    opacity: 0;
    height: 0px;
    width: 0px;
    z-index: -1;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
   /* transition: all .3s ease-in;*/
   transition: opacity .3s,z-index .3s, height .2s ease-out ;
    /*transition: height .3s ease-out, visibility .3s, z-index 1.5s, opacity 1.5s ease-in;*/
}

.s-menu-search-noclick.s-menu-search-click{
    height: 100vh;
    background-color: #fff;
    opacity:1;
    z-index: 99999;
    background-image: url(../assets/illustration-nav.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    transition: height .7s ease-out, opacity .3s ease-out;
}

.s-menu-search-noclick.close-search{
    /*opacity: 0;
    height: 0px;
    width: 0px;
    z-index: -1;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    transition: height .40s ease-in, opacity .60s ease-in;*/
}

.close-search-icone{
    visibility: visible;
    opacity: 1px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.search-form{
    width: 100%;
    border-bottom: 1px solid;
    padding-left: 60px;
}

.search-field{
    width: 100%;
    background: transparent;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
}
.s-search-form-wrap{
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 80%;
    line-height: 40px
}

.search-field::placeholder{
    color: #fff;
    font-size: 20px;
}

.search-field::-webkit-search-cancel-button{
    display: none;
}

.search-field-s-icone-search{
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
}

.search-submit{
    display: none;
}