#search-dropdown {
  list-style: none;
}
#search-results {
  z-index: 10000;
  background-color: #fff;
  position: absolute;
  border: medium double #555555;
  display: none;
  overflow-y: scroll;
  max-height: 550px;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.56);
}
#search-dropdown,
.popular-dropdown {
  list-style: none;
}

.display-results {
  display: block;
}
.search-image {
  /* float: left;
	margin: 0 10px 0 -10px; */
  width: 12%;
}
.search-name {
  width: 70%;
}
.price-box {
  width: 18%;
  margin: 0px !important;
}
.price-box .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  font-weight: bold !important;
  color: #000000 !important;
}
.price-box .price span {
  font-weight: bold !important;
}
.price-box .price strike {
  color: #a3a3a3 !important;
}
.search-list {
  max-height: 90px;
  cursor: pointer;
  overflow: hidden;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-list:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}
.price-box {
  /* float: right; */
  margin: 0 10px;
  font-family: inherit !important;
  font-weight: bold;
  font-size: 14px;
  color: #989797;
  font-style: italic;
  max-height: 50px;
}
.search-name {
  font-family: inherit !important;
  /* font-weight: 700!important; */
  font-size: 14px !important;
  color: #000000;
  text-decoration: none;
  font-style: italic;
  padding: 10px;
}
.search-name:hover {
  font-weight: 400 !important;
}
.search-disc {
  font-family: sans-serif;
  font-style: bold;
  font-size: 12px;
  color: #b3b3b3;
  text-decoration: none;
}
.all-search {
  float: right;
  margin-right: 20px;
  font-size: 14px !important;
  color: #444;
  font-style: bold;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit !important;
}
.wktop {
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #888888;
  margin-top: 10px;
  margin-bottom: 5px;
}
.popular {
  margin-bottom: 5px;
}
.search-not-found {
  color: red;
  font-family: sans-serif;
  font-size: 14px !important;
  font-style: italic;
  padding: 0px 10px;
  display: block;
  height: 40px;
  display: flex;
  align-items: center;
}

.wk-search {
  padding: 0;
}
.button-parent {
  padding: 0;
}
#search {
  margin-bottom: 0;
}
#searchbtn-wrapper {
  position: absolute;
  left: 0;
  z-index: 99999999;
  width: 50px;
}
#searchbtn-wrapper #searchid,
#searchbtn-wrapper #searchid:hover {
  background-color: transparent !important;
  color: #6c1c8a !important;
  box-shadow: none !important;
  font-size: 18px !important;
}
.desktop-search-wrapper {
  position: relative;
  height: auto !important;
}
#search-results {
  position: absolute;
  top: 50px;
  padding: 0px;
}
.wktop {
  display: none;
}
#wksearch {
  background-color: #fff !important;
  border: 2px solid rgba(0, 0, 0, 0) !important;
  padding: 7px 10px 7px 40px !important;
  border-color: none !important;
  color: #4b4b4b !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  outline: none !important;
  font-size: 16px !important;
  /* padding-left: 10px!important; */
  width: 100% !important;
  max-width: 100% !important;
}
.desktop #wksearch {
  background-color: #f5f5f5 !important;
}
#wksearch:focus {
  box-shadow: none !important;
}
@media screen and (max-width: 1180px) {
  #wksearch {
    padding: 5px 40px 5px 10px !important;
  }
  #searchbtn-wrapper {
    position: absolute;
    right: 0px !important;
    left: auto !important;
    z-index: 99999999;
    width: 50px;
  }
  .mobile-search-wrapper #search {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    height: 51px !important;
    top: 0 !important;
    display: none;
    background-color: transparent;
    padding: 5px;
  }
  #searchbtn-wrapper {
    top: 0;
  }
  .mobile-search-wrapper.open.animating #search {
    display: block;
  }
  #search-results {
    left: 0;
    top: 105px;
  }
  #search-dropdown {
    padding: 0px;
  }
}
