.area-noBg {
  margin-top: 90px;
}
.searchEmpty {
  margin:  80px auto;
  text-align: center;
}
.searchEmpty img {
  width: 100px;
  margin-bottom: 30px;
}
.searchEmpty .searchEmptyText {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 22px;
}
@media (max-width: 767px) {
  .area-noBg {
    margin-top: 0px;
  }
  .productListGroupItemTop{
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .productListGroupItemLeft{
    flex: 0 0 100%;
  }
}