@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'ElcaminoBold';
  src: url('../font/ElCaminoBold.woff');
}

@font-face {
  font-family: 'ElcaminoRegular';
  src: url('../font/ElCaminoRegular.woff');
}

@font-face {
  font-family: 'ElcaminoSlim';
  src: url('../font/ElCaminoSlim.woff');
}

@font-face {
  font-family: 'ElcaminoSoft';
  src: url('../font/ElCaminoSoftEdges.woff');
}

@font-face {
  font-family: 'StevenBlackson';
  src: url('../font/StevenBlacksonItalic-Regular.eot');
  src: url('../font/StevenBlacksonItalic-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/StevenBlacksonItalic-Regular.woff2') format('woff2'),
    url('../font/StevenBlacksonItalic-Regular.woff') format('woff'),
    url('../font/StevenBlacksonItalic-Regular.ttf') format('truetype'),
    url('../font/StevenBlacksonItalic-Regular.svg#StevenBlacksonItalic-Regular') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'ElcaminoRegular';
  background: #F0ECDE !important;
}

a {
  text-decoration: none;
}

header {
  background-color: #FFFFFF;
  padding: 18px 0;
}

header .hlocation a {
  color: #E01919;
  font-size: 23px;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 5px;
}

header .hbtn {
  height: fit-content;
  font-size: 25px;
  letter-spacing: 1px;
  background-color: #E01919;
  color: #FFF4E0;
  border-radius: 8px;
  line-height: normal;
  outline: none;
  padding: 12px 20px;
  border: none;
  border: 2px solid #E01919;
  transition: all 0.5s ease-in-out;
  font-family: 'ElcaminoBold';
  margin-top: 10px;
}

header .hbtn:hover {
  background: none;
  color: #000;
  border: 2px solid #E01919;
}

header .hbtn a:hover {
  background: none;
  color: #000;
}
header .mbtn {
  height: fit-content;
  font-size: 11px;
  letter-spacing: 0px;
  background-color: #E01919;
  color: #FFF4E0;
  border-radius: 5px;
  line-height: normal;
  outline: none;
  padding: 6px 8px;
  border: 1px solid #E01919;
  transition: all 0.5sease-in-out;
  font-family: 'ElcaminoBold';
  margin-right: 5px;
}
.header-menus ul {
  list-style-type: none;
}

.header-menus ul li a {
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: #E01919;
  font-size: 32px;
  margin-right: 25px;
  margin-top: 15px;
}

.header-menus ul li a:hover {
  color: #000;
}

.header-menus ul li a:hover {
  background: none;
}

.banner-btn:hover {
  background: none;
  background-color: #FAE03C;
  color: #E01919;
  font-size: 30px;
  /*color: #FFF4E0;*/
}

.hlogo {
  width: 330px;
}

header .hlogo img {
  width: 100%;
  height: 100%;
}

.loc-ic {
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-out 0s;
  cursor: pointer;
}

header .hlocation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
  margin-top: 10px;
}

.itemimg-outer {
  padding-inline: 40px;
  height: 100%;
}

header .menu-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

header .header-menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-menus ul {
  margin-bottom: 0;
}

.header-menus ul li {
  line-height: normal;
}

.hleft,
.hright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.circle-effects:hover header .hlocation a {
  color: #000;
}

.header-menus ul li a {
  position: relative;
  transition: color 0.5s ease-in-out;
  text-decoration: none;
  color: #E01919;
  font-size: 23px;
  margin-right: 25px;
  margin-top: 15px;
}

.header-menus ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.5s ease-in-out;
}

.header-menus ul li a:hover {
  color: black;
}

.header-menus ul li a:hover::after {
  width: 100%;
}

.hlocation {
  display: flex;
  align-items: center;
  gap: 1px;
  position: relative;
}

.hlocation a {
  color: #E01919;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.hlocation a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease-in-out;
}

.hlocation:hover a {
  color: black;
}

.hlocation:hover a::after {
  width: 100%;
}

.circle-effects {
  position: relative;
  width: 32px;
  height: 33px;
  overflow: hidden;
}

.circle-effects img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.circle-effects img:first-child {
  opacity: 1;
}

.circle-effects .circle-row1 img {
  opacity: 0;
}

.hlocation:hover .circle-effects img:first-child {
  opacity: 0;
}

.hlocation:hover .circle-effects .circle-row1 img {
  opacity: 1;
}

.banner {
  background: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  height: 80vh;
  width: 100%;
  position: relative;
}

.banner.banner-mob {
  background: url(../images/banner-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60vh;
}

.banner-btn {
  font-size: 27px;
  letter-spacing: 1px;
  /* background-color: #E01919; */
  /* color: #FFF4E0; */
  border-radius: 8px;
  line-height: normal;
  outline: none;
  padding: 15px 45px;
  /* border: 4.28PX solid #FAE03C; */
  /* position: absolute; */
  /* bottom: 80px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  transition: all 0.5s ease-in-out;
  font-family: 'ElcaminoBold';
  white-space: nowrap;
  border: 4.28px solid #FAE03C;
  background-color: #FAE03C;
  color: #E01919;
}

.banner-btnmo {
  font-size: 27px;
  letter-spacing: 1px;
  color: #FFF4E0;
  border-radius: 8px;
  line-height: normal;
  outline: none;
  padding: 15px 30px;
  border: 4.28PX solid #FAE03C;
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  transition: all 0.5s ease-in-out;
  font-family: 'ElcaminoBold';
}

/* .banner-car-msec{
  position: absolute;
} */


.item-sec {
  background-color: #F0ECDE;
  padding-block: 80px;
}

.item-sec h5 {
  font-family: 'ElcaminoSoft';
}

.storysec,
.visit-sec,
.promotions {
  background-color: #F0ECDE;
  padding-block: 50px;
}

.itemimg-outer img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.item-sec .item-col H5 {
  color: #E01919;
  font-size: 30PX;
  text-align: center;
}

.item-sec .items-row {
  margin-bottom: 40px;
}

.item-sec .items-row:last-child {
  margin-bottom: 0;
}

.item-col {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.item-col:hover {
  transform: translateY(-10px);

}

section.visit-sec .row {
  width: 84%;
  margin-inline: auto;
}

.story-outer {
  background-color: #FFFFFF;
  color: #E01919;
  display: flex;
  align-items: center;
  width: 85%;
  margin-inline: auto;
  position: relative;
}

.story-right p {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.col-md-4.item-col {
  position: relative;
}

.story-right {
  padding-left: 50px;
  padding: 0px 70px 0px 20px;
}

.story-right h2 {
  font-size: 80px;
  text-align: center;
}

.story-left-img {
  transform: translateX(-26px);
  position: relative;
  padding-top: 151px;
  padding-bottom: 34px;
}

.storysec {
  position: relative;
}

.story-top-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 8;
}

.since-img {
  width: 150px;
}

.since-img img {
  width: 100%;
  height: 100%;
}

.since-img {
  width: 150px;
  position: absolute;
  right: 0;
  top: -13px;
}



.visit-sec h3 {
  color: #E01919;
  font-size: 80px;
  text-align: center;
  margin-bottom: 40px;
}

.visit-sec h5 {
  color: #E01919;
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
}

.visit-col.drive-text h4 {
  font-size: 40px;
}

.visit-sec h6 {
  font-family: 'StevenBlackson' !important;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #E01919 !important;
  -webkit-text-fill-color: #E01919 !important;

  font-size: 20px;
  margin-bottom: 0px;
  letter-spacing: 0px;
}


.visit-col {
  margin-bottom: 30px;
}

.visit-col h4 {
  font-size: 22px;
  color: #E01919;
  margin-bottom: -5px;
}

.container.prom {
  background: #D9D9D9;
  padding-block: 60px;
  width: 55%;

}

.container.prom h3:last-child {
  margin-bottom: 0;
}

.container.prom h3 {
  background: #D9D9D9;
  text-align: center;
  margin-bottom: 18px;
  color: #000;
  font-size: 70px;
}

section.visit-sec .col-md-4:last-child {
  padding-left: 11%;
}

section.visit-sec .col-md-4:nth-child(2) {
  padding-left: 5%;
}

.item-col {
  position: relative;
}

/* ------------------find page-------------------------------- */

.find-header {
  background-color: #FFFFFF;
}

.banner-find {
  background-color: #F0ECDE;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 150px;
}

.find-text h2 {
  color: #E01919;
  font-size: 85px;
  font-family: 'ElcaminoBold';
  text-align: center;
}

.find-text span {
  display: block;
}

.find-text h5 {
  color: #E01919;
  font-size: 30px;
  text-align: center;
  margin-bottom: 9px;
  margin-top: -12px;
}

.tab-section {
  background-color: #fff;
  border: 4px solid #000;
  padding: 3px 6px;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 78%;
  margin-inline: auto;
  border-radius: 10px;
  width: fit-content;
}

.tab-btn {
  border: 2px solid black;
  padding: 4px 25px;
  font-size: 16px;
  background-color: transparent;
  color: black;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  z-index: 1;
  font-family: 'ElcaminoBold';
  font-size: 20px;
  border-radius: 5px;
  border: none;
}


.tab-btn.active {
  background-color: black;
  color: white;
}

.tab-btn:hover {
  color: #fff;
}


.tab-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: black;
  transition: width 0.5s ease-out;
  z-index: -1;
}



.tab-btn:hover::after {
  width: 100%;
}


.tab-btn.active::after {
  width: 100%;
}

.col-md-8.find-text {
  margin-top: 90px;
  padding-bottom: 90px;
}

.henimg-outer img {
  height: 100%;
  width: 100%;
}

.henimg-outer {
  position: absolute;
  left: 0;
  background-origin: 0;
  bottom: 0;
}

.search-container {
  position: relative;
  width: 300px;
  margin-inline: auto;
  width: 100%;
}

.search-container input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-top: 8px;
  border: 1px solid #000;
  height: 52px;
  font-family: "Open Sans", sans-serif;


}

.search-container .search-icon {
  position: absolute;
  right: 10px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888;
  cursor: pointer;

  width: 20px;
  height: 20px;
}

.find-search {
  width: 55%;
  margin-inline: auto;
}

.search-container::placeholder {
  color: #888;

  font-family: "Open Sans", sans-serif;
}

.search-container input[type="text"]::placeholder {
  color: #888;

  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

span.search-icon img {
  width: 100%;
  height: 100%;
}


.tab-content {
  display: none;
  padding: 20px;
  background: #f9f9f9;
  background-color: #F0ECDE;
}

.tab-content.active {
  display: block;
  background-color: #F0ECDE;

}

header#find-tab {
  margin-top: 100px;
}

.header-menus ul li a:hover,
.header-menus ul li a.active {
  color: black !important;
}

.header-menus ul li a:hover::after,
.header-menus ul li a.active::after {
  width: 100%;
}

#find-tab .header-menus ul li a.active {
  color: #000 !important;
}


.nav-static {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: top 0.3s;
}

section.promotions {

  padding-bottom: 100px;
}

.menu-h {
  background: #FFFFFF;
}

.container.item-container h2 {
  color: #E01919;
  text-align: center;
  font-family: 'ElcaminoBold';
  font-size: 56px;
  margin-bottom: 70px;
}

