.openingTiming {
  display: none;
  background: #FFFFFF1F;
  border: 1px solid #FFFFFF03;
  backdrop-filter: blur(60px);
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  left: 22px;
  top: 6px;
  z-index: 9;
  min-width: 200px;
}

.info-icon {
  cursor: pointer;
}

.info-icon:hover .openingTiming {
  display: block;
}

.tooltip-txt {
  width: max-content;
  padding: 8px 10px;
  border: 1px solid #FAD6A5;
  border-radius: 8px;
}

.timetooltip {
  font-size: 14px;
  line-height: 24px;
}

.details-button button {
  background: transparent;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #FAD6A5;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  place-content: center;
  line-height: 24px;
}

img.detail-banner,
img.view-gallery {
  height: 270px;
  object-fit: cover;
  border-radius: 8px;
}

.viewbox-txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #6b6b6ba6;
  width: 100%;
  place-content: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px;
}

.nav-section .nav-tabs {
  border: 0px !important;
  border-bottom: 2px solid #ffffff21 !important;
}

.nav-section .nav-tabs .nav-link {
  background: transparent;
  border: 0px;
  color: #ffff;
  padding: 0.5rem 1rem 1.3rem;
}

.nav-section .nav-tabs .nav-link.active {
  background: transparent;
  border: 0px;
  color: #FAD6A5;
  border-bottom: 3px solid #FAD6A5 !important;
}

.gallery-grid img.img-fluid {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.modal-gallery-carousel .modal-content button.btn-close {
  position: absolute;
  right: 0;
  padding: 10px;
  background-color: #ffffff;
  color: #000;
  z-index: 99;
  opacity: 1;
}

.modal-gallery-carousel .modal-content .modal-title {
  color: #fff;
}

.modal-gallery-carousel .modal-content button.btn-close {
  color: #fff;
  filter: invert(1);
}

.modal-gallery-carousel .modal-content img.img-fluid {
  /*width: 100%;*/
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.starRating {
  background-color: #0e5020;
  padding: 2px 9px;
  border-radius: 6px;
}

.reviewSec hr.reviewSec-break {
  border-top: 2px solid #ffffff5c !important;
}

.modal-gallery-carousel .modal-body {
  background-color: transparent;
  border-radius: 6px;
}
.modal-gallery-carousel .modal-content {
    background: transparent;
    border: 0px;
}
.modal-gallery-carousel {
    background-color: #00000078;
}
h3.offer-title {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
}

h4.offer-sub-title {
  box-sizing: border-box;
  min-width: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
}

p.offer-sub-desc {
  box-sizing: border-box;
  min-width: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  opacity: 0.87;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.OffersBox,
.additional-info,
.menu-box,
.book-table-box,
.directionData {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1.5px solid rgb(228 233 241 / 17%);
  box-shadow: rgba(28, 28, 28, 0.06) 0px 1px 4px 0px;
  padding: 25px 20px;
}

.additional-list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.menu-list-item {
  box-sizing: border-box;
  padding: 6px 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgb(255, 242, 204);
  gap: 12px;
}

.additional-list-item {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 33.3333%;
  padding: 0px 6.66667px 10px 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
}

.offer-card.highlighted-offer {
  background-color: rgb(62, 142, 245);
  background-image: url('../img/offer.avif');
  border: 1px solid color(display-p3 1 1 1 / 0.2);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 128px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 22%;
  padding: 12px;
  justify-content: space-between;
}

.offer-card.no-highlighted-offer {
  background-color: rgb(255, 255, 255);
  background-image: url('../img/noOffer.avif');
  border: 1px solid rgb(228, 233, 241);
  color: rgb(0, 0, 0);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 128px;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 22%;
  padding: 12px;
  justify-content: space-between;
}

.no-highlighted-offer h3.offer-title,
.no-highlighted-offer h4.offer-sub-title,
.no-highlighted-offer p.offer-sub-desc {
  color: rgb(0, 0, 0);
}

a.bassh-button {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: transparent;
  color: #FAD6A5;
  border: 1px solid #FAD6A5;
  padding: 10px 24px;
  border-radius: 4px;
}

a.bassh-button:hover {
  color: #000;
  border: 1px solid #FAD6A5;
  background-color: #FAD6A5;
  padding: 10px 24px;
}

button.bassh-button:hover {
  padding: 10px 24px;
}

a.bassh-button:hover svg path {
  fill: #000 !important;
}


.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #FFD600;
  cursor: pointer
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

.reviewForm .form-control {
  background: transparent;
  color: #fff;
  border: 1px solid #FAD6A5;
  line-height: 50px;
}

.reviewForm input.form-control {
  height: 50px;
}

.reviewForm input::placeholder,
.reviewForm textarea::placeholder {
  color: rgba(255, 255, 255, 0.653);
  opacity: 1;
  /* Firefox */
}

.reviewForm input::-ms-input-placeholder,
.reviewForm textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.653);
}

.reviewForm {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1.5px solid rgb(228 233 241 / 17%);
  box-shadow: rgba(28, 28, 28, 0.06) 0px 1px 4px 0px;
}

.lightbox-body {
  background-color: #10001A;
  border-radius: 6px;
  max-width: 1100px;
  padding: 20px 20px 50px;
}

.menuMainImage {
  width: 300px;
  cursor: pointer;
  border-radius: 10px;
}

.galleryImage {
  display: none;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

.lightbox img {
  max-width: 100%;
  height: 100%;
  object-fit: fill;
  width: 100%;
}

.lightbox-content span#prev {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
}

.lightbox-content span#next {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
}

