.global-search .ow-container,
.filter-search .ow-container {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 120;
  color: #7F7F7F;
}

.ow-container .result-item-wrapper {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  max-height: 350px;
  overflow: auto;
  padding: 20px 15px;
}

.ow-container .result-item-wrapper::-webkit-scrollbar {
  width: 5px;
}

.ow-container .result-item-wrapper::-webkit-scrollbar-track {
  background: #fff;
}

.ow-container .result-item-wrapper::-webkit-scrollbar-thumb {
  background: #BEBEBE;
  border-radius: 5px;
}

.ow-container .result-item-wrapper::-webkit-scrollbar-thumb:hover {
  background: #BEBEBE;
}

.ow-container .result-item-wrapper h4 {
  font-size: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.ow-container .result-item-wrapper a {
  color: inherit;
}

.ow-container .result-item-wrapper a:focus {
  color: #D9171D;
}

.ow-container .result-item-wrapper .result-item {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.ow-container .result-item-wrapper .result-item:first-of-type {
  margin-top: 0;
}

.ow-container .result-item-wrapper li {
  padding: 5px 0;
}

.ow-container .result-item-wrapper li.view-all {
  text-transform: uppercase;
  color: #D9171D;
  font-size: 14px;
}

@media screen and (min-width: 0) {
  .ow-container .result-item-wrapper li.view-all {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .ow-container .result-item-wrapper li.view-all {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .ow-container .result-item-wrapper li.view-all {
    font-size: 14px;
  }
}
