.product-documents {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.product-documents:last-of-type {
  border: none;
}

.search-results-list {
  list-style: none;
}

.search-results-list h3 span {
  color: #999;
  font-size: 12px;
}

.search-results-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.search-results-list ul li:last-child {
  border: none;
}

.topmenusearch input:focus ~ .topmenusearch-results {
  display: block;
}

@media only screen and (max-width: 991px) {
  .topmenusearch-results:hover {
    display: block;
  }
}

.topmenusearch-results {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  background: #fff;
  width: 100%;
  border-radius: 2px;
  max-width: 100vh;
  overflow: auto;
}

.topmenusearch-results:hover {
  display: block;
}

.topmenusearch-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.topmenusearch-results ul li {
  padding: 5px;
}

.topmenusearch-results ul li img {
  width: 50px;
  height: 50px;
  padding-right: 8px;
}

.topmenusearch-results ul li:hover {
  background: #424242;
  color: #fff;
}

.topmenusearch-results--title {
  background: #424242;
  color: #fff;
  opacity: .9;
  text-transform: uppercase;
  font-weight: 700;
}

