section {
  padding: 50px 0;
  margin: 0;
}
h1 {
  font-weight: 700;
}
p {
  line-height: 27px;
}
.banner {
  text-align: center;
  padding: 60px 0 30px;
}
.product-details {
  padding: 0 0 50px;
}
.product-details .card,
.product-details .card img {
  border-radius: 0;
}
.product-details .card-img-overlay {
  text-align: right;
}
.product-details h1.main-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
}
#itemCarousel {
  min-height: 700px;
}
.product-details.nav9 #itemCarousel,
.product-details.nav10 #itemCarousel,
.product-details.nav11 #itemCarousel,
.product-details.nav12 #itemCarousel {
  min-height: 900px;
}
.btn-getAQuote {
  margin: 20px 0;
}
.product-details ul,
.product-details li {
  list-style: none;
}
.product-properties .sub-title {
  margin-top: 10px;
}
.product-metas ul {
  padding-left: 0;
}
.product-metas ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dedede;
  padding: 12px 0;
  font-size: 17px;
}
.product-metas ul li strong {
  min-width: 150px;
}
.product-metas ul li p {
  margin-bottom: 0;
}
.nav-box {
  position: absolute;
  left: 10px;
  top: 465px;
  right: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  width: 460px;
}
.carousel-indicators {
  position: static;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
  gap: 8px;
}
#itemCarousel .carousel-indicators li {
  opacity: 1!important;
  transition: none;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dedede;
  width: 100px;
  height: 100px;
  text-indent: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 8px;
}
#itemCarousel .carousel-indicators li[data-bs-target].active {
  border-color: var(--main-color);
}
.product-meta-title {
  max-width: 150px;
  white-space: nowrap;
}
#imageModal .card-img-top {
  max-width: 800px;
  max-height: 800px;
}
#imageModal .modal-footer {
  justify-content: flex-start;
}
#imageModal .modal-footer #input-file {
  flex: 1;
}
#imageModal #image-info.error {
  color: red;
}
.split-line {
  text-align: center;
  width: 100%;
  margin: 20px 0;
  background: #ddd;
  padding: 10px;
}
.desc-list {
  padding: 0;
}
.desc-item {
  width: 100%;
  min-height: 50px;
  position: relative;
  margin: 10px 0;
}
.desc-item:hover bar {
  display: block;
}
.desc-item > .container > .row > div {
  display: flex;
  align-items: center;
}
.desc-item > .container > .row > div.col-sm-12 {
  display: block;
}
.desc-item[data-type="1"] p {
  margin: 15px 0;
}
.desc-item[data-type="1"] h1,
.desc-item[data-type="1"] h2,
.desc-item[data-type="1"] h3,
.desc-item[data-type="1"] h4,
.desc-item[data-type="1"] h5 {
  margin: 20px 0;
}
.desc-item[data-type="2"] .card {
  border: 0;
  border-radius: 0;
}
.desc-item[data-type="2"] .col-sm-12 {
  text-align: center;
}
.desc-item[data-type="2"] .col-sm-12 .card {
  display: inline-block;
}
@media (max-width: 767px) {
  .nav-box {
    top: 375px;
    width: 370px;
  }
  .product-details .col-sm-7 {
    margin-top: 80px;
  }
  .product-details.nav5 .col-sm-7,
  .product-details.nav6 .col-sm-7,
  .product-details.nav7 .col-sm-7,
  .product-details.nav8 .col-sm-7 {
    margin-top: 180px;
  }
  .product-details.nav9 .col-sm-7,
  .product-details.nav10 .col-sm-7,
  .product-details.nav11 .col-sm-7,
  .product-details.nav12 .col-sm-7 {
    margin-top: 280px;
  }
  .carousel-indicators {
    gap: 5px;
  }
  #itemCarousel .carousel-indicators li {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
  .product-details h1.main-title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=product.css.map */