.banner-car-msec {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  /* width: 100%; */
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-wrap {
  padding-bottom: 200px;
}

.order1-bg span {

  display: block;

}

.order1-bg .search-container span {
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888;
  cursor: pointer;
  width: 20px;
  height: 20px;

}

.order1-bg .search-container input[type="text"] {
  height: auto;
}




.order1-bg h4 {
  text-align: center;
  color: #E01919;
  font-family: 'ElcaminoBold';
  font-size: 30.55px;
}


.order1-bg h5 {
  text-align: center;
  color: #E01919;
  font-size: 23.53px;
}



section.find-location.find-order-sec {
  background: #F0ECDE;
}

.common-anchor {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}



/* menu page */
.container {
  max-width: 1400px !important;
}

.static-sub {
  background: #F0ECDE !important;
}

.stkymenu {
  background: #FAE03C;
  padding: 10px 0;
  margin-top: 20px;
}

.stkymenu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.stkymenu ul li a {
  color: #E01919;
  font-size: 32px;
}

.stkymenu .container {
  width: 100% !important;
  max-width: 100%;
  display: block;
  padding: 0 30px;
}

.stkymenu ul li.active a {
  color: #000 !important;
}

.itmconsec {


  padding: 30px 18px 50PX;

}

.itmconsec .itmbox {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 12px 18px 12px 18px;
  border-radius: 7px;
  margin: 0 0 20px;
  cursor: pointer;
  border: 4px solid #fff;
  transition: all 0.6s ease-in-out;
}

/* .itmconsec .itmbox:hover {
    border: 4px solid #E01919;
  } */

.itmconsec .itmcon {
  padding: 0 25px;
}

.itmconsec .itmcon h2 {
  color: #443E38;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 10px;

}

.itmconsec .itmcon p {
  color: #443E38;
  font-size: 24px;

  margin: 0 0 10px;
  font-family: 'ElcaminoSlim';
}

.itmconsec .itmcon p span {
  display: block;
}

.itmconsec .itmcon h3 {
  color: #443E38;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 0px;
  font-family: "Open Sans", serif;

}

.cart-container {
  padding: 20px;
  border-radius: 7px;
  background: #fff;
  padding: 50px 40px;

}

.cart-container h2 {
  font-family: 'ElcaminoBold';
  text-align: center;
  margin: 0 0 35px;
  color: #E01919;
}

.item-row {
  display: flex;
  margin-bottom: 15px;
}

.remove-btn {
  display: block;
  font-weight: 400;
  font-family: "Open Sans", serif;
  font-size: 12px;
  color: #E01919;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.cart-container select {
  color: #000 !important;
  font-family: "Open Sans", serif;
  font-size: 20px !important;
}

.cart-container h3 {
  font-family: "Open Sans", serif;
  margin: 0 0 35px;
  color: #000;
  font-weight: 400;
  font-size: 22px;
}

.selre {
  margin: 0 20px 0 0;
}

.cart-container h4 {
  font-family: "Open Sans", serif;
  text-align: center;
  margin: 0 0 35px auto;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  text-align: right;
}

.total-row {
  border-top: 1px solid #E01919;
  padding: 50px 0 35px;
  margin: 50px 0 0;
}

.tlcon {
  display: flex;
  justify-content: space-between;
}

.cart-container h5 {
  font-family: "Open Sans", serif;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 10px;
}

.cart-container h6 {
  font-family: "Open Sans", serif;
  color: #000;
  font-weight: 700;
  font-size: 22px;
  margin: 20px 0 0;
}

.checkout-btn {
  width: 100% !important;
  font-family: 'ElcaminoBold';
  display: block;
  padding: 10px;
  background-color: #E01919;
  color: #FFF4E0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
}

.checkout-btn:hover {
  background: #FAE03C;
  color: #E01919;
}

.accordion.menuacc .accordion-button {
  background: #fff;
  padding: 16px 40px 16px 33%;
  color: #E01919;
  font-size: 60px;
  font-family: 'ElcaminoRegular';
  font-family: 'ElcaminoSoft';
  text-align: center;
  position: relative;
  border-radius: 6px;
  border: 2px solid #E01919;
}

.accordion-item {
  background-color: transparent;
}

.accordion.menuacc .accordion-button::after {
  background: url(../images/redarw.svg)no-repeat;
  /* background-size: 83%;
     padding: 27px; */

  background: url(../images/redarw.svg) no-repeat;
  background-size: 83%;
  /* padding: 27px; */
  content: "";
  display: inline-block;
  background: url(../images/redarw.svg) no-repeat center;
  background-size: 83%;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.img-fluid.itmimsac {
  position: absolute;
  left: 30px;
}

.accordion.menuacc .accordion-item {
  margin: 0 0 23px;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  outline: none;
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}


.accordion.menuacc .itmbox {
  display: flex;
  background: #fff;
  align-items: unset;
  padding: 20px;
  border-radius: 7px;
  margin: 0 0 20px;
}

.accordion.menuacc .itmcon {
  padding: 0 25px;
}

.accordion.menuacc .itmcon h2 {
  color: #443E38;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 10px;

}

.accordion.menuacc .itmcon p {
  color: #443E38;
  font-size: 23px;
  margin: 0 0 10px;
  font-family: 'ElcaminoSlim';
}

.accordion.menuacc .itmcon p span {
  display: block;
}

.accordion.menuacc .itmcon h3 {
  color: #443E38;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 6px;
  font-family: "Open Sans", serif;

}

.img-fluid.itmimsac.ext1 {
  width: 26%;
}

.img-fluid.itmimsac.ext2 {
  width: 23%;
}

.accordion.menuacc .accordion-body {
  background: #F0ECDE !important;
  border-color: transparent !important;
  padding: 23px 0 0 !important;
}

.accordion.menuacc {
  border-color: transparent !important;
}

.itmconsec h1 {
  font-size: 60px;
  text-align: center;
  margin: 0 0 35px;
  color: #E01919;
  font-family: 'ElcaminoBold';
}


.sidebx.empty {
  background: #fff;
  width: 100%;

  padding: 609px 0 30px;
  margin-top: 132px;
}

.sidebx.empty a {
  background: #E01919;
  padding: 11px 20px;
  color: #FFF4E0;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  display: flex;
  border-radius: 8px;
  font-family: 'ElcaminoBold';
  font-size: 20px;
  border: 1px solid #E01919;
  transition: all 0.5s ease-in-out;
}

.sidebx.empty a:hover {
  border: 1px solid #E01919;
  background: transparent;
  color: #000;


}

.container.explore-container {
  padding-inline: 30px;
}

.exp-next h4::before {
  background: url(../images/back-icon.svg) no-repeat;
  background-size: 148%;
  position: absolute;

  content: "";
  background-size: 48%;
  height: 48px;
  width: 3%;
  top: -2px;

  left: 0;
}


section.itmconsec .container {

  padding-inline: 45px;
}

.cart-icon:hover {
  cursor: pointer;
}

.exp-next h4 {
  color: #E01919;
  position: relative;
  top: 27px;
  font-size: 30px;
  font-family: 'ElcaminoBold';
  position: relative;
  top: 59px;

  padding-left: 34px;
}

.explore-outer h5 {

  color: #E01919;
  text-align: center;
  font-family: 'ElcaminoBold';
  font-size: 50px;
  margin-bottom: 40px;
}

.explore-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.cart-sec {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 9px;
}

.cart-icon.circle-effects2 {
  width: 35px;
  height: 35px;
}

.cart-icon img {
  width: 100%;
  height: 100%;
}

.cart-sec span {
  color: #E01919;
  font-size: 29px;
  line-height: normal;
  margin-bottom: -6px;
  font-family: "Open Sans", sans-serif;
}

.circle-effects2:hover img {
  opacity: 0;
}

.circle-effects2:hover .circle-row11 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.circle-effects2:hover .circle-row11 img {
  opacity: 1;
}

.circle-effects2 {
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-out 0s;
  position: relative;
}

.circle-effects2 img {
  width: 100%;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  display: block;
}

.circle-effects2 .circle-row11 {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: absolute;
  right: 0;
  bottom: -100%;
  z-index: 10;
}

.exp-modal {
  z-index: 99999 !important;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  border-radius: 0 !important;
}

.itemsec-modal {
  z-index: 9999;
}

.item-modal-content {
  height: 542px;
  width: 441px;
}



.modal-item-btn {
  background: #E01919;
  padding: 11px 20px;
  color: #FFF4E0;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  display: flex;
  border-radius: 8px;
  font-family: 'ElcaminoBold';
  font-size: 19px;
  border: 1px solid #E01919;
  transition: all 0.5s ease-in-out;
  outline: navajowhite;
  border: none;
  position: absolute;
  border: 0;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
}

.modal-item-btn:hover {
  border: 1px solid #E01919;
  background: transparent;
  color: #000;
}

.exp-modal .modal-content {
  height: 300px;
}

.sidebx.empty.top-space {
  margin-top: 0;
}

.accordion-item {
  border: none !important;
}

.thumb-desc{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.tab-choice{
  margin-left: 20px;
  margin-top: -20px !important;
  padding-top: 0px !important;
}
.tab-choicem{
  margin-left: 20px;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.form-control:focus {
  border-color: #E01919;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.contact-btn {
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px;
  line-height: normal;
  outline: none;
  padding: 15px 45px;
  transition: all 0.5s ease-in-out;
  font-family: 'ElcaminoBold';
  white-space: nowrap;
  border: 4.28px solid #FAE03C;
  background-color: #FAE03C;
  color: #E01919;
}
.contact-btn:hover {
  font-size: 20px;
}
.contact-form{
  display: block;
  padding: 40px;
  margin-top: 20px;
  border-radius: 8px;
  max-width: 750px;
  margin-inline: auto;
  background-color: #FFFFFF;
}
.contact-content{

  display: block;
  text-align: center;
  padding: 40px 0 40px 0;
  justify-content: center;
  margin-top: 20px;
  border-radius: 8px;
  max-width: 750px;
  margin-inline: auto;
  background-color: #FFFFFF;
}
.contact-content a{
  text-decoration: none;
    color: #E01919;
    font-size: 24px;  
    margin: 10px;
    background-color: #FAE03C;
    padding: 15px  45px;
    border-radius: 8px;
    margin-bottom: 30px !important;
}
.contact-content a:hover{
  color: #000000;
}
.sub-nav{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
  border-radius: 8px;
  max-width: 750px;
  margin-inline: auto;
  background-color: #FFFFFF;
}
.sub-nav a{
  text-decoration: none;
    color: #E01919;
    font-size: 18px;  
    margin: 10px;
    background-color: #FAE03C;
    padding: 8px 15px 4px 15px;
    border-radius: 8px;
}
.sub-nav a:hover{
  color: #000000;
}
.sub-navl {
  margin-right: 0px !important;
}
.sub-navf {
  margin-left: 20px !important;
}
.up-nav{
  display: flex;
  justify-content:right;
  margin-bottom: 10px;
  border-radius: 8px;
  max-width: 750px;
  margin-inline: auto;
}
.up-nav a{
  text-decoration: none;
    color: #E01919;
    font-size: 18px;  
    margin: 10px;
    background-color: #FAE03C;
    padding: 8px 15px 4px 15px;
    border-radius: 8px;
}
/* ========================================================================== */



a.banner-btnmo.banner-mobbtn {
  width: 100%;
  border: 4.28px solid #E01919;
  background-color: #E01919;
  bottom: 70px;
  text-align: center;
  font-size: 20.44px;
  padding: 12px 30px;
}

a.banner-btnmo.banner-mobbtn-del {
  width: 100%;
  border: 4.28px solid #FAE03C;
  background-color: #FAE03C;
  color: #E01919;
  bottom: 10px;
  text-align: center;
  font-size: 20.44px;
  padding: 12px 30px;
}

.banner-mob {
  display: none;
}

.story-mob {
  display: none;
}

.itemsect-mob {
  display: none;
}

.storysec.story-mob {
  background: #FFFFFF;
}

.desk-footer .menu-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.desk-footer .menu-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.desk-footer ul {
  margin-bottom: 0;
  list-style-type: none;
}

.desk-footer ul li {
  line-height: normal;
}

.desk-footer ul li a {
  position: relative;
  transition: color 0.5s ease-in-out;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #443E38;
  margin-right: 25px;
  margin-top: 15px;
}

.desk-footer ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.5s ease-in-out;
}

.desk-footer ul li a:hover {
  color: black;
}

.desk-footer ul li a:hover::after {
  width: 100%;
}

.footer-mob {
  background-color: #F0ECDE;
  padding-block: 40px;
  margin: 0 0 350PX;
}

.mobile-icons {
  margin-block: 20px;
  display: flex;
  gap: 10px;

}

.desk-icons {
  margin-block: 20px;
  display: flex;
  gap: 10px;

}

.desk-footer p,
.desk-footer p a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #443E38;
}

.desk-footer span {
  font-family: "Open Sans", sans-serif;
  color: #7A7C7F;
  font-weight: 600;

}

.mobile-footer p,
.mobile-footer p a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #443E38;
}

.mobile-footer span {
  font-family: "Open Sans", sans-serif;
  color: #7A7C7F;
  font-weight: 600;

}

section.footer-outer {
  margin-bottom: 100px;
  width: 95%;
  margin-inline: auto;
}

section.footer-outer-desk {
  margin-bottom: 100px;
  width: 95%;
  margin-inline: auto;
}

.offer {
  background: #055E33;
  padding-block: 30px;

}

.offer-outer p {
  color: #FFF4E0;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}

.offer-outer span {
  display: block;
  font-size: 73.45px;
}

.offerprice-outer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.coupon-btn {
  font-size: 27px;
  letter-spacing: 1px;
  background-color: #E01919;
  color: #FFF4E0;
  border-radius: 8px;
  line-height: normal;
  outline: none;
  padding: 15px 30px;
  border: 2px solid #E01919;

  transition: all 0.5s ease-in-out;
  font-family: 'ElcaminoBold';
  display: block;
  margin: 50px auto 0;
}

.coupon-btn:hover {
  background: none;
  color: #000;
}

.offer {
  display: none;
}


.find-location {
  background: #F0ECDE;
  padding-block: 60px;
}


.find-location h2 {
  color: #E01919;
  font-size: 48px;
  text-align: center;
}

.loc-col {
  background: #fff;
  border-radius: 6px;
}

.order {
  background: #E01919;
  color: #fff;
  border: 1px solid #E01919;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;

}

.call {
  background: #FCE6E6;
  color: #E01919;
  border: 1px solid #E01919;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.order:hover {
  background: #FCE6E6;
  color: #E01919;


}

.call:hover {
  background: #E01919;
  color: #fff;


}



.loc-text p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}


.loc-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 5px;
}

