body{padding: 0; margin: 0; font: 400 15px/24px var(--Montserrat); color: var(--secondary-color);}
a{padding: 0; margin: 0; outline: none; text-decoration: none;}
ul{ list-style: none; padding: 0; margin: 0;}
label{padding: 0; margin: 0;}
ul li{ padding: 0; margin: 0;}
:is(p,h1,h2,h3,h4,h5,h6){padding: 0; margin: 0;}
a, button, input[type="submit"], ::before, ::after{transition: var(--transition);}
input[type="submit"]{cursor: pointer; border: 0; outline: none; background: none; padding: 10px 15px;}
::placeholder{opacity: 1;}
img{max-width: 100%; height: auto;}
figure{margin: 0;}
.media{display: flex; align-items: flex-start; gap: 16px;}
.media-object{flex: 1;}
:is(p,h1,h2,h3,h4,h5,h6){margin-bottom: 13px;}
:is(p,h1,h2,h3,h4,h5,h6):last-child{margin-bottom: 0;}


:root {
  /* Colors */
  --primary-color: #c61d23;
  --secondary-color: #404041;
  --success-color: #198754;
  --danger-color: #dc3545;
  --dark: #000;
  --darkRGB: 0, 0, 0;
  --light: #FFF;
  --lightRGB: 255, 255, 255;
  --muted: #777;

  /* Font Family */
  --Montserrat: 'Montserrat';
  --Zapfino: 'Zapfino';

  /* Heading Font Sizes */
  --heading-xs: 24px;
  --heading-sm: 25px;
  --heading-md: 26px;
  --heading-lg: 28px;
  --heading-xl: 30px;
  --heading-xxl: 32px;
  --heading-lineHeight: 1.2;

  /* Paragraph Font Sizes */
  --text-xxs: 15px;
  --text-xs: 16px;
  --text-sm: 18px;
  --text-md: 20px;
  --text-lg: 26px;
  --text-lineHeight: 1.4;

  --transition: all 0.3s ease-in-out;
}


