selector .swiper {
  /*overflow: inherit;*/
  padding-bottom: 25px;
  margin-left: -12px;
  margin-right: -12px;
}

.item-products-box {
  padding: 10px;
}

.item-product {
  position: relative;
  border-radius: 8px;
  max-width: 444px;
  margin: auto;
  padding-top: 120px;
}

.item-product .item-product-con {
  background: #f6f6f6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.item-product .img-con {
  display: flex;
  line-height: 0;
  height: 120px;
  /* padding-top: 58.4782608696%; */
}

.item-product .img-con img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 240px;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
  margin: 0 auto;
  background: transparent;
}

.item-product[data-category=Beverages]:hover img {
  transform: scale(1.1);
}

.item-product[data-category=Doughnuts]:hover img {
  transform: rotate(10deg);
}

.item-product .s2 {
  /*padding: 12px 30px 20px;*/
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item-product .price {
  font-family: "Raleway", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  top: 30px;
  left: 24px;
  padding: 0 10px;
  color: #FFF;
  border-radius: 3px;
  --c1: #51CEF8;
  --c2: #28A0EF;
  --c3: #0D1737;
  background: linear-gradient(90deg, var(--c1, #51CEF8), var(--c2, #28A0EF) 48%, var(--c3)) var(--x, 0)/200%;
  min-height: 50px;
  transition: background ease 0.2s;
}

.item-product a:hover .price {
  --x:100%;
}

.item-product .title-con {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Raleway", Sans-Serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 100px;
  width: 100%;
  padding: 17px 24px 17px;
  text-align: center;
}

.item-product .excerpt {
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 150px;
  margin-bottom: 12px;
  /* background: red; */
  padding: 0 24px 20px;
  width: 100%;
}
@media (max-width: 480px) {
  .item-product .excerpt {
    height: 268px;
    -webkit-line-clamp: 8;
  }
}

.item-product .excerpt p {
  margin-bottom: 0;
}

.item-product .more-link {
  min-width: 140px;
  margin-top: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  min-height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  left: 0;
}

.item-product a:hover .more-link {
  --x: 100%;
}

.item-product .listings {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 0 24px;
  gap: 0 60px;
}

.item-product .listings p {
  margin-bottom: 0;
}

.item-product .listings .listing-label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.item-product .listings .listing-title {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5003;
}

@media (max-width: 1400px) {
  .swiper {
    overflow: hidden;
  }
}
/* Start custom CSS for shortcode */
.location-overview {
  margin-bottom: 20px;
}
.location-overview .s1 {
  background-color: #FBE1AD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  border-radius: 10px 10px 0 0;
}
.location-overview .s1 h3 {
  color: #000;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .location-overview .s1 h3 {
    font-size: 20px !important;
  }
}
.location-overview .s2 {
  display: flex;
  background: #fff;
  gap: 40px;
  justify-content: space-between;
  padding: 25px 0px;
}
.location-overview .location-map {
  width: calc(50% - 20px);
  background-color: #F5F3EC;
  /* border-radius: 0px 0px 10px 10px; */
  /* border: 1px #DBD2B6 solid; */
  min-height: 265px;
  border-radius: 25px;
  overflow: hidden;
}
.location-overview .location-info {
  width: calc(50% - 20px);
  background-color: #F5F3EC;
  /* border-radius: 0px 0px 10px 10px; */
  /* border: 1px #DBD2B6 solid; */
  padding: 25px;
  min-height: 265px;
  border-radius: 25px;
}
.location-overview .location-info {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .location-overview .location-info {
    flex-flow: column;
  }
}
.location-overview .location-map {
  padding: 0;
  position: relative;
}
.location-overview .location-map a.btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 70px;
  max-width: 250px;
}
.location-overview .location-map iframe {
  width: 100%;
  height: 100%;
}
.location-overview .s2 .location-buttons {
  width: 100%;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .location-overview .s2 .location-buttons {
    flex-flow: row wrap;
    width: 100%;
  }
}
.location-overview .s2 .location-buttons a.btn {
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .location-overview .s2 .location-buttons a.btn {
    width: 100%;
  }
}
.location-overview .s2 .info-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .location-overview .s2 .info-bottom {
    width: 100%;
  }
}
.location-overview .info-item {
  padding-left: 35px;
  position: relative;
}
.location-overview .info-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  transition: left 0.3s ease;
}
.location-overview .info-item:hover:before {
  left: 5px;
}
.location-overview .info-item.phone:before {
  content: "\f095";
}
.location-overview .info-item.email:before {
  content: "\f0e0";
}
.location-overview .info-item.address:before {
  content: "\f3c5";
}
.location-overview .info-item.opening:before {
  content: "\f017";
}
.location-overview .info-item-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.location-overview .info-item-details {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
}
@media (max-width: 1366px) {
  .location-overview .info-item {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .location-overview .location-map {
    min-height: 100%;
  }
  .location-overview .location-map iframe {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .location-overview .s1 {
    flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .location-overview .location-map,
  .location-overview .location-info {
    width: 100%;
  }
  .location-overview .s2 {
    flex-direction: column;
  }
  .location-overview .s2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) and (max-width: 991px) {
  .location-overview .s2 h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .location-overview .s2 h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .location-overview .s1 h3 {
    font-weight: 200; /* This line might need correction */
  }
}
.location-overview .s1 .left h6 {
  color: #E35393;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .location-overview .s1 .left h6 {
    font-size: 15px !important;
  }
}

/* End custom CSS */
/*# sourceMappingURL=internals.css.map */