.loc-btns {
  display: flex;
}

.loc-btns p {
  margin-bottom: 0;
}

.find-location .search-container {
  margin-block: 30px;
}

.header-mob {
  display: none !important;
}

a.social-icons:hover {
  transform: scale(0.8);
}

a.social-icons {
  transition: all 0.6s ease-in-out;
}

.cart-mob img {
  margin-top: 9px;
  width: 30px;
  height: 30px;
}

.logo img {
  margin-bottom: -3px;
}

.cart-mob {
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.cart-mob:hover {
  transform: scale(0.8);
}


/* menumob */
.hamburger {
  width: 40px;
  height: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #E01919;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}


.full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #F0ECDE;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  z-index: 9;
  transform: translatex(-100%);
  transition: transform 0.5s ease-in-out;
}

.full-screen-menu.show {
  transform: translateY(0);
}



.icon-ham,
.icon-close {

  height: auto;
  cursor: pointer;
}

img.icon-close {
  height: 27px;
}

.d-none {
  display: none;
}



.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.menu-overlay.show {
  display: block;
}



#mobileMenu ul li a {
  color: #E01919;
  transition: all 0.6s ease-in-out;
  font-size: 32px;
  text-align: left;
}

#mobileMenu ul li a:hover {
  color: #000;
}

/* ------------------ */

.footer-outer {
  display: none;
}

.footer-outer-desk {
  display: block;
}

.offerprice-outer img {
  width: 75%;
  display: flex;
  margin-inline: auto;
  /* transform: translateX(30px); */
}


section.find-location .container {
  padding-inline: 30px;
}

.header-mob .logo {
  margin: 0 auto 0 9px;
}

.sticky-footer-mob {
  background: #fff;
  width: 100%;
  height: 50px;
  display: none;
  position: sticky;
  bottom: 20px;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

#mobileMenu ul {
  margin-top: 110px;
}

.order1-bg {
  background: #F0ECDE;
  padding-top: 40px;
}

.loc-text h4 {
  margin-bottom: 0;
  font-size: 20px;
}


section.order1-bg .tab-section {
  width: 100%;
}


section.order1-bg .container {
  padding-inline: 30px;
}

.search-icon,
.close-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.zipcontainer .search-container {
  position: relative;
}



.find-location {
  display: none;
}

.find-location:first-of-type {
  display: block;
}

.r-text {
  color: #E01919;
}

.d-thru{
  color: #E01919 !important;
  font-size: 16px !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

section#delivery {
  min-height: 62vh;
}

.order-mob .accordion.menuacc .accordion-button {
  font-size: 24px;
  padding: 16px 40px 16px 20px;
}

.order-mob .img-fluid.itmimsac {
  position: relative;
  left: 0px;
  width: 15%;
}

section.itmconsec.order-mob .container {
  padding-inline: 0;

}


.order-mob .accordion.menuacc .itmcon p {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;

}

.order-mob .accordion.menuacc .itmcon h2 {

  font-size: 23px;
}

.order-mob .accordion.menuacc .itmcon h3 {

  font-size: 14px;
}

.order-mob .accordion.menuacc .itmcon {
  padding: 0 10px;
}

.order-mob .accordion.menuacc .itmcon h2 {
  margin-bottom: 0;
}

.itmbox-left {
  width: 25%;
}

.order-mob .accordion.menuacc .itmcon {
  width: 75%;
}

.itmbox-left img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}


.order-mob .accordion.menuacc .accordion-body {
  background: #FAE03C !important;

}

.since-img-desk {
  position: absolute;
  top: -17px;
  width: 120px;
  left: 10%;
  display: none;

}

.since-img-desk img {
  width: 100%;
  height: 100%;
}

section.order1-bg {
  display: none;
}

.outer-tab-order {
  display: none;
}

.loc-set.with-find .loc-col {
  width: 32.33%;
  margin-bottom: 25px;
}

.loc-set.with-find {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.with-find-outer {
  /* background: # !important; */
  padding-block: 80px;
}



.modal-content {
  background-color: #F0ECDE;
  color: white;
  text-align: center;
  padding: 7px;
  border: none;
  border-radius: 8px;
}

/* Paragraph styling */
.modal-content p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

/* Close button styling */
.btn-close {
  filter: invert(1);
  /* Makes the close button white */
}


#customMenuModal h2 {
  font-size: 30px;
}

#customMenuModal h5 {
  font-size: 18px;
  margin: 20px auto 15px;
}


#customMenuModal .find-search {
  width: 100%;

}

#customMenuModal .tab-section {
  width: 100%;

}

#customMenuModal .tab-btn {


  width: 100%;
}

#customMenuModal .col-md-8.find-text {
  margin-top: 10px;
}

#customMenuModal .loc-text p {
  color: #443E38;
  text-align: left;
}

#customMenuModal .loc-text h4 {
  color: #443E38;
  text-align: left;
}

#customMenuModal .find-location {
  padding-block: 10px;
}

.loc-set.with-scroll {
  max-height: 375px;
  overflow-y: auto;
}



.loc-set.with-scroll::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

.loc-set.with-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}


.loc-set.with-scroll::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

.loc-set.with-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.modal-dialog.menu-mod-dia {




  width: 99% !important;
  min-width: 99% !important;
  margin-inline: auto !important;

}


.popuponmenu .close-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 38%;
}



/* add popup */

.quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  background: #fff;
  padding: 2px 3px;

}

.quantity-button {
  background-color: #f4f1e9;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  font-family: "Open Sans", serif;
}


.quantity-button:hover {
  background-color: #ddd;
}

.quantity-input {
  text-align: center;
  width: 30px;
  border: none;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  font-family: "Open Sans", serif;

}

.quantity-input:focus {
  outline: none;
}

.menunpbx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.adddig {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.itmimgbox .img-fluid.itmsimg {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.mainouterbx {
  background: #fff;
  padding: 20px 25px;
}

.menunpbx h2 {
  font-size: 35px;
  color: #443E38;
  font-weight: 400;
}

.menunpbx h3 {
  font-size: 24px;
  color: #443E38;
  font-weight: 600;
  font-family: "Open Sans", serif;
}

.menunpbx {
  margin: 0 0 10px;
}

.quantity-box h3 {
  font-size: 20px;
  color: #443E38;
  font-weight: 400;
  font-family: "Open Sans", serif;
}

.mainouterbx .quantity-box {
  padding: 0;
}

.selctbx {
  background: #fff;
  padding: 0 25px 20px;
  border-radius: 0 0 20px 20px;

}

.selctbx h4 {
  font-size: 16px;
  color: #443E38;
  font-weight: 600;
  font-family: "Open Sans", serif;
  margin: 0 0 15px;
}

.selctbx .radio-group label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #443E38;
  font-weight: 600;
  font-family: "Open Sans", serif;
  margin: 0 0 10px;
}

.form-group.frmbxit {
  margin: 0 0 25px;
}

.selctbx .checkbox-group label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #443E38;
  font-weight: 600;
  font-family: "Open Sans", serif;
  margin: 0 0 10px;
}

hr {
  border: 0;
  height: 2px;
  background-color: #FAE03C;
  padding: 0;
  margin: 0 0 25px;
  height: 3px;
}


#itemModa .selctbx {
  border-top: 2px solid #fae03c;
  padding-top: 12px;
}

#itemModa .select-tor {
  padding: 0px 28px 20px 20px;
}

#itemModa .modal-content p {
  font-size: 15px;
}

#itemModa .pick-box1 {
  padding: 20px 28px 15px 20px;


}


