#item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  gap: 37px;
  position: relative;
}

a.entry-link {
  width: 12rem;
  aspect-ratio: 3/2;
}

@media screen and (min-width: 870px) {
  a.entry-link {
    width: 100%;
  }
}

.item-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background-color: rgba(255, 255, 255, 0.396);
}

.item-loading-overlay img {
  top: 5%;
}

.see-more-container {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 22px !important;
  font-weight: 400;
  width: 100%;
}

.see-more-link {
  cursor: pointer;
}

.item-entry {
  width: 374px;
  /*height:389px;
   margin:15px;*/
  border-radius: 10px;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}

.item-entry:hover {
  transform: scale(1.015);
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.entry_photo_container {
  width: 100%;
  height: 230px;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.entry_photo_container .entry_photo {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  aspect-ratio: 2/1.6;
}

.photo-container-overlay {
  position: absolute;
  background-color: rgba(30, 30, 230, 0.39);

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  opacity: 0;

  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;

  transition: ease-in-out 0.2s;

  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-container-overlay:hover {
  opacity: 1;
}

.photo-container-overlay p {
  font-size: 25px !important;
  font-weight: 600;
  color: white !important;
}

.entry-title {
  font-weight: 650;
  min-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-container {
  position: relative;
  margin: 10px 20px;
}

.odometer-item-container {
  text-align: left;
}

.price-container {
  text-align: right;
}

.details-container p {
  padding: 0;
  margin: 0;
}

.vehicle-specs-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 13px;
  padding-right: 13px;
}

.vehicle-specs-container > div {
  width: 49%;
}

.lower-details-container p {
  margin: 10px;
}

.used-instock-container {
  display: flex;
}

.used-instock-container p {
  margin-right: 20px;
}

.reserve-test-drive-btn {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  font-size: 13px !important;
  font-weight: 700;
  color: #000000;
}

/*
.reserve-test-drive-btn p{
   opacity: 1 !important;
   font-size:14px !important;
   font-weight: 500 !important;
}
*/

#search_requirements {
  width: 70%;
  margin: auto;
}

.heart-container {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  padding: 10px;
  z-index: 9999;
}

.heart-container img {
  z-index: 50;
  padding: 9px;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 870px) {
  .item-entry {
    width: 100% !important;
    display: flex;
  }

  .entry_photo_container {
    width: 48%;
    height: 100%;
  }

  .details-container {
    width: 52%;
  }

  .vehicle-specs-container p {
    font-size: 14px !important;
  }

  .empty-div {
    display: none;
  }

  .lower-details-container {
    width: 70% !important;
  }

  .dealership_vehicles {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .entry-title {
    min-height: 40px;
  }

  .entry_photo {
    border-radius: 10px !important;
  }
}

.loading-for-booking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000000000;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-for-booking img {
  width: 5rem;
  height: 5rem;
}

.email-booking .gallery-container,
.email-booking .side_column,
.email-booking .item-loading-overlay {
  display: none !important;
}
