/*========================================================
	Main Style for Avenue Grill 2026
=========================================================*/
/* colors declaration */
:root {
    --bgcolor: #FFF4D7;
    --black: #000;
    --white: #fff;
    --txt: #1B1B1A;
    --top-menu: #fff4d8;
    --btn-red: #B91E18;
    --yellow-text: #FFBD3A;
    --red-section: #9d1b1b;
    --yel-section: #ffeab1;
    --yel-menu-sec: #FFEAB0;
    --top-black: #150706;
    --dark-red: #700708;
    --darker-cherry: #5A0507;
}

/*========================================================
										RESET
=========================================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

a,
button {
    touch-action: manipulation;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid var(--yellow-text);
    outline-offset: 4px;
}

body.nav-open {
    overflow: hidden;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* end reset */
/***********************************************************************************************/

/*========================================================
                      Main Styles
=========================================================*/
body {
    background: var(--bgcolor);
    font-family: 'filson-pro', arial, sans-serif;
    font-weight: 400;
    color: var(--txt);
    font-size: 20px;
    line-height: 1.4;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.clear {
    clear: both;
}
.inline-text {
    font-weight: 700;
}
h1, h2, h3 {
  font-family: 'filson-pro', arial, sans-serif;
  text-transform: uppercase;
}
h1, h2{
  font-size: 60px;
}
h3 {
  font-size: 60px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 48px;
    }
    h3 {
      font-size: 54px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 46px;
    }
    h3{
      font-size: 46px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 40px;
    }
    h3{
      font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h1, h2{
      font-size: 36px;
    }
    h3{
      font-size: 34px;
    }
}
/*=======================================================
                       Main Layout
=========================================================*/
.bodyFrame {
    max-width: 100%;
    margin: 0 auto;
}
.pageFull {
    width: 100%;
}
.pageSize {
    width: 75%;
    max-width: 1310px;
    margin: 0 auto;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .pageSize {
      width: 90%;
      max-width: 1270px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .pageSize {
      width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pageSize {
      width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .pageSize {
      width: 90%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
									TOP & NAVIGATION
=========================================================*/
/* not display on large screen */
.smobitrigger,
.mnuclose,
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.mhours,
.menu ul li.msocial,
.menu ul li.mmlinks,
.menu ul li.maddress,
.telMob,
.logoMob,
.hoursNav,
.outerSticky {
    display: none;
}
/* top section  */
.top {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    background: var(--top-black);
    z-index: 900;
}
.boxesWrap {
    width: 75%;
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px;
}
.boxes {
    height: 100px;
}
.one {
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.one img {
  display: block;
  width: 200px;
}
.two {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.three {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topButton {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.topTel {
  background: url('../images/icons/phone-icon.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: left center;
  font-family: intermedium, arial, sans-serif;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 60px;
  min-height: 50px;
}
.menu ul li.dlink {
  color: var(--white);
  font-family: filson-pro, arial, sans-serif;
  font-size: 21px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.5;
  padding: 0 20px;
}
.dlinkMobOnly{
  display: none!important;
}
/*.menu ul > li:nth-child(2 of .dlink) {
    margin-right: 60px;
}*/
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .boxesWrap {
  	width: 90%;
    height: 80px;
    max-width: 1270px;
  }
  .menu ul li.dlink {
  	font-size: 18px;
  }
  .topTel {
    font-size: 22px;
  	background-size: 45px 45px;
  }
    .one img {
        width: 180px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .boxesWrap {
  	width: 94%;
    height: 80px;
  }
  .one img {
  	width: 150px;
  }
  .two {
  	width: 66%;
  }
  .three {
  	width: 19%;
  }
  .menu ul li.dlink {
  	font-size: 18px;
  }
  .topTel {
  	background-size: 42px 42px;
  	font-size: 18px;
  	padding-left: 50px;
  	min-height: 50px;
  }

}
@media only screen and (max-width: 1023px) {
}
/*========================================================
									Buttons
=========================================================*/
.orderBtn {
  background: var(--btn-red);
  border: 2px solid var(--btn-red);
  border-radius: 35px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 30px;
  min-height: 48px;
}
.orderTopBtn {
  background: var(--btn-red);
  border-radius: 35px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: "filson-pro", arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
  padding: 14px 30px;
  min-height: 48px;
}
.menuBtn {
  background: transparent;
  border: 2px solid var(--white);
  border-radius: 35px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 30px;
  min-height: 48px;
}
.callNowBtn {
  background: var(--yellow-text);
  border: 2px solid var(--yellow-text);
  border-radius: 35px;
  color: var(--top-black);
  cursor: pointer;
  display: inline-block;
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 30px;
  width: 170px;
  min-height: 48px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .orderBtn,
    .menuBtn,
    .callNowBtn {
        font-size: 16px;
    }
    .callNowBtn{
      width: 163px;
    }
    .orderTopBtn{
        font-size: 18px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .orderBtn,
    .menuBtn,
    .callNowBtn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .callNowBtn{
      width: 143px;
    }
    .orderTopBtn{
        font-size: 17px;
        padding: 10px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .orderBtn,
    .menuBtn,
    .callNowBtn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .callNowBtn{
      width: 143px;
    }
    .orderTopBtn{
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .orderBtn,
    .menuBtn,
    .callNowBtn {
        font-size: 16px;
        padding: 10px 15px;
    }
    .callNowBtn{
      width: 133px;
    }
    .orderTopBtn{
        font-size: 16px;
        padding: 10px 15px;
    }
}

/*========================================================
		Index Banner
=========================================================*/
.bnrMain{
  background: url('../images/index/main-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 125px 0 145px;
}
.topFix{
  margin-top: 100px;
}
.bnrMainWrap{
  max-width: 500px;
}
.bnrMain h1{
  color: var(--yellow-text);
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}
.bnrMain h1 span{
  color: var(--white);
  display: block;
  font-family: 'wendy-lp', arial, sans-serif;
  font-size: 90px;
  font-weight: 500;
  text-transform: capitalize;
}
.bnrMainItem p{
  color: var(--white);
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 50px 0 0;
  text-transform: uppercase;
}
.bnrMainItem p span{
  color: var(--yellow-text);
  margin-left: 25px;
}
.bnrMainDescr p{
  color: var(--white);
  margin: 10px 0 0;
  width: 90%;
}
.bnrMain2Btns{
  margin: 60px 0 0;
}
.bnrMain2Btns .callNowBtn{
  margin-left: 25px;
}
.bnrMainMobile{
  display: none;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .bnrMain {
  	padding: 105px 0 125px;
  }
  .bnrMainWrap {
  	max-width: 460px;
  }
  .bnrMain h1 {
  	font-size: 62px;
  }
  .topFix{
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1499px) {
  .bnrMain {
  	padding: 70px 0 90px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bnrMain {
  	padding: 50px 0 70px;
  }
  .bnrMainWrap {
  	max-width: 460px;
  }
  .bnrMain h1 span {
  	font-size: 76px;
  }
  .bnrMain h1 {
  	font-size: 60px;
  }
  .bnrMainItem p {
  	font-size: 21px;
  }
  .bnrMain2Btns {
  	margin: 40px 0 0;
  }
  .topFix{
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bnrMain {
    background: #0b0b0b;
  	padding: 0 0 60px;
  }
  .bnrMainMobile{
    display: block;
    width: 100%;
    height: auto;
  }
  .bnrMainWrap {
    padding-top: 60px;
  	max-width: 460px;
  }
  .bnrMain h1 span {
  	font-size: 66px;
  }
  .bnrMain h1 {
  	font-size: 52px;
  }
  .bnrMainItem p {
  	font-size: 21px;
  }
  .bnrMain2Btns {
  	margin: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .bnrMain {
    background: #0b0b0b;
  	padding: 0 0 60px;
  }
  .bnrMainMobile{
    display: block;
    width: 100%;
    height: auto;
  }
  .bnrMainWrap {
    padding-top: 30px;
    padding-bottom: 0;
  	max-width: 460px;
  }
  .bnrMain h1 span {
  	font-size: 62px;
  }
  .bnrMain h1 {
  	font-size: 46px;
  }
  .bnrMainItem p {
  	font-size: 19px;
  }
  .bnrMain2Btns {
  	margin: 40px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
		Under Banner
=========================================================*/
.underBan{
  background: var(--dark-red);
  padding: 60px 0;
}
.underBanWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.underBanBox{
  background: var(--yellow-text);
  border-radius: 24px;
  width: 15%;
  padding: 22px 14px 26px;
  text-align: center;
}
.underBanBox img{
  width: 100%;
  aspect-ratio: 17 / 12;
  object-fit: contain;
}
.underBanBox p{
  color: var(--top-black);
  font-weight: 900;
  text-transform: uppercase;
}
.underBanBox p span{
  color: var(--dark-red);
  display: block;
  margin: 10px 0 0;
}
.underBnr2Btns{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.underBnr2Btns .menuBtn{
  background: var(--yellow-text);
  border: 2px solid var(--yellow-text);
  color: var(--top-black);
}
.underBanWrapMobile{
  display: none!important;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .underBanBox p{
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .underBanWrapDesktop{
    display: none!important;
  }
  .underBanWrapMobile{
    display: flex!important;
  }
  .underBanBox{
    width: 100%;
  }
  .underBanWrapMobile .owl-dots{
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .underBanWrapDesktop{
    display: none!important;
  }
  .underBanWrapMobile{
    display: flex!important;
  }
  .underBanBox{
    width: 100%;
  }
  .underBanWrapMobile .owl-dots{
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  .underBnr2Btns .menuBtn{
    min-width: 133px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
		Restaurant section index
=========================================================*/
.restaSec{
  background: var(--top-black);
  padding: 70px 0;
}
.restaWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.restaLeft{
  width: 37%;
  position: relative;
}
.avenueBadge{
  position: absolute;
  right: -110px;
  top: 40px;
  width: 136px;
  height: 136px;
}
.restaLeft h2{
  color: var(--yellow-text);
  line-height: 1.1;
}
.restaLeft h2 span{
  display: block;
}
.restaRight{
  width: 48%;
}
.restaRight img{
  width: 100%;
  height: auto;
}
.restaLeft p{
  color: var(--white);
  margin: 20px 0 0;
}
p.restaCuteText{
  color: var(--yellow-text);
  font-family: 'wendy-lp', arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 0.9;
  margin: 25px 0 0;
}
.restaBtnAddrWrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 0;
}
.restaBtnAddrWrap .menuBtn{
  background: var(--yellow-text);
  border: 2px solid var(--yellow-text);
  color: var(--top-black);
}
p.restaAddr{
  margin: 0 0 0 75px;
}
p.restaAddr span{
  display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .restaLeft {
  	width: 35%;
  }
  p.restaCuteText {
  	font-size: 56px;
  }
  .avenueBadge {
  	width: 120px;
  	height: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .restaLeft {
  	width: 41%;
  }
  .restaDesc{
    max-width: 395px;
  }
  p.restaCuteText {
  	font-size: 46px;
    max-width: 395px;
  }
  .avenueBadge {
    right: -70px;
  	top: 30px;
  	width: 90px;
  	height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .restaWrap{
    flex-direction: column-reverse;
  }
  .restaLeft,
  .restaRight {
  	width: 100%;
  }
  .restaLeft{
    margin: 40px 0 0;
  }
  .avenueBadge {
  	right: 0;
    left: 340px;
  	top: 8px;
  	width: 80px;
  	height: 80px;
  }
  .restaLeft p {
  	max-width: 430px;
  }
  p.restaCuteText{
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .restaWrap{
    flex-direction: column-reverse;
  }
  .restaLeft,
  .restaRight {
  	width: 100%;
  }
  .restaLeft{
    margin: 40px 0 0;
  }
  .avenueBadge {
  	right: 0;
    left: 280px;
  	top: 20px;
  	width: 65px;
  	height: 65px;
  }
  .restaLeft p {
  	max-width: 430px;
  }
  p.restaCuteText{
    font-size: 50px;
  }
  p.restaAddr {
  	margin: 0 0 0 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .avenueBadge {
  	right: 85px;
  }
}
@media only screen and (max-width: 479px) {}

/*========================================================
		Menu Skillets in index
=========================================================*/
.indMenuSec{
  background: var(--dark-red);
}
.indMenuSecLightYel{
  background: var(--darker-cherry);
  padding: 60px 0;
}
.burgersSec{
  padding: 70px 0;
}
.indMenuWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.indMenuWrapRever{
  flex-direction: row-reverse;
}
.indMenuLeft{
  width: 49%;
}
.indMenuLeft img{
  width: 100%;
  height: auto;
  display: block;
}
.indMenuRightInside{
  max-width: 485px;
}
.indMenuRight{
  width: 45%;
}
.indMenuRight p{
  color: var(--white);
  max-width: 450px;
}
.topIndMenuR h3{
  color: var(--yellow-text);
}
.topIndMenuR h3 span{
  color: var(--yellow-text);
  font-family: 'wendy-lp', arial, sans-serif;
  font-size: 70px;
  text-transform: capitalize;
}
.topIndMenuR h3 span.topIndBlock{
  display: block;
}
.pitasSec h3{
  line-height: 1;
}
.dotsSepa{
  border-top: 2px dotted var(--yellow-text);
  max-width: 400px;
  margin: 20px 0 0;
}
.middleIndMenuR p{
  font-size: 24px;
  font-weight: 900;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.middleIndMenuR p span{
  color: var(--yellow-text);
  margin-left: 25px;
}
.botIndMenuR p{
  margin: 10px 0 0;
}
.indMenu2BtnsWrap{
  margin: 35px 0 0;
}
.indMenu2BtnsWrap .menuBtn{
  background: var(--yellow-text);
  border: 2px solid var(--yellow-text);
  color: var(--top-black);
  margin-left: 25px;
}
.indMenuWrapRever .indMenuRight{
  padding-left: 80px;
}
.indMenuWrapRever .indMenuRight p {
	max-width: 430px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .indMenuRight p {
  	max-width: 410px;
  }
  .topIndMenuR h3 span {
  	font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .indMenuWrapRever .indMenuRight {
  	padding-left: 40px;
  }
  .topIndMenuR h3 span {
  	font-size: 50px;
  }
  .middleIndMenuR p {
  	font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .indMenuSec{
    padding: 60px 0;
  }
  .indMenuLeft,
  .indMenuRight {
  	width: 100%;
  }
  .indMenuRight{
    margin: 50px 0 0;
  }
  .indMenuWrapRever .indMenuRight {
  	padding-left: 0;
  }
  .topIndMenuR h3 span {
  	font-size: 48px;
  }
  .middleIndMenuR p {
  	font-size: 21px;
  }
  .indMenuRight p {
  	max-width: 429px;
  }
}
@media only screen and (max-width: 767px) {
  .indMenuSec{
    padding: 60px 0;
  }
  .indMenuLeft,
  .indMenuRight {
  	width: 100%;
  }
  .indMenuRight{
    margin: 50px 0 0;
  }
  .indMenuWrapRever .indMenuRight {
  	padding-left: 0;
  }
  .topIndMenuR h3 span {
  	font-size: 42px;
  }
  .middleIndMenuR p {
    display: flex;
    justify-content: space-between;
  	font-size: 19px;
  }
  .indMenuRight p {
  	max-width: 403px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .middleIndMenuR p,
  .indMenuWrapRever .indMenuRight p{
    max-width: 403px;
  }
}
@media only screen and (max-width: 479px) {}

/*========================================================
		Mexican Favorites section in index
=========================================================*/
.mexSec{
  background: url('../images/index/mexican-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.mexSecWrap{
  background: var(--bgcolor);
  border-radius: 24px;
  padding: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mexSecLeft{
  width: 54%;
}
.mexSecLeft img{
  width: 100%;
  height: auto;
}
.mexSecRight{
  width: 40%;
}
.mexSecRight h3{
  color: var(--btn-red);
  line-height: 1;
}
.mexSecRight h3 span{
  color: var(--txt);
  display: block;
  font-family: 'wendy-lp', arial, sans-serif;
  font-size: 70px;
  text-transform: capitalize;
}
.mexSecWrap .middleIndMenuR p span {
	color: var(--btn-red);
}
.mexSecRight .middleIndMenuR{
  margin: 50px 0 0;
}
.mexSecBtnsPlace{
  margin: 35px 0 0;
}
.mexSecBtnsPlace .menuBtn{
  background: var(--yellow-text);
  border: 2px solid var(--yellow-text);
  color: var(--top-black);
  margin-left: 25px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .mexSecRight .botIndMenuR p {
  	max-width: 440px;
  }
  .mexSecRight h3 span {
  	font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .mexSecRight .botIndMenuR p {
  	max-width: 440px;
  }
  .mexSecRight h3 span {
  	font-size: 60px;
  }
  .mexSecRight .middleIndMenuR {
  	margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mexSecLeft,
  .mexSecRight {
  	width: 100%;
  }
  .mexSecRight h3 span {
  	font-size: 48px;
  }
  .mexSecRight .botIndMenuR p {
  	max-width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .mexSecWrap {
  	padding: 30px 15px;
  }
  .mexSecLeft,
  .mexSecRight {
  	width: 100%;
  }
  .mexSecRight h3 span {
  	font-size: 48px;
  }
  .mexSecRight .botIndMenuR p {
  	max-width: 440px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
		Red section with phone in index
=========================================================*/
.redSec{
  background: var(--top-black);
}
.redSecLeft{
  width: 40%;
  padding: 50px 0 50px 40px;
}
.redSecWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.redSecWhiteBold{
  color: var(--white);
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}
.redSecYelPhone {
	color: var(--yellow-text);
  font-family: 'filson-pro', arial, sans-serif;
  font-size: 60px;
  font-weight: 900;
	line-height: 1.1;
  margin: 25px 0 0;
  text-transform: uppercase;
}
.redSecRegP{
  color: var(--white);
  margin: 25px 0 0;
}
.redSecBtnsRow{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 35px 0 0;
  width: 95%;
}
.redSecTwoIcons{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.redSecTwoIcons img{
  margin-right: 25px;
}
.redSecRight img{
  min-width: 418px;
  margin-right: 100px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .redSecLeft {
  	width: 37%;
  }
  .redSecWhiteBold {
  	font-size: 23px;
  }
  .redSecYelPhone {
  	font-size: 54px;
  }
  .redSecRight img {
  	min-width: 400px;
  	margin-right: 150px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1499px) {
  .redSecWhiteBold {
  	font-size: 21.5px;
  }
  .redSecYelPhone {
  	font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .redSecWhiteBold {
  	font-size: 20px;
  }
  .redSecYelPhone {
  	font-size: 46px;
  }
  .redSecLeft {
  	width: 43%;
  }
  .redSecRight img {
  	min-width: 360px;
  	margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .redSecWhiteBold {
  	font-size: 20px;
  }
  .redSecYelPhone {
  	font-size: 40px;
    margin: 10px 0 0;
  }
  .redSecRegP {
  	margin: 10px 0 0;
  }
  .redSecLeft {
  	width: 43%;
  }
  .redSecLeft {
  	width: 52%;
  	padding: 30px 0 30px 0px;
  }
  .redSecRight img {
  	min-width: 285px;
  	max-width: 285px;
  	margin-right: 0px;
  }
  .redSecBtnsRow{
    margin: 15px 0 0;
  }
  .redSecTwoIcons img{
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .redSecWrap{
    flex-direction: column-reverse;
  }
  .redSecWhiteBold {
  	font-size: 18px;
  }
  .redSecYelPhone {
  	font-size: 40px;
  }
  .redSecLeft {
  	width: 100%;
  }
  .redSecLeft {
  	width: 100%;
  	padding: 30px 0 30px 0px;
  }
  .redSecRight img {
  	min-width: 260px;
    max-width: 338px;
  	margin-right: 0px;
  }
  .redSecTwoIcons img{
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .redSecRegP,
  .redSecBtnsRow {
    max-width: 380px;
  }
}
@media only screen and (max-width: 479px) {}

/*========================================================
		Get to Know Us section in index
=========================================================*/
.getToKnow{
  background: var(--top-black);
  padding: 60px 0;
}
.getToKnowWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.getToKnowLeft{
  width: 48%;
}
.getToKnowLeft img{
  width: 100%;
}
.getToKnowRight{
  width: 45%;
}
.getToKnowRight h3 {
	color: var(--yellow-text);
	line-height: 1.1;
  margin: 15px 0 0;
}
.getToKnowRight h3 + p{
  color: var(--white);
  margin: 25px 0 0;
}
.getToKnowLogos{
  margin: 25px 0 0;
  padding: 0 0 0 35px;
  width: 75%;
}
.getToKnowLogos img{
  height: 80px;
  margin-right: 10px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .getToKnowRight {
  	width: 41%;
  }
  .getToKnowLogos img {
  	height: 60px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1499px) {
  p.restaCuteText {
  	font-size: 51px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .getToKnowLogos img {
  	height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .getToKnowLeft,
  .getToKnowRight{
    width: 100%;
  }
  .getToKnowRight{
    margin: 30px 0 0;
  }
  .getToKnowLogos img {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .getToKnowLeft,
  .getToKnowRight{
    width: 100%;
  }
  .getToKnowRight{
    margin: 30px 0 0;
  }
  .getToKnowLogos {
  	margin: 25px 0 0;
  	padding: 0 0 0 15px;
  	width: 100%;
  }
  .getToKnowLogos img {
    height: 48px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
		Visit Us section in index
=========================================================*/
.visitUsWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.visitUsLeft,
.visitUsRight{
  width: 50%;
}
.visitUsLeft{
  background: var(--yellow-text);
  padding: 50px 140px 50px 700px;
}
.visitUsLeft h3{
  color: var(--btn-red);
}
.visitUsLeft h3{
  line-height: 1;
}
.visitUsLeft h3 + p{
  margin: 25px 0 0;
}
.visitUsRight iframe{
  width: 100%;
  height: 100%;
}
.visitUsAddr{
  margin: 25px 0 0;
}
.visitUsrow{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 6px 0 0;
}
.visitUsrow p{
  margin-left: 10px;
}
.visitUsrow p small{
  color: var(--btn-red);
}
.visitUsBtnPlace{
  margin: 25px 0 0;
}
.visitUsBtnPlace .menuBtn{
  background: var(--btn-red);
  border: 2px solid var(--btn-red);
}
.visitUsBtnPlace .callNowBtn{
  background: var(--top-menu);
  border: 2px solid var(--top-menu);
  margin-left: 25px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .visitUsLeft {
  	padding: 50px 140px 50px 387px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .visitUsLeft {
  	padding: 50px 140px 50px 205px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1499px) {
  .visitUsLeft {
  	padding: 50px 120px 50px 145px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .visitUsLeft {
  	padding: 50px 85px 50px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .visitUsLeft {
    padding: 50px 40px 50px 30px;
  }
  .visitUsBtnPlace .callNowBtn{
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .visitUsWrap{
    flex-direction: column-reverse;
  }
  .visitUsLeft {
    width: 100%;
    padding: 50px 40px 50px 30px;
  }
  .visitUsRight{
    width: 100%;
    min-height: 300px;
  }
  .visitUsAddr span{
    display: block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .visitUsRight{
    min-height: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .visitUsBtnPlace .callNowBtn{
    margin-left: 20px;
  }
}

/*========================================================
		Our clients section in index
=========================================================*/
.ourClients{
  background: var(--dark-red);
  padding: 60px 0;
}
.ourClients h3{
  color: var(--yellow-text);
  text-align: center;
}
.ourClients h3 span{
  color: var(--yellow-text);
  font-family: 'wendy-lp', arial, sans-serif;
  font-size: 70px;
  text-transform: capitalize;
}
.ourClientsWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.ourClientsBox{
  background: var(--top-menu);
  border-radius: 24px;
  width: 32%;
  padding: 30px 40px 45px 30px;
  position: relative;
}
.ourClientsBox p span{
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 20px;
}
.ourClientsBox img{
  position: absolute;
  right: 25px;
  top: 37px;
}
.ourClientsWrapMobile{
  display: none!important;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .ourClients h3 span {
  	font-size: 60px;
  }
  .ourClientsBox p span {
  	font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .ourClients h3 span {
  	font-size: 50px;
  }
  .ourClientsBox p span {
  	font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ourClientsWrapDesktop{
    display: none!important;
  }
  .ourClientsWrapMobile{
    display: block!important;
    margin: 20px 0 0;
  }
  .ourClients h3 span {
  	font-size: 48px;
  }
  .ourClientsBox{
    width: 100%;
  }
  .ourClientsBox img {
  	width: 26px!important;
    height: 17px!important;
  }
}
@media only screen and (max-width: 767px) {
  .ourClients h3 span{
    display: block;
    font-size: 42px;
  }
  .ourClientsWrapDesktop{
    display: none!important;
  }
  .ourClientsWrapMobile{
    display: block!important;
    margin: 20px 0 0;
  }
  .ourClientsBox{
    width: 100%;
  }
  .ourClientsBox p span {
  	font-size: 22px;
  }
  .ourClientsBox img {
  	width: 26px!important;
    height: 17px!important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

  /*========================================================
  		Index Explore Menu Section
  =========================================================*/
  .mDrinksMob {
     display: none;
  }
  .mainTit {
      padding: 90px 0 50px;
      text-align: center;
  }
  .mainTit h2 {
      font-size: 68px;
      font-weight: 400;
  }
  .mainTit h2 span {
      display: block;
      font-family: latoregular, arial, sans-serif;
      font-size: 18px;
  }
  .browseMenuSec {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
  }
  .browseMenuCol1,
  .browseMenuCol2 {
      width: 49%;
  }
  .menuPlatesWrap {
      background: var(--top-menu);
      padding: 20px;
      border-radius: 25px;
      margin-bottom: 35px;
  }
  .menuPlatesWrap img {
      width: 100%;
      display: block;
      border-radius: 15px;
      aspect-ratio: 608 / 150;
      object-fit: cover;
  }
  .mPlatesDescWrap {
      padding: 10px 0;
      width: 100%;
      display: flex;
      align-items: center;
      border-bottom: 1px solid var(--bord);
  }
  .mPlatesDescLeft {
      width: 40%;
  }
  .mPlatesDescRight {
      width: 60%;
      border-left: 1px solid var(--txt);
  }
  .mPlatesDescLeft p {
      font-size: 56px;
      font-family: 'filson-pro', arial, sans-serif;
      font-weight: 700;
      text-align: left;
      text-transform: capitalize;
  }
  .mPlatesDescRight p {
      font-size: 19px;
      font-family: 'filson-pro', arial, sans-serif;
      line-height: 1.3;
      text-align: left;
      padding-left: 20px;
  }
  .mMenuPosWrap {
      width: 100%;
      display: flex;
      padding: 15px 0;
      border-bottom: 1px solid var(--bord);
  }
  .mMenuPosDesc {
      width: 80%;
  }
  .mMenuPosPrice {
      width: 20%;
      display: flex;
      justify-content: flex-end;
  }
  .mMenuPosDesc p,
  .mMenuPos2Desc p {
      font-size: 22px;
      font-family: 'filson-pro', arial, sans-serif;
      font-weight: 500;
  }
  .mMenuPosDesc p span,
  .mMenuPos2Desc p span {
      padding-top: 10px;
      font-size: 19px;
      line-height: 1.3;
      display: block;
      font-family: 'filson-pro', arial, sans-serif;
      font-weight: 400;
  }
  .mMenuPosPrice p {
      font-family: 'filson-pro', arial, sans-serif;
      font-size: 22px;
  }
  .mMenuPosLast {
      border-bottom: none;
  }
  .mMenuBtnsWrap {
      margin: 25px 0 10px;
      text-align: left;
  }
  .explmenu {
      margin-left: 20px;
  }
  .mMenuPos2Desc,
  .mMenuPos2Price {
      width: 50%;
  }
  .mMenuPos2Price {
      display: flex;
  }
  .mMenuPos2Price4Boxes{
    flex-wrap: wrap;
  }
  .mMenuPos2Half p {
     font-family: 'filson-pro', arial, sans-serif;
      font-size: 18px;
      text-align: right;
      text-transform: capitalize;
  }
  .mMenuPos2Half p span {
      font-family: 'filson-pro', arial, sans-serif;
      font-size: 22px;
      margin-left: 10px;
  }
  .mMenuPos2Half {
      width: 49%;
      display: flex;
      justify-content: flex-end;
  }
  .menuPlates2Wrap {
      background: var(--red);
      border-radius: 25px;
      margin-bottom: 35px;
      position: relative;
      width: 100%;
  }
  .mSidesImg {
      position: absolute;
      top: 0;
      right: 0;
      width: 320px;
  }
  .mSidesWrap {
      padding: 20px;
  }
  .mSidesPos {
      width: 45%;
      position: relative;
  }
  .mSidesPos h3 {
      font-size: 56px;
      font-family: dmserifreg, arial, sans-serif;
      text-align: left;
      text-transform: capitalize;
      color: var(--ecru);
      border-bottom: 1px solid var(--ecru);
  }
  .mSidesPosWrap {
      display: flex;
      padding: 10px 0;
      border-bottom: 1px solid var(--ecru);
  }
  .mSidePosDesc {
      width: 45%;
  }
  .mSidesPosPrice {
      width: 55%;
  }
  .mSidePosDesc p {
      text-transform: capitalize;
      color: var(--ecru);
      font-size: 22px;
      font-family: latobold, arial, sans-serif;
      text-align: left;
  }
  .mSidesPosPrice p {
      color: var(--ecru);
      font-family: latoregular, arial, sans-serif;
      font-size: 19px;
      text-align: right;
  }
  .mSidesPosPrice p span {
      font-family: dmserifreg, arial, sans-serif;
      font-size: 22px;
      margin-left: 10px;
  }
  .mSidesSauce {
      position: absolute;
      bottom: 0;
      right: -185px;
      width: 163px;
  }
  .mSideBtns {
      margin: 50px 0 10px;
  }
  .mSideOrder {
      background: var(--yellow);
      border: 1px solid var(--yellow);
      color: var(--txt);
  }
  .mSideMenu {
      border: 1px solid var(--white);
      color: var(--white);
  }
  .menuDrinks2bg {
      background: var(--yellow);
  }
  .mDrinksImg {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 228px;
  }
  .mDrinksPos h3 {
      color: var(--txt);
      font-weight: 400;
  }
  .mDrinksPos {
      width: 60%;
  }
  .mDrinksPosDesc {
      width: 70%;
  }
  .mDrinksPosPrice {
      width: 30%;
  }
  .mDrinksPosDesc p,
  .mDrinksPosPrice p {
      color: var(--txt);
  }
  .mDrinksPosDesc p span {
      padding-top: 10px;
      font-size: 18px;
      line-height: 1.3;
      display: block;
      font-family: latoregular, arial, sans-serif;
  }
  .mDrinksOrder {
      background: var(--red);
      border: 1px solid var(--red);
  }
  @media only screen and (min-width: 1301px) and (max-width: 1919px) {
      .mainTit h2,
      .mPlatesDescLeft p{
          font-size: 52px;
      }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1300px) {
      .mainTit h2,
      .mPlatesDescLeft p{
          font-size: 52px;
      }
      .mainTit {
          padding: 60px 0 50px;
      }
      .mPlatesDescRight p,
      .mMenuPosDesc p span, .mMenuPos2Desc p span,
      .mSidesPosPrice p,
      .mSidesPosPrice p span,
      .mDrinksPosDesc p span {
          font-size: 16px;
      }
      .mMenuPosDesc p, .mMenuPos2Desc p,
      .mMenuPosPrice p,
      .mSidePosDesc p {
          font-size: 18px;
      }
      .mSidesImg {
          width: 260px;
      }
      .mDrinksImg {
          width: 220px;
      }
      .mMenuPos2Half p span {
          font-size: 18px;
      }
      .mMenuPos2Half p {
          font-size: 16px;
      }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .mainTit h2 {
          font-size: 42px;
      }
      .mPlatesDescLeft p,
      .mSidesPos h3 {
          font-size: 38px;
      }
      .mainTit {
          padding: 60px 0 50px;
      }
      .mPlatesDescRight p,
      .mMenuPosDesc p span, .mMenuPos2Desc p span,
      .mSidesPosPrice p,
      .mSidesPosPrice p span,
      .mDrinksPosDesc p span {
          font-size: 16px;
      }
      .mMenuPosDesc p, .mMenuPos2Desc p,
      .mMenuPosPrice p,
      .mSidePosDesc p {
          font-size: 19px;
      }
      .mSidesImg {
          width: 180px;
      }
      .mDrinksImg {
          width: 160px;
          top: 0;
      }
      .mSidesSauce {
          width: 140px;
          right: -160px;
      }
      .menuPlatesWrap {
          margin-bottom: 20px;
      }
      .mMenuPos2Half p span {
        display: block;
          font-size: 19px;
      }

      .mMenuPos2PriceSpecial .mMenuPos2Half {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
      }
      .mMenuPos2PriceSpecial .mMenuPos2Half p{
        display: block;
        width: 100%;
      }
      .mMenuPos2PriceSpecial{
        width: 50%!important;
        display: block;
      }
  }
  @media only screen and (max-width: 767px) {
    .mainTit {
          padding: 35px 0;
      }
      .mainTit h2 {
          font-size: 48px;
      }
      .mainTit h2 span {
          line-height: 1.2;
          max-width: 360px;
          margin: 0 auto;
      }
      .browseMenuSec {
          flex-direction: column;
      }
      .browseMenuCol1, .browseMenuCol2 {
          width: 100%;
      }
      .mPlatesDescLeft p {
          font-size: 48px;
      }
      .mPlatesDescRight p {
          font-size: 16px;
      }
      .mMenuPosDesc p span, .mMenuPos2Desc p span {
          font-size: 18px;
      }
      .mMenuPosPrice p {
          font-size: 21px;
      }
      .mSidesPos h3 {
          font-size: 48px;
      }
      .mSidesImg {
          width: 260px;
      }
      .mPlatesDescLeft {
          width: 39%;
      }
      .mPlatesDescRight {
          width: 61%;
      }
      .mDrinksImg {
          display: none;
      }
      .mDrinksMob {
          position: absolute;
          top: 0;
          right: 0;
          width: 190px;
          display: block;
      }
      .menuPlates2Wrap {
          margin-bottom: 0;
      }
      .mMenuPos2Half p {
      	display: flex;
      	flex-direction: column;
      }
      .mMenuPos2Half p span {
          font-size: 21px;
      }

      .mMenuPos2PriceSpecial .mMenuPos2Half {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
      }
      .mMenuPos2PriceSpecial .mMenuPos2Half p{
        display: block;
        width: 100%;
      }
      .mMenuPos2PriceSpecial{
        width: 50%!important;
        display: block;
      }

  }
  @media only screen and (max-width: 479px) {
      .mainTit {
          padding: 20px 0;
      }
      .mainTit h2 {
          font-size: 40px;
      }
      .mPlatesDescWrap {
          flex-direction: column;
      }
      .mPlatesDescLeft,
      .mPlatesDescRight {
          width: 100%;
      }
      .mPlatesDescLeft p,
      .mSidesPos h3,
      .mSidesPos h3 {
          font-size: 36px;
      }
      .mPlatesDescRight p {
          padding-left: 0;
      }
      .mPlatesDescRight {
          border-left: 0;
      }
      .menuPlatesWrap {
          padding: 10px;
      }
      .explmenu {
          margin-left: 5px;
      }
      .mMenuPosDesc p, .mMenuPos2Desc p {
          font-size: 21px;
      }
      .menuPlatesWrap {
          margin-bottom: 20px;
      }
      .mSidesImg {
          width: 180px;
      }
      .mSidesSauce {
          width: 120px;
          right: -150px;
          bottom: 15px;
      }
      .mSidesWrap {
          padding: 15px;
      }
      .mDrinksMob {
          width: 150px;
          bottom: 70px;
          top: inherit;
      }
  }



  /*========================================================
      MENU Main page
  =========================================================*/
  .maintitbg {
      padding: 0 0 60px;
  }

  .subPageTit h1 {
      padding: 40px 0 10px;
      font-size: 46px;
      text-align: center;
      text-transform: capitalize;
      color: var(--dark-blue);
      font-family: sans, arial, sans-serif;
  }

  .subPageTit p {
      font-size: 21px;
      text-align: center;
  }

  .subPageTit .dispText {
      font-family: sans, arial, sans-serif;
      padding-bottom: 80px;
      max-width: 90%;
      margin: 0 auto;
  }

  .subPageTit .dispText span {
      color: var(--orange);
      margin-bottom: 20px;
  }

  .menumainbg {
    background: var(--white);
      padding: 70px 0 0;
  }

  .menumainWrap {
      width: 1380px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
  }


  .menumainBox {
      display: flex;
      flex-direction: column;
      flex: 0 0 33.33%;
      margin-bottom: 150px;
      text-align: center;
  }

  .snakes-more {
      width: 20px;
  }

  .snakes {
      width: 120px;
  }

  .box {
      display: block;
      width: 75%;
      margin: 0 auto;
  }

  .menumainBox img {
      display: block;
      width: 80%;
      margin: 0 auto;
      aspect-ratio: 562 / 288;
      object-fit: cover;
      border-radius: 8px;
  }


  /* .wrapProduct .menumainBox .snakes-more{
      width: 20%;
  }
  .wrapProduct .menumainBox .vanilla{
      width: 60%;
  }
  .wrapProduct .menumainBox .vanilla-shake{
      width: 25%;
  } */

  .maintitbg .menumainBox {
      margin-bottom: 0;
  }

  .menumainBox h3 {
      font-size: 21px;
      color: var(--txt);
      padding: 50px 0 0;
      text-align: center;
      font-family: 'filson-pro', arial, sans-serif;
      font-weight: 500;
  }

  .menumainBox p {
      font-size: 19px;
      line-height: 1.3;
      text-align: center;
      max-width: 90%;
      margin: 0 auto;
  }

  .menumainBox .price {
      display: block;
      font-size: 21px;
      text-align: center;
      margin: 5px auto;
      font-family: poppinsSemiBold, arial, sans-serif;
      color: var(--dark-blue);
      font-weight: bold;
  }

  .menumainBox .price span {
      font-size: 24px;
      font-weight: 100;
      text-transform: capitalize;
  }

  .menumainBox .price .addInfo {
      display: block;
  }

  .ordermenuBtnPlace {
      margin-top: auto;
      padding: 20px 0 0;
      text-align: center;
  }

  .bannerfooWrap {
      width: 100%;
      display: flex;
      align-items: center;
      background: #f9f9f9;
  }

  .bannerfooLeft,
  .bannerfooRight {
      width: 50%;
  }

  .bannerfooLeft {
      background: var(--dark-blue);
      height: 570px;
  }

  .bannerfooRight h3 {
      font-size: 54px;
      text-align: center;
      color: var(--color-blck-text);
      font-family: filsonProBlack, arial, sans-serif;
  }

  .bannerfooRight h3 span {
      padding-top: 25px;
      font-size: 30px;
      line-height: 1.4;
      color: var(--black);
      display: block;
      font-family: poppinsRegular, arial, sans-serif;
      font-weight: 400;
  }

  .bannerfooRWrap {
      width: 320px;
      margin: 25px auto 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .bannerfooRleft,
  .bannerfooRright {
      background: var(--black);
      border-radius: 12px;
      width: 150px;
      height: 44px;
  }

  .wrapBurgersSlider {
      padding: 5px 0 100px;
      text-align: center;
  }

  .wrapBurgersSlider img {
      width: 40%;
      margin: 0 auto;
  }

  @media only screen and (min-width: 1920px) and (max-width: 2559px) {
      .wrapBurgersSlider img {
          width: 55%;
          max-width: 1060px;
      }
      .bannerfooRight h3 span {
      	font-size: 24px;
      }
  }

  @media only screen and (min-width: 1301px) and (max-width: 1919px) {
      .menumainWrap {
          width: 95%;
          max-width: 1300px;
      }

      .subPageTit h1 {
          font-size: 42px;
      }

      .subPageTit p {
          font-size: 19px;
      }

      .menumainbg {
          padding-bottom: 0;
      }

      .menumainBox h3 {
          padding: 30px 0 0;
          font-size: 19px;
      }

      .menumainBox .price {
          font-size: 19px;
      }
      .bannerfooRight {
          padding: 0 80px;
          width: 70%;
      }
      .bannerfooRight h3 span {
          font-size: 21px;
      }
      .bannerfooRight h3 {
      	font-size: 44px;
      }
      .menumainBox p {
          font-size: 18px;
      }

      .wrapBurgersSlider {
          padding: 5px 0 70px;
      }

      .wrapBurgersSlider img {
          width: 55%;
          max-width: 750px;
      }
  }

  @media only screen and (min-width: 1024px) and (max-width: 1300px) {
      .menumainWrap {
          width: 90%;
      }

      .subPageTit h1 {
          font-size: 42px;
      }

      .subPageTit p {
          font-size: 19px;
      }

      .menumainBox p {
          font-size: 18px;
      }

      .menumainbg {
          padding: 30px 0 0;
      }

      .menumainBox h3 {
          padding: 20px 0 0;
          font-size: 16px;
      }

      .menumainBox .price {
          font-size: 16px;
      }

      .bannerfooRight {
          padding: 0 50px;
          width: 70%;
      }
      .bannerfooRight h3 span {
          font-size: 18px;
      }
      .bannerfooRight h3 {
      	font-size: 36px;
      }
      .wrapBurgersSlider {
          padding: 5px 0 50px;
      }

      .wrapBurgersSlider img {
          width: 60%;
      }
  }

  @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .menumainWrap {
          width: 90%;
          justify-content: space-around;
      }

      .subPageTit h1 {
          font-size: 42px;
      }

      .subPageTit p {
          font-size: 19px;
      }

      .menumainBox {
          flex: 0 0 45.00%;
          margin-bottom: 120px;
      }

      .menumainBox h3 {
          padding: 20px 0 0;
          font-size: 18px;
      }

      .menumainBox .price {
          font-size: 18px;
      }

      .menumainBox p {
          font-size: 18px;
      }

      .menumainbg {
          padding: 70px 0 0;
      }

      .bannerfooRight {
          padding: 0 50px;
          width: 90%;
      }
      .bannerfooRight h3 span {
          font-size: 18px;
      }
      .bannerfooRight h3 {
      	font-size: 36px;
      }
      .wrapBurgersSlider {
          padding: 5px 0 50px;
      }

      .wrapBurgersSlider img {
          width: 60%;
          max-width: 550px;
      }
  }

  @media only screen and (max-width: 767px) {
      .subPageTit h1 {
          font-size: 36px;
      }
      .subPageTit h1 .onlyMobBlock{
        display: block;
      }
      .subPageTit p {
          font-size: 19px;
      }

      .menumainbg {
          padding: 20px 0 0;
      }

      .menumainWrap {
          width: 98%;
          margin: 0 auto;
          padding-top: 60px;
      }

      .menumainBox {
          flex: 0 0 50%;
          margin-bottom: 80px;
          padding: 5px;
      }
      .menumainBox img{
          width: 100%;
      }

      .menumainBox h3 {
          padding: 15px 0 0;
          font-size: 18px;
      }

      .menumainBox .price {
          font-size: 18px;
      }

      .menumainBox p {
          font-size: 19px;
      }

      .bannerfooLeft {
          display: none;
      }
      .wrapCTAsection {
      	padding: 60px 0;
      }
      .bannerfooRight {
          width: 100%;
      }
      .bannerfooRight h3 span {
          font-size: 18px;
          max-width: 80%;
          margin: 0 auto;
      }
      .bannerfooRight h3 {
      	font-size: 32px;
      }

      .wrapBurgersSlider {
          padding: 5px 0 50px;
      }

      .wrapBurgersSlider img {
          width: 60%;
      }
  }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .bannerfooRight h3 {
    	font-size: 35px;
    }
    .bannerfooRight h3 span {
    	max-width: 73%;
    }
  }
  @media only screen and (max-width: 479px) {
      .menumainbg{
          padding: 0;
      }
      .subPageTit h1 {
          font-size: 28px;
      }
      .menumainBox h3 {
          font-size: 18px;
          padding: 10px 0 0;
      }
      .menumainBox .price {
          font-size: 16px;
      }
      .menumainBox {
          flex: 0 0 100%;
      }
  }


/*========================================================
     Menu Page
=========================================================*/
.browseMenuSecMobile,
.browseMenuSecCaterMobile {
  display: none!important;
}
.menubg {
  background: var(--dark-red);
  padding: 50px 0 60px;
}
.menuBody{
  background: var(--dark-red);
}
.subMainTit h1 {
  color: var(--yellow-text);
  font-size: 54px;
  font-weight: 400;
  text-align: center;
}
.menuTitWrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.menuTitLeft p {
  font-size: 46px;
}
.menuTitLeft,
.menuTitRight {
  width: 100%;
}
.menuTitRight {
  border-left: 0;
}
.menuTitRight p {
  padding-left: 0;
}
.browseMenuSecDesktop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.browseMenuSecCaterDesktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 1920px;
}
.menuSiteBox {
  width: 49%;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
  @media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .menubg {
      padding: 20px 0;
    }
    .subMainTit h1 {
      font-size: 48px;
    }
    .menuTitLeft p {
      font-size: 38px;
    }
    .mPlatesDescRight p {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .menubg {
      padding: 60px 0;
    }
    .subMainTit h1 {
      font-size: 48px;
    }
    .menuTitLeft p {
      font-size: 38px;
    }
    .mPlatesDescRight p {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menubg {
      padding: 40px 0;
    }
    .subMainTit h1 {
      font-size: 48px;
    }
    .menuTitLeft p {
      font-size: 38px;
    }
    .mPlatesDescRight p {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .menubg {
      padding: 30px 0;
    }
    .subMainTit h1 {
      font-size: 48px;
    }
    .menuTitLeft p {
      font-size: 38px;
    }
    .mPlatesDescRight p {
      font-size: 18px;
    }
    .browseMenuSecDesktop,
    .browseMenuSecCaterDesktop{
      display: none!important;
    }
    .browseMenuSecMobile {
      display: flex!important;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-bottom: 35px;
    }
    .browseMenuSecCaterMobile {
      display: flex!important;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-bottom: 35px;
    }
    .menuSiteBox {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
    .subMainTit h1 {
      font-size: 36px;
    }
    .menuTitLeft p {
      font-size: 30px;
    }
    .mPlatesDescRight p {
      font-size: 16px;
    }
    .menuSiteBox {
      padding: 10px 10px 20px 10px;
    }
    .mMenuPosPrice p,
    .mMenuPos2Half p span {
      font-size: 18px;
    }
  }

/*========================================================
		Footer
=========================================================*/
.footerBg{
  background: #0B0B0B;
  padding: 85px 0 50px;
}
.fooMenu ul li.mlogo,
.fooMenu ul li.mphone,
.fooMenu ul li.maddress,
.fooMenu ul li.hoursNav,
.fooMenu ul li.mhours,
.fooMenu ul li.msocial,
.fooMenu ul li.dlink .orderTopBtn {
	display: none;
}
.fooOne p,
.fooMenu ul li.dlink,
.fooAdr,
.fooPhone,
.fooHours,
.fooThree p,
.fcopy p{
  color: var(--white);
}
.footerWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fooOne,
.fooThree{
  width: 26%;
}
.fooTwo{
  width: 32%;
}
.fooOne p{
  margin: 35px 0 0;
}
.fooMenu{
  padding: 30px 0;
  border-bottom: 1px solid #434342;
}
.fooMenu ul li.dlink{
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize;
}
.fooAdr,
.fooPhone,
.fooHours{
  margin: 15px 0 0;
}
.fooAdr span{
  display: block;
}
.fooPhone{
  color: var(--yellow-text);
  font-size: 24px;
}
.fooOrder{
  margin: 30px 0 0;
}
.fooThree{
  padding: 30px 0 0;
}
.fooThree p{
  width: 80%;
}
.fooSocial{
  margin: 30px 0 0;
}
.fooSocial img{
  width: 50px;
  margin-right: 5px;
}
.aveGoogleBadge{
  margin: 25px 0 0;
}
.aveGoogleBadge img{
  width: 200px;
  height: auto;
}
.fcopy{
  margin: 85px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .fooTwo {
  	width: 34%;
  }
  .aveGoogleBadge img {
  	width: 180px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .fooTwo {
  	width: 39%;
  }
  .fooSocial img{
    width: 45px;
  }
  .aveGoogleBadge img {
  	width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footerBg{
    margin-bottom: 50px;
  }
  .fooOne{
    width: 100%;
  }
  .fooTwo,
  .fooThree{
    width: 45%;
  }
  .aveGoogleBadge img {
  	width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .footerBg{
    margin-bottom: 50px;
  }
  .fooOne,
  .fooTwo,
  .fooThree{
    width: 100%;
  }
  .fooTwo{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #434342;
  }
  .fooMenu {
  	padding: 30px 0 0;
  	border-bottom: 1px solid #434342;
  }
  .aveGoogleBadge img {
  	width: 160px;
  }
  .fooMenu ul li.dlink {
  	display: block;
    margin-bottom: 15px;
  }
  .fcopy p span{
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .outerSticky {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 2;
  }
  .stickyFooter {
      background: #f9af2c;
      color: #000;
      padding: 2px 0;
  }
  .innerStickyFooter {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
  }
  .centeringSticky {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
  .innerStickyFooter a p {
      display: inline-block;
      font-family: arial, sans-serif;
      font-size: 24px;
      font-weight: 700;
      vertical-align: middle;
      color: #000;
      padding: 8px 15px;
  }
}
@media only screen and (max-width: 479px) {}


  /*========================================================
      CONTACT page
  =========================================================*/
  .contactbg {
      padding: 80px 0;
  }

  .contnWrap {
      width: 90%;
      margin: 150px auto 60px;
      display: flex;
  }

  .contnWrap-center{
      max-width: 750px;
      margin: 0 auto;
      width: 100%;
  }
  .mt-50{margin-top: 50px !important;}
  .pb-0{padding-bottom: 0 !important;}

  .contnLeft,
  .contnRight {
      width: 50%;
  }

  .contnLeft {
      padding-top: 90px;
  }

  .contnH2 {
      font-size: 48px;
      font-family: futuram, arial, sans-serif;
      text-align: center;
      text-transform: capitalize;
      color: var(--black);
      padding-bottom: 35px;
  }

  .contactWrap {
      text-align: center;
  }

  .contactWrap h1 {
      font-family: filson-pro, arial, sans-serif;
      font-size: 48px;
      text-transform: uppercase;
      color: var(--txt);
  }

  .contactWrap h1 span {
      font-size: 123px;
      line-height: 1;
      display: block;
  }

  .contTel {
      font-size: 48px;
      color: var(--txt);
      text-align: center;
      padding: 5px 0 25px;
      font-family: filson-pro, arial, sans-serif;
  }
  .contAdr,
  .contHours {
      font-size: 28px;
      line-height: 1.2;
      padding-bottom: 15px;
      font-family: filson-pro, arial, sans-serif;
  }
  .contHours{
    margin-top: 30px;
    max-width: 320px;
    margin: 10px auto 0;
    font-weight: 400;
  }
  .contHours li{
    max-width: 320px;
    font-size: 28px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .contHours li strong{
    min-width: 175px;
    text-align: left;
  }
  .contHours li span {
      display: block;
  }
  .contHours li .hourCell{
    text-align: left;
    min-width: 140px;
  }

  .contAdr span {
      display: block;
  }

  .contForm {
      text-align: center;
      margin-bottom: 80px;
  }

  .contPar p {
      font-size: 36px;
      color: var(--blue);
  }

  .formHalfWrapper {
      display: flex;
      justify-content: space-between;
  }

  .sectionMap {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
  }

  .sectionMap iframe {
      width: 100%;
      height: 400px;
      border: 0;
      display: block;
  }
  @media only screen and (min-width: 1301px) and (max-width: 1919px) {
      .contnWrap {
          width: 100%;
          margin: 120px auto 35px;
      }

      .contactWrap h1 {
          font-size: 36px;
      }

      .contactWrap h1 span {
          font-size: 100px;
      }

      .contTel {
          font-size: 36px;
      }

      .contAdr,
      .contHours {
          font-size: 24px;
      }
      .contHours{
        max-width: 270px;
      }
      .contHours li{
        max-width: 270px;
        font-size: 22px;
      }
      .contHours li strong,
      .hourCell {
      	width: 50%;
      }
      .contHours li strong {
      	min-width: 140px;
      }
      .contnH2 {
          font-size: 38px;
      }
  }

  @media only screen and (min-width: 1024px) and (max-width: 1300px) {
      .contnWrap {
          width: 100%;
          margin: 120px auto 30px;
      }
      .contForm {
          width: 90%;
          margin: 0 auto;
      }
      .contactWrap h1 {
          font-size: 36px;
      }
      .contactWrap h1 span {
          font-size: 100px;
      }
      .contTel {
          font-size: 32px;
      }
      .contnH2 {
          font-size: 38px;
      }
      .contactbg {
          padding: 50px 0;
      }
      .contactWrap h1 span {
          font-size: 90px;
      }

      .contactWrap h1 {
          font-size: 32px;
      }
      .contAdr,
      .contHours {
          font-size: 21px;
      }
      .contHours {
          font-size: 21px;
      }
      .contHours{
        max-width: 260px;
      }
      .contHours li{
        max-width: 260px;
        font-size: 22px;
      }
      .contHours li strong,
      .hourCell {
      	width: 50%;
      }
      .contHours li strong {
      	min-width: 140px;
      }
      .sectionMap iframe {
          height: 300px;
      }
  }

  @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .contnWrap {
          width: 100%;
          margin: 60px auto 50px;
          flex-direction: column;
      }

      .contnLeft,
      .contnRight {
          width: 100%;
      }

      .contnLeft {
          padding-top: 0;
          padding-bottom: 50px;
      }

      .contForm {
          width: 90%;
          margin: 0 auto;
      }

      .contactWrap h1 {
          font-size: 36px;
      }

      .contactWrap h1 span {
          font-size: 100px;
      }

      .contTel {
          font-size: 28px;
      }

      .contnH2 {
          font-size: 38px;
      }

      .contactbg {
          padding: 35px 0;
      }

      .contactWrap h1 span {
          font-size: 80px;
      }

      .contactWrap h1 {
          font-size: 29px;
      }

      .contAdr,
      .contHours {
          font-size: 21px;
      }
      .contHours{
        max-width: 260px;
      }
      .contHours li{
        max-width: 260px;
        font-size: 22px;
      }
      .contHours li strong,
      .hourCell {
      	width: 50%;
      }
      .contHours li strong {
      	min-width: 140px;
      }
      .sectionMap iframe {
          height: 300px;
      }
  }

  @media only screen and (max-width: 767px) {
      .contnWrap {
          width: 100%;
          margin: 35px auto 50px;
          flex-direction: column;
      }

      .contnLeft,
      .contnRight {
          width: 100%;
      }

      .contnLeft {
          padding-top: 0;
          padding-bottom: 50px;
      }

      .contactbg {
          padding: 50px 0 35px;
      }

      .contactWrap h1 span {
          font-size: 80px;
      }

      .contactWrap h1 {
          font-size: 30px;
      }

      .contTel {
          font-size: 28px;
      }

      .contAdr,
      .contHours {
          font-size: 21px;
      }
      .contHours{
        max-width: 260px;
      }
      .contHours li{
        max-width: 260px;
        font-size: 22px;
      }
      .contHours li strong,
      .hourCell {
      	width: 50%;
      }
      .contHours li strong {
      	min-width: 140px;
      }
      .contnH2 {
          font-size: 36px;
      }

      .sectionMap iframe {
          height: 300px;
      }
      .contForm {
          margin-bottom: 0;
      }
  }

  @media only screen and (max-width: 479px) {
      .contactWrap h1 span {
          font-size: 70px;
      }
      .contactWrap h1 {
          font-size: 30px;
      }
      .contTel {
          font-size: 28px;
      }
      .contPar p {
          font-size: 30px;
      }
      .contForm {
          margin-bottom: 35px;
      }
      .contnWrap {
          margin-bottom: 0;
      }
      .contnWrap-mb-25 { margin-bottom: 25px;}
  }


  /*========================================================
  		About page
  =========================================================*/
  .inxBoxesbg {
      padding: 90px 0;
  }
  .aboutBoxesbg{
    padding: 90px 0 40px;
  }
  .inxBoxesWrap {
      width: 1315px;
      margin: 0 auto;
      display: flex;
      background: url('../images/index/paper-background.png');
      background-position: center center;
      background-size: cover;
      border-radius: 25px;
      padding: 60px 65px;
  }
  .inxBoxesWrapRev{
    flex-direction: row-reverse;
  }
  .inxBoxesWrapRev .inxBoxLeft{
    padding-right: 0;
    padding-left: 120px;
  }
  .inxBoxInside {
      width: 50%;
      position: relative;
  }
  .inxBoxRight img {
      width: 620px;
      position: absolute;
      right: -20px;
      top: -100px;
  }
  .rndCorn img{
    border-radius: 16px;
  }
  .inxBoxLeft {
      padding-right: 60px;
  }
  .inxBoxLeft h4 {
      background: url('../images/icons/star.svg') no-repeat;
      background-position: left top;
      background-size: 24px 24px;
      padding-left: 35px;
      font-size: 21px;
      color: var(--red);
      text-transform: uppercase;
      font-family: interregular, arial, sans-serif;
      padding-bottom: 20px;
  }
  .inxBoxDesc {
      line-height: 1.4;
      padding-top: 25px;
      min-height: 142.6px;
  }
  .inxPrices{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
  .inxPrices p{
    font-family: ownersblack, arial, sans-serif;
    font-size: 42px;
  }
  .inxPrices p:nth-child(1){
    margin-right: 30px;
  }
  .inxPrices p span{
    font-family: intermedium, arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
  }
  .inxBtnPlace{
    margin: 50px 0 0;
  }
  @media only screen and (min-width: 1920px) and (max-width: 2559px) {}
  @media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .inxBoxDesc {
    	line-height: 1.5;
    	min-height: 106px;
    }
    .inxPrices p {
    	font-size: 38px;
    }
    .inxBoxRight img {
    	width: 565px;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .inxBoxesWrap {
    	width: 100%;
      padding: 50px 55px;
    }
    .inxBoxRight img {
    	width: 465px;
    }
    .inxPrices p {
    	font-size: 28px;
    }
    .inxPrices {
    	margin: 30px 0 0;
    }
    .inxBtnPlace {
    	margin: 40px 0 0;
    }
    .inxBoxesWrapRev .inxBoxLeft {
    	padding-left: 70px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .inxBoxesWrap {
      flex-direction: column-reverse;
    	width: 100%;
      padding: 50px 55px;
    }
    .inxBoxRight img {
    	width: 465px;
    }
    .inxPrices p {
    	font-size: 28px;
    }
    .inxPrices {
    	margin: 30px 0 0;
    }
    .inxBtnPlace {
    	margin: 40px 0 0;
    }
    .inxBoxesWrapRev .inxBoxLeft {
    	padding-left: 70px;
    }
    .inxBoxInside {
    	width: 100%;
    }
    .inxBoxRight img {
    	width: 100%;
    	position: static;
      margin: -100px 0 0 0;
    }
    .inxBoxesWrapRev .inxBoxLeft {
    	padding-left: 0px;
    }
    .inxBoxLeft{
      margin: 50px 0 0;
    }
    .inxBoxDesc {
    	min-height: 101px;
    }
    .inxPrices p span {
    	font-size: 18px;
    }
  }
  @media only screen and (max-width: 767px) {
    .inxBoxesWrap {
      flex-direction: column-reverse;
    	width: 100%;
      padding: 30px 24px;
    }
    .inxBoxesbg {
    	padding: 60px 0;
    }
    .aboutBoxesbg{
      padding: 60px 0 30px;
    }
    .inxBoxRight img {
    	width: 465px;
    }
    .inxPrices p {
    	font-size: 24px;
    }
    .inxPrices {
    	margin: 30px 0 0;
    }
    .inxBtnPlace {
    	margin: 40px 0 0;
    }
    .inxBoxesWrapRev .inxBoxLeft {
    	padding-left: 70px;
    }
    .inxBoxInside {
    	width: 100%;
    }
    .inxBoxRight img {
    	width: 100%;
    	position: static;
      margin: -65px 0 0 0;
    }
    .inxBoxesWrapRev .inxBoxLeft {
    	padding-left: 0px;
    }
    .inxBoxLeft{
      margin: 50px 0 0;
      padding-right: 0;
    }
    .inxBoxDesc {
    	min-height: 101px;
    }
    .inxPrices p span {
    	font-size: 18px;
    }
    .inxPrices p:nth-child(1) {
    	margin-right: 20px;
    }
  }


/*========================================================
    Changing Menu
=========================================================*/
@media only screen and (min-width: 1024px) {
  .menu ul {
    background: transparent !important;
  }
  .menu ul li.dlink a {
  	color: var(--white)!important;
  }
}

/*========================================================
    Mobile Menu
=========================================================*/
  @media only screen and (max-width: 1023px) {
    .logoMob,
    .telMob {
      display: inline-block;
    }
    .telMob img{
      width: 45px;
      margin: 6px 2px 0 0;
    }
    .logoMob img {
      width: 123px;
      margin-top: 6px;
    }
    .top{
      position: static;
    }
    .topFix{
      margin-top: 0;
    }
    .boxesWrap {
      width: 90%;
      height: 65px;
    }
    .boxes {
      height: 65px;
    }
    .three,
    .one {
      display: none;
    }
    .two {
      width: 100%;
      flex-direction: row;
    }
    .logoInMob {
      width: 80%;
    }
    nav {
      width: 20%;
      display: flex;
      align-items: center;
    }
    .telMob,
    .menu {
      width: 50%;
      text-align: right;
    }
    .smobitrigger,
    .mnuclose {
      display: inline-block;
      border: 0;
      cursor: pointer;
      font: inherit;
    }
    .smobitrigger {
      color: transparent;
      width: 30%;
      margin: 0 auto;
    }
    .smobitrigger {
      background: url("../images/menuopen.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 50px 50px;
      background-color: transparent;
      width: 50px;
      height: 50px;
    }
    .mnuclose {
      background: url("../images/menuclose.png");
      background-position: right top;
      background-repeat: no-repeat;
      background-size: 45px 45px;
      background-color: transparent;
      color: transparent;
      height: 45px;
      margin: 0 0 10px 0;
      width: 100%;
      text-align: right;
      display: inline-block;
    }
    .menu ul {
      padding: 0 15px 20px;
      overflow-y: auto;
      margin: 0 auto;
      text-align: left;
    }
    .menu ul li.dlink {
      display: block;
      text-align: left;
      padding: 0;
    }
    .menu li {
      line-height: inherit;
    }
    .menu ul li a {
      color: var(--white)!important;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      min-height: 44px;
    }
    .dlinkMobOnly{
      display: block!important;
    }
    .menu ul li.dlink .orderTopBtn{
      color: var(--white)!important;
      margin-top: 10px;
      padding: 6px 17px;
    }
    .menu ul li.mlogo {
      margin: 20px 0 0;
      display: inline-block;
      text-align: left;
    }
    .menu ul li.mlogo img {
      width: 195px;
      margin: 0 0 30px;
      text-align: left;
    }
    .menu ul li.mphone {
      display: block;
      margin-bottom: 10px;
      text-align: left;
    }
    .menu ul li.mphone span {
      display: block;
      font-size: 16px;
      font-weight: 300;
      color: #777;
    }
    .menu ul li.mphone a {
      font-size: 26px;
      color: var(--white) !important;
    }
    .directionsCla {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }
    .menu ul li.maddress {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      text-transform: capitalize;
      margin: 25px auto 30px;
      color: #777;
      text-align: left;
    }
    .menu ul li.maddress span {
      display: block;
    }
    .menu ul li.mhours {
      color: var(--white);
      display: block;
      font-size: 18px;
      line-height: inherit;
      margin: 30px 0;
    }
    .menu ul li.mhours span {
      display: block;
    }
    .menu ul li.hoursNav{
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      font-size: 18px;
    }
    .menu ul li.hoursNav strong{
      width: 35%;
    }
    .menu ul li.hoursNav .hourCell{
      width: 65%;
    }
    .menu ul li.msocial {
      display: flex;
      margin: 35px 0 60px;
    }
    .menu ul li.msocial img {
      margin: 0 10px 0 0;
    }
    .mobimenu {
      padding: 0;
      margin: 0px;
      width: min(86vw, 340px);
      position: fixed;
      height: 100% !important;
      top: 0px;
      left: 0;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      will-change: transform;
    }
    .mnuopn {
      transform: translateX(0);
    }
    .ovrActv {
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.79);
      width: 100%;
      height: 100%;
      z-index: 9998;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
    }

  }
  @media only screen and (max-width: 767px) {
    .logoInMob {
      width: 70%;
    }
    nav {
      width: 30%;
    }
  }
  @media only screen and (max-width: 479px) {
    .logoInMob {
      width: 60%;
    }
    nav {
      width: 40%;
    }
  }


/*========================================================
   Swipe text
=========================================================*/
.swipeMobRow {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0 25px;
  font-size: 16px;
  color: var(--white);
  font-family: arial, sans-serif;
  font-weight: 600;
  display: none;
}

.swipestleft,
.swipestright {
  color: var(--white);
  font-size: 18px;
}

.swipestleft {
  margin-right: 5px;
}

.swipestright {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .swipeMobRowMenu768hide{
    display: none!important;
  }
}
@media only screen and (max-width: 1023px) {
  .swipeMobRow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0 25px;
    font-size: 16px;
    color: var(--white);
    font-family: arial, sans-serif;
    font-weight: 600;
  }

  .swipestleft,
  .swipestright {
    color: var(--white);
    font-size: 18px;
  }

  .swipestleft {
    margin-right: 5px;
  }

  .swipestright {
    margin-left: 5px;
  }
}

/*========================================================
  Restaurant UX refinement pass
=========================================================*/
.top a,
.footerBg a,
.menuCategoryNav a,
.menumainBox a,
.mMenuPosWrap {
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.top a:hover,
.footerBg a:hover,
.menuCategoryNav a:hover,
.menumainBox a:hover {
  opacity: 0.88;
}

.orderBtn:hover,
.orderTopBtn:hover,
.menuBtn:hover,
.callNowBtn:hover {
  transform: translateY(-1px);
}

.menuHeroTitle {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.menuHeroTitle p {
  color: var(--white);
  font-size: 21px;
  margin: 14px auto 0;
}

.menuHeroActions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px auto 0;
}

.menuHeroActions .menuBtn {
  background: var(--yellow-text);
  border-color: var(--yellow-text);
  color: var(--top-black);
}

.menuGuide {
  background: var(--dark-red);
  padding: 18px 0 22px;
  position: sticky;
  top: 100px;
  z-index: 20;
}

.menuCategoryPicker {
  color: var(--white);
}

.menuCategoryPicker summary {
  color: var(--yellow-text);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style-position: inside;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.menuCategoryNav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
  padding: 0;
}

.menuCategoryNav a {
  background: var(--yellow-text);
  border: 2px solid var(--yellow-text);
  border-radius: 35px;
  color: var(--top-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  min-height: 44px;
  padding: 9px 16px;
  text-transform: capitalize;
  white-space: nowrap;
}

.menumainbg {
  padding: 58px 0 35px;
}

.menuCategoryGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.menumainBox {
  flex: none;
  margin-bottom: 0;
  min-width: 0;
}

.menumainBox a {
  display: block;
  height: 100%;
}

.menumainBox img {
  width: 100%;
}

.menumainBox h3 {
  padding: 16px 8px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.menuBody {
  padding: 48px 0 70px;
}

.restaurantMenuList {
  column-count: 2;
  column-gap: 28px;
  display: block !important;
}

.restaurantMenuList .menuSiteBox {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}

.restaurantMenuList .menuPlatesWrap {
  border-radius: 8px;
  margin: 0 0 28px;
  padding: 18px;
  scroll-margin-top: 210px;
}

.restaurantMenuList .menuPlatesWrap img {
  border-radius: 6px;
  margin-bottom: 4px;
}

.restaurantMenuList .mPlatesDescWrap {
  align-items: flex-start;
  border-bottom: 2px solid var(--dark-red);
  gap: 16px;
  padding: 16px 0 14px;
}

.restaurantMenuList .menuTitLeft,
.restaurantMenuList .menuTitRight {
  width: 100%;
}

.restaurantMenuList .menuTitRight {
  border-left: 0;
}

.restaurantMenuList .menuTitLeft p {
  color: var(--dark-red);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.restaurantMenuList .menuTitRight p {
  font-size: 16px;
  line-height: 1.45;
  padding-left: 0;
}

.restaurantMenuList .mMenuPosWrap {
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
}

.restaurantMenuList .mMenuPosWrap:hover {
  transform: translateX(2px);
}

.restaurantMenuList .mMenuPosDesc,
.restaurantMenuList .mMenuPos2Desc {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.restaurantMenuList .mMenuPosPrice {
  flex: 0 0 auto;
  min-width: 82px;
  width: auto;
}

.restaurantMenuList .mMenuPosDesc p,
.restaurantMenuList .mMenuPos2Desc p {
  color: var(--txt);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.restaurantMenuList .mMenuPosDesc p span,
.restaurantMenuList .mMenuPos2Desc p span {
  font-size: 16px;
  line-height: 1.45;
  padding-top: 6px;
}

.restaurantMenuList .mMenuPosPrice p,
.restaurantMenuList .mMenuPos2Half p span {
  color: var(--dark-red);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}

.restaurantMenuList .mMenuPos2Price {
  flex: 0 0 46%;
  justify-content: flex-end;
  width: auto;
}

.restaurantMenuList .mMenuPos2Half {
  min-width: 78px;
}

.restaurantMenuList .mMenuPos2Half p {
  font-size: 15px;
  line-height: 1.25;
}

@media only screen and (max-width: 1300px) {
  .menuGuide {
    top: 80px;
  }

  .menuCategoryGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .menuGuide {
    position: static;
  }

  .menuCategoryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restaurantMenuList {
    column-count: 1;
  }

  .restaurantMenuList .menuPlatesWrap {
    scroll-margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .menuHeroTitle p {
    font-size: 18px;
  }

  .menuGuide {
    padding: 18px 0 20px;
  }

  .menuCategoryPicker {
    background: var(--top-black);
    border-radius: 8px;
    padding: 14px;
  }

  .menuCategoryPicker[open] summary {
    margin-bottom: 12px;
  }

  .menuCategoryPicker summary {
    margin-bottom: 0;
  }

  .menuCategoryNav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .menuCategoryNav a {
    border-radius: 8px;
    font-size: 15px;
    min-height: 42px;
    padding: 8px 10px;
    white-space: normal;
  }

  .menuCategoryGrid {
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .menumainbg {
    padding: 34px 0 42px;
  }

  .menumainWrap {
    width: 90%;
    padding-top: 0;
  }

  .menumainBox {
    padding: 0;
  }

  .menuBody {
    padding: 32px 0 48px;
  }

  .browseMenuSecDesktop.restaurantMenuList {
    display: block !important;
  }

  .restaurantMenuList .menuPlatesWrap {
    padding: 14px;
  }

  .restaurantMenuList .menuTitLeft p {
    font-size: 27px;
  }

  .restaurantMenuList .mMenuPosWrap {
    gap: 10px;
  }

  .restaurantMenuList .mMenuPosDesc p,
  .restaurantMenuList .mMenuPos2Desc p {
    font-size: 18px;
  }

  .restaurantMenuList .mMenuPosDesc p span,
  .restaurantMenuList .mMenuPos2Desc p span {
    font-size: 15px;
  }

  .restaurantMenuList .mMenuPosPrice {
    min-width: 70px;
  }

  .restaurantMenuList .mMenuPosPrice p {
    font-size: 18px;
  }

  .restaurantMenuList .mMenuPos2Price {
    flex-basis: 100%;
    justify-content: flex-start;
    margin-top: 8px;
  }

  .restaurantMenuList .mMenuPos2Half {
    justify-content: flex-start;
  }
}
