.ldg-pg-header.fixed {
  position: fixed;
  width: 100%;
}

.get-in-touch {
  padding: 30px 30px 0 30px;
  background: #ebebec;
}
.get-in-touch h3 {
  text-align: center;
}
.get-in-touch .actions {
  flex-flow: column;
}
.get-in-touch .actions .captcha-wrap {
  width: 100%;
  margin-bottom: 20px;
  gap: 15px;
}

#products {
  margin-top: 30px;
}
#products .owl-stage {
  display: flex;
}
#products .item {
  border: 1px solid #ccc;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: stretch;
  align-items: stretch;
  margin: 0 5px;
}
#products .item .img-wrap {
  background: #dfdfdf;
  display: grid;
  place-content: center;
}
#products .item .product-wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: stretch;
  align-items: stretch;
}
#products .item .product-wrap .prod-content {
  padding: 15px;
}
#products .item .product-wrap .prod-cta {
  margin-top: auto;
}
#products .item .product-wrap .prod-cta a {
  text-align: center;
  padding: 15px 0;
  background: #32b865;
  color: white;
  display: block;
}

#products .owl-nav.disabled {
  display: block;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}