* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  background-color: #F4F1EA;
}

a img {
  border: none;
  text-decoration: none;
  outline: none;
}

a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

/*
a:hover{color:var(--secondary-color)}
*/
a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #252525;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input:focus {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

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

.p0 {
  padding: 0px;
}

:root {
  --primary-color: #E84242;
  --secondary-color: #FBAD39;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(34, 34, 34, 0.5);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(34, 34, 34, 0.5);
}

::placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.btn-theme {
  background-color: #9F86D9;
  border: 1px solid #9F86D9;
}

.w100 {
  width: 100%;
}

.container {
  max-width: 1350px;
  width: 96%;
}

.container-full {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.navbar {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-left: 35px;
}

.radius-20 {
  border-radius: 20px;
}

/*header .left-blk{padding-top:20px;padding-bottom:20px;}*/
header {
  width: 100%;
  position: absolute;
  top: 20px;
  z-index: 555;
  transition: all 0.3s ease;
}

.affix {
  position: fixed;
  z-index: 99;
  top: 0px;
}

header .searchblock {
  width: calc(100% - 50%);
}

header .search-bar {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  padding: 10px 10px 10px 50px;
  background-color: #F2F2F2;
}

header .search_btn {
  position: absolute;
  left: 15px;
  top: 16px;
  border: none;
  padding: 0px;
}

header .search-group {
  position: relative;
}

header .right-blk ul li {
  display: inline-block;
}

.search_btn i {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}

header .header-item {
  background-color: #F2F2F2;
  padding-top: 13px;
  padding-bottom: 13px;
}

.top-bar .container,
.banner-sec .container,
header .container {
  max-width: 1350px;
}

.down_arrow {
  font-size: 12px;
  margin-left: 5px;
}

.menu-ul li a {
  padding: 10px 15px;
}

.right-blk {
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.right-blk li a {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #222222;
  font-size: 14px;
}

.right-blk li a img {
  width: 30px;
}

.custom_ic {
  position: relative;
}

.cartCout {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background-color: #F3E9D6;
  display: block;
  position: absolute;
  top: -10px;
  left: 25px;
  color: #FFA500;
  text-align: center;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}

.cart-amount {
  color: #fff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  margin-right: 7px;
  top: 3px;
  position: relative;
}

header .inner-wrap .logo {
  width: 20%;
  float: left;
}

.logo a {
  margin-left: 40px;
  display: block;
}

header .inner-wrap .right-blk {
  width: 30%;
  float: left;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bottom-fixed {
  display: none;
}

.bottom-fixed ul {
  display: flex;
  justify-content: space-between;
}

.bottom-fixed ul li {
  width: 25%;
  text-align: center;
}

.side-menu {
  position: absolute;
  left: 0px;
  width: 35px;
  padding-left: 0px;
  padding-right: 0px;
}

.side-menu i {
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
  display: inline-block;
  margin-left: -2px;
}

.sidebar-navigation {
  width: 400px;
  height: auto;
  background-color: #fff;
  margin: 50px auto;
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sidebar-navigation>ul>li>a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 20px 25px;
  text-decoration: none;
  color: #2e2e2e;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sidebar-navigation ul li:hover>a,
.sidebar-navigation ul li.selected>a {
  background-color: #ecf0f1;
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover>a,
.sidebar-navigation ul li ul li.selected>a {
  background-color: #e6ebed;
}

.sidebar-navigation ul li ul li:hover>a:before,
.sidebar-navigation ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
  background-color: #94aab0;
  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.close-ic img {
  width: 35px;
}

.right-blk .dropdown-menu {
  width: 200px;
  border-top: 5px solid var(--primary-color);
  padding-top: 5px;
  padding-top: 5px;
}

.right-blk .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

.right-blk .dropdown-menu li {
  display: block;
}

.right-blk .dropdown-toggle::after {
  display: none;
}

.right-blk .dropdown-menu li a {
  color: #000;
  padding: 5px 15px;
}

.right-blk .dropdown-menu li a:hover {
  background-color: #555555;
  color: #fff;
}

@keyframes slideup {
  from {
    transform: translateY(-20%);
  }

  to {
    transform: translateY(0);
  }
}

.title {
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #222222;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}

.title span {
  color: var(--primary-color);
}

.custompad {
  padding-top: 80px;
  padding-bottom: 80px;
}

.custompad-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

header .container {
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 12px;
  position: relative;
}

.banner-sec {
  /* background-color: var(--primary-color);
  padding-top: 150px;
  padding-bottom: 30px; */
  position: relative;
  overflow: hidden;
  position: relative;
}

.banner-sec .container {
  position: relative;
}

.banner-sec .container::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg_1.png);
  background-repeat: no-repeat;
  width: 259px;
  height: 464px;
  bottom: -200px;
  background-size: contain;
  left: -50px;
  animation: pulse 3s infinite;
}

.banner-sec .container::after {
  content: "";
  position: absolute;
  background-image: url(../images/bg_2.png);
  background-repeat: no-repeat;
  width: 258px;
  height: 464px;
  bottom: -100px;
  background-size: contain;
  right: -50px;
  animation: pulse 3s infinite;
}

.banner-left,
.img-sec {
  position: relative;
  z-index: 1;
}

.banner-left h1 {
  font-family: "Rakkas", serif;
  font-size: 180px;
  font-weight: 400;
  color: #F5E7C1;
  line-height: 100%;
}

.banner-left h1 span {
  font-family: "Rakkas", serif;
  font-size: 100px;
  font-weight: 400;
  color: #F5E7C1;
  line-height: 100%;
  display: block;
}

.order_now {
  font-family: "Rakkas", serif;
  font-weight: 400;
  font-size: 30px;
  border-radius: 10px;
  color: var(--primary-color);
  background-color: #F5E7C1;
  display: inline-block;
  padding: 20px 30px;
  margin-top: 60px;
}

.order_now:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.mySwiperBanner .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
}

.mySwiperBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background-color: var(--secondary-color);
}

.category-wrapper {
  margin-top: -62px;
}

.category-slider h4 {
  font-family: "Rakkas", serif;
  font-size: 30px;
  font-weight: 400;
  color: rgb(34, 34, 34, .3);
  text-align: center;
  margin-top: 20px;
}

.category-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 30px;
  border-right: 1px solid #BDBDBD;
  padding-left: 10px;
  padding-right: 10px;
}

.category-grid img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease-in-out;
}