.lightbox-controls {
  color: white;
  font-size: 2rem;
  cursor: pointer;
  margin: 10px;
  user-select: none;
}

#close {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 0px 7px 8px;
  margin: 0;
  text-align: center;
  line-height: 30px;
  border-radius: .375rem;
  font-size: 40px;
  font-weight: 100;
}

.lightbox-body {
  width: 600px;
  height: auto;
  place-content: center;
}

.lightbox-content {
  width: 100%;
  height: auto;
}

div#imageCounter {
  padding: 10px 10px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.detailsNavigation {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  z-index: 5;
  width: 100%;
  padding-right: 1rem;
  background-color: #10001A;
  transform: translateZ(0px);
  transition: transform 0.2s ease-in-out;
}

.OrderOnline-menu-list {
  position: sticky;
  top: 120px;
  width: 16rem;
  height: 100%;
  flex-shrink: 0;
  max-height: calc(-214px + 100vh);
  overflow: hidden auto;
}

.OrderOnline-menu-items {
  padding-left: 2rem;
  flex: 1 1 0%;
  min-width: 50%;
  border-left: 1px solid rgba(232, 232, 232, 0.37);
}

p.menu-name {
  cursor: pointer;
}

p.menu-name.active {
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 500;
  color: #FAD6A5;
  border-right: 4px solid #FAD6A5;
  background: transparent;
}

.menu-item-heading {
  color: #FAD6A5;
}

.share-options a {
    display: block;
    margin: 0px 0;
    text-decoration: none;
    color: #fff;
}
.share-options a:hover {
    border-radius: 4px;
    background: #FFFFFF0D;
    backdrop-filter: blur(60px);
    padding-left: 5px;
}
.share-options{
    position: absolute;
    top: 45px;
    left: 0px;
    border-radius: 8px;
    padding: 10px 10px 20px;
    width: 220px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    z-index: 1000;
    background: #10001a;
    border: 1px solid #FFFFFF63;
    backdrop-filter: blur(60px);
}

@media screen and (max-width: 767px) {
    .viewbox {
        top: 12px;
    }
    .share-options{
        left:unset;
        right:0px;
    }
    .details-button button.btn.bassh-button {
        width: 100%;
    }
  .lightbox-body {
    width: 92%;
    height: auto;
  }

  .lightbox-content {
    width: 100%;
    height: auto;
  }

  .details-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tooltip-txt {
    margin-bottom: 10px;
  }

  .additional-list-item {
    max-width: 100%;
  }

  .offer-card.highlighted-offer,
  .offer-card.no-highlighted-offer {
    width: 100%;
  }

  .timetooltip {
    display: block !important;
  }

  img.detail-banner,
  img.view-gallery {
    height: 180px;
  }

  .reviewSec {
    display: block !important;
  }

  .detailsNavigation {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .gallery-grid img.img-fluid {
    height: 100px;
  }

  .OrderOnline {
    display: block !important;
  }

  .OrderOnline-menu-list {
    position: unset;
  }

  .detailsNavigation {
    position: sticky;
    top: 55px;
  }

  .OrderOnline-menu-items {
    border: 0px;
    padding: 0;
  }

  .foodname {
    margin-top: 20px;
  }

  .online-menu-food {
    text-align: center;
  }

  .menu-item-heading {
    text-align: center;
    padding: 30px 0px;
    font-size: 30px;
  }
}