@font-face {
  font-family: "Kalnia Glaze", serif;
  src: url("../fonts/AbigailNagita.eot");
  src: url("../fonts/AbigailNagita.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AbigailNagita.woff2") format("woff2"),
    url("../fonts/AbigailNagita.woff") format("woff"),
    url("../fonts/AbigailNagita.ttf") format("truetype"),
    url("../fonts/AbigailNagita.svg#AbigailNagita") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Kalnia+Glaze:wght@100..700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #272727;
}

body p {
  margin-bottom: 1rem;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
}



.footer-pages a {
  color: #fff;
      gap: 15px;
    font-size: 18px;
    opacity: 1;
}
.footer-pages a:hover {
  color: #f57e20 !important;
  text-decoration: none;
}

.footer-pages {
    gap: 15px;
    font-size: 18px;
     opacity: 1;
}

@media (max-width: 575px) {
 .footer-pages a {
    font-size: 14px;
}

.footer-pages {
    gap: 6px;
    font-size: 14px;
}
}

@media (max-width: 380px) {
 .footer-pages a {
    font-size: 12px;
}

.footer-pages {
    gap: 5px;
    font-size: 13px;
}
}

.bg-dark {
  background-color: #151515 !important;
}

section {
  padding: 80px 0;
  position: relative;
}

.z-index-2 {
  z-index: 2;
}

.pre-header {
  padding: 7px 0;
}

.pre-header ul li {
  display: inline-block;
  border-right: 2px solid #787878;
  margin-right: 8px;
  padding-right: 11px;
  color: #777;
  font-size: 16px;
  line-height: 20px;
}

.pre-header ul li a {
  color: #777;
}

.pre-header ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.pre-header ul li:last-child {
  border-right: 0px solid #fff;
  margin-right: 0px;
  padding-right: 0px;
}

.pre-header ul li i,
.pre-header ul li img {
  margin-right: 8px;
  color: #c4c4c4;
}

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

.rounded-3 {
  border-radius: 15px;
}

a {
  color: #00a851;
}

a:hover {
  color: #f57e20;
  text-decoration: none;
}

h2 {
  color: #2d1100;
  font-size: 36px;
  font-weight: 300;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.container {
  max-width: 1480px;
}

input:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
}

.btn-primary {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 12px 50px;
  background-color: #00a851;
  border-color: #00a851;
  min-width: 200px;
}

