.eqiHeight {
  min-height: 110px;
}

.rSpaced {
  /* margin-bottom: 25px; */
}

.cSpaced {
  min-height: 100px;
  height: 100%;
}

.btn-steelgray {
  color: black;
  background-color: #CAE8E4;
}

.btn-muttedred {
  color: #FFFFFF;
  background-color: #CF534A;
}

.box-pill {
  border-radius: 16px;
}

.productThumnail {
  max-height: 85px;
  max-width: 85px;
}

.productMainImage {
  max-height: 150px;
  max-width: 120px;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.send-enquiry {
  width: 40px;
  height: 152px;
  position: fixed;
  left: 0px;
  top: 280px;
  z-index: 99999;
}