.dropdown-toggle::after {
  display: none !important;
}

.sell-item a {
  color: #000000;
}

.login a {
  color: #000000;
}

.autocomplete-items {
  position: absolute;
  /* border: 1px solid #d4d4d4; */
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 65px;
  left: 0;
  right: 0;
  height: 245px;
  overflow: auto;
  /* margin-top: -15px; */
}

.autocomplete-items .searchitems {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-size: 18px;
  padding-left: 1rem;
}

/*when hovering an item:*/
.autocomplete-items .searchitems:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

@media only screen and (max-width: 600px) {

  /* .top-search {
    display: none;
  } */
  .top-menu {
    width: 100%;
    height: 100vh;
    background: #161617;
    position: absolute;
    top: 0;
    left: 0;
  }

  .autocomplete-items .searchitems {
    /* border-radius: 20px; */
  }

  /* .desk-logo {
    display: none;
  } */
  .mobi-logo {
    display: block !important;
    margin-left: 10px;

  }

  /*  .login {
    display: none;
  }*/
  .menubar ul {
    width: 100%;
    height: 70vh;
    background: #161617;
    padding: 0 !important;
  }

  .menubar ul li {
    display: flex;
    line-height: 3;
  }

  .mobi-cart {
    display: block !important;
  }
}

.toast-success {
  background-color: #51A351 !important;
}

.toast-warning {
  background-color: #e23c26 !important;
}

@media only screen and (max-width: 768px) {
  .input-group .autocomplete-items {
    width: 100% !important;
    max-width: 430px;
    margin-inline: auto;
    top: 55px;
    /* border-radius: 20px; */
  }
}