@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);

:root {
  --header-height: 3.5rem;
  --hue: 174;
  --sat: 63%;
  --first-color: #4f46e5;
  --first-color-alt: hsl(var(--hue), var(--sat), 36%);
  --title-color: hsl(var(--hue), 12%, 15%);
  --text-color: hsl(var(--hue), 8%, 35%);
  --body-color: hsl(var(--hue), 100%, 99%);
  --container-color: #d6d6d6;
  --body-font: "Nunito", 'Open Sans', sans-serif;
  --h1-font-size: 1.5rem;
  --normal-font-size: .938rem;
  --tiny-font-size: .625rem;
  --z-tooltip: 10;
  --z-fixed: 100
}

@media screen and (min-width:968px) {
  :root {
    --h1-font-size: 2.25rem;
    --normal-font-size: 1rem
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

html {
  scroll-behavior: smooth
}

body {
  margin: var(--header-height) 0 0 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: var(--body-color);
  color: var(--text-color)
}

body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

ul {
  list-style: none
}

a {
  text-decoration: none
}

a:active {
  color: #81a263
}

a:hover {
  color: #000
}

img {
  max-width: 100%;
  height: auto
}

.btn:active,
.btn:focus,
.btn:focus-visible,
button:active,
button:focus,
button:focus-visible {
  outline: 0 !important;
  box-shadow: none !important
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none !important
}

.app-name {
  color: #2d532a;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: x-large
}

.comm-container {
  max-width: 968px;
  margin-left: 1rem;
  margin-right: 1rem
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffc530;
  z-index: var(--z-fixed);
  transition: .4s;
  border-bottom-left-radius: .6rem;
  border-bottom-right-radius: .6rem
}

.nav {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center
}

.nav__img {
  width: 45px;
  border-radius: 50%
}

.nav__logo {
  color: var(--title-color);
  font-weight: 600
}

.main-logo {
  height: 50px
}

.allProduct {
  margin-top: 6rem
}

.comm-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  margin: .5rem
}

.category-btn {
  background-color: #2d532a
}

.comm-category-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0
}

.comm-category-outer-div {
  display: inline-block;
  width: 120px;
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 4px
}

.comm-category-inner-div {
  width: 50%;
  display: inline-block;
  margin-bottom: 0
}

.comm-category-inner-div img {
  width: 100%;
  height: auto;
  padding: 3px
}

.comm-category-inner-div-container {
  display: flex;
  flex-wrap: wrap
}

.text-section {
  text-align: center;
  font-size: 14px;
  margin-top: 10px
}

.text-section p {
  margin-bottom: 10px
}

.category-name {
  font-size: 1.3rem;
  margin-left: .5rem
}

.category-name p {
  margin-bottom: 0
}

.comm-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-category-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-banner-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-brand-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-popular-category-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-single-product-scrolling-wrapper::-webkit-scrollbar {
  display: none
}

.comm-banner-scroll-container {
  white-space: nowrap;
  overflow-x: auto
}

.comm-banner-card {
  display: inline-block;
  margin-right: 2px;
  width: 110px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 15px
}

.comm-banner-card img {
  height: 160px;
  object-fit: cover
}

.offer-banner .comm-banner-card {
  width: 260px
}

.offer-banner .comm-banner-card img {
  height: 160px
}

.offer-banner .comm-banner-card {
  border-radius: 8px
}

.comm-brand-scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap
}

.comm-brand-scroll-item {
  flex: 0 0 auto;
  margin-right: 10px;
  text-align: center;
  width: 150px
}

.comm-brand-circle-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px
}

.comm-brand-small-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px
}

.comm-brand-scroll-item .card {
  width: 100%
}

.comm-brand-scroll-item .card .card-body {
  padding: 0;
  padding-bottom: 7px
}

.comm-popular-category-scroll-container {
  white-space: nowrap;
  overflow-x: auto
}

.comm-popular-category-scroll-item {
  display: inline-block;
  width: 95px;
  text-align: center
}

.comm-popular-category-scroll-item img {
  width: 90px;
  height: 120px;
  border-radius: 5px
}

.comm-popular-category-scroll-item-single {
  display: inline-block;
  width: 100px;
  text-align: center
}

.comm-popular-category-scroll-item-single img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #dcdcdc
}

.comm-categoty-double-scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap
}

.comm-categoty-double-scroll-row {
  display: flex;
  flex-direction: column;
  margin-right: 10px
}

.comm-categoty-double-scroll-item {
  width: 120px;
  text-align: center;
  margin-bottom: 10px
}

.comm-categoty-double-scroll-item img {
  width: 110px;
  height: auto;
  border-radius: 5px
}

