.nav-search-mobile {
    width: 100%;
}

.nav-search-mobile .input-group{
    flex-wrap: nowrap !important;
}

.nav-search-mobile .input-group .input-group-append{
    background-color: #FFF;
    border-radius: 0 20px 20px 0;
    gap: 5px;
}

.nav-search-mobile .input-group input{
    border-radius: 20px 0 0px 20px;
    height: 49px;
    margin-right: 0px !important;
    width: 800px;
}

.nav-search-mobile .input-group button{
    border-radius: 0 20px 20px 0;
    background-color: #FFF;
    border: 0;
    padding: 10px !important;
}

.nav-search-mobile .input-group button i{
    color: #C82820;
}

.nav-search-mobile .input-group button span{
    border: 2px solid #C82820;
    padding: 5px;
    border-radius: 15px;
    color: #C82820;
}

.nav-search-mobile .input-group button span:hover{
    color: #cc7772;
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(gray, transparent);
  }
  
  .search-overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  .search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .search-overlay .closebtn:hover {
    color: #ccc;
  }
  
  .search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .search-overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  