.category-listing_section {
  padding: 48px 0;
}
.section-title {
  color: #55ad9b;
  margin-bottom: 16px;
}
.section-description {
  margin-bottom: 40px;
  font-family: Poppins;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: #585858;
}
.card {
  padding: 20px;
  box-shadow: 0px 14px 61.6px 27px #cccccc40;
  border: none;
  /* height: 220px; */
  display: flex;
  margin-bottom: 40px;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-title__txt a {
  font-size: 24px;
}
.card-title__txt a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 28px;
  line-height: 136%;
  letter-spacing: 0%;
  color: #1e1515;
  text-decoration: none;
  margin-bottom: 8px;
  text-decoration: none;
}
.card-text {
  color: var(--gray);
}

.card-text__desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 166%;
  letter-spacing: 0%;
  color: #585858;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.button-div_wrapper {
  justify-content: space-between;
  margin-top: 0;
}
.text-center {
  text-align: center;
}
.button-div_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 10px;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-text {
  color: var(--gray);
}
.buy-now {
  font-weight: 500;
  font-size: 18px;
}
.btn-bold-buy {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins";
}
.buy-now {
  background: #55ad9b;
  min-height: 52px;
  border-radius: 8px;
  padding-top: 10px;
  padding-right: 23px;
  padding-bottom: 10px;
  padding-left: 23px;
  gap: 10px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  width: 47%;
}
.listing-content-item-image {
  width: 100%;
  height: 257px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid #e3e9f0;
}

/* Listing items styles */
.listing-item {
  background-color: var(--white);
  border-radius: var(--rounded-16);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.listing-item-image {
  position: relative;
}
.listing-item-image-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.listing-item-favourite {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: var(--rounded-full);
  background-color: rgba(0, 0, 0, .5);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.listing-item-favourite:hover {
  background-color: rgba(0, 0, 0, .7);
}
.listing-item-body {
  padding: 16px;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.listing-item-title {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-item-distance-text {
  color: #585858;
  font-size: 14px;
}
.listing-item-distance {
  display: flex;
  align-items: center;
  /* margin-bottom: 16px; */
  margin-bottom: 25px;
}
.listing-item-shop {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.listing-item-bottom {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.listing-item-shop-image {
  flex-shrink: 0;
  margin-right: 12px;
  width: 44px;
  height: 44px;
  object-fit: cover;
  /* border-radius: var(--rounded-full); */
  border-radius: 8px;
}
.listing-item-shop-body {
  min-width: 0;
  margin-right: auto;
}
.listing-item-shop-title {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.listing-item-shop-postcode {
  font-size: var(--text-xs);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}
.listing-item-bottom > * {
  margin-right: 16px;
  width: 100%;
}
.listing-item-bottom > :last-child {
  margin-right: 0;
}
.listing-item-shop-price {
  flex-shrink: 0;
  margin-left: 16px;
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
}