.comm-categoty-double-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-categoty-double-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.comm-single-product-scrolling-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 .7rem
}

.comm-single-product-scrolling-wrapper .card {
  display: inline-block;
  margin-right: 10px;
  width: 150px
}

.comm-single-product-scrolling-wrapper .card .card-body {
  padding: 5px
}

.comm-single-product-scrolling-wrapper .card .card-body .btn-container {
  display: flex;
  justify-content: space-between
}

.comm-store-btn-container {
  display: flex;
  justify-content: space-between;
  padding-left: .4rem;
  padding-right: .4rem
}

.comm-offer-card-offer-card {
  width: 170px;
  background-color: #eef1ff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0
}

.comm-offer-card-offer-header {
  font-size: 18px;
  color: #1a73e8;
  font-weight: 700
}

.comm-offer-card-scroll-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: none
}

.comm-offer-card-scroll-container::-webkit-scrollbar {
  display: none
}

.comm-offer-card-card-content img {
  width: 60px;
  height: 60px;
  margin: 5px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc
}

.comm-offer-card-offer-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  color: #333
}

.comm-offer-card-divider {
  margin: 10px 0;
  height: 2px;
  background-color: #cdcdcd
}

.comm-recipe-col-4 {
  padding: 3px
}

.comm-recipe-card-body {
  padding: 5px
}

.comm-recipe-card-title {
  font-weight: 400;
  font-size: medium
}

.category-badge {
  font-size: .8rem;
  padding: .2em .4em;
  border-radius: 5px;
  color: #000;
  background-color: #ececec
}

.main-course {
  background-color: #e0f7fa;
  color: #00796b
}

.north-indian {
  background-color: #ffe9c8;
  color: #ad4e00
}

.south-indian {
  background-color: #ffecd0;
  color: #bb4200
}

.seafood {
  background-color: #ffecb3;
  color: #984c00
}

.time-text {
  font-size: .9rem;
  color: #666
}

.explore-link {
  color: #007bff;
  text-decoration: none
}

.explore-link:hover {
  text-decoration: underline
}

.save-button {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer
}

.save-button:hover {
  background-color: #007bff
}

.comm-seasonal-container-bg {
  padding: 10px;
  text-align: center;
  overflow: hidden
}

.comm-seasonal-card {
  border: none;
  border-radius: 15px
}

.comm-seasonal-card-title {
  text-align: center;
  font-weight: 600
}

.comm-seasonal-card-img-top {
  max-width: 100%;
  height: auto;
  border-radius: 15px
}

@media screen and (max-width:767px) {
  .allProduct .container {
    margin-left: 0;
    margin-right: 0
  }

  .allProduct {
    margin-top: 0;
    margin-bottom: 4rem
  }

  .address p {
    margin: 0
  }

  .nav__menu ul {
    margin-bottom: 0
  }

  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffc530;
    border-top: 1px solid #ffb700;
    border-left: 1px solid #ffb700;
    border-right: 1px solid #ffb700;
    box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, .15);
    width: 100%;
    height: 4rem;
    padding: 0 .5rem;
    display: grid;
    align-content: center;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: .4s
  }
}

.nav__link,
.nav__list {
  display: flex
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color: #4a7b63;
  font-weight: 600
}

.nav__list {
  justify-content: space-around;
  padding-top: .5rem;
  padding-left: 0
}

.nav__name {
  font-size: .90rem;
  font-weight: 700;
  color: #0f5e3c;
  font-weight: bold !important;
}

.nav__icon {
  font-size: 1.5rem;
  /* color: #ef3f49; */
}

.active-link {
  position: relative;
  color: #0f5e3c !important;
  transition: .3s
}

.scroll-header {
  box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, .15)
}

.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 58px;
  height: 3.2rem;
  width: 100%;
  background-color: #2d532a
}

.address {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: .5rem
}

.search-input {
  width: 100%;
  height: 2.3rem;
  padding-left: .5rem;
  border-radius: .2rem;
  border: 1px solid #2d532a
}

.search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .4rem .8rem;
  background-color: #ffc530;
  margin: .2rem;
  color: #2d532a;
  border: 1px solid #2d532a;
  border-radius: .25rem;
  height: 2.3rem;
}

@media screen and (max-width:320px) {
  .nav__name {
    display: none
  }
}

@media screen and (min-width:576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem
  }
}

.main-logo {
  display: none
}