.frqbrtoodbx h2 {
  font-size: 24px;
  color: #443E38;
  font-weight: 700;
  font-family: "Open Sans", serif;
  margin: 0 0 10px;
}

.frqbrtoodbx p {
  font-size: 18px;
  color: #443E38;
  font-weight: 400;
  font-family: "Open Sans", serif;
  margin: 0 0 30px;
}

.sizebx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
}

.sizebx h4 {
  font-size: 20px;
  color: #443E38;
  font-family: 'ElcaminoRegular';
  width: 100%;
  margin: 0;

}

.sizebx .szitm {
  width: 20%;
}

.img-fluid.cpim {
  display: flex;
  margin: 0 auto 5px;
}

.sizebx .szitm h3 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #443E38;
  font-family: "Open Sans", serif;
  font-weight: 600;
  text-align: center;

}

.szitm.wtbg>div {
  background: #F4B8B8;
  padding: 10px;
  border-radius: 5px;


}

.szitm.wtbg {
  /* background: #F4B8B8; */
  border-radius: 10px;
  align-items: center;
}

.szitm.wtbg2 {
  /* background: #89482C; */
  border-radius: 10px;

  /* padding: 14px 0; */
}

.szitm.wtbg2>div {
  background: #89482C;
  border-radius: 5px;
  padding: 10px;




}


.szitm.wtbg3 {
  /* background: #257C59; */
  border-radius: 10px;

  /* padding: 14px 0; */
}

.szitm.wtbg3>div {
  background: #257C59;
  border-radius: 5px;
  padding: 10px;


  /* padding: 14px 0; */
}


.szitm.wtbg4 {
  /* background: #FF6158 ; */
  border-radius: 10px;

  /* padding: 14px 0; */
}

.szitm.wtbg4>div {
  background: #FF6158;
  border-radius: 5px;
  padding: 10px;

  /* padding: 14px 0; */
}


.szitm.wtbg5 {
  /* background: #2BC728; */
  border-radius: 10px;

  /* padding: 14px 0; */
}

.szitm.wtbg5>div {
  background: #2BC728;
  border-radius: 5px;
  padding: 10px;


  /* padding: 14px 0; */
}


/* Custom checkbox and radio button style */

.radio-group label,
.checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  background-color: #f0ede5;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  /* Radio buttons are round */
  position: relative;
}

input[type="checkbox"] {
  border-radius: 4px;
  /* Checkboxes are square */
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 4.5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #443E38;
}

input[type="checkbox"]:checked::before {
  content: '\2714';
  font-size: 18px;
  color: #443E38;
  position: absolute;
  top: -4px;
  left: 3px;
}

/* Style for hover and focus */

input[type="radio"]:hover,
input[type="checkbox"]:hover {
  border-color: #999;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

/* Adjust margin between groups */
.form-group h4 {
  margin-bottom: 10px;
}



.accordion.menuacc .accordion-button.drink-outer {
  background-color: #fff;
}


.accordion.menuacc .accordion-button.drink-outer.collapsed {
  background-color: #fff;
}

.accordion.menuacc .accordion-body.dri-bg-wh {
  background: #fff !important;
  padding-top: 0;
}

.dri-bg-wh .itmbox .szitm.wtbg .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg2 .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg3 .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg4 .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg5 .img-fluid {
  width: 100%;
  height: 66%;
  object-fit: contain;

}


.szitm.wtbg,
.szitm.wtbg2,
.szitm.wtbg3,
.szitm.wtbg4,
.szitm.wtbg5 {
  width: 20%;
  height: 135px;
}

.accordion.menuacc .itmcon.drink-itmcon {
  width: 100%;
}

.accordion.menuacc .dri-bg-wh .itmcon h3 {
  font-size: 25px;
}

.quantity-box {
  display: none;
  /* Hidden by default */
  transition: all 0.3s ease-in-out;
  /* Smooth transition */
}

.szitm.expanded .quantity-box {
  display: block;
  /* Show when parent has the 'expanded' class */
}


.expanded {
  /* background:#FAE03C; */
  border-radius: 10px;
  padding-inline: 8px;
}

.szitm.clicked.expanded .q-outer {
  background-color: #FAE03C;
  border-radius: 8px;
  height: 115px;
  align-content: center;
}


.expanded .quantity-box {
  background: #FAE03C;
  border-radius: 10px;

}

.expanded .quantity-input {
  background: #FAE03C;
}

.qnt-sec .quantity-button {
  width: 19px;
  height: 19px;
  font-size: 14px;
}


.expanded .quantity-input {
  text-align: center;
  width: 21px;
  font-size: 15px;
}


/* Sticky 'Add to Cart' Message */
.add-to-cart-message {
  position: fixed;
  bottom: 20px;
  /* Distance from the bottom of the screen */
  left: 50%;
  transform: translateX(-50%);
  background-color: #E01919;
  /* Green background */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  display: none;
  /* Initially hidden */
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  /* Ensure it stays on top */
  width: 100%;
  padding-inline: 10%;
  display: flex;
  justify-content: space-between;
}

/* Show message when 'show' class is added */
.add-to-cart-message.show {
  display: block;
}

/* Close button style */
.close-message-btn {
  background: transparent;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}

button.cartpagebtn {
  outline: none;
  border: none;
}


.modal-backdrop {
  z-index: unset !important;
}

.modal-content.order-list {
  background: #fff;
  height: 95vh;
  border-radius: 13px !important;
  overflow-y: auto;
}


.list-close-b {
  color: #000;
  filter: none !important;
  opacity: 1;
  font-size: 40px;
  width: 0 !important;
  margin-right: 20px;
  margin-top: 12px;

  display: block;

  background-repeat: no-repeat !important;
  height: 18px;
  background: url(../images/close-sticky.svg) !important;

}

.lists-outer-popup .itmbox {
  display: flex;
  /* flex-wrap: wrap; */
  padding-block: 0px;
  align-items: start;
  margin-top: 17px;

}

.lists-outer-popup .itm-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}





.lists-outer-popup .itmcon {
  text-align: left;
  padding-inline: 20px;
  width: 85%;
}

.itm-img {
  width: 15%;
}


.lists-outer-popup .itmcon h2 {
  font-family: "Open Sans", sans-serif;
  color: #000;

}

.lists-outer-popup .itmcon p {
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.lists-outer-popup .itmcon h3 {
  font-family: "Open Sans", sans-serif;
  color: #000;
}


.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Show only 1 line */
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.short-text.expanded {
  -webkit-line-clamp: unset;
  /* Remove line limit */
  -webkit-box-orient: unset;
  overflow: visible;
}

p.short-text.expanded {
  padding-inline: 0;
}

.list-text-qty {
  display: flex;
  gap: 10px;
  align-items: center;
}




.list-qty-outer {
  background-color: #F0ECDE;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-lists-outer-popup h2 {
  color: #000;
}

.modal-content .order-lists-outer-popup span {
  color: #443e38;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}

.modal-content .order-lists-outer-popup h5 {
  color: #918D8A;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;



}

.q-li-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.quick-adds-i img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;

}

.quick-adds {
  display: flex;
  width: 74%;
}

.quick-adds-i {
  width: 35%;
}

.sticky-checkout {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 999;
  /* border-top: 2px solid #FAE03C; */
  display: none;

}


.ch-out,
.ordernow-b {
  padding: 10px 10px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
}

.sticky-checkout {
  padding-block: 0px;
  padding-bottom: 0;
}

.ch-out {
  background: #E01919;
  color: #fff;
  border: 1px solid #E01919;
}

.ordernow-b {
  background: #F0ECDE;
  color: #443E38;
  border: 1px solid #F0ECDE;
}

.che-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;

}

.che-t p span {
  font-weight: 700;
  font-size: 21px;
}

.remove {
  background: #E01919;
  font-family: "Open Sans", sans-serif;
  padding: 20px 20px;
  display: none;
}

.che-outr {
  margin-bottom: 5px;
}

.edit {
  background: #F0ECDE;
  font-family: "Open Sans", sans-serif;
  padding: 20px;
  display: none;
  color: #443E38;
}

.quick-adds-outer {
  margin-bottom: 316px;
}

#customMenuModal .order-lists-outer-popup h2 {
  color: #443E38;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;


}

#customMenuModal .order-lists-outer-popup p {
  font-size: 15px;
}

#customMenuModal .order-lists-outer-popup h3 {
  color: #443E38;
  font-size: 28px;
  position: absolute;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}


.itmbox.expanded {
  background-color: #f9f9f9;
  /* Example highlight */
  cursor: pointer;
}

.itmbox {
  cursor: pointer;
  transition: background-color 0.3s;
}

.list-qty-outer.editbtn {
  display: none;
}

.expandedlist .list-qty-outer.editbtn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-checkout {
  display: none !important;
}

/* body.modal-open .sticky-checkout {
  display: block !important;
} */

body.check-out-dis .sticky-checkout {
  display: block !important;
}



.custom-modal-content {
  background-color: white;
  height: 90vh;
  width: 100%;
  overflow-y: auto;
}

.custom-modal-content .modal-body {
  padding: 20px;
}

.custom-modal-content .modal-header {
  border-bottom: 1px solid #ddd;
}

.custom-modal-content img {
  width: 100%;
  /* Adjust the image size as needed */
}

.cl-mod {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 30px;
}

.modal-content.item-modal-content.item-popup {
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  border-radius: 20px !important;
}

.modal-dialog.item-popup-dia {
  min-width: 100%;

}

.item-popup-dia .modal-header {
  padding: 0;
}

.item-popup-dia .modal-body {
  padding: 0;
}

.item-popup-dia .modal-content {
  padding: 0;
}

.item-popup-dia .btn-close {
  filter: none !important;
}

.item-popup-dia .btn-close.cl-mod {
  filter: none !important;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
}

.modal-content.item-popup {
  color: #443E38;
  font-family: "Open Sans", sans-serif;
  text-align: left;

}

.toshowcontent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tohidecontent label {
  width: 100%;
  margin-bottom: 14px;
}

.pick-box2 {
  display: flex;
  justify-content: space-between;
}

.pickout-sec.active {
  background-color: #f0f0f0;
  /* Example: change background when expanded */
}

.toshowcontent h5 {
  margin-bottom: 0;
  font-size: 15px;
  color: #443E38;
}


.tohidecontent label {
  display: block;
  /* margin-bottom: 5px; */
}

.pick-box3 {
  margin-bottom: 10px;
}


.tohidecontent.hidden {
  display: none;
  /* This hides the content */
}

.f-tor-outer img {
  width: 100%;
  height: 100%;
}

.pick-box1 h5 {
  font-size: 28px;
  font-family: 'ElcaminoRegular';
}

.pick-box1 {

  /* border-bottom: 2px solid #FAE03C; */
  padding: 20px 28px 20px 20px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9;
}


.select-tor {

  padding: 20px 28px 20px 20px;
}


.select-tor h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #443E38;
}

.pick-box3 span {
  color: #443E3896;
}

.sel-sec-p {
  display: flex;
  gap: 9px;
  align-items: center;
}


button.done-bt {
  padding: 5px 12px;
  border-radius: 5px;
}

.pick-box3 .visb {
  display: none;

}