/* .category-grid:hover{background-color: var(--secondary-color);-moz-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;} */
.category-grid:hover h4 {
  color: #F4F1EA;
}

.wave {
  z-index: 5;
  position: relative;
  height: 60px;
  bottom: -60px;
  background-image: url(../images/banner_bg1X.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--secondary-color);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: -1;
}

.category-grid:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.category-grid:hover img {
  transform: scale(1.2);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.mySwiperBanner2 .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
}

.mySwiperBanner2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background-color: var(--secondary-color);
}

.category-slider {
  background-color: #F4F1EA;
}

.icon_holder {
  margin-right: 15px;
}

.icon_holder img {
  width: 24px;
}

.c-nav .nav-link {
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  margin: 0px 15px;
  height: 60px;
  color: #222222;
}

.c-nav .nav-link.active {
  background-color: var(--secondary-color);
  color: #fff;
}

.c-nav .nav-link.active img {
  filter: invert(100%);
}

.wishlist-icon {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  float: right;
}

.wishlist-icon.liked {
  color: red;
  transform: scale(1.2);
}

.brand-name-label {
  color: #4E9914;
  font-size: 14px;
  font-weight: 500;
}

.product-wrap {
  padding: 30px 30px;
  position: relative;
  margin-bottom: 30px;
}

.product-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 65%;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  left: 0;
  right: 0;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.product-wrap .product-box-img{position:relative;z-index:55;}
.product-wrap .content-wrap{position:relative;z-index:55;}

.product-wrap h4 {
  color: #222222;
  font-weight: 500;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /* Or a specific max-width */
}

