/* New CSS */
@media screen and (min-width: 993px) {
  #results .filters {
    position: sticky;
    top: 0;
    height: 100%;
  }
}

/* delivering too cats */
#featuredCatCard {
   width: 100px; height: 104px;
}

@media screen and (max-width: 786px) {
  .featuredCatImgStyles {
    height: 47px !important;
  }
}

.featuredCatImgStyles {
  width:100%; 
  height: 72px; 
  background-size: 100%; 
  margin: auto; 
  background-position: center center;
}

.featuredCat .v-card {
  white-space: nowrap; 
  font-size: 0.8rem !important; 
  border: 1px solid var(--gg-light-grey);
  border-radius: 4px 4px 8px 8px;
}

@media screen and (min-width: 551px) {
  .glow-container {
    display: none !important;
  }
}

/* filter accordian */
.filter-shadow {
  box-shadow: inset 0 11px 8px -10px #e8ebeb, inset 0 -11px 8px -10px #e8ebeb;
  z-index: 10;
}

.filter-card {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}

.v-expansion-panel-text__wrapper {
  padding: 0px 0px 16px !important;
  margin-right: 4px !important;
  height: inherit;
  max-height: 665px;
}

.v-expansion-panel-title__overlay {
  border: solid 0.01px var(--indigo) !important;
  background-color: #e5e5e5 !important;
}

.v-expansion-panel-title {
  font-weight: bold !important;
  color: var(--gg-dark-purple) !important;
}


.postcode-logo {
  height: 35px;
  width: 45px;
}


.v-input__details {
  display: none !important;
}


.categories .v-input__control {
  height: 30px;
}


/* filters mobile styles */
.toolbar_title {
  font-weight: bold;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

ul, ol {
  list-style: none;
}

.categories.cuisine.mobile {
  height: 100% !important;
  overflow: hidden !important;
}

.filter-container {
  margin-bottom: 30px !important;
  overflow-y: auto;
}

/* Banners Styles */
@media screen and (min-width: 1100px) {
  .banner-mq {
    width: 100% !important;
    min-height: 155px !important;
  }
}

#banner-img-mq {
  max-height: 230px !important;
}

@media (min-width: 1920px){
  #banner-img-mq {
    max-height: unset !important;
  }
}


/* Auto Comp Styles */
#input-0 {
  bottom: 0px !important;
}

.v-field--variant-filled .v-field__outline:before {
  border: none !important;
}

.v-field--variant-filled .v-field__outline:after {
  border: none !important;
}

/* All Categ styles */
.everything {
  position: relative;
  overflow: hidden;
}


.allCategorySizes {
  min-width: 306.55px !important;
  max-width: 320px !important;
  max-height: 380px !important;
  min-height: 320px !important;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

@media screen and (min-width: 700px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1250px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@media screen and (min-width: 1440px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.disable-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
}

swiper-container {
    overflow-y: hidden;
}
  
.swiper-button-disabled {
  display: none !important;
}

.uppercase {
  text-transform: capitalize !important;
}


.wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.place-cover-image {
  padding-top: 50%;
  background-size: cover;
  position: relative;
  background-position: center;
}

.hidebg {
  background-image: none !important;
}

.store-tags-container {
  position: absolute; 
  top: 8px; 
  left: 10px; 
  z-index: 5px; 
  gap: 4px 0;
}

.store-tags-container * {
  width: fit-content;
  z-index: 5;
  font-size: 11px;
  padding: 2px 4px;
  font-weight: 700;
  border-radius: 5px;
}

.tracking-message {
  background: #332966;
  color: #fff;
}

.selected-offers {
  gap: 5px 0;
}

.selected-offers span {
  /*font-size: 12px; */
  font-weight: 700;
  padding: 2px 5px;
  
  width: fit-content; 
  border-radius: 4px;
}

.wait-time {
  color: black; 
  font-size: 14px; 
  position: absolute; 
  left: 10px; 
  bottom: 8px; 
  border-radius: 5px; 
  background: white; 
  z-index: 5; 
  /*padding: 2px 6px;*/
  overflow: hidden;
}

.vegan-vegetarian-label {
  position: absolute;
  bottom: 8px;
  right: 8px;
  gap: 0 2px;
  padding: 2px;
  
  border-radius: 12px;
  
  background-color: #fff;
}

.vegan-vegetarian-label img {
  aspect-ratio: 1;
  width: 18px;
}

.v-autocomplete .mdi-magnify {            
  color: var(--gg-core-purple);            
}

.v-card-subtitle {
  word-break: break-word;
  display: -webkit-box !important; /* Use vendor prefix for better compatibility */
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important; /* Set the desired number of lines */
  overflow: hidden;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0178571429em;
  opacity: var(--v-medium-emphasis-opacity);
  text-transform: none;
  white-space: normal !important; /* Change from nowrap to normal */
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


@media (max-width: 355px) {
  .bookmark_wrapper {
    width: 88%;
  }
}

.bookmark_wrapper {
  position: relative;
}

.pre-order-content {
  position: absolute;
  font-size: 11px;
  background: #7c6cb0;
  padding: 1px 3px;
  border-radius: 0 3px 0 0;
  color: #fff;
}

.specicalOffers .animated-button {
  display: none !important;
}

.specialOffers .animated-border {
  position: relative;
  background: linear-gradient( 331deg, rgb(248 182 204 / 22%) 0.5%, rgb(191 172 219 / 54%) 49%);
  background-size: 400% 400%;
  animation: gradientAnimation 4s ease infinite;
}

.specialOffers .animted-border::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: white;
  z-index: -1;
}

.restaurant-card {
  margin: 16px;
}

.box-shadow {
  box-shadow: rgb(0 0 0 / 18%) 0px -2px 1px;
  border-radius: 10px;
}

.opening {
  background-color: var(--gg-dark-purple);
  letter-spacing: 0.08em;
  color: white;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  padding: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.specialOffers .ordering {
  background-color: var(--gg-yellow);
  letter-spacing: 0.08em;
  color: var(--gg-dark-purple);
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  font-size: 16px;
  padding: 2px;
}

.ordering {
  background-color: var(--gg-core-purple);
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  font-size: 16px;
  padding: 2px 8px;
}


.v-img__img--contain {
  object-fit: cover !important;
}

.v-card-title {
  padding: 6px 8px 0 12px;
}

.v-card-title.headline {
  padding: 0 0 0 22px !important;
}
.v-card-title .v-btn {
  margin-right: 8px;
}

.v-card .v-card-title {
  line-height: 1.15rem !important; 
}



.closed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(51,41,102,0.7);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  display: none;
  font-weight: bold;
  font-size: 22px;
  margin: 0px;
}
.area .listing-closed .closed-overlay {
  display: flex;
}

.restaurant-status {
  font-size: 12px;
}

#results .filters {
  position: sticky;
  top: 80px;
  display: flex !important;
  flex-direction: column;
}

@media (max-width: 984px){
  #results .col-md-9 {
    width: 100% !important;
    max-width: 100%;
  }
}