.pick-box3.active .visb {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sel-sec-p.edit-enable .done-bt {
  display: none;
}

.sel-sec-p.edit-enable .visb-e {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;

}

.sel-sec-p.edit-enable .edit-abled {
  display: none;
}

.drink-popup h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1px;
}

.drink-popup>p {
  margin-bottom: 30px;
}

.drink-popup2 {
  margin-bottom: 100px;
}

.szitm.wtbg img,
.szitm.wtbg2 img,
.szitm.wtbg3 img,
.szitm.wtbg4 img,
.szitm.wtbg5 img {
  width: 100%;
  height: 60%;
  object-fit: contain;
}

.as-q {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.asada-header {
  display: flex;
  justify-content: space-between;
}

.order-notes {
  width: 100%;
  height: 100px;
  width: 100%;
  background-color: #F0ECDE;
  resize: none;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  border: none;
}


#itemModa .selctbx {
  padding-inline: 0 !important;
}

.accordion.menuacc #itemModa .itmcon {
  padding-inline: 0;
}

.asada-header p span {
  font-weight: 600;
  color: #443E38;
}

.pick-box1 h5 {
  color: #443E38;
  line-height: 1;
  margin-bottom: 0;
  width: fit-content;
}

.order a {
  color: #fff;
}

.order a :hover {
  color: #E01919;
}

.order a p {
  color: #fff;
}

.order a p:hover {
  color: #E01919;
}


.call a {
  color: #E01919;
}

.call a :hover {
  color: #fff;
}

.call a p {
  color: #E01919;
}

.call a p:hover {
  color: #fff;
}


.acc-price-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-price-outer p span {

  white-space: nowrap;
  font-weight: 600;
  color: #443E38;
}


#itemModa .drink-popup {
  border-top: 2px solid #FAE03C;
  padding-top: 18px;
  color: #443E38;
}







/*.szitm:nth-child(3) img {
  width: 60%;
}

.szitm:nth-child(4) img {
  width: 70%;
}

.szitm:nth-child(5) img {
  width: 85%;
}
.szitm:nth-child(6) img {
  width: 100%;
}*/

.szitm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.frqbrtoodbx {
  padding-inline: 5px;
}

.szitm.expanded.clicked .sizebx {
  display: flex;
  align-items: center !important;
}

.item-popup-dia p {
  font-size: 15px;
}

.pick-box2 span {
  font-weight: 600;
}

.line-y {
  width: 100%;
  height: 2px;
  background: #FAE03C;
  /* margin: 0px 14px 0px 11px; */
}

.selctbx {


  border-top: 2px solid #FAE03C;
  /* padding-inline: 0; */
}

.hr-outer {
  padding: 0px 28px 0px 20px;

}

.pick-box3 {
  font-weight: 600;
}

.pick-box3 h5 {
  font-weight: 600;
  color: #443E38;
}

.sel-al p {
  color: #918D8A;
}

.che-t p {
  margin-bottom: 5px;
}

.line-yell {
  width: 100%;
  height: 2px;
  background-color: #FAE03C;
  margin-bottom: 15px;
}

.quick-adds-i {
  margin-right: 11px;
}

.quick-adds-i img {
  border-radius: 12px 12px 0 0;
}

.quick-adds-i h6 {
  color: #443E38;
  background-color: #F0ECDE;
  padding-block: 5px;
  font-size: 12px;
  text-align: left;
  padding-left: 3px;
}

.expanded img {
  height: 28px;
}

.accordion.menuacc .itmcon h3 {
  font-size: 20px;
}

.modal-click-item .btn-close {
  background: url(../images/close-red.svg) !important;
  background-repeat: no-repeat !important;
  opacity: 1;
  filter: none;
}


.modal-click-item .find-text h2 {

  margin-top: -13px;
}

.modal-click-item .modal-content {
  padding-top: 10px;
  border-radius: 6px !important;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);

}

.modal-click-item .modal-dialog.menu-mod-dia {

  min-width: 96% !important;
}

.lists-outer-popup {
  margin-top: 40px;
}

button#btn-done-c {
  background: #F0ECDE;
  border: 1px solid #443e38;
  color: #443E38;
}

div#itemModal .modal-content {
  background: #fff;
}

.exp-modal .modal-content {
  background: #fff;
}

.sticky-cart2 {
  background: #E01919;
  color: #fff;
  position: fixed;
  bottom: 30px;
  width: 97%;
  margin-inline: auto;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.cart-dis {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-dis p {
  font-weight: 600;
}

.sticky-cart2 p span {
  font-weight: 600;
  color: #fff;
}

.pick-box1.stickynow {


  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);


}

.pick-box1 span.modal-close {
  display: none;
}

.pick-box1.stickynow span.modal-close {
  display: block;
}


.pick-box1 span.modal-close {
  width: fit-content;
  position: absolute;
  right: 2%;
  top: 42%;
  cursor: pointer;
}

.pick-box1.stickynow .pick-box2 p span {
  display: none;
}

.pick-box1.stickynow .asada-header p span {
  display: none;
}

.pick-box1.stickynow .pick-box2 .as-q {
  display: none;
}

.modal-dialog.item-popup-dia {

  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 14px;

}





.pick-box1.stickynow span.modal-close {
  display: block;
  width: 32px;
  background-repeat: no-repeat !important;
  height: 18px;
  background: url(../images/close-sticky.svg);
}


.sticky-cart2.sticky-onaccod {
  position: sticky;
}

.sticky-cart2.sticky-onaccod p {
  font-size: 15px !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
}



.banner-car-sec {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.banner-hen {
  width: 130px;
  border-radius: 50%;
  padding: 20px;
  border: 2px solid #fff;
}

.banner-hen img {
  width: 100%;
  height: 100%;
}

section.item-sec.itemsect-desk .col-md-6 {
  width: 50%;
}

.p-listsec {
  margin-top: 80px;
}

.thumb-sec {
  display: flex;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  max-width: 750px;
  margin-inline: auto;
}

.th-outer img {
  width: 100%;
  height: 100%;
  border-radius: 5px;

}

.th-detail {
  padding-left: 10px;
}

.p-list-i img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.p-lists {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 750px;
  gap: 8px;
  margin-inline: auto;
  margin-block: 50px;
}

.p-list-div {
  width: 24.2%;
}

.p-list-div p {
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: grey;
  text-transform: capitalize;
}

.p-list-div .th-detail {
  display: none;
}

.p-list-i {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.p-list-i:hover img {
  transform: scale(1.05);
}

.p-list-i {
  overflow: hidden;
  border-radius: 8px;
}

#productModal .modal-content {
  background: #f3cfd0;
  padding: 0;
  border-radius: 4px !important;
}

#productModal .modal-body {
  padding: 0;
}

.m-f-img img {
  width: 100%;
  height: 100%;
}

.product-inner-sec .th-outer {
  width: 120px;
  height: 100px;
}


#productModal button.btn-close {

  filter: none !important;
  opacity: 1;
  width: 2px !important;
  margin-right: 12px;
  margin-top: 3px;
  display: block;

  height: 20px;

  position: absolute;
  right: 0;
  top: 9px;
  background: url(../images/close-sticky.svg) !important;
  color: #000;
  z-index: 9;
  font-size: 40px;
  background-repeat: no-repeat !important;
  --bs-btn-close-focus-shadow: none;
}

.modal-open {
  padding-right: 0 !important;
}

.m-listsec {
  margin-top: 80px;
}

.menu-sec {
  display: flex;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  max-width: 750px;
  margin-inline: auto;
  margin-bottom: 10px;
}
.menu-sec h4{
padding:  18px;
}
.menu-sec h5{
  padding-left:  18px;
  }
.menu-sec ul li a{
  color: #E01919;
    font-size: 20px;
}
.menu-small{
  font-size: 14px;
  font-family: 'ElcaminoSlim';
}


.itembox-img-outer {
  width: 32%;
}

.accordion.menuacc .itmcon {
  width: 68%;
}

.itembox-img-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===================================responsive===================================== */
/* ======================================================================== */
/* ======================================================================== */


@media (max-width:1400px) {
  .container {

    max-width: 96% !important;
  }

  .find-wrap .find-search .tab-btn {
    width: 100%;
    padding: 4px 5px;
  }
}

@media only screen and (max-width: 1300px) {
  .story-right h2 {
    margin-top: 8%;
  }

}

@media only screen and (min-width: 1401px) {
  section.visit-sec .row {

    width: 1095px;
  }

  .expanded .quantity-input {

    width: 18px;
    font-size: 15px;
  }

  .szitm.clicked.expanded {
    background-color: #FAE03C;
  }

}

.szitm.clicked.expanded {
  background-color: #FAE03C;
}

.szitm.wtbg.clicked.expanded {
  background: none;
}



.szitm.wtbg.clicked.expanded,
.szitm.wtbg2.clicked.expanded,
.szitm.wtbg3.clicked.expanded,
.szitm.wtbg4.clicked.expanded,
.szitm.wtbg5.clicked.expanded {
  background: none;
}




.szitm.wtbg,
.szitm.wtbg2,
.szitm.wtbg3,
.szitm.wtbg4,
.szitm.wtbg5 {
  padding-right: 4px;
}




@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .header-menus ul li a {
    margin-right: 15px;
  }

  header .hlocation {
    margin-right: 15px;
  }

  header .hbtn {
    font-size: 19px;
  }

  .hlogo {
    width: 290px;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  .find-search {
    width: 65%;
  }

  .tab-section {
    width: 100%;
  }

  .accordion.menuacc .accordion-button {
    padding: 16px 40px 16px 42%;
    font-size: 38px;
  }

  .accordion.menuacc .accordion-item {
    margin: 0 0 40px;
  }

  .accordion.menuacc .accordion-button {
    padding: 16px 40px 16px 42%;
    font-size: 33px;
  }

  .accordion.menuacc .itmbox {
    flex-wrap: nowrap;
    align-items: unset;
  }

  .accordion.menuacc .itmcon h2 {

    font-size: 33px;
    margin-bottom: 0;
  }

  .accordion.menuacc .itmcon p {
    font-size: 20px;
  }

  .accordion.menuacc .itmcon h3 {

    font-size: 20px;
  }

  .accordion.menuacc .itmcon {
    padding: 0 0px 0 20px;
  }

  .itembox-img-outer img {
    height: 100%;
    object-fit: cover;
  }


}

