.header {
  background: url("../images/product-page-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 {
  background-color: #f0f1f1;
  padding: 80px 0;
}

.prodDetails {
  padding: 45px 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .prodDetails {
    padding: 30px 20px;
  }
}

.prodDetails .title {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.6;
}

.prodDetails .subText {
  color: #56250d;
  margin-bottom: 50px;
  display: inline-block;
}

.prodDetails .heading {
  font-size: 20px;
  font-weight: 900;
  padding-left: 25px;
  position: relative;
}

.prodDetails .heading::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #56250d;
}

.prodDetails ul {
  padding-left: 25px;
  margin-bottom: 15px;
}

.prodDetails ul li {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 18px;
}

.prodDetails .imgFullView {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  height: 450px;
  padding: 15px;
  position: relative;
}

.prodDetails .imgFullView img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.prodDetails .imgFullView .ribbon {
  position: absolute;
  background-color: #56250d;
  color: #fff;
  left: -25px;
  top: 30px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.prodDetails .imgFullView .ribbon::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 100%;
  left: 0;
  border: 12px solid transparent;
  border-top-color: #035491;
  border-right-color: #035491;
}

.prodDetails .images-slider {
  margin: 20px 0 50px;
}

.prodDetails .images-slider img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
  margin: 10px;
  cursor: pointer;
}

.prodDetails .enquireBtn {
  padding: 10px 34px;
  font-size: 18px;
}

.featuredProdSec .title {
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 50px;
}
/*# sourceMappingURL=product.css.map */