.product-wrap p {
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price_box {
  font-size: 24px;
  color: #E84242;
  font-weight: 600;
}

.fa-square-plus {
  font-size: 33px;
  border:none;
  padding:0px;
}

.product-box-img a {
  height: 200px;
  position: relative;
  display: block;
}

.product-box-img a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.brand-name-label.green {
  color: green;
}

.brand-name-label.red {
  color: #D53340;
}

.product-wrap:hover::after {
  height: 100%;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.c-nav {
  margin-top: 50px;
  margin-bottom: 30px;
}

.fa-square-plus {
  cursor: pointer;
}
.view-all{width:160px;height:55px;line-height:55px;border-radius:50px;font-family: "Outfit", sans-serif;font-size:20px;font-weight:500;color:#E84242;background-color:#fff;text-align:center;}
.view-all:hover{color:#fff;background-color:#E84242;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#ffffff;
  z-index: 555555;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-loader img{width:100px;}
footer{background-color:#444444;padding-top:30px;padding-bottom:40px;margin-top:40px;}
footer p{font-size: 14px;font-family: "Outfit", sans-serif;color: rgba(255, 255, 255, 1);}
.footer-links ul li{display:inline-block;}
.footer-links ul li a{color:#fff;font-size:20px;font-family: "Outfit", sans-serif;font-weight:500;text-transform:uppercase;}
.footer-links ul{display:flex;justify-content: space-evenly;}
.ftr_logo{width:150px;}
.footer-links{margin-top:30px;}
ul.social-icons{margin-left:-10px;}
.social-icons li{display:inline-block;margin-left:10px;margin-right:10px;}
.social-icons li a{color:#fff;font-size:16px;font-family: "Outfit", sans-serif;font-weight:500;width:44px;height:44px;border-radius:50px;line-height:44px;background-color:rgba(255, 165, 0, 1);display:inline-block;text-align:center;}
.social-icons li a:hover{background-color: var(--primary-color);}
.footer-links ul li a:hover{color:var(--primary-color);}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--secondary-color);
  width: 48px;
  height: 48px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 555;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 10px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.affix{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transform: translateY(0);
  padding: 5px 0;
}
.bottom-fixed {
  display: none;
}

.bottom-fixed ul {
  display: flex;
  justify-content: space-between;
}

.bottom-fixed ul li {
  width: 25%;
  text-align: center;
}
.productModal .modal-dialog{max-width:800px;width:95%;}
.productModal .modal-content {
  border-radius: 15px;
}
.productModal .modal-header {
  border-bottom: none;
  padding:30px 30px 0px;
  padding-bottom: 0;
  margin-bottom:20px;
}
.productModal .modal-body {
  padding:30px 30px 0px;
  padding-top: 0;
}
.productModal h5 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color:rgba(34, 34, 34, 1);
}
.product-detais-box{padding-left:20px;}
.productModal .product-thumb{/*height:200px;width:200px;*/background-color:rgba(242, 242, 242, 1);position: relative;border-radius:10px;}
.productModal .product-thumb img{position: absolute;top:0;right:0;bottom:0;left:0;margin: auto;max-width:100%;max-height:100%;width:auto;}
.btn-close{background-color:#DFDFDF;width:20px;height:20px;border-radius:50px;font-size:15px;}
.quantity-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quantity-box button {
  background: #ffb400;
  border: none;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 5px;
  width:36px;
  height:36px;
  color:#fff;
}
.quantity-box .counter{width:36px;height:36px;font-size:24px;font-weight:600;text-align: center;}
.total-amount {
  background: #f8f8f8;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  color: red;
}
.product-detais-box .meal-type{color:rgba(213, 51, 64, 1);font-size:16px;font-weight:500;}
.product-detais-box h4{
  color:rgba(34, 34, 34, 1);
  font-size:22px;
  font-weight:600;
  margin-bottom:10px;
  margin-top:10px;
}
.product-detais-box p{font-weight:300;font-size:14px;}
.product-price{
  color:#E84242;
  font-size:24px;
  font-weight:600;
  float:right;
  margin-top:-35px;
}
.productModal h6{
  font-size: 20px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color:rgba(34, 34, 34, 1);
  margin-bottom:15px;
}
.radio-label{display:flex;justify-content: space-between;margin-bottom:10px;}
.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.radio-label label{font-size:20px;font-weight:400;}
.radio-label span{font-size:20px;font-weight:400;}
.form-check-input:focus {
  border-color: var(--secondary-color);
  outline: 0;
  box-shadow: 0 0 0 .25rem var(--secondary-color);
}
.productModal .modal-footer{background-color:#F2F2F2;margin-top:20px;justify-content: space-between;}
.productModal .total-price{font-size:24px;color:#E84242;font-weight:500;}
.btn-close-2{background-color:#222222;color:#fff;height:50px;color:#FFFFFF;font-size:20px;}
.btn-cart{background-color:#FBAD39;height:50px;color:#FFFFFF;font-size:20px;}
.inner-page{padding-top:125px;}
.filiter-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.filiter-list li select {
    outline: none;
    border: none;
    width: 100%;
    background-color:transparent;
}
.category_dropdown button {
    background-color: transparent;
    border: none;
    color: #000;
}
.category_dropdown .dropdown-menu {
    padding: 15px 15px;
    min-width: 250px;
}
.filiter-list li select {
    padding: 0px;
}
.filiter-list li select {
    outline: none;
    border: none;
    width: 100%;
}