
.search-area{
    position: relative;
  }
    #searchProducts {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      border-radius: 8px;
      margin-top: 5px;
      
    }

    .card {
      background-color: #fff;     
      border: none;
      padding-bottom: 15px;
  }
  .input-box {
      position: relative
  }
  .input-box i {
      position: absolute;
      right: 13px;
      top: 15px;
      color: #ced4da
  }
 
  .list {
      padding-top: 20px;
      padding-bottom: 10px;
      display: flex;
      align-items: center
  }
  .border-bottom {
      border-bottom: 2px solid #eee
  }
  .list i {
      font-size: 19px;
      color: #eb333f;
  }
  .list small {
      color: #afa6a7;
      margin-right: 10px;
  }
  .mr-left{ margin-left: 10px;}
  .mr-right{ margin-right: 10px;}

  .border-bottom img{ width: 30px !important; height: 30px !important;}
  .f-16{font-size: 16px !important;}
  


  .widget {     
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;  
    border-radius:8px;
}
.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: var(--input-bg, #fff);
    border-radius: 5px;
}
.widget[data-overlay]:before {
    z-index: -1;
}
.widget_title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.1em 0 30px 0;
    padding-bottom: 20px;
}
.widget_title:before,
.widget_title:after {
    content: "";
    height: 2px;
    width: 60px;
    background-color: var(--theme-color);
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget_title:after {
    left: 65px;
    width: 10px;
}

.widget_title-1 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
  
  
}

.widget .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.widget .search-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px 0 0 5px;
}
.widget .search-form button {
    border: none;
    width: 55px;
    height: 55px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 0 5px 5px 0;
}
.widget .search-form button:hover {
    background-color: var(--title-color);
    color: var(--white-color);
}