.btn-primary:hover {
  background-color: #f57e20;
  border-color: #f57e20;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-secondary {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #fcae74;
  padding: 9px 48px;
  background-color: #f57e20;
  background-image: url(../images/secondary-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-left: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-secondary:before {
  content: "";
  background-color: #f57e20;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: -6px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  border-radius: 50px;
}

.btn-secondary:hover {
  background-color: #00a851;
  border-color: #00a851;
  background-image: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-secondary:hover:before {
  background-color: #00a851;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -90px;
  border: 2px solid #d1d1d1;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  color: #d1d1d1;
  font-size: 24px;
  line-height: 50px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
  right: -90px;
  left: auto;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:active {
  border: 2px solid #0e5ec0;
  color: #0e5ec0;
  outline: none;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.home-slider .owl-dots {
  position: absolute !important;
  width: 100%;
  bottom: 22px !important;
  top: auto;
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
  background-color: #fff !important;
}

.banner-img {
  height: 740px;
}

.banner-img img {
  height: 100%;
  object-fit: cover;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}

.bg-grey-2 {
  background-color: #f6f6f6 !important;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.text-white,
.text-white h2,
.text-white h5,
.text-white h6 {
  color: #fafafa !important;
}

.common-content h2 {
  margin-bottom: 30px;
  line-height: 52px;
}

.common-content h6 {
  color: #4d4c4b;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Kalnia Glaze", serif;
  position: relative;
  display: inline-block;
}

.common-content h6:before {
  content: "";
  background-image: url(../images/title-heading-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  background-position: center;
  position: absolute;
  left: -34px;
  bottom: 4px;
}

.common-content h6:after {
  content: "";
  background-image: url(../images/title-heading-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  background-position: center;
  position: absolute;
  right: -32px;
  bottom: 3px;
}

.text-white h2:before {
  background-color: #fff;
}

.text-center h2:before {
  left: 0;
  right: 0;
  margin: auto;
}

.text-white h2,
.text-white h5 {
  color: #fff !important;
}

.logo {
  padding: 5px 0px;
  max-width: 300px;
}

.carousel-caption {
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: left;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 15px;
  border: 2px solid #d1d1d1;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 50px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next {
  right: 15px;
  left: auto;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:active {
  border: 2px solid #2cb5e1;
  color: #fff;
  outline: none;
  background-color: #2cb5e1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: relative;
  width: 100%;
  bottom: 0;
  top: auto;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background-color: #d0d0d0;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 100%;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  margin: 3px 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00a851;
}

.service-box {
  background-image: url(../images/dishes-col-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  border-radius: 0;
  padding-top: 90px;
  background-color: transparent;
}

.service-box .card-header {
  height: 145px;
}

.service-box .card-footer {
  padding: 30px 0 38px;
  border-radius: 0 0 15px 15px;
}

.service-box .card-header picture {
  height: 100%;
}

.service-box .card-header img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.service-box .card-footer a {
  color: #4c4c4c;
  font-size: 20px;
  font-weight: 600;
}

.service-box .card-footer a:hover {
  color: #f57e20;
  text-decoration: none;
}

.service-box picture {
  margin: auto;
  display: inline-block;
}

.story-sec {
  background-image: url(../images/bg-order-sec.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story-box {
  border-radius: 0 0 20px 20px;
  background-color: transparent;
  overflow: hidden;
}

.story-box picture img {
  width: 100% !important;
}
/*
.events-img::before {
	content: '';
	background-image: url(../images/events-img-before.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	border-radius: 0;
	background-color: transparent;
	position: absolute;
	z-index: 2;
	height: 184px;
	width: 565px;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
}*/

.events-img .card-header {
  border: 0px solid #b49987;
}

.events-img picture {
  max-width: 565px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  display: inline-block;
}

.story-box::before {
  content: "";
  background-image: url(../images/story-img-before.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  height: 112px;
  width: 100%;
}

.story-box::after {
  content: "";
  border: 2px solid #b49987;
  position: absolute;
  z-index: 2;
  height: calc(100% - 94px);
  width: 100%;
  top: 112px;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.story-box .card-header {
  border: 0px solid #b49987;
  border-top: none;
  padding-bottom: 2px !important;
}

.recipes-box {
  border-radius: 0;
  background-color: transparent;
  padding: 0 5px;
  padding-top: 258px;
  width: 420px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.story-text {
  font-size: 18px;
  line-height: 32px;
}

.story-text a {
  color: #ffab69;
}

.recipes-box .card-header,
.recipes-box .card-body {
  border: 3px solid #f3d5b3;
  border-top: none;
  border-bottom: none;
}

.recipes-box .card-body {
  border-bottom: 3px solid #f3d5b3;
  padding-top: 12px;
  padding-bottom: 18px;
}

.recipes-box:before {
  content: "";
  background-image: url(../images/recipes-box-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  position: absolute;
  width: 410px;
  max-width: calc(100% - 10px);
  height: 258px;
  top: 0;
}

.recipes-box .card-header {
  padding: 0;
}

.recipes-box-title h4 {
  font-size: 25px;
  margin-top: -133px;
  color: #d45b12;
  font-weight: 600;
  padding-bottom: 17px;
  background-image: url(../images/arrow-text.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-left: 12%;
  padding-right: 12%;
  text-transform: uppercase;
}

.testi-bg {
  background-image: url(../images/testi-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.menu-name {
  max-width: 72%;
  line-height: 22px;
  margin-bottom: 20px;
}

.menu-name p,
.menu-rate p {
  margin-bottom: 0;
}

.menu-name h5 {
  color: #d45b12;
}

.menu-rate {
  color: #d45b12;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3px;
}

.banner-caption h6 {
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.banner-caption h2 {
  font-size: 135px;
  margin-bottom: 0px;
  text-indent: 6px;
  font-family: "Carattere", cursive;
  background: linear-gradient(to right, #b16f09, #fcde70);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-caption h5 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Kalnia Glaze", serif;
  line-height: 38px;
  max-width: 80%;
}

.bnr-animate-box {
  padding: 120px;
}

.bnr-ani-outer {
  height: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: top 24px left -9px;
  background-size: contain;
}

.bnr-animate-box picture {
  position: relative;
  margin: auto;
  display: inline-block;
}

.banner-img picture,
.banner-img picture img {
  width: 100% !important;
}

.service-box:hover {
  transition: all 0.5s;
}

.testi-slider .owl-nav {
  display: block;
  margin-top: 40px;
  position: relative;
  width: 100%;
  text-align: center;
}

.testi-slider .owl-nav {
  margin-top: 30px;
}

.testi-slider .owl-nav:before {
  content: "";
  width: 1px;
  height: 73%;
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.testi-slider .owl-nav button.owl-prev,
.testi-slider .owl-nav button.owl-next {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #9a9baa;
  font-size: 22px;
  line-height: normal;
  position: relative;
  left: 0;
  font-weight: normal;
}

.testi-slider .owl-nav button.owl-prev {
  right: 36px;
  left: auto;
}

.testi-slider .owl-nav button.owl-next {
  left: -3px;
}

.testi-slider .owl-nav [class*="owl-"]:hover,
.testi-slider .owl-nav [class*="owl-"]:focus,
.testi-slider .owl-nav [class*="owl-"]:active {
  border: 0px solid #0e5ec0;
  color: #06082c;
  outline: none;
}

.testi-slider .owl-nav:before {
  background-color: #fff;
}

.testi-slider .owl-nav button.owl-prev,
.testi-slider .owl-nav button.owl-next {
  color: #aa541d;
}

.testi-slider .owl-nav button.owl-prev:before {
  content: "";
  background-color: #6e1509;
  width: 100px;
  height: 1px;
  position: absolute;
  left: auto;
  right: 116%;
  margin: auto;
  top: 0;
  bottom: 0;
}

.testi-slider .owl-nav button.owl-next:before {
  content: "";
  background-color: #6e1509;
  width: 100px;
  height: 1px;
  position: absolute;
  right: auto;
  left: 130%;
  margin: auto;
  top: 0;
  bottom: 0;
}

.testi-slider .owl-nav [class*="owl-"]:hover,
.testi-slider .owl-nav [class*="owl-"]:focus,
.testi-slider .owl-nav [class*="owl-"]:active {
  color: #e48b53;
  background-color: transparent;
}

.testi-slider .owl-nav [class*="owl-"]:hover:before,
.testi-slider .owl-nav [class*="owl-"]:focus:before,
.testi-slider .owl-nav [class*="owl-"]:active:before {
  background-color: #fff;
}

.testi-slider .item {
  height: 100%;
}

.testi-slider .owl-stage {
  display: flex;
  flex: 1 0 auto;
}

.testi-slider-inner {
  overflow: hidden;
  height: 100%;
  text-align: center;
  padding: 60px 30px 10px;
  width: 70%;
  margin: auto;
}

.feedback-box {
  padding-left: 25%;
  margin-top: -40px;
}

.feedback-col {
  border-right: 2px solid #9e554a;
  padding: 0 23px 15px;
  color: #fff;
}

.feedback-col p {
  color: #e3e0df;
  margin: 14px 0 0 0;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

.rating {
  color: #ffa518;
  margin-left: 9px;
}

.rating i {
  margin: 0 -2px;
}

.quote-icon {
  display: flex;
  justify-content: end;
  margin: 0 auto;
  padding-top: 25px;
}

.feedback-col:last-child {
  border-right: 0px solid #9e554a;
}

.common-form h3 {
  font-weight: 300;
  color: #2d1100;
}

.common-form .form-group p {
  margin-bottom: 0 !important;
}

.common-form .form-control {
  padding: 8px 25px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  min-height: 60px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ece3dc;
}

.common-form .date {
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.common-form .time {
  background-image: url(../images/time-icon.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.common-form .form-group {
  margin-bottom: 20px;
}

.common-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.common-form textarea.form-control {
  height: 120px;
  resize: none;
}

.common-form .form-control::-webkit-input-placeholder {
  color: #b1b1b1;
}

.common-form .form-control::-moz-placeholder {
  color: #b1b1b1;
}

.common-form .form-control:-ms-input-placeholder {
  color: #b1b1b1;
}

.common-form .form-control:-moz-placeholder {
  color: #b1b1b1;
}

.dishes-slider .owl-stage {
  display: flex;
}

.dishes-slider {
  margin-top: 10px;
  padding-bottom: 10px;
}

.dishes-slider .item {
  height: 100%;
}

.testi-slider .owl-item img,
.testi-slider-inner img {
  width: auto;
  border-radius: 10px;
}

.cart-count {
  position: absolute;
  background-color: #f7901e;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  line-height: 17px;
  right: -8px;
  top: 0;
  bottom: auto;
}

.header-call {
  margin-left: 28px;
}

.header-call a {
  color: #fff;
  background-color: #00a851;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
}

.header-call a i {
  font-size: 18px;
  margin-right: 11px;
}

.header-call a:hover {
  color: #fff;
  background-color: #f57e20;
  border-color: #f57e20;
  text-decoration: none;
}

.testi-slider .owl-dots {
  margin-top: 40px !important;
}

.site-footer {
  position: relative;
  background-color: #121212;
}

.footer-top {
  padding: 60px 0 0px;
}

.footer-top h3 {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
}

.subscribe-content {
  color: #c5c5c5;
  font-family: "Poppins", sans-serif;
}

.col-md-last {
  order: 2;
}

.ftr-col {
  background-image: url(../images/ftr-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 140px 35px 20px 35px;
  margin: 0 30px;
  height: 100%;
}

.ftr-col2 {
  padding-left: 60px;
  padding-right: 60px;
}

.footer-socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-socials li {
  display: inline-block;
  color: #a7a5a4;
  border-right: 1px solid #faa929;
  font-size: 21px;
  padding-right: 28px;
  margin-right: 21px;
  font-weight: 500;
}

.footer-socials li:last-child {
  margin-right: 0px;
  border-right: 0px solid #faa929;
  padding-right: 0px;
}

.footer-socials li a {
  display: block;
  transition: all 0.3s;
  color: #a7a5a4;
}

.footer-socials li i {
  color: #faa929;
  font-size: 21px;
  margin-right: 8px;
}

.footer-socials li a:hover {
  transition: all 0.3s;
  text-decoration: none;
  color: #faa929;
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding: 35px 0;
}

.copyrights p {
  margin-bottom: 0px;
}

.footer-bottom span {
  font-size: 14px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a:hover {
   color: rgb(212, 91, 18);
  text-decoration: none;
}

.ftr-address li {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  color: #c5c5c5;
}

.ftr-address li .title {
  color: #faa929;
  margin-right: 12px;
  font-size: 17px;
}

.ftr-address li .phone-big,
.ftr-address li .phone-big a {
  font-size: 22px;
}

.ftr-address li .opelists {
  font-size: 22px;
}

.ftr-address li .opelists i {
  margin: 0 8px;
  font-style: normal;
  font-weight: 200;
}

.ftr-address li .text a,
.ftr-address li .text {
  color: #c5c5c5;
  font-weight: 500;
}

.ftr-address li .text strong {
  color: #fff;
  font-weight: 500;
}

.ftr-address li .gap {
  padding-left: 110px;
  display: block;
}

.ftr-address li .text a:hover {
  color: #f57e20;
  text-decoration: none;
}

.ftr-address-col {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.subscribe-content input[type="text"],
.subscribe-content input[type="email"],
.subscribe-content input[type="search"] {
  background-color: #2f2e2d;
  color: #8b8986;
  border-color: #8b8986;
  height: 66px;
  border-radius: 10px !important;
  padding: 10px 110px 10px 22px;
  position: relative;
  z-index: 1 !important;
}

.subscribe-content .btn {
  width: 100px;
  min-width: auto;
  padding: 16px;
  font-size: 30px;
  height: 66px;
  line-height: 30px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  z-index: 2 !important;
}

.ftr-logo {
  margin-bottom: -40px;
}

.ftr-logo img {
  max-width: 250px;
}

.searchmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: translateY(1rem) translateZ(0);
  transition: all 0.3s ease;
  display: block;
}

.searchmodal.active {
  visibility: visible;
  transform: translateY(0) translateZ(0);
  opacity: 1;
  z-index: 99999;
  visibility: visible;
  display: block;
}

.searchmodal.active .content {
  opacity: 1;
  visibility: visible;
}

.searchmodal [data-dismiss="modal"] {
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  color: #f00;
}

.searchmodal [data-dismiss="modal"]:focus i {
  color: #f00;
}

.searchmodal [data-dismiss="modal"] i {
  font-size: 2rem;
}

.searchmodal .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0.3s;
}

.searchmodal .content > div {
  position: absolute;
  width: 100%;
  top: 8rem;
  left: 0;
  transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

.searchmodal .content > div.results {
  visibility: visible;
  transform: translateX(0);
}

.searchmodal h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

.searchmodal input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #00a851;
  border-width: 0 0 1px 0;
  color: white;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 100;
  font-family: "Roboto";
}

.searchmodal input:focus {
  outline: none;
}

.searchmodal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.searchmodal ul li {
  position: relative;
  color: #949494;
  font-size: 15px;
  padding: 11px 0 9px 30px;
  cursor: pointer;
  text-transform: capitalize;
}

.searchmodal ul li a {
  color: #949494;
  text-decoration: none;
}

.searchmodal ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.searchmodal ul li:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 0.5rem;
  margin-top: -4px;
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid white;
  border-radius: 100%;
}

.searchmodal ul li:hover,
.modal ul li:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.searchmodal ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  font-family: "Roboto";
}

.searchmodal :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 100;
  font-family: "Roboto";
}

.bck {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(0, 168, 81, 0.7);
  color: #fff;
  visibility: hidden;
  width: 40px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  transition-property: all;
  z-index: 9999;
  font-size: 13px;
  border-radius: 0;
}

.bck.bck-on {
  visibility: visible;
}

.bck.bck-on:focus {
  color: #2843d7;
}

.bck:hover {
  background-color: rgba(0, 168, 81, 1);
  color: #fff !important;
}

.rightToLeft {
  right: -50px;
}

.bck-on.rightToLeft {
  right: 1rem;
}

.sticky-bar .sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.sticky-bar .wsmenu > .wsmenu-list > li > a {
  padding: 30px 15px;
}

.sticky-bar .logo {
  max-width: 180px;
}

.blog-box,
.blog-img {
  border-radius: 20px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
}

.blog-box:hover {
  transition: all 0.5s;
}

.blog-box h3 {
  font-size: 26px;
  color: #242424;
  font-weight: 500;
}

.blog-box h3 a {
  color: #242424;
}

.blog-box h3 a:hover {
  color: #f57e20;
}

.blog-img-2 {
  width: 36%;
  height: 100%;
}

.blog-img-2 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog-content-2 {
  width: 64%;
}

.blog-content-2 h5 {
  color: #242424;
  font-size: 20px;
  line-height: 30px;
}

.blog-date {
  color: #747474;
}

.blog-date a {
  color: #747474;
}

.blog-img {
  height: 350px;
}

.blog-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.animate-bnr {
  position: absolute;
  width: 161px;
  height: 171px;
  z-index: 1;
  bottom: auto;
  left: -46px;
  right: auto;
  margin: auto;
  top: -85px;
}

.animate-1 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 237px;
  height: 311px;
  z-index: 1;
  bottom: -60px;
  left: -110px;
  right: auto;
}

.animate-2 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 237px;
  height: 311px;
  bottom: -60px;
  left: auto;
  right: -111px;
}

.animate-3 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 341px;
  height: 230px;
  z-index: 1;
  bottom: 0;
  left: auto;
  right: 0;
}

.animate-4 {
  position: absolute;
  top: -130px;
  margin: auto;
  width: 336px;
  height: 345px;
  z-index: 1;
  bottom: auto;
  left: -150px;
  right: auto;
}

.animate-5 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 295px;
  height: 295px;
  z-index: 1;
  bottom: -124px;
  left: -170px;
  right: auto;
}

.animate-6 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 135px;
  height: 111px;
  z-index: 1;
  bottom: -10px;
  left: auto;
  right: -4px;
}

.animate-7 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 577px;
  height: 580px;
  z-index: 1;
  bottom: -280px;
  left: -210px;
  right: auto;
}

.animate-8 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 372px;
  height: 202px;
  z-index: 1;
  bottom: -80px;
  left: auto;
  right: -114px;
}

.animate-9 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 237px;
  height: 190px;
  z-index: 1;
  bottom: -30px;
  left: -70px;
  right: auto;
}

.animate-10 {
  position: absolute;
  top: auto;
  margin: auto;
  width: 237px;
  height: 190px;
  bottom: -30px;
  left: auto;
  right: -70px;
}

.bnr-ani-outer {
  animation: spin 120s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.breadcumb-area {
  background-image: url(../images/breadcrum-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}

.breadcumb-area h1 {
  font-size: 45px;
  font-family: "Kalnia Glaze", serif;
  margin-bottom: 0;
}

.breadcumb-area h4 {
  font-weight: 300;
}

.page-breadcrmb {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 13px;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  font-size: 22px;
  font-family: "Archivo ExtraCondensed";
  letter-spacing: 1px;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #17191c;
  content: ">";
}

.breadcrumb li a {
  color: #17191c;
}

.breadcrumb-item.active {
  color: #84bd3a;
  font-family: "Archivo ExtraCondensed Medium";
}

.menu-box {
  background-color: transparent;
}

.menu-box .recipes-box-title h4 {
  margin-top: 0px !important;
}

.menu-chart table {
  width: 100%;
}

.menu-chart table td {
  vertical-align: top;
  padding-bottom: 10px;
}

.menu-chart table h5 {
  color: #d45b12;
}

.menu-chart table td:last-child {
  color: #d45b12;
  font-size: 20px;
  font-weight: 500;
  padding-top: 4px;
  width: 32%;
  text-align: right;
}

.menu-chart table td:first-child {
  width: 68%;
  line-height: 22px;
  height: 64px;
}

.menu-box-inner {
  margin: 0px;
}

.menu-box-inner table {
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  max-width: 41%;
}

.menu-page {
  border: 1px solid #fed79d;
  border-top: none;
  padding: 80px 120px 70px;
}

.menu-page-bg {
  background-image: url(../images/menu-page-bg.png);
  background-repeat: repeat;
  background-position: left top;
}

.about-us .story-text a {
  color: #00a851;
}

.about-us .story-text a:hover {
  color: #f57e20;
}

.discover-us {
  background-image: url(../images/discover-bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.discover-us h3 {
  font-family: "Kalnia Glaze", serif;
  margin-bottom: 25px;
}

.discover-us .story-text p {
  color: #ffeee3;
}

.contact-us-top a {
  color: #252525;
}

.contact-us-top a:hover {
  color: #f57e20;
}

.contact-middle .ftr-address li {
  margin-bottom: 26px;
}

/*================= Order Online =============*/

.product-lists .custom-control-label::before,
.product-lists .custom-control-label::after {
  display: none;
}

.product-lists .custom-control label {
  color: #8b8b8b;
}

.product-lists .custom-control .img {
  min-width: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.product-lists .custom-control {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.product-lists .custom-control [type="radio"],
.product-lists .custom-control [type="checkbox"] {
  z-index: 1;
  opacity: 1;
  float: right;
  position: absolute;
  right: 0px;
  top: 7px;
  appearance: none;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #e8e6e6;
  padding: 5px;
}

.product-lists .custom-control [type="radio"]:checked,
.product-lists .custom-control [type="checkbox"]:checked {
  background-color: #4dc286;
}

.product-lists .overlay {
  background: rgb(0 0 0 / 55%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1030;
}

.product-lists .filter-header {
  font-weight: bold;
  font-size: 30px;
}

.product-lists .filter-title {
  font-weight: 500;
  font-size: 22px;
  color: #2d1100;
  margin-bottom: 0;
}

.product-lists .title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.product-lists .mb-30 {
  margin-bottom: 30px;
}

.product-lists .row-grid img {
  margin-bottom: 30px;
  max-width: 100%;
}

.filter-close-btn {
  display: none;
}

.prod-img {
  width: 155px;
  min-width: 155px;
  display: inline-block;
  height: 125px;
}

.prod-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.prod-box-left {
  width: 70%;
}

.prod-box h4 {
  color: #d45b12;
  margin-bottom: 12px;
}

.prod-box .btn-primary {
  padding: 13px 15px;
  font-size: 18px;
  min-width: auto;
}

.prod-rate span {
  color: #8b8b8b;
  font-size: 19px;
}

.prod-rate .woocommerce-Price-amount,
.prod-rate .amount,
.prod-rate .woocommerce-Price-amount.amount,
.prod-rate .woocommerce-Price-currencySymbol {
  color: #d45b12 !important;
  font-size: 22px;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.prod-rate span.price {
  color: #d45b12;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  margin-left: 4px;
}

.select-option-lists-box {
  color: #8b8b8b;
  padding: 5px 20px;
  border-radius: 8px;
  margin-right: 8px;
  display: inline-block;
}

.select-option-lists-box i {
  color: #00a851;
  margin-left: 10px;
}

.seacrh-prod input[type="text"],
.seacrh-prod input[type="email"],
.subscribe-content.search-prod .search-field {
  background-color: #fff;
  color: #8b8986;
  border-color: #fff;
  height: 50px;
  font-family: "Poppins", sans-serif;
  border: none;
}

.subscribe-content.search-prod label {
  width: 100%;
}

.subscribe-content.search-prod .search-field {
  padding: 10px 20px 10px 22px;
  width: 100%;
}

.subscribe-content .search-form {
  display: flex;
}

.seacrh-prod .btn {
  width: 76px;
  padding: 12px;
  font-size: 19px;
  height: 50px;
  border-radius: 0px 10px 10px 0px;
}

.subscribe-content.search-prod .search-submit {
  background-image: url(../images/search-icon.png);
  background-position: center;
  width: 76px;
  padding: 12px;
  font-size: 19px;
  height: 50px;
  border-radius: 0px 10px 10px 0px;
  background-color: #00a851;
  background-repeat: no-repeat;
  border: none;
  text-indent: -200px;
  background-size: 20px;
}

.seacrh-prod {
  width: 450px;
  max-width: 100%;
  float: right;
}

.custom-pagination {
  display: inline-block;
}

.custom-pagination .pagination li {
  color: #1e1f21;
  font-size: 16px;
  margin-right: 12px;
}

.custom-pagination .pagination li a,
.custom-pagination .pagination li span {
  background-color: transparent;
  border: 1px solid #8b8b8b;
  width: 50px;
  height: 50px;
  padding: 3px 10px;
  border-radius: 100% !important;
  line-height: 40px;
  font-weight: normal;
  color: #8b8b8b;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.custom-pagination .pagination li.active a,
.custom-pagination .pagination li a.active,
.custom-pagination .pagination li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00a851;
  border-color: #00a851;
}

.custom-pagination .nav-links a,
.custom-pagination .nav-links span {
  background-color: transparent;
  border: 1px solid #8b8b8b;
  width: 50px;
  height: 50px;
  padding: 3px 10px;
  border-radius: 100% !important;
  line-height: 40px;
  font-weight: normal;
  color: #8b8b8b;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin: 0 5px;
}

.custom-pagination .nav-links .current,
.custom-pagination .nav-links a:hover,
.custom-pagination .nav-links span:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00a851;
  border-color: #00a851;
}

.share-posts li.shareit a {
  color: #84bd3a;
  font-size: 26px;
}

.share-posts li.shareit a i {
  color: #84bd3a;
}

.blog-details-section #comments {
  display: inline-block;
  width: 100%;
}

.post-author-and-date {
  list-style: none;
  margin: 15px 0 5px;
}

.blog-content {
  padding: 25px 4% 0 0;
}

.blog-content a {
  color: #84bd3a;
}

.blog-content a:hover {
  color: #2e713c;
}

.blog-details-section h1,
.blog-details-section h2,
.blog-details-section h3,
.blog-details-section h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #2d1100;
  font-weight: normal;
}

.blog-details-section h1 {
  margin-top: 0;
  margin-bottom: 18px;
}

.post-author-and-date li {
  display: inline-block;
  color: #918d8d;
  font-size: 16px;
  margin: 0 4px 0 0px;
}

.share-posts li.shareit {
  width: auto;
  margin-right: 10px;
}

.share-posts li.shareit a {
  color: #2e713c;
  line-height: 33px;
}

.share-posts li.shareit a:hover i {
  background-color: transparent;
}

.share-posts .shareit {
  display: inline-block;
  color: #2e713c;
  margin-right: 6px;
}

.share-posts .shareit a {
  color: #2e713c;
  font-size: 17px;
  position: relative;
  top: -2px;
}

.tag {
  background-color: #e1e3e5;
  font-size: 20px;
  color: #171c26;
  font-weight: 500;
}

.tag p {
  margin: 0;
}

.share-posts {
  margin: 0;
  padding: 0;
}

.share-posts li {
  margin: 0 10px 0 0;
  font-size: 23px;
  display: inline-block;
  color: #84bd3a;
}

.share-posts li a {
  color: #84bd3a;
}

.share-posts li.shareit {
  width: auto;
  margin-right: 10px;
}

.blog-details-section h2 strong,
.blog-details-section h3 strong {
  font-weight: 500;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-details-section .comment-form .comment-form-first-name,
.blog-details-section .comment-form .comment-form-last-name,
.blog-details-section .comment-form .comment-form-email,
.blog-details-section .comment-form .comment-form-phone {
  width: 50%;
}

.blog-details-section .comment-form p {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  padding: 0 15px;
}

.blog-details-section .comments-area p {
  margin: 10px 0;
}

.blog-details-section .comments-area .comment-form-cookies-consent {
  display: none;
}

.blog-details-section .comment-form input[type="text"],
.blog-details-section .comment-form input[type="email"],
.blog-details-section .comment-form input[type="url"] {
  padding: 8px 25px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  min-height: 60px;
  background-color: #fff;
  color: #444;
  border: 1px solid #ece3dc;
}

.blog-details-section .comment-form textarea {
  display: block;
  width: 100%;
  padding: 8px 25px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  min-height: 50px;
  background-color: #fff;
  color: #444;
  border: 1px solid #ece3dc;
  resize: none;
  height: 125px;
}

.blog-details-section .comment-form label {
  display: none;
}

.blog-details-section .comment-form p.form-submit {
  display: inline-block;
  width: 100%;
}

.blog-captha {
  float: left;
}

.blog-details-section .comment-form input[type="submit"] {
  float: right;
  margin-top: 17px;
  text-transform: capitalize;
}

#reply-title,
.blog-details-section .blog-h4-heading,
.blog-h4-heading {
  color: #2d1100;
  font-size: 31px;
  font-weight: 300;
  margin: 0 0 20px !important;
}

.commentlist {
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.reply {
  margin-bottom: 22px;
}

.comment-content,
.comment-content.comment,
.comment {
  padding: 0 !important;
}

.blog-form {
  background-color: #fff;
  padding: 45px 30px;
  border-radius: 14px;
  margin-top: 50px;
}

.blog-right-title h4 {
  color: #4d4c4b;
  font-family: "Kalnia Glaze", serif;
  margin-bottom: 20px;
  font-size: 25px;
}

.blog-right-col {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.blog-content-2 h5 a {
  color: #242424;
}

.blog-content-2 h5 a:hover {
  color: #f57e20;
}
.blog-right-col .blog-content-2 h5 {
  color: #242424;
  font-size: 17px;
  line-height: 22px;
}

.blog-right-col .blog-content-2 h5 a {
  color: #242424;
}

.blog-right-col .blog-content-2 h5 a:hover {
  color: #00a851;
}

.blog-right-col .blog-date {
  font-size: 14px;
}

.blog-content {
  font-family: "Poppins", sans-serif;
}

.commentlist cite {
  margin-left: 15px;
}

.vcard img {
  border-radius: 100%;
  border: 1px solid #00a851;
}

.error-sec {
  background-image: url(../images/bnr-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 93vh;
}

.error-page h1 {
  font-size: 130px;
  font-weight: 800;
}

.error-page h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
}

.error-page h3 {
  font-weight: 500;
  color: #e1f2fa;
}

.error-page .btn-primary {
  margin-top: 40px;
}

.custom-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
}

.custom-pagination ul.page-numbers li {
  margin: 0 5px;
}

.custom-pagination ul.page-numbers li a,
.custom-pagination ul.page-numbers li span {
  background-color: transparent;
  border: 1px solid #8b8b8b;
  padding: 5px 8px;
  border-radius: 5px !important;
  line-height: 40px;
  font-weight: normal;
  color: #8b8b8b;
  font-size: 18px;
  border-radius: 4px !important;
}

.custom-pagination ul.page-numbers li a:hover,
.custom-pagination ul.page-numbers li .current {
  color: #fff;
  text-decoration: none;
  background-color: #00a851;
  border-color: #00a851;
}

@media (max-width: 1800px) {
  .feedback-box {
    padding-left: 10px;
    margin-top: -40px;
  }
}

@media (max-width: 1400px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 20px;
  }

  .sticky-bar .wsmenu > .wsmenu-list > li > a {
    padding: 24px 17px;
    font-size: 18px;
  }

  .sticky-bar .logo {
    padding: 11px 0;
  }

  .banner-caption {
    font-size: 19px;
  }

  .banner-img {
    height: 620px;
  }

  .service-box {
    padding-top: 77px;
  }

  .banner-caption h2 {
    font-size: 100px;
  }

  .banner-caption h5 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
  }

  .feedback-col p {
    font-size: 15px;
  }

  .common-form .form-control {
    padding: 7px 20px;
    font-size: 16px;
    min-height: 50px;
  }
  .common-form .form-group {
    margin-bottom: 10px;
  }

  .footer-top h3:before {
    width: 80px;
  }

  .ftr-address-col,
  .ftr-address {
    font-size: 16px;
  }

  section {
    padding: 75px 0;
  }

  .blog-img {
    height: 310px;
  }

  .common-content h2 {
    line-height: 40px;
    margin-bottom: 20px;
  }

  .ftr-address-col {
    line-height: 30px;
  }

  .footer-top {
    padding: 60px 0 40px;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .service-box .card-footer {
    padding: 15px 0 28px;
  }

  .service-box .card-footer a {
    font-size: 19px;
  }

  .breadcumb-area {
    padding: 20px 0;
  }

  .breadcumb-area h1 {
    font-size: 40px;
  }

  .breadcrumb {
    font-size: 18px;
  }

  .menu-page {
    padding: 70px 110px 30px;
  }

  .ftr-address li .gap {
    padding-left: 99px;
  }

  .blog-details-section .comment-form input[type="text"],
  .blog-details-section .comment-form input[type="email"],
  .blog-details-section .comment-form input[type="url"] {
    padding: 8px 20px;
    font-size: 16px;
    min-height: 50px;
  }

  .blog-details-section .comment-form textarea {
    padding: 8px 20px;
    font-size: 16px;
  }
  .wsmenu > .wsmenu-list > li > .navtext,
  .wsmenu > .wsmenu-list > li > a {
    padding: 25px 13px;
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  section {
    padding: 80px 0;
  }

  .logo {
    max-width: 200px;
    padding: 10px 0px;
  }

  .btn-secondary {
    font-size: 18px;
    padding: 7px 36px;
  }

  .sticky-bar .logo {
    max-width: 110px;
  }

  .common-content h2 {
    line-height: 38px;
    margin-bottom: 15px;
  }

  .wsmenu > .wsmenu-list > li > a {
    padding: 25px 8px;
    font-size: 17px;
  }

  .sticky-bar .wsmenu > .wsmenu-list > li > a {
    padding: 22px 8px;
    font-size: 17px;
  }

  .pre-header {
    padding: 3px 0;
  }

  .pre-header ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .banner-caption {
    font-size: 18px;
    margin-bottom: 0;
  }

  .banner-caption h2 {
    font-size: 70px;
    margin-bottom: 8px;
  }

  .banner-caption h6 {
    font-size: 19px;
  }

  .banner-caption h5 {
    margin-bottom: 2px;
    font-size: 17px;
    line-height: 28px;
  }

  .bnr-animate-box {
    padding: 94px;
  }

  .common-content h6 {
    margin-bottom: 12px;
  }

  .ftr-address-col,
  .ftr-address {
    font-size: 15px;
  }

  .footer-top {
    padding: 50px 0 10px;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .ftr-col {
    padding: 90px 20px 20px 20px;
    margin: 0;
  }

  .ftr-col2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-socials li {
    font-size: 18px;
  }

  .footer-socials {
    margin-left: 0;
  }

  .footer-socials li {
    margin-right: 8px;
  }

  .footer-bottom {
    font-size: 13px;
  }

  .footer-bottom span {
    font-size: 12px;
  }

  .blog-box {
    font-size: 16px;
  }

  .recipes-box-title h4 {
    font-size: 19px;
  }

  .menu-name {
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .menu-name h5,
  .menu-chart table h5 {
    font-size: 18px;
  }

  .menu-rate,
  .menu-chart table td:last-child {
    font-size: 18px;
  }

  .story-text {
    font-size: 16px;
    line-height: 28px;
  }

  .feedback-col {
    padding: 0 10px 11px;
  }

  .feedback-col p {
    margin-top: 10px;
  }

  .testi-slider-inner {
    padding: 40px 30px 10px;
  }

  .quote-icon {
    padding-top: 15px;
  }

  .blog-box h3 {
    font-size: 23px;
  }

  .blog-content-2 h5 {
    font-size: 17px;
    line-height: 26px;
  }

  .blog-date {
    font-size: 14px;
  }

  .banner-img {
    height: 500px;
  }

  .breadcumb-area h1 {
    font-size: 36px;
  }

  .menu-page {
    padding: 80px 80px 70px;
  }

  .error-page h1 {
    font-size: 70px;
  }

  .error-page h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .error-page h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  section {
    padding: 60px 0;
  }

  .btn-primary {
    padding: 7px 40px;
    font-size: 17px;
    min-width: auto;
  }

  .carousel-caption {
    top: 50%;
  }

  .testi-slider .owl-nav button.owl-prev,
  .testi-slider .owl-nav button.owl-next {
    font-size: 19px;
  }

  .banner-caption h2 {
    font-size: 50px;
  }

  .banner-caption {
    font-size: 16px;
  }

  .logo {
    margin-left: 48px;
  }

  .header-call a {
    padding: 10px 20px;
  }

  .footer-socials {
    margin-left: 0;
  }

  .footer-top {
    padding: 50px 0 0;
  }

  .wsmenu > .wsmenu-list > li > a {
    padding: 9px 15px;
    font-size: 16px;
    text-align: left;
  }

  .common-form .form-group {
    margin-bottom: 15px;
  }

  .blog-img {
    height: 300px;
  }

  .site-header {
    position: relative;
  }

  .ftr-address-col {
    line-height: 28px;
  }

  .ftr-address-col {
    line-height: 28px;
  }

  .footer-socials li {
    font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
  }

  .bnr-animate-box {
    padding: 60px;
  }

  .bnr-ani-outer {
    background-position: top 17px left 0;
  }

  .feedback-box {
    padding-left: 0;
    margin-top: -40px;
  }

  .feedback-col p {
    margin-top: 10px;
    font-size: 12px;
  }

  .feedback-col {
    padding: 0 6px 5px;
  }

  .ftr-logo {
    margin-bottom: -2px;
  }

  .footer-top h3 {
    font-size: 20px;
  }

  .ftr-col2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .subscribe-content input[type="text"],
  .subscribe-content input[type="email"],
  .subscribe-content input[type="search"] {
    height: 52px;
  }

  .footer-socials li i {
    font-size: 19px;
    margin-right: 5px;
  }

  .subscribe-content .btn {
    width: 70px;
    padding: 13px;
    font-size: 24px;
    height: 52px;
  }

  .ftr-address li .gap {
    padding-left: 93px;
  }

  .banner-img {
    height: 360px;
  }

  .breadcumb-area {
    padding: 20px 0;
  }

  .breadcumb-area h1 {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .breadcrumb {
    font-size: 16px;
  }

  .menu-page {
    padding: 50px 40px 20px;
  }

  .animate-9 {
    width: 197px;
    height: 160px;
    bottom: -30px;
    left: -90px;
  }

  .animate-10 {
    width: 197px;
    height: 160px;
    bottom: -30px;
    right: -90px;
  }

  .prod-img {
    min-width: 150px;
    max-width: 150px;
    height: 110px;
  }

  .prod-box .btn-primary {
    padding: 8px 16px;
    font-size: 16px;
  }

  .prod-box h4 {
    margin-bottom: 8px;
  }

  .seacrh-prod {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .blog-details-section .comment-form input[type="text"],
  .blog-details-section .comment-form input[type="email"],
  .blog-details-section .comment-form input[type="url"] {
    padding: 8px 18px;
    font-size: 15px;
    min-height: 50px;
  }
  .wsmenu>.wsmenu-list>li>.navtext, .wsmenu>.wsmenu-list>li>a span {
    display: none;
}
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 26px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  section {
    padding: 50px 0;
  }

  .common-content h6 {
    font-size: 18px;
  }

  .common-content h2 {
    line-height: 35px;
  }

  .btn-primary {
    font-size: 15px;
    padding: 7px 28px;
  }

  .logo {
    margin-left: 40px;
  }

  .testi-slider .owl-nav button.owl-prev,
  .testi-slider .owl-nav button.owl-next {
    font-size: 18px;
  }

  .testi-slider .owl-dots {
    margin-top: 10px !important;
  }

  .testi-slider .owl-nav button.owl-prev {
    right: 30px;
  }

  .testi-slider .owl-nav button.owl-next {
    left: -5px;
  }

  .footer-bottom {
    padding: 14px 0;
    text-align: center;
  }

  .testi-slider-inner {
    font-size: 16px;
    line-height: 27px;
    padding: 26px 20px 6px;
  }

  .feedback-box {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .feedback-col p {
    margin-top: 5px;
    font-size: 14px;
  }

  .quote-icon {
    padding-top: 8px;
  }

  .common-form .form-control {
    padding: 8px 17px;
    font-size: 15px;
    min-height: 48px;
  }

  .blog-date {
    font-size: 15px;
  }

  .ftr-logo {
    margin-bottom: 28px;
  }

  .ftr-col {
    padding: 20px 20px 20px 20px;
    margin: 0;
    background-image: none;
    background-color: #1a1a1a;
  }

  .ftr-col2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-img {
    height: 350px;
  }

  .banner-img,
  .banner-img picture {
    height: 100%;
  }

  .home-slider {
    background-image: url(../images/bnr-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-img {
    display: none;
  }

  .banner-img img {
    object-fit: cover;
    height: 100%;
  }

  .bnr-animate-box {
    padding: 52px;
    max-width: 300px;
  }

  .btn-secondary {
    font-size: 16px;
    padding: 6px 26px;
  }

  .bnr-ani-outer {
    background-position: top 6px left -6px;
  }

  .carousel-caption {
    top: 0;
    position: relative;
    transform: none;
    text-align: center;
    padding-bottom: 70px;
  }

  .banner-caption h5 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    padding: 0 12%;
  }

  .banner-caption h6 {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .banner-caption h2 {
    font-size: 48px;
    margin-bottom: 0;
  }

  .footer-top {
    padding: 40px 0 0;
  }

  .testi-slider {
    padding: 0 15px;
  }

  .banner-caption {
    padding-left: 15px;
  }

  .breadcumb-area {
    padding: 15px 0;
  }

  .breadcumb-area h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .breadcrumb {
    font-size: 15px;
  }

  .menu-page {
    padding: 40px 20px 20px;
  }

  .menu-box-inner table {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .animate-1 {
    width: 147px;
    height: 251px;
    bottom: -90px;
    left: -70px;
  }

  .animate-2 {
    width: 147px;
    height: 251px;
    bottom: -90px;
    right: -70px;
  }

  .animate-3 {
    width: 120px;
    height: 80px;
  }

  .animate-4 {
    width: 246px;
  }

  .animate-5 {
    width: 235px;
    height: 225px;
  }

  .animate-6 {
    width: 85px;
    height: 71px;
  }

  .animate-7 {
    bottom: -460px;
    left: -450px;
  }

  .animate-8 {
    width: 200px;
    height: 122px;
    bottom: -60px;
    right: -44px;
  }

  .prod-img {
    min-width: 130px;
    max-width: 130px;
    height: 100px;
  }

  .prod-img img {
    height: 100%;
    object-fit: cover;
  }

  .prod-box {
    font-size: 15px;
    line-height: 23px;
  }

  .prod-box h4 {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .prod-rate span {
    font-size: 17px;
  }

  .prod-rate span.price,
  .prod-rate .woocommerce-Price-amount,
  .prod-rate .amount,
  .prod-rate .woocommerce-Price-amount.amount,
  .prod-rate .woocommerce-Price-currencySymbol {
    font-size: 19px;
  }

  .container-prod {
    padding: 0;
  }

  .blog-content {
    padding: 15px 0 0 0;
  }

  #reply-title,
  .blog-details-section .blog-h4-heading,
  .blog-h4-heading {
    font-size: 23px;
    margin: 0 0 10px !important;
  }

  .blog-details-section .comments-area p {
    margin: 7px 0;
  }

  .blog-form {
    padding: 20px 20px;
    margin-top: 40px;
  }

  .blog-details-section .comment-form .comment-form-first-name,
  .blog-details-section .comment-form .comment-form-last-name,
  .blog-details-section .comment-form .comment-form-email,
  .blog-details-section .comment-form .comment-form-phone {
    width: 100%;
  }

  .blog-details-section .comment-form input[type="text"],
  .blog-details-section .comment-form input[type="email"],
  .blog-details-section .comment-form input[type="url"] {
    padding: 8px 15px;
    font-size: 15px;
    min-height: 48px;
  }

  .blog-right-col {
    margin-bottom: 20px;
  }

  .blog-right-title h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .error-page h1 {
    font-size: 45px;
  }

  .error-page h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .error-page h3 {
    font-size: 16px;
  }

  .error-page .btn-primary {
    margin-top: 10px;
  }
  .blog-details-section h1 {
    margin-bottom: 12px;
  }
  .blog-img-2 {
    width: 100%;
    height: 350px;
    border-radius: 20px;
  }
  .col-md-last {
    order: inherit;
  }

  .woocommerce-form-login {
    margin: 1em auto !important;
  }
  
  .logo {
    max-width: 180px;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }

  section {
    padding: 40px 0;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 17px;
  }

  .btn-primary {
    font-size: 15px;
    padding: 6px 24px;
    min-width: 120px;
  }

  .btn-primary i {
    right: -16px;
  }

  .bnr-ani-outer {
    background-position: top 16px left -3px;
  }

  .logo {
    max-width: 130px;
    margin: auto;
    left: 8px;
    position: relative;
    padding: 6px 0px;
  }
  .ftr-logo img {
    max-height: 80px;
  }

  .service-box .card-header {
    height: 140px;
  }

  .header-call a i {
    font-size: 16px;
    margin-right: 0;
  }

  .header-call {
    margin-left: 18px;
  }

  .header-call a {
    padding: 8px 14px;
    line-height: 24px;
  }

  .service-box .card-footer a {
    font-size: 15px;
  }

  .searchmodal input {
    padding: 1rem 0;
    font-size: 18px;
  }

  .wsanimated-arrow {
    margin: 13px 0 0 15px;
  }

  .common-content h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .testi-slider-inner {
    padding: 20px 15px !important;
  }

  .common-form .form-control {
    min-height: 45px;
  }

  .footer-top {
    padding: 40px 0 0;
  }

  .site-footer .footer-socials {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .ftr-address-col {
    line-height: 24px;
  }

  .testi-slider .owl-nav button.owl-prev,
  .testi-slider .owl-nav button.owl-next {
    font-size: 15px;
  }

  .testi-slider .owl-nav:before {
    height: 78%;
    left: -7px;
    top: 2px;
  }

  .testi-slider .owl-nav {
    margin-top: 10px;
  }

  .footer-bottom span {
    font-size: 12px;
  }

  .footer-bottom {
    font-size: 12px;
  }

  .ftr-address li .title {
    color: #faa929;
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 6px;
  }

  .ftr-address li .phone-big,
  .ftr-address li .phone-big a {
    font-size: 17px;
  }

  .contact-middle .ftr-address li .phone-big,
  .contact-middle .ftr-address li .phone-big a,
  .ftr-address li .opelists {
    font-size: 17px;
  }

  .contact-middle .ftr-address li {
    margin-bottom: 18px;
  }

  .ftr-col {
    padding: 15px;
  }

  .copyrights {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .footer-bottom span {
    font-size: 10px;
  }

  .ftr-address li {
    font-size: 14px;
  }

  .common-content h2 {
    line-height: 30px;
  }

  .footer-top h3 {
    font-size: 20px;
  }

  .footer-top h3:before {
    width: 62px;
    height: 3px;
  }

  .footer-socials li {
    font-size: 13px;
    padding-right: 7px;
    margin-right: 6px;
  }

  .footer-socials li i {
    font-size: 16px;
    margin-right: 5px;
  }

  .ftr-address li .gap {
    padding-left: 87px;
  }

  .subscribe-content input[type="text"],
  .subscribe-content input[type="email"],
  .subscribe-content input[type="search"] {
    height: 50px;
    font-size: 13px;
    padding: 10px 50px 10px 13px;
  }

  .subscribe-content .btn {
    width: 57px;
    padding: 10px;
    font-size: 19px;
    height: 50px;
  }

  .blog-img-2 {
    width: 100%;
    height: auto;
  }

  .blog-content-2 {
    width: 100%;
    padding: 15px 15px 0 !important;
  }

  .testi-slider-inner {
    background-position: right 12px bottom -24px;
    background-size: 76px;
  }

  .ftr-address-col {
    line-height: 24px;
  }

  .blog-date {
    font-size: 12px;
    line-height: normal;
  }

  .blog-img {
    height: 200px;
  }

  .pre-header ul li {
    font-size: 12px;
    line-height: 15px;
    margin-right: 4px;
    padding-right: 0px;
    border: none;
  }

  .pre-header ul li i,
  .pre-header ul li img {
    margin-right: 2px;
    color: #c4c4c4;
    width: 12px;
    font-size: 10px;
  }

  .blog-box h3 {
    font-size: 20px;
  }

  .feedback-col {
    padding: 0 3px 5px;
    margin-bottom: 10px;
    border: none;
  }

  .feedback-col p {
    margin-top: 0;
    font-size: 13px;
  }

  .feedback-col img {
    max-width: 120px;
  }

  .banner-caption {
    font-size: 13px;
  }

  .banner-caption h2 {
    font-size: 36px;
  }

  .home-slider .owl-dots {
    bottom: 8px !important;
  }

  .header-call a span {
    display: none;
  }

  .banner-caption h5 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
  }

  .recipes-box:before {
    height: 158px;
  }

  .recipes-box {
    padding-top: 158px;
  }

  .recipes-box-title h4 {
    margin-top: -80px;
  }

  .recipes-box .card-body {
    padding-bottom: 6px;
  }

  .menu-name h5,
  .menu-chart table h5 {
    font-size: 16px;
  }

  .menu-rate,
  .menu-chart table td:last-child {
    font-size: 16px;
  }

  .menu-chart table td:first-child {
    width: 70%;
    height: 43px;
  }

  .menu-chart table td:last-child {
    width: 30%;
  }

  .menu-chart table td {
    padding-bottom: 0;
  }

  .story-text {
    font-size: 15px;
    line-height: 25px;
  }

  .testi-slider .owl-nav button.owl-prev:before,
  .testi-slider .owl-nav button.owl-next:before {
    width: 50px;
  }

  .breadcumb-area {
    padding: 15px 0;
  }

  .breadcumb-area h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .breadcumb-area h4 {
    font-size: 17px;
  }

  .breadcrumb {
    font-size: 13px;
    justify-content: center;
    line-height: 19px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-box-inner table {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-page {
    padding: 30px 15px 0px;
  }

  .animate-9,
  .animate-10 {
    width: 157px;
    height: 120px;
  }

  .prod-box-left {
    width: 100%;
  }

  .prod-box .btn-primary {
    padding: 8px 28px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .product-lists .filters-actions {
    position: fixed;
    background: #00a851;
    display: flex;
    justify-content: center;
    border: 0;
    bottom: 0;
    z-index: 1031;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -4px 14px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px -4px 14px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px -4px 14px rgb(0 0 0 / 25%);
    height: 50px;
  }

  .product-lists .filters-actions > div {
    flex: 1;
    text-align: center;
  }

  .product-lists .filters-actions > div:first-of-type {
    border-right: 1px solid #d6d1ce;
  }

  .product-lists .filters-actions > div > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #00a851;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }

  .filter-close-btn {
    display: block;
    text-align: right;
    font-size: 25px;
    padding: 12px 5px;
    color: #f00;
  }

  .product-lists .filter-title {
    font-size: 19px;
  }

  /*.no-border-select.sort-select + .select2-container--default .select2-selection--single{
      background-image: none;
      padding:10px;
    }*/
  .product-lists .filter-btn,
  .product-lists .filter-btn:hover,
  .product-lists .filter-btn:focus,
  .product-lists .filter-btn:active {
    padding: 14px 20px;
    height: 50px;
    border: 0;
    position: relative;
    z-index: 1;
    background: #00a851;
    border-radius: 0;
    color: #fff;
  }

  .product-lists .sort-drop .dropdown-menu {
    width: 100%;
    left: 0;
    position: fixed !important;
    transform: translateY(100%) !important;
    bottom: 50px !important;
    top: auto !important;
    text-align: center;
    border-radius: 6px 6px 0 0 !important;
    box-shadow: none !important;
    transition: 0.3s;
    display: block;
    /* border: 0;*/
    z-index: -11;
  }

  .product-lists .sort-drop .dropdown-menu .dropdown-item {
    padding: 15px 20px !important;
  }

  .product-lists .sort-drop .dropdown-menu .dropdown-item:first-child {
    border-radius: 6px 6px 0 0 !important;
  }

  .product-lists .sort-drop.show .dropdown-menu {
    transform: translateY(0) !important;
  }

  .product-lists .btn.sort-toggle {
    background-image: none;
    padding: 10px !important;
    width: 100%;
    border: 0;
    height: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .product-lists .sidebar {
    position: fixed;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    background: #fff;
  }

  .product-lists .sidebar.open {
    z-index: 1032;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .product-lists .sidebar__inner {
    padding: 15px;
    height: calc(100% - 58px);
    overflow-y: auto;
  }

  .product-lists .filter-header {
    height: 58px;
  }

  .product-lists .filter-body {
    padding-right: 0;
  }

  .custom-pagination .pagination li {
    margin-right: 9px;
  }

  .custom-pagination .pagination li a,
  .custom-pagination .pagination li span {
    width: 40px;
    height: 40px;
    padding: 3px 7px;
    line-height: 40px;
    font-size: 17px;
  }

  .blog-details-section .comment-form input[type="submit"] {
    float: none;
    width: 100%;
  }

  .error-page h2 {
    font-size: 18px;
  }
  .common-form button[type="submit"],
  .common-form input[type="submit"] {
    width: 100%;
  }
  .blog-img-2 {
    height: 200px;
  }
}

/*=========== New CSS =================*/

@media (max-width: 767px) {
  .page-template-order-online .breadcumb-area {
    display: none;
  }
  /* .header-cart {
    display: none;
  } */
  .page-template-order-online .seacrh-prod {
    display: none;
  }
  .filter-title {
    font-weight: 500;
    color: #393939;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .mobile-filter {
    background-color: #fff;
    padding: 20px 0 10px 15px;
  }
  .mobile-filter h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .online-order-section {
    padding-top: 20px;
    position: relative;
    z-index: 1;
  }

  .product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .prod-box {
    font-size: 15px;
    line-height: 20px;
    width: calc(50% - 6px);
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
  }
  .prod-box-left {
    width: 100%;
  }
  .prod-img {
    min-width: 100%;
    max-width: 100%;
    height: 120px;
    width: 100%;
  }
  .prod-box-right {
    padding: 0 14px 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .prod-box .btn-primary {
    padding: 7px 10px;
    font-size: 13px;
  }
  .prod-box h4 {
    margin-bottom: 6px;
    font-size: 16px;
    padding: 0 15px;
    text-align: left;
  }
  .prod-rate span {
    font-size: 12px;
  }
  .prod-rate span.price,
  .prod-rate .woocommerce-Price-amount,
  .prod-rate .amount,
  .prod-rate .woocommerce-Price-amount.amount,
  .prod-rate .woocommerce-Price-currencySymbol {
    font-size: 16px;
  }
  .mobile-prod-img {
    width: 100%;
    height: 160px;
  }
  .mobile-prod-img img {
    width: 100% !important;
    object-fit: cover;
    height: 100%;
  }
  .mobile-products .owl-nav.disabled + .owl-dots {
    position: absolute;
  }
  /* .owl-theme .owl-dots .owl-dot.active span,
  .mobile-products .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 2px 1px;
  } */
  .product-lists .filters-actions {
    display: none;
  }
  .custom-pagination ul.page-numbers li {
    margin: 0 3px;
  }
  .custom-pagination ul.page-numbers li a,
  .custom-pagination ul.page-numbers li span {
    padding: 3px 6px;
    font-size: 15px;
  }
  /*.mobile-banner-image {
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
  }
  .mobile-banner-image img {
    width: 100% !important;
    object-fit: cover;
    height: 100%;
  }*/

  .mobile-banner-image img {
    border-radius: 10px;
  }

  .header-call a {
    padding: 8px 14px;
    line-height: 24px;
  }
  .header-call a span {
    display: none;
  }
  .header-call a i {
    font-size: 16px;
    margin-right: 0;
  }
  .woofood-product-loop .product-button .button {
    padding: 5px 2px !important;
    font-size: 12px !important;
    min-width: 82px !important;
  }
  .woofood-product-loop .product-title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .woofood-product-loop .product-title span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 0;
  }

  .mobile-cart-box {
    background-color: #00a851;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 10;
    width: 100%;
  }
  .mobile-cart-box h5 {
    margin: 0;
    color: #fff;
    font-size: 15px;
  }
  .view-cart-btn {
    color: #fff;
  }

  .main-header {
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
  }
  .select-option-lists {
    display: none;
  }
  .mobile-filter-fixed .custom-control-label {
    position: static;
    margin-bottom: 0;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
  }
  .mobile-filter-fixed .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #adb5bd solid 0px;
    height: 100%;
  }
  .mobile-filter-fixed .custom-control-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: none;
  }
  .filter-image.cat-active {
    border-bottom: 2px solid #00a851;
  }
  .mobile-filter-fixed .cat-active .custom-control-label {
    color: #00a851;
  }
}

@media (max-width: 575px) {
  .mobile-filter h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .filter-title {
    font-size: 13px;
  }

  .prod-box-right {
    position: relative;
  }
  /*.mobile-banner-image {
    height: 85px;
  }*/
  .mobile-filter-fixed .custom-control-label {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .prod-box {
    width: calc(100% - 6px);
    padding-bottom: 0;
  }
}

.fixed-top-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: white; /* Optional: add background */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional */
}

.lds-ellipsis {
  position: fixed !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

/*============== Subscribe Section ===============*/

.pricing-section {
  overflow: hidden;
}
.pricing-section .outer-box {
  max-width: 1170px;
  margin: 0 auto;
}

.pricing-section .row {
  margin: 0 -30px;
  align-items: flex-start;
}

.pricing-section {
  a,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none;
  }

  a,
  a:active,
  a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*--blog----*/

  .sec-title {
    position: relative;
    margin-bottom: 70px;
  }

  .sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(
      to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%
    );
    background: -webkit-linear-gradient(
      to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%
    );
    background: linear-gradient(
      to left,
      rgba(247, 0, 104) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
  }

  .sec-title h2 {
    font-size: 48px;
    font-weight: 700;
  }

  .sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    margin-top: 30px;
  }

  .sec-title.light h2,
  .sec-title.light .title {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
  }

  .pricing-block {
    position: relative;
    margin-bottom: 40px;
  }

  .pricing-block:nth-child(2) {
    transform: scale(1);
  }

  .pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 20px solid #40cbb4;
  }

  .pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #40cbb4;
    text-align: center;
  }

  .pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
  }

  .pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
  }

  .pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #40cbb4;
    border-radius: 50%;
    font-size: 50px;
    color: #40cbb4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
  }

  .pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
  }

  .pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
  }

  .pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #40cbb4;
  }

.pricing-block .features {
    position: relative;
    max-width: 330px;
    margin: 0 auto 20px;
    max-height: 346px;
    overflow-y: auto;
}

/* Webkit browsers (Chrome, Edge, Safari) */
.pricing-block .features::-webkit-scrollbar {
    width: 2px; /* scrollbar width */
}

.pricing-block .features::-webkit-scrollbar-track {
    background: transparent; /* optional: make track transparent */
}

.pricing-block .features::-webkit-scrollbar-thumb {
    background-color: #e3e1e1; /* color of the scroller */
    border-radius: 0; /* make it square if needed */
}

/* Optional: hover effect */
.pricing-block .features::-webkit-scrollbar-thumb:hover {
    background-color: #bebebe;
}

  .pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
  }
  .pricing-block .features li:before {
    position: absolute;
    left: 3px;
    top: 10px;
    font-size: 14px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
  }










  .pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f057";
  }

  .pricing-block .features li a {
    color: #848484;
  }

  .pricing-block .features li:last-child {
    border-bottom: 0;
  }

  .pricing-block .btn-box {
    position: relative;
    text-align: center;
  }

  .pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    text-transform: uppercase;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
  }

  .pricing-block .btn-box a:hover {
    color: #ffffff;
  }

  .pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: none;
    border-radius: 0px;
    border-color: #40cbb4;
  }

  .pricing-block:nth-child(2) .icon-box i,
  .pricing-block:nth-child(2) .inner-box {
    border-color: #1d95d2;
  }

  .pricing-block:nth-child(2) .btn-box a,
  .pricing-block:nth-child(2) .icon-box {
    background-color: #1d95d2;
  }

  .pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;
    background: none;
    border-radius: 0px;
    border-color: #1d95d2;
  }

  .pricing-block:nth-child(2) .icon-box i,
  .pricing-block:nth-child(2) .price {
    color: #1d95d2;
  }

  .pricing-block:nth-child(3) .icon-box i,
  .pricing-block:nth-child(3) .inner-box {
    border-color: #ffc20b;
  }

  .pricing-block:nth-child(3) .btn-box a,
  .pricing-block:nth-child(3) .icon-box {
    background-color: #ffc20b;
  }

  .pricing-block:nth-child(3) .icon-box i,
  .pricing-block:nth-child(3) .price {
    color: #ffc20b;
  }

  .pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;
    background: none;
    border-radius: 0px;
    border-color: #ffc20b;
  }
}

.subscription-section {
  .text-green {
    color: #00a851;
  }

  .subscription-form .form-control {
    font-size: 16px;
    padding: 7px 15px;
    min-height: 48px;
    color: black;
  }
  .subscription-form .days-left {
    width: 150px;
  }
  .subscription-form .days-left input {
    width: 130px;
  }
  .subscription-form .totalAmount {
    font-size: 20px;
  }
  .subscription-form select {
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 13px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .subscription-form .days-left {
    text-align: center;
  }
  .subscription-col {
    max-width: 1220px;
    margin: 0 auto;
  }
  label {
    font-weight: 500;
  }
}

body .swal-button {
  background-color: #00a851;
  padding: 8px 24px;
}

body div:where(.swal2-container) input:where(.swal2-input):focus,
body div:where(.swal2-container) input:where(.swal2-file):focus,
body div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: none;
}
body
  div:where(.swal2-container)
  button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #00a851;
}
.delivery-banner {
  background-color: #d4edda;
  color: #155724;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
  display: none;
}

.delivery-banner.hide {
  transform: translateY(-100%);
}

.delivery-banner .close-btn {
  position: absolute;
  right: 60px;
  top: 10px;
  cursor: pointer;
  font-size: 21px;
  color: #fff;
  display: block;
  z-index: 11111111;
  background-color: #f00;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #f00;
}

@media (max-width: 1400px) {
  .pricing-section {
    .outer-box {
      max-width: 100%;
      margin: 0 15px;
    }
  }
  .subscription-section {
    .subscription-col {
      max-width: 100%;
    }
    form small {
      line-height: 19px;
    }
  }
}

@media (max-width: 1199px) {
  .pricing-section {
    .pricing-block .features li:before {
      left: 10px;
    }
    .pricing-block .features li {
      padding-left: 34px;
    }
  }
}

@media (max-width: 991px) {
  .pricing-section {
    .pricing-block:nth-child(2) {
      transform: scale(1);
    }
    .sec-title {
      margin-bottom: 30px;
    }
    .sec-title h2 {
      font-size: 38px;
    }
  }
}

@media (max-width: 767px) {

.pricing-section {
    .pricing-block .features {
        position: relative;
        max-width: 300px;
        margin: 0 auto 20px;
        max-height: 100%;
        overflow-y: auto;
    }
}
  .pricing-section {
    .sec-title .title {
      font-size: 14px;
      margin-bottom: 6px;
    }
    .sec-title h2 {
      font-size: 29px;
    }
    .sec-title {
      margin-bottom: 13px;
    }
  }

  body div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 23px;
  }
  body div:where(.swal2-container) input:where(.swal2-input),
  body div:where(.swal2-container) input:where(.swal2-file),
  body div:where(.swal2-container) textarea:where(.swal2-textarea),
  body div:where(.swal2-container) select:where(.swal2-select),
  body div:where(.swal2-container) div:where(.swal2-radio),
  body div:where(.swal2-container) label:where(.swal2-checkbox) {
    margin: 0;
    width: 100% !important;
  }
  body div:where(.swal2-container) div:where(.swal2-actions) {
    margin: 0.5em auto 0;
  }
}

@media (max-width: 575px) {
  .pricing-section {
    .pricing-block {
      margin-bottom: 20px;
    }
    .sec-title h2 {
      font-size: 24px;
    }
    .pricing-block .inner-box {
      padding: 0 0 20px;
      border-bottom: 10px solid #40cbb4;
    }
    .pricing-block .icon-box .icon-outer {
      height: 100px;
      width: 100px;
      padding: 15px;
    }
    .pricing-block .icon-box {
      padding: 18px 30px 0;
    }

    .pricing-block .price-box {
      padding: 0px 10px;
    }
    .pricing-block .icon-box i {
      height: 70px;
      width: 70px;
      line-height: 70px;
      font-size: 30px;
    }
    .pricing-block .title {
      font-size: 19px;
    }
    .pricing-block .price {
      font-size: 24px;
    }
    .pricing-block .features li {
      padding: 3px 0;
      padding-left: 34px;
    }
  }

  .subscription-section {
    .subscription-form .form-control {
      font-size: 14px;
      min-height: 42px;
      border-radius: 6px;
    }
    .subscription-form .totalAmount {
      font-size: 16px;
    }
  }
}

/* new-css */

.new-box-class .common-form .form-control {
  color: #a9a9a9 !important;
}

.common-form input,
.common-form select,
.common-form textarea {
  color: #a9a9a9 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  color: #fff !important;
}

.slider-btns-col {
  margin-top: 20px;
}
.slider-btns-col .btn-outline-primary:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.error-sec {
  height: auto;
  padding: 0;
  padding: 140px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-sec h3 {
  font-size: 18px;
}

.events-img picture {
  max-width: 100%;
  border-radius: 20px;
  border: 3px solid #d45e13;
}

.story-img img {
  border-radius: 20px;
  border: 4px solid #f2bc18;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.item.selected {
  border-color: #28a745;
  background-color: #eafaf1;
}

.label {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.controls button {
  width: 30px;
  height: 30px;
  border: none;
  background: #28a745;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}

.count {
  min-width: 24px;
  text-align: center;
  font-size: 16px;
}

.form-section-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.privicy-page .type-page {
  padding: 40px !important;
}

.privicy-page .type-page p {
  line-height: 26px;
}

.privicy-page .entry-header {
  margin-bottom: 40px;
}

.dishes-slider .service-box {
  padding: 0;
}

.dishes-slider .service-box .card-header {
  padding: 0;
}

.dishes-slider .service-box .card-footer {
  padding: 20px 10px;
}


.dbt-slider-1 {
    width: 100%;
}

form.woocommerce-shipping-calculator {
    margin: 15px 0;
}

.checkout{
  padding: 30px 0;
}

@media (max-width:991px){   

.mobile-header-gap{
  height: 60px !important;
}
}



/*========== NEW HOMEPAGE CSS ==================*/

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fcfbf8;
  }

  .hero-section {
    min-height: 80vh;
    background-image: url('hero-background-meal-platter.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }

  .hero-section h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .hero-btn {
    background-color: #ffc107;
    border-color: #ffc107;
    font-weight: 600;
    transition: background-color 0.3s;
  }

  .menu-section {
    background-color: #fff;
  }

  .menu-heading {
    font-size: 2.5rem;
    font-weight: 600;
  }

  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .menu-item-card {
    overflow: hidden;
    border: 1px solid #d9d2ce;
    height: 100%;
    padding: 10px;
    border-radius: 15px;
    transition: all 0.5s;
  }

  .menu-item-card h3 {
    font-size: 22px;
  }

  .menu-item-card-img {
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.5s;
    margin-bottom: 12px;
  }

  .menu-item-card img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
  }

  .menu-main-card-col:hover .menu-item-card img {
    transform: scale(1.1);
    transition: all 0.5s;
  }

  .budget-section {
    background-color: #f9f8f4;
  }

  .budget-heading {
    font-size: 2rem;
  }

  .budget-pill {
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #faf4f0;
    padding: 22px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
  }

  .budget-pill-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .budget-pill i {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #f5e8e1;
    border-radius: 100%;
    font-size: 29px;
    line-height: 50px;
    margin-right: 11px;
    color: #ce601f;
  }

  .budget-pill.selected {
    border: 1px solid #ce601f;
  }

  .budget-pill.selected i {
    background-color: #ce601f;
    color: #fff;
  }

  .explore-slider .item {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 0;
    min-width: auto;
    display: block;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .meal-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px 15px;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    text-align: left;
  }

  .meal-card-list img {
    background-color: #e6e6e6;
    width: auto;
    padding: 14px 15px;
    height: auto;
    border-radius: 8px;
    margin: 0;
    margin-right: 20px;
  }

  .meal-title {
    color: #1a1817;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
  }

  .meal-desc {
    font-size: 0.9rem;
  }

  .occasion-heading {
    font-size: 2rem;
  }

  .occasion-card {
    background-color: #fff;
    border-color: #e9ecef !important;
    transition: transform 0.3s;
  }

  .occasion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }

  .occasion-card p:first-child {
    font-size: 2rem;
  }

  .bg-light-tan {
    background-color: #f5e8e1;
  }


  .menu-item-card p {
    color: #4b4b4bff;
  }

  .menu-heading {
    color: #080808ff;
  }

  .menu-heading .orange-color {
    color: #ce601f;
  }

  .star-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }


  /* Custom Slider Styling */
  .new-homepage-slider .slider-item {
    position: relative;
    overflow: hidden;
  }

  .new-homepage-slider .slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .new-homepage-slider .slider-caption {
    position: absolute;
    bottom: 15px;
    left: 50%;
    max-width: 75%;
    background: rgb(0 0 0 / 41%);
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin: 0 auto;
    border-radius: 50px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 50px;
    width: auto;
    min-width: 55%;
  }

  .new-homepage-slider .slider-caption h5 {
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    text-align: left;
  }

  .new-homepage-slider .slider-caption .btn {
    margin: 0.25rem;
    width: 150px;
    text-align: center;
    padding: 8px 14px;
    border-radius: 9px;
  }

  .new-homepage-slider .slider-caption .btn:hover {
    color: white;
    background-color: #ce601f;
    border: 1px solid #ce601f;
  }

  /* Font Awesome Nav Buttons */
  .new-homepage-slider .owl-nav button {
    position: absolute;
    top: 45%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.3rem;
    transition: 0.3s;
  }

  .new-homepage-slider .owl-nav button:hover {
    background: #ff7b00;
    color: #fff;
  }

  .new-homepage-slider .owl-nav .owl-prev {
    left: -15px;
  }

  .new-homepage-slider .owl-nav .owl-next {
    right: -15px;
  }

  .new-homepage-slider .owl-nav i {
    line-height: 45px;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover,
  .owl-theme .owl-nav [class*="owl-"]:focus,
  .owl-theme .owl-nav [class*="owl-"]:active {
    border: 2px solid #b3b3b3ff;
    color: #1b1b1bff;
    outline: none;
    background-color: #b3b3b3ff;
  }

  .hero-btn-1 {
    padding: 10px 20px;
    color: white;
    background-color: #ce601f;
    border: 1px solid #ce601f;

  }

  .hero-btn-2 {
    padding: 10px 20px;
    color: white;
    background-color: #ffffff00;
    border: 1px solid #ffffffff;

  }

  .addto-cart-btn {
    width: 100%;
    background-color: #ce601f;
    border: 1px solid #ce601f;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    text-align: center;
    display: block;
    margin-top: 19px;
  }

  .addto-cart-btn:hover {
    background-color: #fff;
    border: 1px solid #ce601f;
    color: #ce601f;
  }

  .explore-sec h2 {
    color: #ce601f;
    font-size: 48px;
    font-weight: 900;
    opacity: 0.5;
    margin-bottom: 30px;
  }

  .rate i {
    color: #ce601f;
  }



  .meal-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 17px 15px;
    transition: all 0.3s ease;
    background: #fff;
  }

  .meal-card:hover {
    border-color: #28a745;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
  }

  .meal-card.active-card {
    border: 1.5px solid #28a745;
  }

  .meal-icon {
    width: 36px;
    height: 36px;
  }

  .cta-box {
    background-color: #ce601f;
    border-radius: 20px;
  }

  .cta-box h4 {
    font-size: 48px;
  }

  .order-now-btn {
    color: #d88864;
    padding: 7px 30px;
    font-size: 19px;
  }

  .explore-slider .owl-nav {
    position: absolute;
    top: -71px;
    right: 30px;
  }

  .explore-slider .owl-nav button.owl-prev,
  .explore-slider .owl-nav button.owl-prev,
  .explore-slider .owl-nav button.owl-next,
  .explore-slider .owl-nav button.owl-next {
    position: relative;
    left: 0;
    border: none;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    cursor: pointer;
    color: #24150e;
    font-size: 19px;
    line-height: normal;
    right: auto;
    top: 0;
    bottom: 0;
    margin: 0 13px;
  }

  .explore-slider .owl-nav button.owl-prev:hover,
  .explore-slider .owl-nav button.owl-prev:hover,
  .explore-slider .owl-nav button.owl-next:hover,
  .explore-slider .owl-nav button.owl-next:hover {
    color: #ce601f;
  }


  .explore-slider .owl-nav button.owl-next,
  .explore-slider .owl-nav button.owl-next {
    right: 0;
    left: auto;
  }


  @media screen and (max-width: 991px) {
    .new-homepage-slider .slider-caption h5 {
      font-size: 15px;
    }

    .new-homepage-slider .slider-caption .btn {
      min-width: 100px;
      width: auto;
      text-align: center;
      padding: 5px 14px;
      border-radius: 9px;
      font-size: 13px;
    }

    .star-rating {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .explore-sec h2 {
      font-size: 26px;
      margin-bottom: 20px;
    }

    .cta-box h4 {
      font-size: 30px;
    }
  }


  @media screen and (max-width: 767px) {

    .new-homepage-slider .slider-item {
      position: relative;
      overflow: hidden;
      height: 380px;
    }

    .new-homepage-slider .slider-item img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .new-homepage-slider .slider-caption {
      display: block;
      padding: 18px 15px 7px;
      max-width: 97%;
    }

    .new-homepage-slider .slider-caption h5 {
      text-align: center;
    }

    .new-homepage-slider .owl-nav button.owl-prev,
    .new-homepage-slider .owl-nav button.owl-next,
    .new-homepage-slider .owl-nav button.owl-next {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }

    .new-homepage-slider .owl-nav i {
      line-height: 40px;
    }

    .menu-heading {
      font-size: 1.8rem;
    }

    .menu-item-card h3 {
      font-size: 18px;
    }

    .menu-item-card p {
      color: #4b4b4bff;
      line-height: 20px;
      font-size: 13px;
    }

    .budget-pill i {
      width: 40px;
      height: 40px;
      font-size: 22px;
      line-height: 40px;
      margin-right: 8px;
      min-width: 40px;
    }

    .explore-slider .owl-nav {
      position: relative;
      top: auto;
      right: 0;
      margin-top: 20px;
      text-align: center;
    }

    .explore-slider .owl-nav button.owl-prev,
    .explore-slider .owl-nav button.owl-prev,
    .explore-slider .owl-nav button.owl-next,
    .explore-slider .owl-nav button.owl-next {
      font-size: 16px;
    }

    .meal-card-list img {
      padding: 11px 11px;
      margin: 0;
      margin-right: 10px;
      height: auto;
    }

    .cta-box h4 {
      font-size: 26px;
    }

    .order-now-btn {
      padding: 7px 24px;
      font-size: 16px;
    }

    .menu-main-card-row {
      margin: 0 -3px;
    }

    .menu-main-card-col {
      padding: 0 5px;
    }

    .star-rating {
      font-size: 11px;
    }

    .budget-pill {
      padding: 13px 10px;
    }
    .budget-heading {
    font-size: 1.6rem;
}
  }


  tr.fee th {
    font-size: 16px !important;
    font-weight: 400 !important;
}