  .ets_item_img img {
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  max-width: 100%;
  width: 100%;

  }

  .btn-info {
    color: white;
}
.btn-info:hover {
    color: white;
}

.btn-primary:hover {
    color: white;
}

  /* Product Page Sub Headings */
.prod-sub-head {
  display: flex;
  margin-bottom: -2px;
  /* margin-top: 5rem; */
  position: relative;
  z-index: -1;
}

.prod-sub-title {
  border-bottom: 2px solid red;
  margin-bottom: 0 !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 40px;
  text-transform: uppercase;
  color: #112945;
}

.prod-sub-spacer {
  flex-grow: 2;
  border-bottom: 2px solid #EBF0F0;
}

