/*.food_cat { overflow-x:scroll; display:flex; width:100%; float:left; }*/
/*.food_cat li { float:left; list-style:none; margin-right:20px; }*/
/*.food_cat li a, .food_cat li a:hover { text-transform:uppercase; font-size:16px; border:none; padding:0; background:none; }*/
/*.page_div { margin:15px 0 20px; border-bottom:1px solid #000; }*/
/*.page_div h2{ margin-bottom:25px; }*/
/*#jp-relatedposts { display:none; }*/



.fooHeader{
    padding-top:25px;
}
.fixed-header {
  position: sticky;
  top: 0px;
  z-index: 50;
  background-color: rgb(254, 254, 254);
  padding-top:16px;
  padding-bottom:16px;
}

ul.food_cat{
    margin:0px;
    padding:0px;
    list-style:none;
}
.fooHeader ul li a {
  border: 0px;
  border-radius: 0.5rem;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.fooHeader ul li a.active {
  background-color: rgb(28, 25, 23);
  color: rgb(254, 254, 254);
}
.fooHeader ul li a.active:hover {
  background-color: rgb(12, 10, 9);
  text-decoration: none;
}
.fooHeader ul li a:hover {
  background-color: rgb(233, 236, 239);
}
.fooHeader ul li a:focus{
    outline:none !important;
}
.fooHeader ul {
  display: flex;
  gap: 0.625rem;
  flex-flow: row;
  overflow-x: auto;
  white-space: nowrap;
}
.fooCatTitle{
    padding: 30px 0px;
    overflow: hidden;
}
.fooCatTitle h2{
    color:#2c3129;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgb(206, 212, 218);
  border-top: 1px solid rgb(206, 212, 218);
  top: 50%;
  width: 600px;
  margin-top: -2px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}


/*.fooItemRow {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: space-between;*/
/*    padding: 30px 0;*/
/*}*/

/*12/30/2023*/

.fooItemRow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
}
.foodContent {
  width: 100%;
  text-align: center;
}

.fooProductThumb{
    margin-bottom:15px;
}
.tm-epo-field-label {
  line-height: 1;
  position: relative;
  padding-left: 23px;
}
.tms-label {
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 600;
  line-height: 17px;
}
.tagText {
  color: #7da84b;
  font-size: 16px;
  margin: 0px;
}
/*--------------------------*/
.qty-container{
  display: block;
  /*align-items: center;*/
  /*justify-content: center;*/
}
.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 62px;
  height: 38px;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 15px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  border-radius: 5px;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}
.slwc_text {
  font-size: 16px;
  margin: 7px 0 17px;
}
.fooAdonRow input[type="checkbox"] {
  margin: -5px 4px 0 0;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 0;
}
.footmf_sec{
    border: 1px solid #d4d4d4;
    border-radius:5px;
    padding:15px;
    height: 100%;
    
}
.fooAdonRow.row{
    justify-content: center;
}
.fooAdonRow.row [class*=col-]{
   margin:15px 0;
}

.fooProductThumb img{
    height: 90px;
  width: 125px;
  object-fit: cover;
  border-radius: 8px;
  border:1px solid rgb(206, 212, 218);;
}
.foodContent h4 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.fooPrice{
    font-size:16px;
}

.bundel_add.my_dundle.fooAddbtn {
  padding: 0px 1.125rem;
  appearance: none;
  text-align: right;
  text-decoration: none;
  box-sizing: border-box;
  font-family: dana;
  display: inline-block;
  width: auto;
  border-radius: 0.5rem;
  font-weight: 600;
  position: relative;
  line-height: 1;
  font-size: 12px;
  user-select: none;
  cursor: pointer;
  border: 0.0625rem solid #000;
  background-color: transparent;
  color: rgb(41, 37, 36);
  font-family: roboto;
  background: none !important;
}


.bundle-footerBx {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  /*display: none;*/
}
.bundle-footerBx {
  font-family: 'Poppins',sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 38px;
}
.bundle-footerBx {
  background-color: rgb(255,255,255);
  box-shadow: rgba(50,50,93,0.25) 0 0 30px 0;
}
.crtDtlsBx h2 {
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
.addTxt {
  font-size: 17px;
  font-weight: 700;
  color: #2F3A30;
}
.crtDtlsBx h2 {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
#bundle-footer-large button.btn-outline-dark {
  font-family: "Biennale",Sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #000000;
  color: #fff;
  padding: 8px 30px;
}

.mantine-rtl-vixk5c {
  outline: 0px;
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  box-sizing: border-box;
  border-radius: 0.5rem;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  background-color: rgb(254, 254, 254);
  border-color: rgb(12, 10, 9);
  padding: 25px 20px;
  margin-top: 14px;
}
.mantine-rtl-vixk5c[data-with-border] {
  border: 0.0625rem solid rgb(222, 226, 230);
}
.mantine-rtl-ovq6ox {
  font-family: 'Roboto';
  color: inherit;
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
  font-weight: bold;
}
.mantine-rtl-1emc9ft {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mantine-rtl-1iy1luo {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.mantine-rtl-1emc9ft > * {
  box-sizing: border-box;
  flex-grow: 0;
}
.mantine-rtl-1o3p1mf {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mantine-rtl-19yq1ws {
  font-family: dana;
  cursor: pointer;
  appearance: none;
  font-size: 1rem;
  text-align: right;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.5rem;
  padding: 0px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  border: 0.0625rem solid transparent;
  background-color: rgb(12, 10, 9);
  color: rgb(254, 254, 254);
}
.mantine-rtl-1w3yqtc {
  font-family: dana;
  color: inherit;
  font-size: inherit;
  line-height: 1.55;
  text-decoration: none;
}
.mantine-rtl-e9bysm {
  font-family: dana;
  cursor: pointer;
  appearance: none;
  font-size: 1rem;
  text-align: right;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.5rem;
  padding: 0px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  border: 0.0625rem solid rgb(12, 10, 9);
background-color: rgb(12, 10, 9);
  color: rgb(254, 254, 254);
}
.foodContent{
    width:100%;
}
.mantine-rtl-Text-root{
    font-size:15px;
}
.footmf_sec div.qty-container{
    display: flex;
    justify-content: center;
}


.elementor-menu-cart__toggle_button { padding:18px 20px !important; }



@media(max-width:576px){
    
    #bundle-footer-large .crtDtlsBx h2{
        font-size: 16px;
    }
    
    #bundle-footer-large button.btn-outline-dark {
      font-size: 12px;
      padding: 5px 30px;
    }
    #bundle-footer-large .col {
        margin-bottom: 7px;
        font-size: 13px;
      }
    
    #bundle-footer-large .row.mt-4.mb-4 {
        margin-top:0px !important;
        margin-bottom:0px !important;
    }
    
    #bundle-footer-large .crtDtlsBx .cart-contents{
        display:none;
    }
    
    
    
}