@media only screen and (min-width: 1301px) and (max-width: 1399px) {
  section.visit-sec .row {


    width: 1095px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-find {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .header-menus ul li a {
    margin-right: 15px;
    font-size: 23px;
  }

  .circle-effects {

    width: 28px;
    height: 28px;
  }

  header .hlocation {
    margin-right: 15px;
  }

  .hlogo {
    width: 230px;
  }

  header .hlocation a {
    font-size: 23px;
  }

  header .hbtn {

    font-size: 18px;
  }

  section.visit-sec .col-md-4:last-child {
    padding-left: 6%;
  }

  section.visit-sec .col-md-4:nth-child(2) {
    padding-left: 1%;
  }



}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {


  .accordion.menuacc .accordion-button {
    padding: 16px 40px 16px 42%;
    font-size: 38px;
  }

  .accordion.menuacc .accordion-item {
    margin: 0 0 40px;
  }

  .accordion.menuacc .accordion-button {
    padding: 16px 40px 16px 42%;
    font-size: 33px;
  }

  .accordion.menuacc .itmbox {
    flex-wrap: nowrap;
    align-items: unset;
  }

  .accordion.menuacc .itmcon h2 {

    font-size: 28px;
    margin-bottom: 0;
  }

  .accordion.menuacc .itmcon p {
    font-size: 20px;
  }

  .accordion.menuacc .itmcon h3 {

    font-size: 20px;
  }

  .accordion.menuacc .itmcon {
    padding: 0 0px 0 20px;
  }

  .itembox-img-outer img {
    height: 100%;
    object-fit: cover;
  }



  .visit-sec h3 {
    font-size: 70px;
  }

  section.visit-sec .row {

    width: 958px;
  }

  .henimg-outer img {
    width: 73%;
  }

  /* .banner-find {
  height: 81vh;} */

  .find-search {
    width: 70%;
    /* margin-inline: unset; */

  }

  .tab-section {
    width: 100%;
  }


}

@media only screen and (min-width: 1200px) {
  .modal-dialog.item-popup-dia {
    min-width: 750px !important;
  }





  .sticky-cart2 {
    min-width: 700px;
  }

  .sticky-cart2.sticky-onaccod {
    width: 99% !important;
  }
}

/* @media only screen and (min-width: 1300px){
.modal-dialog.item-popup-dia {
  padding-inline: 20px;
}
} */


@media only screen and (min-width: 1400px) {
  .sticky-cart2 {
    /* width: 450px !important; */
    min-width: 701px !important;
  }
}

@media only screen and (max-width: 1200px) {

  .banner-car-sec {

    width: 900px;

  }

  /* .banner-hen {
    width: 209px;
  } */


  .story-right h2 {
    margin-top: 10%;
  }

  .story-outer {
    width: 94%;
  }

  .since-img {
    width: 130px;
  }

  .since-img {
    display: none;
  }

  .since-img-desk {
    display: block;
  }

  .visit-sec h3 {
    font-size: 73px;
  }

  .container.prom {
    width: 75%;
  }

  .loc-set.with-find .loc-col {
    width: 48%;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.visit-sec .col-md-4:nth-child(2) {
    padding-left: 1%;
  }

  section.visit-sec .col-md-4:last-child {
    padding-left: 6%;
  }
}



@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  /* .dri-bg-wh .szitm.wtbg, .szitm.wtbg2, .szitm.wtbg3, .szitm.wtbg4, .szitm.wtbg5 {
    width: 117px;
    height: 117px;
} */

  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 20px;
  }




  .accordion.menuacc .accordion-button {
    padding: 16px 40px 16px 42%;
    font-size: 30px;
  }

  .accordion.menuacc .accordion-item {
    margin: 0 0 40px;
  }

  .img-fluid.itmimsac {
    position: absolute;
    left: 10px;
  }

  .accordion.menuacc .itmbox {
    flex-wrap: nowrap;
    align-items: unset;
  }

  .accordion.menuacc .itmcon h2 {

    font-size: 28px;
    margin-bottom: 0;
  }

  .accordion.menuacc .itmcon p {
    font-size: 20px;
  }

  .accordion.menuacc .itmcon h3 {

    font-size: 20px;
  }

  .accordion.menuacc .itmcon {
    padding: 0 0px 0 20px;
  }

  .itembox-img-outer img {
    height: 100%;
    object-fit: cover;
  }






  .header-menus ul li a {
    margin-right: 14px;
    font-size: 20px;
  }

  .circle-effects {
    width: 25px;
    height: 25px;
  }

  header .hlocation {
    margin-right: 14px;
  }

  .hlogo {
    width: 190px;
  }

  header .hlocation a {
    font-size: 20px;
  }

  header .hbtn {
    font-size: 15px;
    padding: 12px 15px;
  }

  .header-desk ul {
    padding-left: 1rem;
  }

  .visit-sec h3 {
    font-size: 64px;
  }

  section.visit-sec .row {
    width: 876px;
  }


  .henimg-outer img {
    width: 65%;
  }

  .find-text h2 {
    font-size: 77px;
  }

  .find-search {
    width: 75%;
  }

  .tab-section {
    width: 100%;
  }

  .banner-find {
    background-color: #F0ECDE;
    /* height: 47vh; */

  }

  .banner-find {
    padding-top: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

  section.visit-sec .col-md-4:nth-child(2) {
    padding-left: 2%;
  }

  section.visit-sec .col-md-4:last-child {
    padding-left: 6%;
  }

  .accordion.menuacc .accordion-item {
    margin: 0 0 50px;
  }

  .accordion.menuacc .accordion-button {
    font-size: 44px;
  }

  .col-md-7.itemsmenu-row {
    width: 100%;
  }

  .itembox-img-outer {
    width: 30%;
  }

  .accordion.menuacc .itmcon {
    width: 70%;
  }

  .accordion.menuacc .itmbox {
    align-items: unset;
  }

  .img-fluid.itmimsac {
    position: absolute;
    left: 4px;
  }

  .accordion.menuacc .itmcon p {
    font-size: 18px;
  }

  .accordion.menuacc .itmcon h2 {
    font-size: 30px;
    margin: 0 0 0px;
  }





  .header-menus ul li a {
    margin-right: 17px;
    font-size: 18px;
  }

  .circle-effects {
    width: 25px;
    height: 25px;
  }

  header .hlocation {
    margin-right: 14px;
  }

  .hlogo {
    width: 190px;
  }

  header .hlocation a {
    font-size: 18px;
  }

  header .hbtn {
    font-size: 15px;
  }

  .header-desk ul {
    padding-left: 1rem;
  }

  .visit-sec h3 {
    font-size: 65px;
  }

  section.visit-sec .row {

    width: 890px;
  }

  .story-left-img img {
    width: 100%;
    height: 100%;
  }

  .story-right {
    padding: 0px 20px 0px 10px !important;
    width: 60%;
  }

  .story-left-img {
    width: 40%;
  }

  .banner-car-sec {
    gap: 9px;
  }

}



@media only screen and (max-width: 1024px) {
  .since-img {
    right: 5%;
  }

  .story-right {
    padding: 0px 40px 0px 20px;
  }

  .story-left-img {
    padding-top: 105px;
  }

  .story-right h2 {
    font-size: 70px;
  }

  .banner-car-sec {
    max-width: 700px;
  }


  .banner-car-sec {
    gap: 5px;
  }


}

@media only screen and (min-width: 992px) {

  .modal-dialog.item-popup-dia {
    min-width: 700px;
  }

  .sticky-checkout {
    display: none;
  }

  .sticky-cart2 {
    width: 653px;
  }

  .sticky-cart2.sticky-onaccod {
    width: 100% !important;
    min-width: 100% !important;
  }


  div#customMenuModal {
    display: none !important;
  }

  .szitm.wtbg,
  .szitm.wtbg2,
  .szitm.wtbg3,
  .szitm.wtbg4,
  .szitm.wtbg5 {

    justify-content: flex-start;
  }



}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

  /* .dri-bg-wh .szitm.wtbg, .szitm.wtbg2, .szitm.wtbg3, .szitm.wtbg4, .szitm.wtbg5 {
    width: 117px;
    height: 117px;
} */


  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 20px;
  }

  .henimg-outer img {
    width: 65%;
  }

  .header-menus ul {

    padding-left: 10px;
  }

  .find-text h2 {
    font-size: 77px;
  }


  /* .find-search {width: 100%;} */

  .find-search {
    width: 80%;
  }

  .banner-find {
    padding-top: 0px;
  }


  .tab-section {
    width: 100%;
  }

  .banner-find {
    background-color: #F0ECDE;
    /* height: 74vh; */

  }
}

@media only screen and (max-width: 991px) {

  .menu-mod-dia .col-md-8.find-text {
    width: 100% !important;
  }

  header.find-header.nav-static {
    display: none;
  }

  .sticky-cart2 {
    width: 94% !important;
  }

  .sticky-cart2.sticky-onaccod {
    min-width: 100% !important;
  }

  .row.find-wrap .henimg-outer {
    display: none;
  }

  .row.find-wrap .col-md-4.find-imgsec {
    display: none;
  }

  .row.find-wrap .col-md-8.find-text {
    margin-inline: auto;
  }


  body.check-out-dis .sticky-checkout {
    display: block !important;
  }

  .modal-dialog.item-popup-dia {
    min-width: 100%;
    margin-inline: 0 !important;

  }



  .lists-outer-popup .itm-img img {
    min-height: 88px;
  }

  .sticky-checkout {
    display: block;
  }


  .menu-h {
    display: none;
  }

  header.nav-static.menu-h.sticky {
    display: none;
  }


  .story-right h2 {
    margin-top: 0%;
  }

  header.nav-static.menu-home.header-desk {
    display: none;
  }

  .header-mob {
    display: flex !important;
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: none;
    padding-block: 28px !important;
  }

  .container.prom h3 {
    font-size: 56px;
  }

  section.storysec.story-desk {
    display: none;
  }

  section.storysec.story-mob {
    display: block;
  }


  .story-outer {
    display: flex;
    flex-direction: column;
  }

  .story-img {
    position: relative;
  }

  .story-since {
    position: absolute;
  }

  .story-top-img {
    top: -38px;
  }

}



@media only screen and (min-width: 767px) and (max-width: 991px) {






  section.storysec.story-mob {

    margin-top: 31px;
  }

  .visit-sec h3 {
    font-size: 52px;
  }

  section.visit-sec .col-md-4:last-child {
    padding-left: 4%;
  }

  section.visit-sec .col-md-4:nth-child(2) {
    padding-left: 1%;
  }

  section.visit-sec .row {
    width: 90%;
  }

  .visit-col h4 {
    font-size: 17px;
  }

  .visit-sec h5 {
    font-size: 15px;
  }

  section.visit-sec .row {
    /* width: 100%; */
    /* min-width: 712px; */
    width: 712px;
  }

  .szitm.clicked.expanded .q-outer {

    height: 117px;
  }



  .loc-text p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-car-msec {
    display: none;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 20px;
  }

  .itmconsec h1 {
    font-size: 53px;
  }

  .remove {

    padding: 29px 20px;
  }

  .edit {
    padding-block: 29px;
  }

  img.img-fluid.itmimsac {
    width: 45%;
  }





  .accordion.menuacc .accordion-item {
    margin: 0 0 50px;
  }

  .accordion.menuacc .accordion-button {
    font-size: 44px;
  }

  .col-md-7.itemsmenu-row {
    width: 100%;
  }

  .itembox-img-outer {
    width: 30%;
  }

  .accordion.menuacc .itmcon {
    width: 70%;
  }

  .accordion.menuacc .itmbox {
    align-items: unset;
  }

  .img-fluid.itmimsac {
    position: absolute;
    left: 4px;
  }

  .accordion.menuacc .itmcon p {
    font-size: 18px;
  }

  .accordion.menuacc .itmcon h2 {
    font-size: 30px;
    margin: 0 0 0px;
  }


  .henimg-outer img {
    height: 100%;
    width: 47%;
  }

  .find-text h2 {
    font-size: 63px;
  }

  /* .banner-find {
    height: 45vh;
} */
  .find-search {
    /* width: 55%; */
    margin-inline: auto;
    width: 425px;
  }

  .find-wrap .tab-section {
    width: 100%;
  }

  .banner-find {
    padding-top: 0px;
  }


}


