
/* start section header image */
.header {
  background-image: url("../img/about/slider1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
}

.header .overlay {
  background-color: rgba(2, 2, 2, 0.8);
  min-height: 300px;
  color: #FFF;
  display: flex;
  align-items: center;
        padding-top: 100px;

}

/* end section headedr image */
/* start section popular product */
.popularproduct {
  background-color: #EEE;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.popularproduct h2 {
  color: #3A3D45;
}
.popularproduct p {
  color: #666;
}
.popularproduct .product {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 1px 6px #0000001a;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
    height: 280px;
}
.popularproduct .product a {
  text-decoration: none;
}

/* end section popular product */


/*# sourceMappingURL=category.css.map */