/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('assets/fonts/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



@font-face {
    font-family: 'Zapfino';
    src: url('assets/fonts/Zapfino.eot');
    src: url('assets/fonts/Zapfino.eot') format('embedded-opentype'),
         url('assets/fonts/Zapfino.woff2') format('woff2'),
         url('assets/fonts/Zapfino.woff') format('woff'),
         url('assets/fonts/Zapfino.ttf') format('truetype'),
         url('assets/fonts/Zapfino.svg#Zapfino') format('svg');
}



.headersec.fixed_header{transition: var(--transition);}
.headersec.fixed_header{position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 0 8px -5px #333;}
@keyframes animationFade {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.headersec.fixed_header {position: fixed;inset: 0 0 auto;margin: 0;z-index: 1002;animation: animationFade 1s both;
box-shadow: 0 0 8px -5px #333;}



.flexCenter{display:flex;justify-content:center;align-items:center;}
.alignCenter{display: inline-flex;align-items:center;}
.flexBetween{display: flex;align-items:center; justify-content: space-between;}
.padding-120{padding:120px 0;}
.padding-100{padding:100px 0;}
.padding-80{padding:80px 0;}

:is(p,li){font-size: var(--text-lg); line-height: var(--text-lineHeight);font-weight: 400;}
.pagehding h2{font-size: var(--heading-xxl); line-height: var(--heading-lineHeight); color: var(--primary-color); 
font-weight: 700; text-transform: uppercase;}


.hdrmnu .sub-menu-toggle{display: none;}
ul.slimmenu li .sub-toggle{width: 20px; height: 20px; background: url(assets/images/caret_icon.png) no-repeat center center;
background-size: 25px;top: 14px; right: -4px;}
ul.slimmenu li .sub-toggle i{display: none;}
ul.slimmenu li .sub-toggle::before{content: none;}
ul.slimmenu li > ul{width: 200px; background: var(--light); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 10px; border-radius: 8px;}
ul.slimmenu li > ul > li{width: 100%; background: transparent; margin: 0;}
ul.slimmenu li > ul > li > a{display: block; text-transform: capitalize; color: var(--secondary-color); width: 100%;
background: transparent; padding: 8px 12px; border-bottom: 1px solid rgba(var(--dark), 0.09) !important; border-radius: 0 !important;}
ul.slimmenu li > ul > li > a:hover{background: var(--primary-color); color: var(--light);
border-color: var(--primary-color) !important;border-radius: 6px !important;}
ul.slimmenu li > ul > li:last-child > a{border: 0 !important;}

body{background: #fff6ed;}

.headersec{padding: 44px 0 30px; width: 100%; top: 0; left: 0; z-index: 99; background: #ffefe1; position: absolute;}
.hderinr{position: relative; display: flex; align-items: center; justify-content: space-between;}
.hderRght{display: inline-flex; align-items: center;}
ul.slimmenu > li{margin-right: 77px;}
ul.slimmenu > li > a{display: inline-flex; color: var(--secondary-color); font-weight: 500; font-size: 26px;}
ul.slimmenu > li > a:hover{color: var(--primary-color);}
.hderbtn{display: inline-flex; align-items: center; color: var(--secondary-color); font-weight: 500; font-size: 26px;
border-radius: 10px; border: 1px solid var(--primary-color); padding: 8px 13px;}
.hderbtn:hover{background: var(--primary-color); color: var(--light);}
.headersec .container{padding-left: 110px;}

.flavourpnel h1{font-weight: 600; font-size: 72px; margin-bottom: 55px;}
.flavourpnel h1 b{font-family: var(--Zapfino); color: var(--primary-color); display: inline-block;}
.flavourpnel h1 em{display: block; text-align: right; font-style: normal;}
.flavourpnel .media-object{display: inline-flex; flex-direction: column; align-items: flex-start;}
.flavourpnel strong{display: inline-flex; color: var(--light); background: var(--primary-color); line-height: 70px;
font-weight: 600; font-size: 64px; padding: 18px 35px; border-radius: 20px; margin-top: 55px;}

.bestsellertop{padding: 40px 0;}
.bestsellerslderone{padding: 0 100px; margin-top: 35px;}
.bestsellertitle{text-align: center; padding-top: 24px;}
.bestsellertitle h3{font-weight: 500; font-size: 17px; line-height: 22px; text-transform: uppercase;}
.flavourpnel .media{align-items: center; flex-direction: row-reverse;}
.flavourimge{max-width: 800px;}
.flavourSec{padding: 40px 0;}

.whypnel h3{font-size: 35px;}
.whypnel .media{align-items: center; gap: 45px;}
.whimage{max-width: 780px;}
.whypnel{background-repeat: no-repeat !important; background-size: cover !important; padding-right: 50px;}

.enquiryparent{background: #ffefe1 url(assets/images/enquiryElmnt.png) no-repeat bottom 80px right 80px; width: 100%;
max-width: 1824px; margin: 0 auto; background-size: 800px;}
.enquirypnel{padding: 80px 0; display: flex; align-items: flex-start; justify-content: space-between;}
.enquiryinfo p a{color: var(--primary-color); font-weight: 500;}
.enquiryinfo p, .enquirypnel h2{margin-bottom: 30px;}
.enquiryinfo p:last-child{margin: 0;}
.enquiryinfo p a:hover{text-decoration: underline;}
.enquirysocil ul{display: inline-flex; align-items: center; gap: 20px;}
.enquirysocil li a{width: 50px; height: 50px; border: 1px solid var(--secondary-color); border-radius: 100%; overflow: hidden;
display: inline-flex; align-items: center; justify-content: center;}
.enquirysocil li a:hover{border-color: var(--primary-color);}

.chefs_retailerpnel p, .chefs_retailerpnel h2{margin-bottom: 30px;}
.chefs_retailerSec{padding: 70px 0 0; background: url(assets/images/chefs_retailerElmnt.png) no-repeat center center;
background-size: 1900px;}
.chefs_retailerpnel .media{align-items: center; gap: 120px; flex-direction: row-reverse;}
.chefs_retailerimg{max-width: 600px;}

.bestsellerProduct{background: #ffefe1; padding: 30px 20px; position: relative; min-height: 440px;}
.bestsellerProductcont h2{font-size: var(--heading-xxl); line-height: var(--heading-lineHeight); color: var(--primary-color); 
font-weight: 700; text-transform: uppercase;}
.bestsellerProductcont h3{font-size: 26px; line-height: 30px; text-transform: uppercase;}
.bestsellerProductcont strong{display: block; font-size: 15px; font-weight: 700; color: var(--primary-color);}
.bestsellerProductcont p{font-size: 20px; width: 82%;}
.selereLink{display: inline-flex; color: var(--secondary-color); font-size: 17px; font-weight: 700; margin-top: 12px;}
.selereLink:hover{color: var(--primary-color);}
.bestsellerProductcont h3, .bestsellerProductcont h2 {margin-bottom: 23px;}
.bestsellerProductimge{position: absolute; bottom: 20px; right: 20px; max-width: 185px;}
.bestSeler_bigProduct1 img{width: auto !important; display: inline-block !important;}
.bestsellerProductcont{width: 65%;}

.enquirysocil li{display: inline-flex;}
.headersec.fixed_header{padding: 12px 0;}
.headersec.fixed_header .hdrlgo{max-width: 120px;}
.flavourSec{margin-top: 300px;}

.flavourpnel h1 em {margin-right: -63px;}
.whySec{background-repeat: no-repeat !important; background-size: contain; background-position: left bottom;}
.whySec .media-object{max-width: 800px;}
.whypnel .media{justify-content: flex-end; min-height: 570px;}
.whypnel{padding: 50px;}
.flavourpnel h1 b{font-weight: normal;}
.flavourpnel h1 b {height: 0;}
ul.slimmenu > li:last-child{display: none;}
.bestsellerProductimge img{mix-blend-mode: darken;}
.enquirysocil {max-width: 422px;width: 100%;}




.bigContainer .container{max-width: 1824px;}

@media screen and (min-width:1600px) {

.container{max-width: 1625px;}

}

@media (min-width: 1700px) and (max-width: 1799px) {
.bigContainer .container{max-width: 1650px;}

.headersec{padding: 25px 0;}
.headersec .container {padding-left: 12px;}
.bestsellerProductcont h3 {font-size: 25px;}
.bestsellerProductcont {width: 70%;}
.bestsellerProductimge {max-width: 165px;}
.bestsellerProductcont p {width: 85%;}
.chefs_retailerSec{background-size: 1800px;}
.flavourSec {margin-top: 276px;}
.whypnel .media {min-height: 480px;}
.whySec .media-object {max-width: 775px;}



}

@media (min-width: 1600px) and (max-width: 1699px) {
.bigContainer .container{max-width: 1584px;}

.headersec{padding: 20px 0;}
.headersec .container {padding-left: 12px;}
.bestsellerProductcont h3 {font-size: 25px;}
.bestsellerProductcont {width: 70%;}
.bestsellerProductimge {max-width: 151px;}
.bestsellerProductcont p {width: 85%;}
.chefs_retailerSec{background-size: 1800px;}
.hdrlgo{max-width: 210px;}
ul.slimmenu > li {margin-right: 68px;}
.flavourSec {margin-top: 236px;}
.whypnel .media {min-height: 422px;}
.whySec .media-object {max-width: 775px;}

}

@media only screen and (max-width: 1599px) {
.pagehding h2, .bestsellerProductcont h2 {font-size: var(--heading-xl);}
:is(p,li){font-size: var(--text-md);}
.bigContainer .container{max-width: 1320px;}

.headersec .container {padding-left: 12px;}
.headersec{padding: 15px 0;}
ul.slimmenu > li {margin-right: 50px;}
.hdrlgo{max-width: 180px;}
ul.slimmenu > li > a, .hderbtn {font-size: 22px;}
.enquiryinfo p, .enquirypnel h2 {margin-bottom: 25px;}
.enquirysocil li a {width: 46px;height: 46px;}
.enquirypnel {padding: 65px 0;}
.enquiryparent {background-size: 700px; background-position: bottom 50px right 50px;}
.chefs_retailerSec {padding: 60px 0 0; background-size: 1400px;}
.chefs_retailerpnel p, .chefs_retailerpnel h2 {margin-bottom: 25px;}
.chefs_retailerimg {max-width: 500px;}
.bestsellerProduct{padding: 15px; min-height: 385px;}
.bestsellerProductcont strong {line-height: 20px; font-size: 14px;}
.bestsellerProductcont h3, .bestsellerProductcont h2 {margin-bottom: 18px;}
.bestsellerProductcont h3 {font-size: 21px; line-height: 25px;}
.bestsellerProductcont p {font-size: 17px; width: 90%;}
.selereLink {font-size: 15px;margin-top: 10px;}
.bestsellerProductimge {bottom: 15px;right: 15px;max-width: 137px;}
.bestsellerProductcont {width: 70%;}
.bestsellertitle h3 {font-size: 16px; line-height: 20px;}
.bestsellerslderone {padding: 0 76px;margin-top: 30px;}
.whypnel h3 {font-size: 32px;}
.whimage {max-width: 655px;}
.flavourpnel h1 {font-size: 55px;margin-bottom: 50px;}
.flavourpnel strong {line-height: 60px;font-size: 55px;padding: 15px 28px;margin-top: 45px;}
.flavourimge {max-width: 670px;}
.flavourSec {margin-top: 198px;}
.flavourpnel h1 em {margin-right: -46px;}
.whySec .media-object {max-width: 675px;}
.whypnel {padding: 40px;}
.whypnel .media {min-height: 335px;}

.enquirysocil {max-width: 353px;}


}

@media only screen and (max-width: 1399px) {
.pagehding h2, .bestsellerProductcont h2 {font-size: var(--heading-lg);}
:is(p,li){font-size: var(--text-sm);}
.bigContainer .container{max-width: 1140px;}

.headersec {padding: 12px 0;}
ul.slimmenu > li > a, .hderbtn {font-size: 18px;}
.hdrlgo {max-width: 150px;}
.whypnel h3 {font-size: 30px;}
.whypnel .media {gap: 35px;}
.whimage {max-width: 550px;}
.bestsellertitle h3 {font-size: 15px;line-height: 20px;}
.bestsellerslderone {padding: 0 55px;margin-top: 26px;}
.flavourpnel h1 {font-size: 47px;margin-bottom: 47px;}
.flavourpnel strong {line-height: 45px;font-size: 40px;padding: 13px 22px;margin-top: 35px;}
.flavourimge {max-width: 600px;}
.enquirypnel {padding: 50px 0;}
.enquirysocil ul {gap: 15px;}
.enquirysocil li a {width: 43px;height: 43px;}
.enquiryparent {background-size: 600px;background-position: bottom 44px right 44px;}
.chefs_retailerSec {padding: 45px 0 0;background-size: 1200px;}
.chefs_retailerpnel p, .chefs_retailerpnel h2 {margin-bottom: 23px;}
.chefs_retailerimg {max-width: 430px;}
.chefs_retailerpnel .media {gap: 100px;}
.bestsellerProductcont strong {line-height: 19px;font-size: 13px;}
.bestsellerProductcont h3 {font-size: 18px;line-height: 21px;}
.bestsellerProductcont p {font-size: 15px;}
.bestsellerProductimge {max-width: 115px;}
.bestsellerProduct {padding: 13px;min-height: 335px;}
.flavourSec {margin-top: 164px;}
.flavourpnel h1 em {margin-right: -41px;}
.whySec .media-object {max-width: 510px;}
.whypnel {padding: 35px;}

.enquirysocil {max-width: 303px;}


}

@media only screen and (max-width: 1199px) {
.pagehding h2, .bestsellerProductcont h2 {font-size: var(--heading-md);}
.bigContainer .container{max-width: 960px;}
:is(p,li){font-size: var(--text-xs);}

ul.slimmenu > li > a, .hderbtn {font-size: 17px;}
ul.slimmenu > li {margin-right: 30px;}
.hdrlgo {max-width: 126px;}
.whypnel h3 {font-size: 26px;}
.whypnel .media {gap: 25px;}
.whimage {max-width: 485px;}
.flavourimge {max-width: 500px;}
.flavourpnel h1 {font-size: 41px;margin-bottom: 35px;}

.flavourpnel strong {line-height: 40px;font-size: 35px;padding: 11px 20px;margin-top: 27px;}
.flavourSec {padding: 35px 0;}

.bestsellerslderone .owl-dots{display: flex; margin: 23px 0 0; align-items: center; justify-content: center; gap: 11px;}
.bestsellerslderone .owl-dots button{width: 11px; height: 11px; background: var(--secondary-color); opacity: 0.55;}
.bestsellerslderone .owl-dots button.active{opacity: 1;}

.bestsellerbtmSlder .owl-dots{display: flex; margin: 23px 0 0; align-items: center; justify-content: center; gap: 11px;}
.bestsellerbtmSlder .owl-dots button{width: 11px; height: 11px; background: var(--secondary-color); opacity: 0.55;}
.bestsellerbtmSlder .owl-dots button.active{opacity: 1;}

.bestsellerProductimge {max-width: 150px;}
.enquirypnel {padding: 35px 0;}
.enquiryinfo p, .enquirypnel h2 {margin-bottom: 20px;}
.enquirysocil li a {width: 40px;height: 40px;}
.enquirysocil ul {gap: 12px;}
.enquiryparent {background-size: 500px;background-position: bottom 33px right 33px;}
.chefs_retailerpnel p, .chefs_retailerpnel h2 {margin-bottom: 18px;}
.chefs_retailerpnel .media {gap: 40px;}
.chefs_retailerimg {max-width: 360px;}
.chefs_retailerSec {padding: 35px 0 0;background-size: 1000px;}

.headersec.fixed_header .hdrlgo {max-width: 110px;}
.flavourSec {margin-top: 142px;}
.flavourpnel h1 em {margin-right: -35px;}
.whySec .media-object {max-width: 410px;}
.whypnel {padding: 27px;}
.whypnel .media {min-height: 300px;}

.enquirysocil {max-width: 255px;}

}

@media only screen and (max-width: 991px) {

.collapse-button{right: 0; background: transparent !important; border-radius: 0; padding: 0; width: auto;justify-content: center;
display: flex;flex-direction: column;align-items: flex-end;}
.collapse-button .icon-bar{background: var(--secondary-color); height: 3px; border-radius: 5px; width: 27px; margin: 3px 0;
transition: all 0.45s ease-in-out;}
.collapse-button .icon-bar:first-child{margin-top: 0; width: 22px;}
.collapse-button .icon-bar:last-child{margin-bottom: 0; width: 22px;}
ul.slimmenu{background: var(--secondary-color); position: fixed; top: 0; flex-wrap: initial; right: -82%; height: 100vh !important; width: 80%; z-index: 999; padding: 100px 20px 20px;
transition: all 0.45s ease-in-out; overflow-x: auto; display: flex !important; flex-direction: column; justify-content: flex-start;}
body.sideMenu{overflow: hidden;}
.menuOvrly{position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(var(--lightRGB), 0.92); z-index: 99;
transition: all 0.45s ease-in-out; opacity: 0; visibility: hidden;}
.sideMenu .menuOvrly{opacity: 1; visibility: visible;}
.sideMenu ul.slimmenu{right: 0;}
ul.slimmenu > li{border-bottom: 1px solid rgba(var(--lightRGB), .1); transition: all 0.75s ease-in-out; padding: 5px 0;
padding-left: 65px;}
ul.slimmenu > li > a{padding: 10px 0; color: var(--light); border: 0 !important;}
ul.slimmenu > li:last-child{border: 0;}
ul.slimmenu li .sub-toggle{background: transparent; height: 43px !important; width: 43px; display: flex; top: 5px;
align-items: center; justify-content: center;}
.sideMenu ul.slimmenu > li{padding-left: 0; margin: 0;}
.closeMenu{position: absolute; right: 82%; top: 20px; width: 32px; height: 32px; z-index: 999; opacity: 0; visibility: hidden;
transform: rotate(-25deg); transition: all 0.45s ease-in-out; transition-delay: 0.2s;}
.closeMenu::before, .closeMenu::after {position: absolute;left: 15px;content: ' ';height: 33px;width: 2px;
background-color: var(--secondary-color);}
.closeMenu::before {transform: rotate(45deg);}
.closeMenu::after {transform: rotate(-45deg);}
.sideMenu .closeMenu{transform: rotate(0deg); opacity: 1; visibility: visible;}
ul.slimmenu > li > a:hover{padding-left: 8px; opacity: .6;}
ul.slimmenu li .sub-toggle i{display: none;}
ul.slimmenu li .sub-toggle::before{content: none;}
ul.slimmenu li .sub-toggle::after{border-left: solid 6px transparent; border-right: solid 6px transparent;
border-top: solid 6px var(--light); 
height: 0; width: 0; position: absolute; content: "";}
ul.slimmenu.collapsed li > ul{width: 100%; background: var(--light); float: left;}
ul.slimmenu.collapsed li > ul > li{background: transparent;}
ul.slimmenu.collapsed li > ul > li > a{padding: 10px 12px; color: var(--secondary-color); text-transform: capitalize;}
ul.slimmenu.collapsed li > ul > li i{display: none;}
ul.slimmenu.collapsed li > ul > li > a:hover{background: var(--secondary-color); color: var(--light);}

.pagehding h2, .bestsellerProductcont h2 {font-size: var(--heading-sm);}
.bigContainer .container{max-width: 720px;}
:is(p,li){font-size: var(--text-xxs);}

.headersec .container{max-width: 100% !important;}
.hderbtn{margin-right: 55px;}
ul.slimmenu > li > a:hover {color: var(--light);}
.hdrlgo {max-width: 107px;}
.enquirypnel {padding: 30px 0;}
.chefs_retailerpnel .media {gap: 25px;}
.chefs_retailerimg {max-width: 300px;}
.chefs_retailerpnel p, .chefs_retailerpnel h2 {margin-bottom: 14px;}
.chefs_retailerpnel br{display: none;}
.chefs_retailerSec {padding: 30px 0 0;background-size: 850px;}
.enquiryparent {background-size: 400px;background-position: bottom 25px right 25px;}
.bestsellerProductimge {max-width: 115px;}
.bestsellerProductcont p {width: 88%;}
.whypnel .media{display: inline-block;}
.whypnel{padding: 15px;}
.whimage {max-width: 290px;float: left;margin: 0 20px 13px;}
.whypnel h3 {font-size: 23px;}
.flavourpnel h1 {font-size: 30px;margin-bottom: 30px;}
.flavourpnel strong {line-height: 30px;font-size: 25px;padding: 10px 18px;margin-top: 20px; border-radius: 6px;}
.flavourimge {max-width: 390px;}

.headersec.fixed_header .hdrlgo {max-width: 102px;}
.flavourSec {margin-top: 124px;}
.flavourpnel h1 em {margin-right: -26px;}

.whySec .media-object {max-width: 100%;}
.whimage{margin: 0;}
.whypnel .media {min-height: auto; text-align: center;}
.whypnel{background: url(assets/images/charminar_mobile.jpg) no-repeat top center !important; padding-top: 360px;
background-size: cover !important;}
.hderbtn{display: none;}
ul.slimmenu > li:last-child{display: block;}

.enquirysocil {max-width: 212px;}


}

@media only screen and (max-width: 767px){
.pagehding h2, .bestsellerProductcont h2 {font-size: var(--heading-xs);}

.animated {animation-duration: initial;animation-fill-mode: initial;}
.bigContainer .container{max-width: 540px;}

.flavourpnel .media{flex-direction: column; align-items: center;}
.flavourpnel .media-object{width: 100%; text-align: center; align-items: center; justify-content: center;}
.flavourpnel h1 em {text-align: center;}
.flavourpnel h1 {margin-bottom: 15px;}
.flavourpnel strong {line-height: 25px;font-size: 22px;padding: 9px 15px;margin-top: 8px;border-radius: 6px;}
.flavourimge {max-width: 370px;}
.whypnel .media{display: flex; flex-direction: column; align-items: center;}
.whimage{margin: 0;}
.bestsellerslderone {padding: 0; margin-top: 24px;}
.chefs_retailerpnel .media {flex-direction: column-reverse;}
.enquirypnel {padding: 25px 0;flex-direction: column;text-align: center;align-items: center; gap: 25px;}

.chefs_retailerpnel, .whypnel {text-align: center;}
.whypnel h3 {font-size: 20px;}
.hdrlgo {max-width: 90px;}
.bestsellertop{padding: 30px 0;}
.headersec.fixed_header .hdrlgo {max-width: 89px;}
.flavourSec {margin-top: 108px;}
.flavourpnel h1 em {margin-right: 0;}
.whypnel {padding-top: 379px;}

.enquirysocil {max-width: initial;}


}

@media only screen and (max-width: 575px){
.bigContainer .container{max-width: 100%;}
.whypnel {padding-top: 415px;background-size: 1400px !important;}
.whySec .media-object{padding-top: 30px;}
}

@media only screen and (max-width: 480px){ 

.whySec .media-object{padding-top: 40px;}
.whypnel {padding-top: 440px; background-size: cover !important;}




}

@media only screen and (max-width: 370px){ 

.enquiryinfo p span{display: block;}
.enquiryinfo p br:nth-child(2){display: none;}
.enquiryinfo p br{display: none;}

}