a.banner-btnmo.banner-mobbtn {
  display: none;
}

a.banner-btnmo.banner-mobbtn-del {
  display: none;
}


@media only screen and (max-width: 767px) {
  /* .banner-car-sec{
    display: none;
  }
  .banner-hen {
    margin-bottom: 20px;
} */

  .banner-btn {
    font-size: 19px;

    padding: 10px 20px;

  }

  .banner-hen {
    width: 102px;
  }



  .accordion.menuacc .accordion-item {
    margin: 0 0 10px;
  }

  .accordion.menuacc .accordion-button {
    border: 2px solid #E01919;
    background: #fff;
  }

  a.banner-btnmo.banner-mobbtn {
    display: block;
    white-space: nowrap;
  }

  a.banner-btnmo.banner-mobbtn-del {
    display: block;
    white-space: nowrap;

  }

  /* a.banner-btn {
  display: none;
} */
  .container.item-container h2 {
    font-size: 43px;
  }

  .find-wrap .find-search {
    width: 100%;
  }

  .find-wrap .tab-section {
    width: 100%;
  }

  .cart-mob img {
    margin-top: 5px;
    width: 23px;
    height: 23px;
  }

  .accordion.menuacc .accordion-button.drink-outer.collapsed {
    background-color: #fff;
  }

  .banner-find .find-text h5 {
    font-size: 21px;
  }

  .itmconsec.expl-outer1::-webkit-scrollbar {
    width: 4px;
  }

  .itmconsec.expl-outer1::-webkit-scrollbar-thumb {
    background-color: #E01919 !important;
    border-radius: 10px;
    min-height: 20px;
  }

  .itmconsec.expl-outer1::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  .itmconsec.expl-outer1 {
    padding: 0px 18px 50PX;
    height: 92vh;
    overflow-y: auto;
  }

  section.find-location .container {
    padding-inline: 15px;
  }

  section.order1-bg .container {
    padding-inline: 15px;
  }

  a.banner-btnmo.banner-mobbtn {
    display: block;
    width: fit-content;
    bottom: 100px;
  }

  a.banner-btnmo.banner-mobbtn-del {
    display: block;
    width: fit-content;
    bottom: 40px;
  }


  .accordion.menuacc .accordion-body.acc-bg-y.acc-bg-y {
    background: #fff !important;
    padding: 0 7px 10px 10px !important;
    border-radius: 0 0 5px 5px;
  }

  .outer-tab-order section#pickup.find-location,
  .outer-tab-order section#catering.find-location,
  .outer-tab-order section#delivery.find-location {
    padding-top: 15px !important;
  }



  .outer-tab-order .container {
    max-width: 99% !important;

  }

  .accordion.menuacc .itmbox {
    margin: 0 0 8px;
  }


  .qnt-sec .quantity-button {
    width: 19px;
    height: 19px;
    font-size: 15px;
  }






  .szitm.clicked.expanded .q-outer {
    background-color: #FAE03C;

  }

  .find-location .search-container {

    margin-top: 0px;
    margin-bottom: 50px;
  }

  section.find-location {
    padding-top: 40px;
    padding-bottom: 50px;

  }


  .expanded .quantity-box {
    background: #FAE03C;
    border-radius: 10px;

  }

  .expanded .quantity-input {
    background: #FAE03C;
  }



  .qnt-sec .quantity-input {
    width: 25px;
    font-size: 15px;
  }



  header .hlocation {
    margin-right: 15px;
    margin-top: 4px;
  }

  .circle-effects {
    width: 23px;
    height: 23px;
  }

  .accordion.menuacc .accordion-body {
    padding-top: 0;
  }

  /* .dri-bg-wh .itmbox .szitm.wtbg .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg2 .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg3 .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg4 .img-fluid,
.dri-bg-wh .itmbox .szitm.wtbg5 .img-fluid{
  width: 100%;
  height: 100%;
  object-fit: contain;

} */

  /* .itmbox .img-fluid {

  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: contain;
} */




  .dri-bg-wh .szitm.wtbg,
  .szitm.wtbg2,
  .szitm.wtbg3,
  .szitm.wtbg4,
  .szitm.wtbg5 {

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .accordion.menuacc .itmcon.drink-itmcon {
    width: 100%;
  }

  .accordion.menuacc .itmbox {
    align-items: unset;
  }

  .accordion.menuacc .itmbox {
    padding: 8px;
  }

  .itembox-img-outer {
    width: 30%;
  }

  .itembox-img-outer img {
    width: 100%;
    height: 100%;
  }




  .menuacc .img-fluid.itmimsac {
    position: relative;
    left: 0px;
    width: 125px;
    margin-right: 20px;
    width: 25%;
  }

  .accordion.menuacc .itmbox {
    flex-wrap: nowrap;
    /* width: 75%; */
  }

  .accordion.menuacc .itmcon p span {
    display: inline;
  }

  .itmcon {
    width: 75%;
  }

  .accordion.menuacc .itmcon {
    padding: 0 0 0 10px;
    width: 70%;

  }

  .itmbox .img-fluid {
    /* width: 25%; */
    border-radius: 5px;
  }

  .accordion.menuacc .itmcon h2 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .accordion.menuacc .itmcon p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }

  .accordion.menuacc .itmcon h3 {
    color: #443E38;
  }

  .accordion.menuacc .accordion-button {
    padding: 16px 30px 16px 10px;
    font-size: 34px;
  }

  header.nav-static.menu-h {
    display: none;
  }

  section.itmconsec .container {
    padding-inline: 0px;
  }

  .itmconsec h1 {
    display: none;
  }

  section.order1-bg {
    display: block;
  }

  .outer-tab-order {
    display: block;
  }

  .desk-show {
    display: none;
  }

  .with-find-outer {

    display: none;
  }

  .offerprice-outer {
    margin-top: -24px;
  }

  .order-mob .itmbox>img {
    width: 20%;
    border-radius: 5px;
  }

  .order-mob .accordion.menuacc .itmbox {
    align-items: unset;
  }

  .zipcontainer .tab-btn {
    width: 100%;
  }

  .accordion.menuacc .accordion-button::after {
    width: 30px;
    height: 30px;
  }

  .sticky-footer-mob {
    display: block;
  }

  .find-location {
    display: block;
  }

  .footer-outer {
    display: block;
  }

  .header-mob {
    display: flex !important;
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 999;
    padding-block: 28px !important;
  }

  .story-right p {
    font-size: 16px;
  }

  .story-right h2 {
    margin-top: 0%;
  }

  .itemsect-mob .item-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .header-mob .hlocation a {
    font-size: 20px;
  }

  .story-right h2 {
    font-size: 48px;
    font-family: 'ElcaminoRegular';
  }

  .offer {
    display: block;
  }

  .story-outer {
    width: 95%;
  }

  .story-img img {
    width: 100%;
    object-fit: contain;
  }

  section.promotions {
    padding-bottom: 300px;
    display: none;
  }

  section.visit-sec {
    display: none;
  }

  .footer-outer-desk {
    display: none;
  }

  .story-since img {
    width: 100%;
    height: 100%;
  }

  .story-top-img {
    top: -38px;
  }

  .story-right {
    padding: 0;
  }

  .story-outer {
    display: flex;
    flex-direction: column;
  }

  .story-img {
    position: relative;
  }

  .story-since {
    position: absolute;
  }

  .itemimg-outer {
    padding-inline: 15px;
  }

  .itemsect-mob .itemimg-outer {
    height: 100%;
    min-height: unset;
  }

  .itemsect-mob .itemimg-outer img {
    object-fit: contain;
  }

  .banner-desk {
    display: none;
  }

  .banner-mob {
    display: block;
  }

  .header-desk {
    display: none;
  }

  .story-desk {
    display: none;
  }

  .story-mob {
    display: block;
  }

  .itemsect-desk {
    display: block;
  }

  .itemsect-mob {
    display: none;
  }

  .owl-carousel .item {
    height: 49vw !important;
    overflow: hidden !important;
}

}

/* ========================== */

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .quantity-box {
    padding: 0px 9px 9px 9px;
  }

  .remove {
    padding: 31px 20px;
  }

  .edit {
    padding: 31px 31px;

  }

  .szitm.clicked.expanded .q-outer {
    padding-inline: 3px;
  }

  .szitm.clicked.expanded .q-outer {
    height: 117px;
  }
  .sub-nav a{
    text-decoration: none;
      color: #E01919;
      font-size: 15px;  
      margin: 10px 8px;
      background-color: #FAE03C;
      padding: 6px 10px 3px 10px;
      border-radius: 8px;
  }
  .contact-content a{
      font-size: 14px;  
      padding: 10px  15px;
  }
}

.row.find-wrap .find-text h2 {
  font-size: 60px;
}

@media only screen and (max-width: 600px) {
  .banner-hen {
    width: 80px;
    padding: 14px;
  }

  .banner-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
 
}

@media only screen and (min-width: 481px) and (max-width: 600px) {

  .szitm.clicked.expanded .q-outer {

    padding-inline: 4px;
  }

  .szitm.clicked.expanded .q-outer {
    height: 107px
  }

  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 16px;
  }

  .qnt-sec .quantity-input {
    width: 18px;
    font-size: 13px;
  }

  .qnt-sec .quantity-button {
    width: 16px;
    height: 16px;
    font-size: 15px;
  }

  .row.find-wrap .find-text h2 {
    font-size: 45px;
  }

  .remove {
    padding: 31px 20px;
  }

  .edit {
    padding: 31px 31px;

  }
  .sub-nav a{
    text-decoration: none;
      color: #E01919;
      font-size: 12px;  
      margin: 10px 2px;
      background-color: #FAE03C;
      padding: 6px 10px 3px 10px;
      border-radius: 8px;
  }
  .contact-content a{
    font-size: 14px;  
    padding: 10px  15px;
}

  .owl-carousel .item {
    height: 49vw;
    overflow: hidden;
}
}

/* ========================== */

@media only screen and (max-width: 500px) {
  .accordion.menuacc .itmcon h2 {
    font-size: 22px;
  }

  .accordion.menuacc .itmcon p {
    font-size: 12px;
    line-height: 1.3;
  }
  .sub-nav a{
    text-decoration: none;
      color: #E01919;
      font-size: 12px;  
      margin: 10px 2px;
      background-color: #FAE03C;
      padding: 6px 10px 3px 10px;
      border-radius: 8px;
  }
  .contact-content a{
    font-size: 14px;  
    padding: 10px  15px;
}

}


@media only screen and (max-width: 350px) {
  .banner-btn {
    font-size: 13px;
    padding: 5px 7px;
  }
  .sub-nav a{
    text-decoration: none;
      color: #E01919;
      font-size: 12px;  
      margin: 10px 2px;
      background-color: #FAE03C;
      padding: 6px 10px 3px 10px;
      border-radius: 8px;
  }
  .contact-content a{
    font-size: 14px;  
    padding: 10px  15px;
}
  .owl-carousel .item {
    height: 49vw;
    overflow: hidden;
}


}