.filters li {
  line-height: 25px;
  font-size: 14px;
  list-style: none;
}
.filters ul {
  padding-top: 12px;
  padding-bottom: 12px;
  list-style: none;
  position: relative;
  height: auto;
  /*max-height: 60vh;*/
}

.filters .v-expansion-panel__shadow {
  display: none !important;
}

.categories.cuisine {
  height: 500px;
  list-style-type: none;
  padding: 0;
  overflow-y: scroll;
  transition: max-height 1s ease-in-out;
  position: relative;

  /* Customize the scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
}

  /* Scrollbar Styles */
  ::-webkit-scrollbar {
    width: 6px; /* Adjust the width as needed */
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* Change the background color as needed */
  }

  ::-webkit-scrollbar-thumb {
    background: #888; /* Change the thumb color as needed */
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #332966; /* Change the thumb color on hover */
  }

  /* Content Styles */
  .filter-shadow {
    height: 800px; /* Set the desired height for the scrollable container */
    overflow-y: scroll;
  }

  .categories::-webkit-scrollbar {
    width: 3px; /* Adjust the width as needed */
  }

  .categories::-webkit-scrollbar-thumb {
    background: #888; /* Change the thumb color as needed */
  }

  .categories::-webkit-scrollbar-thumb:hover {
    background: #332966; /* Change the thumb color on hover */
  }


.categories li label:last-of-type {
  margin-bottom: 0 !important;
}

.filters p span {
  font-size: 16px;
}


/* END TOMBSTONE STYLING */

.search-filter {
  font-size: 20px;
  width: 50px;
  text-align: center;
  align-items: center;
}

.categories label {
  font-size: 14px;
  color: initial;
}

#results {
  padding: 0 5%;
}

.no-results-found {
  display: flex;
  width: 100%;
  justify-content: left;
  align-items: center;
  color: #fff;
  padding: 12px;
  font-size: 16px !important;
  background: var(--gg-core-purple);
}

.no-results-found i {
  margin-right: 10px;
  font-size: 20px;
}


.filter-postcode {
  font-weight: bold;
  width: 100%;
}

.filter-heading {
  font-weight: bold;
}

.no-results {
  color: var(--gg-core-purple);
  font-size: 32px;
  text-align: center;
}

@media(min-width: 1920px) {
  .listing-preorders, .listing-closed, .listing-open {
    max-width: 1925px;
  }
}

.show-arrows {
  display: block;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.banner-slider-box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.banner-slider-box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media(max-width: 768px) {
  .scroll-arrows {
    display: none;
  }
}

@media (max-width: 992px) {
  .area .filters, .account .filters, #admin .filters {
    position: fixed;
    background-color: white;
    width: 100% !important;
    height: 100%;
    z-index: 11;
    top: 50px;
    /*left: 100% !important;*/
    transition: all 300ms ease;
    padding-top: 20px;
  }
}

.area .filters.active, .account .filters.active, #admin .filters.active {
  left: 0 !important;
  overflow: scroll;
}

.filter-dialog .filter-mobile {
  position: relative;
  height: auto;
}

.filter-buttons {
  position: sticky;
  bottom: 0;
  left: 0;
  
  width: 100%;
  gap: 0 7px;
  background-color: #fff;
  z-index: 100; 
}

.filter-buttons .v-btn {
  flex: 1;
}

.area #results p.location {
  display: flex;
  justify-content: space-between;
}

@media(max-width: 768px){
  .area #results p.location {
    justify-content: left; 
  }
  .area #results p.location span {
    margin-right: 10px;
  }
}

.area #results h5 {
  font-weight: 600;
  color: var(--gg-darkest-grey);
  text-transform: none;
}

.area #results .filters p img {
  margin-right: 8px;
}

@media only screen and (max-width: 450px) {
    #results .offertxt {
    background-color: #332966 !important;
    font-size: 10.5px !important;
    font-weight: 700;
    line-height: 20px !important;
    margin: 0;
    padding: 0;
    position: absolute;
    left: unset;
    right: 10px;
    text-align: center;
    top: 10px;
    z-index: 5;
    width: 44.5px !important;
    height: 44.5px !important;
  }
}


#results .offertxt {
  background-color: #332966 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  left: unset;
  right: 5px;
  text-align: center;
  top: 3px;
  z-index: 5;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #fed141;
}


.free-delivery-tag {
  background-color: var(--gg-yellow) !important;
  color: #332966 !important;
}