@media screen and (min-width:767px) {
  body {
    margin: 0
  }

  .section {
    padding: 7rem 0 2rem
  }

  .nav {
    height: calc(var(--header-height) + 1.5rem)
  }

  .nav__img {
    display: none
  }

  .main-logo {
    display: block
  }

  .side-nav-bar {
    display: none
  }

  .nav__icon {
    display: none
  }

  .search-bar {
    display: none
  }

  .nav__name {
    font-size: var(--normal-font-size)
  }

  .nav__link:hover {
    color: #81a263
  }

  .active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 40px;
    height: 4px;
    background-color: #2d532a;
    border-radius: 50%
  }
}

@media screen and (min-width:1024px) {
  .container {
    margin-left: auto;
    margin-right: auto
  }
}

#open-nav-btn {
  cursor: pointer
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #2d532a 0, #81a263 100%);
  overflow-x: hidden;
  transition: .4s cubic-bezier(.4, 0, .2, 1);
  padding-top: 70px;
  z-index: 1000;
  box-shadow: 4px 0 20px rgba(0, 0, 0, .3)
}

.side-nav.show-nav {
  width: 320px
}

.side-nav a {
  padding: 15px 25px;
  text-decoration: none;
  font-family: var(--body-font);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  border-left: 4px solid transparent;
  margin: 5px 15px;
  border-radius: 8px
}

.side-nav a:hover {
  background: rgba(255, 255, 255, .15);
  border-left: 4px solid #ffc530;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.side-nav a i {
  width: 25px;
  text-align: center;
  margin-right: 15px;
  font-size: 1.2rem
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2.5rem;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
  border: 2px solid rgba(255, 255, 255, .2)
}

.close-btn:hover {
  background: rgba(255, 197, 48, .3);
  transform: rotate(90deg);
  border-color: #ffc530
}

.accordion {
  padding: 0;
  margin: 10px 15px
}

.accordion-btn {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  cursor: pointer;
  transition: all .3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid transparent
}

.accordion-btn:hover {
  background: rgba(255, 255, 255, .2);
  border-left: 4px solid #ffc530;
  transform: translateX(3px)
}

.accordion-btn .arrow {
  font-size: 1rem;
  transition: transform .3s ease
}

.panel {
  padding: 0;
  display: none;
  background: rgba(255, 255, 255, .05);
  border-radius: 0 0 8px 8px;
  margin-top: 2px;
  overflow: hidden
}

.panel a {
  padding: 12px 20px 12px 50px;
  margin: 0;
  border-left: none;
  border-radius: 0;
  font-weight: 500;
  font-size: 1rem
}

.panel a:hover {
  background: rgba(255, 255, 255, .1);
  border-left: none;
  transform: none
}

.panel a:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.logout-btn {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  text-align: center;
  background: linear-gradient(135deg, #dc3545 0, #c82333 100%);
  color: #fff;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(220, 53, 69, .3)
}

.logout-btn:hover {
  background: linear-gradient(135deg, #c82333 0, #bd2130 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 53, 69, .4)
}

.side-nav hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  margin: 10px 20px
}

.sidebar-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  background: rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.sidebar-header .app-name {
  color: #fff;
  font-size: 1.4rem;
  margin-left: 10px
}

.side-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease
}

.side-nav-backdrop.show {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width:767px) {
  .side-nav.show-nav {
    width: 280px
  }

  .side-nav a {
    padding: 12px 20px;
    font-size: 1rem;
    margin: 3px 10px
  }

  .accordion {
    margin: 10px
  }
}

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

.loading-circle {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(52, 152, 219, .2);
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px
}

.loading-text {
  color: #3498db;
  font-family: Arial, sans-serif;
  font-size: 16px
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s ease-in-out
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0)
}

.fade-group {
  opacity: 1;
  transform: none
}

.fade-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease
}

.fade-child.show {
  opacity: 1;
  transform: translateY(0)
}

.custom-alert {
  position: fixed;
  top: 1rem;
  right: 1rem;
  min-width: 250px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-20px);
  transition: all .5s ease;
  border-radius: .5rem;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
  color: #fff;
  font-weight: 500
}

.custom-alert.show {
  opacity: 1;
  transform: translateY(0)
}

.custom-alert.hide {
  opacity: 0;
  transform: translateY(-20px)
}

.custom-alert .close-btn {
  background: 0 0;
  border: none;
  font-size: .8rem;
  color: #fff;
  cursor: pointer
}

.custom-alert-info {
  background-color: #0dcaf0
}

.custom-alert-success {
  background-color: #198754
}

.custom-alert-warning {
  background-color: #ffc107;
  color: #212529
}

.custom-alert-danger {
  background-color: #dc3545
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes scaleUp {
  from {
    transform: translateX(-50%) scale(.5)
  }

  to {
    transform: translateX(-50%) scale(1)
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes scaleDown {
  from {
    transform: translateX(-50%) scale(1)
  }

  to {
    transform: translateX(-50%) scale(.5)
  }
}