h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0d274d;
  line-height: 1.3;
  margin-bottom: 1rem;
}
h3 {
  font-weight: 700;
  color: #0d274d;
  line-height: 1.3;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
}
/* Button */
.btn-container {
  text-align: center;
  margin-top: 30px;
}

.margintop175px {
  margin: 172px 0 0;
}

.margintop45px {
    margin: 76px 0 0;
}

.thumb-up,
.thumb-down {
  display: inline-block !important;
  cursor: pointer;
}

/* let clicks pass through zoom overlay */
.product-gallery .zoomContainer {
  pointer-events: none !important;
}

/* ensure nav buttons & custom thumb buttons sit above overlays and accept clicks */
.product-single-carousel .owl-nav,
.product-thumbs-wrap .thumb-up,
.product-thumbs-wrap .thumb-down {
  z-index: 10010;
  position: relative;
}

.product-single-carousel .owl-nav button,
.product-thumbs-wrap .thumb-up,
.product-thumbs-wrap .thumb-down {
  pointer-events: auto !important;
  cursor: pointer;
}

section {
  padding: 60px 0;
}
.load-btn {
  width: 327px;
  height: 57px;
  font-size: 1.2rem;
  font-weight: 600;
  border: 2px solid #c3bfbf;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.load-btn:hover {
  background: #1b1b1b;
  color: #fff;
}
.badgebtn {
  position: absolute;
  top: -18px;
  left: -58px;
  background: #ef7163;
  color: #fff;
  border: none;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(239, 113, 99, 0.12);
  transition: transform 0.12s ease, background 0.12s ease;
}


/* Request a Quote button */
.btn-quote {

  border: 2px solid #000;
  color: #000;
}
.btn-quote:hover {
  background: #000;
  color: #fff;
}
