.hs-search-results__title {
  color: #0b672e;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.hs-search-results__title: hover {
  text-decoration: underline !important;
  font-weight: bold !important;
}
.hs-search-results__description {
margin-top:20px !important;
}
.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-search-results__listing li {
  margin: 0;
  padding: 0;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__prev-page {
  float: left;
}

.hs-search-results__next-page {
  float: right;
}

.individualItem {
  display: flex;
  align-items: center;
  /* vertical alignment middle */
}

.imageAndContent {
  display: flex;
  align-items: center;
  /* vertical alignment middle */
}

img {
  width: 200px;
  margin-right: 15px;
}

.tab {
  display: flex;
  justify-content: center;
}

.tab button {
  background-color: #f2f2f2;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px 5px 0 0;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 5px;
}

.product-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.product-image {
  width: 150px;
  margin-right: 20px;
}

.product-details {
  flex-grow: 1;
}

#resultsTxt {
  margin: 20px 0px;
  text-align: center;
  font-size: 24px;
}