.header {
  background: url("../images/products-bg.jpg") no-repeat;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}

.header .title {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 100px 0;
  }
}

.sec {
  padding: 80px 0;
}

.productsSec .resultsCount {
  font-weight: 700;
}

.productsSec .sortSelect {
  max-width: 250px;
  margin-left: auto;
}

.productsSec .products {
  margin-top: 50px;
}

.productsSec .searchForm {
  margin-bottom: 40px;
}

.productsSec .searchForm input, .productsSec .searchForm button {
  border-radius: 0;
}

.productsSec .searchForm button {
  background-color: #0463AA;
  color: #fff;
}

.productsSec .widgetBox > .title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.productsSec .widgetBox > .title::after {
  position: absolute;
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #0463AA;
  top: 100%;
  left: 0;
}

.productsSec .sProduct {
  display: block;
  color: #231F20;
  text-decoration: none;
  margin-bottom: 25px;
}

.productsSec .sProduct img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
  border: 1px solid rgba(4, 99, 170, 0.2);
}

.productsSec .sProduct .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
/*# sourceMappingURL=products.css.map */