@media only screen and (max-width: 480px) {
  .item-popup-dia p {
    font-size: 16px;
  }

  .banner-hen {
    width: 50px;
    padding: 8px;
  }

  .row.find-wrap .find-text h2 {
    font-size: 32px;
  }

  .quick-adds-i h6 {

    padding-block: 4px;
  }

  .list-qty-outer {
    width: 28px;
    height: 28px;
  }

  .hr-outer {
    padding: 0px 14px 0px 11px;
  }

  .itm-img {
    width: 30%;
  }

  .lists-outer-popup .itmcon {

    width: 70%;
  }

  .quick-adds {
    display: flex;
    width: 97%;
  }

  .szitm.clicked.expanded .q-outer {

    height: 105px;
  }

  #itemModa .modal-content p {
    font-size: 13px;
  }

  .itemimg-outer {
    padding-inline: 10px;
  }

  .item-sec .item-col H5 {
    font-size: 22PX;
  }

  .loc-text p {
    font-size: 13px;
  }


  button.done-bt {
    padding: 2px 10px;
  }

  .pick-box1 {
    padding: 20px 14px 20px 11px;
  }

  .pick-box1 h5 {
    font-size: 26px;
  }

  .select-tor {
    padding: 20px 14px 20px 11px;
  }

  .accordion.menuacc .itmbox {
    padding: 4px;
  }

  .accordion.menuacc .itmcon p {
    /* margin-bottom: 2px;
  line-height: 1.3; */
  }

  .accordion.menuacc .itmcon h3 {

    margin-bottom: 2px;
  }

  .accordion.menuacc .itmcon {
    padding: 0 0 0 7px;
  }

  .owl-carousel .item {
    height: 56vw !important;
    overflow: hidden !important;
}

.banner-btn {
  font-size: 12px !important;
  
  
}

 

}

@media only screen and (max-width: 400px) {
  .banner-btn {
    font-size: 16px;
    padding: 10px 25px;
    border: 4.28px solid #FAE03C;
  }

  .banner-hen {
    width: 40px;
    padding: 8px;
  }
}



@media only screen and (min-width: 420px) and (max-width: 570px) {
  .tab-btn {

    padding: 4px 10px;
    font-size: 17px;
  }

  .accordion.menuacc .itmcon .sizebx h3 {
    font-size: 20px;
  }

  .outer-tab-order .tab-btn {

    font-size: 16px;
  }

  .coupon-btn {
    margin: 30px auto 0;
  }

  .offer-outer p {

    font-size: 44px;
  }

}



@media only screen and (min-width: 380px) and (max-width: 480px) {

  .szitm.clicked.expanded .q-outer {

    padding-inline: 2px;
  }

  .row.find-wrap .find-text h2 {
    font-size: 40px;
  }

  .sizebx .szitm {
    width: 20%;
  }

  .accordion.menuacc .accordion-button {
    font-size: 23px;
  }

  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 16px;
  }

  .qnt-sec .quantity-input {
    width: 18px;
    font-size: 13px;
  }

  .qnt-sec .quantity-button {
    width: 15px;
    height: 15px;
    font-size: 13px;
  }

  .expanded {
    padding-inline: 4px;
  }

  .remove {
    padding: 27px 16px;
  }

  #customMenuModal .order-lists-outer-popup p {
    font-size: 12px;
  }

  .edit {
    background: #F0ECDE;

    padding: 27px 25px;

  }



  .list-qty-outer {
    width: 28px;
    height: 28px;
  }

  .list-qty-outer img {
    width: 45%;
  }

  button.done-bt {
    padding: 2px 10px;
  }

  /* .pick-box1 {padding: 20px 12px;} */





  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 379px) {

  #customMenuModal .order-lists-outer-popup p {
    font-size: 12px;
  }

  .remove {
    padding: 27px 13px;
  }

  .edit {
    padding: 27px 25px;

  }

  .accordion.menuacc .itmcon h3 {
    font-size: 15px;
  }



  /* .dri-bg-wh .szitm.wtbg,
    .dri-bg-wh .szitm.wtbg2,
    .dri-bg-wh .szitm.wtbg3,
    .dri-bg-wh .szitm.wtbg4,
    .dri-bg-wh .szitm.wtbg5{ width: 53px; height: 53px;}
   */
  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 11px;
  }

  .szitm.wtbg,
  .szitm.wtbg2,
  .szitm.wtbg3,
  .szitm.wtbg4,
  .szitm.wtbg5 {
    width: 53px;
    height: 53px;
  }

  /* .sizebx .szitm {
  width: 20%;
} */

  .accordion.menuacc .dri-bg-wh .itmcon h3 {
    font-size: 16px;
  }

  .quantity-box {
    padding: 2px 4px;
  }


  .qnt-sec .quantity-input {
    width: 10px;
    font-size: 11px;
  }


  .qnt-sec .quantity-button {
    width: 13px;
    height: 13px;
    font-size: 10px;
  }

  .expanded {
    padding-inline: 4px;
  }

}


/* ========================== */
@media only screen and (min-width: 320px) and (max-width: 370px) {

  .szitm.clicked.expanded .q-outer {

    height: 90px;

  }


  .loc-col {
    padding: 15px 8px;
  }

  .accordion.menuacc .accordion-button {
    font-size: 20px;
  }

  .loc-text {
    width: 50% !important;
  }

  .loc-btns {

    width: 50%;
  }

  .loc-btns p {
    font-size: 12px;
  }

  .call {
    width: 63px;
    height: 63px;
  }

  .order {
    width: 63px;
    height: 63px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 419px) {

  .accordion.menuacc .accordion-body.acc-bg-y.acc-bg-y {
    padding: 0 8px 10px 8px !important;
  }

  .accordion.menuacc .itmbox {
    padding: 4px;
  }

  .accordion.menuacc .itmcon p {
    margin-bottom: 2px;
    line-height: 1.3;
  }

  .accordion.menuacc .itmcon h3 {

    margin-bottom: 2px;
  }



  .itembox-img-outer {
    width: 35%;
  }

  .accordion.menuacc .itmcon {

    width: 65%;
  }

  .loc-text h4 {

    font-size: 15px;
  }


  .accordion.menuacc .itmcon h2 {
    font-size: 15px;
  }

  .accordion.menuacc .itmcon p {
    font-size: 12px;
  }

  .accordion.menuacc .itmcon h3 {
    font-size: 15px;


  }


  .menuacc .img-fluid.itmimsac {
    margin-right: 10px;
    width: 85px;
  }

  .tab-btn {
    padding: 4px 6px;
    font-size: 12px;
    width: 100%;
  }

  .order-mob .img-fluid.itmimsac {

    width: 30%;
  }

  .itmbox-left {
    width: 35%;
  }

  .order-mob .accordion.menuacc .itmcon {
    width: 65%;
  }

  .order-mob .accordion.menuacc .itmcon h2 {
    font-size: 18px;
  }

  .order-mob .accordion.menuacc .accordion-button {
    font-size: 20px;
    padding: 16px 20px 16px 20px;
  }
}

/* ========================== */


@media only screen and (max-width: 420px) {
  .loc-text p {
    font-size: 11px;
  }

  .offer-outer p {
    color: #FFF4E0;
    text-align: center;
    font-size: 31px;
  }

  .coupon-btn {
    font-size: 20px;
    margin: 19px auto 0;
  }

  section.find-location .container {
    padding-inline: 15px;
  }

  section.order1-bg .container {
    padding-inline: 15px;
  }

  .offer-outer span {

    font-size: 65.45px;
  }

  .offerprice-outer img {
    width: 85%;
  }

  .find-location h2 {

    font-size: 38px;
  }

  .find-location .search-container {
    margin-top: 0;
  }

  .item-sec {

    padding-block: 40px;
  }

  .banner-btn {
    bottom: 30px;
  }




  @media only screen and (min-width: 371px) and (max-width: 400px) {
    .szitm.clicked.expanded .q-outer {

      height: 94px;
    }


  }
}


/* ========================== */

@media only screen and (max-width: 370px) {
  .loc-col {
    flex-wrap: wrap;
  }

  .loc-text {
    width: 100%;
  }

  .loc-btns {
    display: flex;
    margin-top: 14px;
  }
}

/* @media only screen and (min-width: 371px) {
  .accordion.menuacc .accordion-button {

    font-size: 24px;
}
} */


@media only screen and (min-width: 370px) and (max-width: 379px) {

  .accordion.menuacc .accordion-button {
    font-size: 24px;

  }


}




/* new flow */

.choose-order {
  background-color: #F0ECDE;
  width: 100%;
  height: 60vh;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 87%;
  transition: all 0.5s ease-in-out;
}

.choose-btn {
  font-size: 20.44px;
  letter-spacing: 1px;
  background-color: #fff;
  color: #E01919;
  border-radius: 8px;
  line-height: normal;
  font-family: 'ElcaminoBold';
  text-align: center;
  margin-top: 10px;
  outline: none;
  padding: 12px 10px 5px;
  border: 4px solid #E01919;

}

.choose-btn:hover {
  background-color: #E01919;
  color: #fff;
}

/*a.choose-pick {
  margin-top: 95px !important;
}
a.choose-local {
  margin-top: 180px !important;
}
a.choose-cat {
  margin-top: 265px !important;
}*/
.choose-sub {
  font-size: 14px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0px;
}


.anchor {
  scroll-margin-top: 120px !important;
}
.anchor1 {
  scroll-margin-top: 190px !important;
}
/* ====================================== */








/* Set the height of the carousel to 90vh */
#homeBanner {
  height: 80vh;
  /* 90% of the viewport height */
}

.carousel-inner {
  height: 100%;
  /* Ensure the inner carousel takes the full height of the parent */
}

.carousel-item {
  height: 100%;
  /* Ensure each carousel item takes up the full height of the carousel */
  object-fit: contain;
  /* Optional: Make sure the images cover the entire area */
}

/* Optional: Styling for the button at the bottom */
.carousel-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-item img {

  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#homeBanner button.carousel-control-prev {
  display: none;
}

#homeBanner button.carousel-control-next {
  display: none;
}


.owl-carousel .item img {
  width: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dot {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px !important;
  height: 10px !important;
  padding: 0;
  margin-right: 3px !important;
  margin-left: 3px !important;
  text-indent: -999px !important;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 3px !important;
}

.owl-carousel button.owl-dot.active {
  background: #fff !important;
  opacity: 1 !important;
}

.owl-dot.active {
  background: #000;
}

#startCarousel {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.owl-carousel .item {
  height: 80vh;

  overflow: hidden;
  /* Ensures no overflow for large images */
}

/* Ensure the image fits within the item while maintaining its aspect ratio */
.owl-carousel .item img {
  height: 100%;
  /* Fit the height of the container */
  width: 100%;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Cover the container gracefully */
}

/* Dots (indicators) styling */
.owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  transition: background 0.3s;
}

.owl-dot.active {
  background: #000;
}

/* Start button styling */
#startCarousel {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
}

/* Position the carousel relative to its container */
.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #fff !important;
}

.loc-text h4 {
  color: #E01919;
  text-transform: uppercase;
}
