/*========================================================
	Main Style for 11/11 Crispy Chicken & Burgers 2023
=========================================================*/
/* colors declaration */
:root {
    --white: #fff;
    --black: #000;
    --red: #c10e38;
    --dark-blue: #0c2340;
    --creamy: #ece7df;
    --orange: #f6861f;
    --undBannText: #67a4f4;
    --undBannCont: #0b2241;
    --new-footer: #2c100d;
    --footer-locations: #F6F3ED;
    --color-blck-text: #231F20;
    --price-sec: #5E150B;
    --cream-color: #f6f3ee;
}

/* fonts declaration */
@font-face {
    font-family: sansb;
    src: url("../fonts/SansBold.ttf");
    /*font-display: swap;*/
}

@font-face {
    font-family: sans;
    src: url("../fonts/SansRegular.ttf");
    /*font-display: swap;*/
}

@font-face {
    font-family: titbold;
    src: url("../fonts/ArchivoBlack.ttf");
    font-display: swap;
}

@font-face {
    font-family: suptitbold;
    src: url("../fonts/SatisfyRegular.ttf");
}


@font-face {
    font-family: ganache;
    src: url("../fonts/GanacheRegular.ttf");
    font-display: swap;
}

@font-face {
    font-family: filsonProBlack;
    src: url("../fonts/FilsonPro-Black.ttf");
    font-display: swap;
}

@font-face {
    font-family: poppinsRegular;
    src: url("../fonts/Poppins-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: poppinsSemiBold;
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: poppinsBold;
    src: url("../fonts/Poppins-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: poppinsExtraBold;
    src: url("../fonts/Poppins-ExtraBold.ttf");
    font-display: swap;
}
@font-face {
  font-family: gilroy-bold;
  src: url('../fonts/gilroy-bold.ttf');
}
@font-face {
  font-family: gilroy-black;
  src: url('../fonts/gilroy-black.ttf');
}

/* 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;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

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

/* end reset */

/***********************************************************************************************/

/* common layout sections  - ALL common layouts for frame exist in this section */
body {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #231F20;
}

p {
    font-size: 32px;
    line-height: 1.5;
    font-family: poppinsRegular, arial, sans-serif;
    color: #231F20;
}

/***********************************************************************************************/

/* common styling */
h1{
  font-family: filsonProBlack, arial, sans-serif;
}

h1, h2, h3,
.potPrice{
  font-family: filsonProBlack, arial, sans-serif;
  font-size: 64px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  h1, h2, h3,
  .potPrice{
    font-size: 54px;
    line-height: 1;
  }
  p {
      font-size: 24px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  h1, h2, h3,
  .potPrice{
    font-size: 44px;
  }
  p {
      font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  h1, h2, h3,
  .potPrice{
    font-size: 34px;
  }
  p {
      font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  h1, h2, h3,
  .potPrice{
    font-size: 44px;
  }
  p {
      font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  h1, h2, h3,
  .potPrice{
    font-size: 34px;
  }
  p {
      font-size: 18px;
  }
}
@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.madr,
.menu ul li.mhours,
.menu ul li.msocial,
.menu ul li.mmlinks,
.menu ul li.maddress,
.menu ul li.mobMenu,
.telMob,
.bannerMob,
.galleryMobile,
.logoMob,
.locMob,
.outerSticky,
.extraBtn,
.diviDerBanMob {
    display: none;
}

/* end not display */
.pageFull {
    width: 100%;
}

.pageSize {
    width: 75%;
    margin: 0 auto;
}
.pageSpec {
    width: 75%;
    margin: 0 auto;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .pageSize {
        width: 85%;
    }
}

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

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

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .pageSize {
        width: 90%;
    }
    .pageSpec {
        width: 85%;
    }
}

@media only screen and (max-width: 767px) {
    .pageSize,
    .pageSpec {
        width: 90%;
    }
}


/* top section  */
.sectionFrame {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.top {
    width: 100%;
    display: block;
    position: static;
    background: #da6e6e;
}

.boxesWrap {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 110px;
}

.secondWrapTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.one {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    /* height: 90px; */
    margin-right: 40px;
}

.one img {
    width: 320px;
    display: block;
}

.two {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

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

/*** menu section ***/
.menu ul li.dlink {
    font-size: 28px;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5;
    padding: 0 20px;
    color: var(--black);
}

.menu ul li.dlink a:hover {
    color: var(--red);
}

.menu ul li.dlinkorder {
    display: none;
    font-size: 20px;
    font-family: sansb, arial, sans-serif;
    text-transform: uppercase;
    /* display: inline-block; */
    line-height: 1.5;
    padding: 0 20px;
    color: var(--white);
    background: var(--red);
    padding: 10px 20px;
    border-radius: 25px;
}
.menu ul li.highl{
  display: inline-block;
    background: var(--red);
    color: var(--white);
    cursor: pointer;
    font-family: poppinsBold, arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    border-radius: 55px;
    text-align: center;
    padding: 10px 32px!important;
    text-transform: uppercase;
}
.topLocation a {
    font-size: 22px;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    color: var(--red);
    position: relative;
}

.topLocation a::before {
    content: " ";
    background: url('../images/icons/icon-location-min.png') no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 0;
}

/* .waffle-box {
    width: 900px;
    height: 700px;
    margin-left: -180px
} */

/*** end menu section ***/
/* end top section  */

/*========================================================
    MENU NAVIGATION
=========================================================*/
.menuTopWrap {
    width: 100%;
    /* border: 2px solid rgba(0,0,0,0.1);
    padding: 20px 0; */
}

.menuTopBox ul {
    text-align: center;
    display: flex;
}

.menuTopBox ul li {
    font-size: 24px;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.5;
    /* margin: 0 1.5%; */
    color: var(--red);
}

.menuTopBox ul li:not(:last-child) {
    margin-right: 40px;
}

.two .menu ul li.dlink {
    padding: 0;
    margin-right: 40px;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .one {
        margin-right: 35px;
    }

    .one img {
        width: 320px;
    }

    .two .menu ul li.dlink {
        font-size: 22px;
        margin-right: 20px;
    }

    .menuTopBox ul li:not(:last-child) {
        margin-right: 20px;
    }

    .menu ul li.dlinkorder {
        font-size: 17px;
    }

    .menuTopBox ul li {
        font-size: 21px;
    }

}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .boxesWrap {
        height: 90px;
    }

    .two .menu ul li.dlink,
    .topLocation a {
        font-size: 16px;
        margin-right: 10px;
    }

    .menu ul li.dlinkorder {
        font-size: 17px;
    }

    .one img {
        width: 200px;
    }

    .menuTopBox ul li {
        font-size: 15px;
    }

    .menuTopBox ul li:not(:last-child) {
        margin-right: 15px;
    }
    .menu ul li.highl {
        padding: 8px 15px!important;
        font-size: 14px!important;
    }
    .one {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .boxesWrap {
        height: 70px;
    }

    .one {
        margin-right: 20px;
    }

    .one img {
        padding-top: 10px;
        width: 130px;
    }

    .two .menu ul li.dlink,
    .topLocation a {
        font-size: 16px;
        margin-right: 15px;
    }


    .menuTopBox ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .menuTopBox ul li {
        font-size: 13px;
    }

    .menuTopBox ul li:not(:last-child) {
        margin-right: 15px;
    }

    .topLocation a::before {
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        left: -28px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 2559px) {}


/*========================================================
									Buttons
=========================================================*/
.treatBtn {
    display: inline-block;
    background: var(--orange);
    font-size: 24px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    padding: 15px 70px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Roboto', arial, sans-serif;
}

.treatBtn:hover {
    background: var(--white);
    color: var(--blue);
}

.orderBtn {
    display: inline-block;
    background: var(--white);
    font-size: 16px;
    text-align: center;
    color: var(--black);
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 900;
    font-family: 'Montserrat', arial, sans-serif;
    border-radius: 38px;
}

.purchBtn {
    display: inline-block;
    background: var(--dark-blue);
    font-size: 16px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    padding: 13px 40px;
    cursor: pointer;
    font-weight: 900;
    font-family: 'Montserrat', arial, sans-serif;
    border-radius: 38px;
}

.ordermenuBtn {
    display: inline-block;
    background: var(--red);
    font-size: 16px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    padding: 13px 30px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Montserrat', arial, sans-serif;
    border-radius: 38px;
}

.ordermenuBtn2 {
    display: inline-block;
    background: #52a941;
    font-size: 28px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    padding: 18px 52px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat', arial, sans-serif;
    border-radius: 38px;
}

.hideBtn{
  display: none;
}
.locatPlaceBtnOrder .ordermenuBtn2 {
    background: var(--red);
}
.orderRedBtn {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    cursor: pointer;
    font-family: poppinsBold ,arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    border-radius: 55px;
    text-align: center;
    padding: 25px 72px;
    text-transform: uppercase;
}
.comeGetBtn {
    display: inline-block;
    background: #5e150c;
    color: var(--white);
    border: 3px solid #E57A0A;
    cursor: pointer;
    font-family: poppinsExtraBold , arial, sans-serif;
    font-size: 40px;
    border-radius: 75px;
    text-align: center;
    padding: 34px 82px;
    text-transform: uppercase;
}
.moreBurgersBtn{
  font-family: poppinsSemiBold, Arial, sans-serif;
  background: none;
  color: #5e150c;
  border: 3px solid #5e150c;
  padding: 34px 70px;
  margin-left: 20px;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .orderBtn {
        font-size: 14px;
        padding: 15px 40px;
    }

    .ordermenuBtn2 {
        font-size: 24px;
    }
    .orderRedBtn{
      padding: 18px 60px;
      font-size: 26px;
    }
    .comeGetBtn {
    	font-size: 32px;
    	padding: 30px 76px;
    }
    .moreBurgersBtn{
      padding: 30px 60px;
      margin-left: 20px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .ordermenuBtn2 {
        font-size: 19px;
    }
    .orderRedBtn{
      padding: 18px 40px;
      font-size: 18px;
    }
    .comeGetBtn {
    	font-size: 24px;
    	padding: 24px 66px;
    }
    .moreBurgersBtn{
      padding: 24px 54px;
      margin-left: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .purchBtn {
        font-size: 14px;
        font-weight: 700;
    }

    .ordermenuBtn {
        font-size: 14px;
    }

    .ordermenuBtn2 {
        font-size: 18px;
        padding: 15px 28px;
    }
    .orderRedBtn{
      padding: 15px 40px;
      font-size: 16px;
    }
    .comeGetBtn {
    	font-size: 18px;
    	padding: 20px 35px;
    }
    .moreBurgersBtn{
      padding: 20px 25px;
      margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .purchBtn {
        font-size: 14px;
        font-weight: 700;
    }

    .ordermenuBtn {
        font-size: 14px;
    }

    .ordermenuBtn2 {
        font-size: 18px;
    }
    .orderRedBtn{
      padding: 18px 40px;
      font-size: 16px;
    }
    .comeGetBtn {
    	font-size: 18px;
    	padding: 20px 35px;
    }

}

@media only screen and (max-width: 767px) {
    .ordermenuBtn2 {
        font-size: 18px;
    }
    .orderRedBtn{
      padding: 18px 50px;
      font-size: 18px;
    }
    .comeGetBtn {
    	font-size: 18px;
    	padding: 20px 55px;
    }
    .topBannerBtnsPlace{
      text-align: center;
    }
}

@media only screen and (max-width: 479px) {}

/*========================================================
		INDEX Banner
=========================================================*/
.bannerMovieMob {
    display: none;
}

.bannerMovie {
    position: relative;
    width: 100%;
    background: url('../images/index/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.banContWrap {
    z-index: 10;
}

.banTextWrap {
    position: relative;
    padding: 200px 0 400px 150px;
    z-index: 2;
}

.banTextWrap h1 {
    margin-bottom: 50px;
    font-family: "ccsignlanguage", Arial, Helvetica, sans-serif;
    font-size: 140px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: capitalize;
}
.banTextWrap h2 {
    margin-bottom: 50px;
    font-family: "ccsignlanguage", Arial, Helvetica, sans-serif;
    font-size: 140px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: capitalize;
}

.banTextWrap h1 span {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 200px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.banTextWrap h2 span {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 200px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.mainButWrap .ordermenuBtn {
    text-align: center;
    text-transform: capitalize;
    padding: 30px 80px;
    border-radius: 100px;
    font-size: 55px;
}

.mainButWrap .ordermenuBtn span {
    display: block;
    text-transform: uppercase;
    font-size: 65px;
}

.bannBurger {
    width: 56%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.bannLine {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.redClothWrap {
    position: absolute;
    top: 0;
    right: 30%;
    z-index: 3;
}

.redClothWrap p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    padding-top: 100px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 90px;
    color: var(--white);
    font-weight: 700;
    line-height: 1.2;
}

.redClothWrap p span {
    display: block;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
}

/* INDEX Banner Mobile */
.bannerMovieMob {
    position: relative;
    width: 100%;
    background: url('../images/index/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}


@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .banTextWrap {
        padding: 170px 0 300px 110px;
    }

    .banTextWrap h1 {
        margin-bottom: 40px;
        font-size: 100px;
    }
    .banTextWrap h2 {
        margin-bottom: 40px;
        font-size: 100px;
    }

    .banTextWrap h1 span {
        font-size: 140px;
    }
    .banTextWrap h2 span {
        font-size: 140px;
    }

    .mainButWrap .ordermenuBtn {
        padding: 30px 80px;
        border-radius: 100px;
        font-size: 30px;
    }

    .mainButWrap .ordermenuBtn span {
        font-size: 45px;
    }

    .bannBurger {
        max-width: 1166px;
    }

    .redCloth {
        width: 260px;
    }

    .redClothWrap p {
        font-size: 75px;
    }

    .redClothWrap p span {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .banTextWrap {
        padding: 130px 0 195px 80px;
    }

    .banTextWrap h1 {
        margin-bottom: 30px;
        font-size: 70px;
    }
    .banTextWrap h2 {
        margin-bottom: 30px;
        font-size: 70px;
    }

    .banTextWrap h1 span {
        font-size: 100px;
    }
    .banTextWrap h2 span {
        font-size: 100px;
    }
    .mainButWrap .ordermenuBtn {
        padding: 20px 60px;
        border-radius: 100px;
        font-size: 21px;
    }

    .mainButWrap .ordermenuBtn span {
        font-size: 30px;
    }

    .bannBurger {
        max-width: 815px;
    }

    .redCloth {
        width: 190px;
    }

    .redClothWrap p {
        padding-top: 70px;
        font-size: 50px;
    }

    .redClothWrap p span {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .banTextWrap {
        padding: 100px 0 155px 60px;
    }

    .banTextWrap h1 {
        margin-bottom: 30px;
        font-size: 50px;
    }
    .banTextWrap h2 {
        margin-bottom: 30px;
        font-size: 50px;
    }

    .banTextWrap h1 span {
        font-size: 70px;
    }
    .banTextWrap h2 span {
        font-size: 70px;
    }

    .mainButWrap .ordermenuBtn {
        padding: 10px 35px;
        border-radius: 100px;
        font-size: 18px;
    }

    .mainButWrap .ordermenuBtn span {
        font-size: 24px;
    }

    .bannBurger {
        max-width: 600px;
    }

    .redCloth {
        width: 150px;
    }

    .redClothWrap p {
        padding-top: 50px;
        font-size: 44px;
    }

    .redClothWrap p span {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banTextWrap {
        padding: 70px 0 130px 40px;
    }

    .banTextWrap h1 {
        margin-bottom: 30px;
        font-size: 50px;
    }
    .banTextWrap h2 {
        margin-bottom: 30px;
        font-size: 50px;
    }

    .banTextWrap h1 span {
        font-size: 70px;
    }
    .banTextWrap h2 span {
        font-size: 70px;
    }

    .mainButWrap .ordermenuBtn {
        padding: 10px 35px;
        border-radius: 100px;
        font-size: 18px;
    }

    .mainButWrap .ordermenuBtn span {
        font-size: 24px;
    }

    .bannBurger {
        max-width: 455px;
    }

    .redClothWrap {
        right: 20%;
    }

    .redCloth {
        width: 150px;
    }

    .redClothWrap p {
        padding-top: 30px;
        font-size: 44px;
    }

    .redClothWrap p span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .bannerMovie {
        display: none;
    }

    .bannerMovieMob {
        display: block;
    }

    .banContWrapMob {
        position: relative;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .banTextWrap {
        padding: 0;
    }

    .banTextWrap h1 {
        text-align: center;
        margin-bottom: 120px;
        font-size: 60px;
    }
    .banTextWrap h2 {
        text-align: center;
        margin-bottom: 120px;
        font-size: 60px;
    }

    .banTextWrap h1 span {
        font-size: 85px;
    }
    .banTextWrap h2 span {
        font-size: 85px;
    }

    .wrapCenterImg {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .redClothWrap {
        top: -12%;
        left: 19%;
        width: 36%;
    }

    .redCloth {
        width: 100%;
        height: 300px;
    }

    .redClothWrap p {
        padding-top: 40px;
        font-size: 55px;
    }

    .redClothWrap p span {
        font-size: 33px;
    }

    .bannBurger {
        position: relative;
        width: 100%;
        max-width: 650px;
        margin-bottom: 10px;
        z-index: 10;
    }

    .mainButWrap .ordermenuBtn {
        padding: 20px 60px;
        border-radius: 100px;
        font-size: 21px;
        z-index: 10;
    }

    .mainButWrap .ordermenuBtn span {
        font-size: 30px;
    }

    .bannLine {
        position: absolute;
        height: 43%;
        bottom: 0;
        background-position: center;
    }
}

@media only screen and (max-width: 479px) {
    .banTextWrap h1 {
        text-align: center;
        margin-bottom: 70px;
        font-size: 40px;
    }
    .banTextWrap h2 {
        text-align: center;
        margin-bottom: 70px;
        font-size: 40px;
    }
    .banTextWrap h1 span {
        font-size: 65px;
    }
    .banTextWrap h2 span {
        font-size: 65px;
    }

.bannLine{
    height: 250px;
}
.redCloth{
    height: 250px;
}

    .redClothWrap p {
        padding-top: 30px;
        font-size: 36px;
    }

    .redClothWrap p span {
        font-size: 21px;
    }

    .mainButWrap .ordermenuBtn {
        padding: 10px 35px;
        border-radius: 100px;
        font-size: 18px;
    }

    .mainButWrap .ordermenuBtn span {
        font-size: 24px;
    }
}
@media only screen and (max-width: 460px){
    .redCloth{
        height: 200px;
    }
}

/*========================================================
	INDEX Raptor Media Divider
=========================================================*/
.webmastSepa{
  background: url('../images/index/webmastersdesktop-banner/webmasters-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
.webmastSepaSize{
  width: 95%;
  margin: 0 auto;
}
.webmastSepaWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.webmastLogo,
.webmastDesigns{
  max-width: 100%;
}
.webmastSepa p{
  color: var(--white);
  font-family: gilroy-black, arial, sans-serif;
  font-size: 62px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.webmastSepa p span{
  display: block;
}
.webmastMobDesigns,
.webmastMobPhones,
.webmastLogoMob,
.webmastSepa p br{
  display: none;
}
.webmastSepa .subsBtn {
  background: #fecb24;
  border-radius: 50px;
	color: #000;
  font-family: gilroy-bold, arial, sans-serif;
	font-size: 28px;
  text-transform: uppercase;
  padding: 24px 55px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .webmastSepaSize{
    width: 95%;
  }
  .webmastLogoLink{
    max-width: 17%;
  }
  .webmastDesigns{
    max-width: 34%;
  }
  .webmastSepa p {
  	font-size: 46px;
  }
  .webmastSepa .subsBtn {
  	padding: 24px 45px;
  	font-size: 24px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .webmastSepaSize{
    width: 95%;
  }
  .webmastLogoLink{
    max-width: 17%;
  }
  .webmastDesigns{
    max-width: 34%;
  }
  .webmastSepa p {
  	font-size: 34px;
  }
  .webmastSepa .subsBtn {
  	padding: 17px 45px;
  	font-size: 22px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1410px){
  .webmastSepa p {
  	font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .webmastSepa{
    background: url('../images/index/webmastersdesktop-banner/webmasters-mobile-bg.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .webmastSepaSize {
  	width: 67%;
  }
 .webmastSepaWrap{
   flex-direction: column;
   justify-content: center;
 }
 .webmastLogo{
   width: 400px;
 }
 .webmastDesigns{
   margin: 30px 0;
   max-width: 80%;
 }
 .webmastLogo,
 .webmastDesigns{
   display: none;
 }
 .webmastSepa p {
 	 font-size: 60px;
   margin: 0 0 30px;
 }
 .webmastMobPhones{
   display: block;
   width: 100%;
 }
 .webmastBtnPlace{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   margin: 45px 0 0;
   width: 100%;
 }
 .webmastSepa .subsBtn {
 	padding: 25px 50px;
 	font-size: 24px;
 }
 .webmastLogoMob{
   display: block;
   height: 76px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .webmastSepa{
    background: url('../images/index/webmastersdesktop-banner/webmasters-mobile-bg.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .webmastSepaSize {
  	width: 83%;
    max-width: 638px;
  }
 .webmastSepaWrap{
   flex-direction: column;
   justify-content: center;
 }
 .webmastLogo{
   width: 320px;
 }
 .webmastDesigns{
   margin: 30px 0;
   max-width: 80%;
 }
 .webmastLogo,
 .webmastDesigns{
   display: none;
 }
 .webmastSepa p {
 	 font-size: 56px;
   margin: 0 0 30px;
 }
 .webmastMobPhones{
   display: block;
   width: 100%;
 }
 .webmastBtnPlace{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   margin: 45px 0 0;
   width: 100%;
 }
 .webmastSepa .subsBtn {
 	padding: 22px 40px;
 	font-size: 24px;
 }
 .webmastLogoMob{
   display: block;
   height: 73px;
 }
}
@media only screen and (max-width: 767px) {
  .webmastSepa{
    background: url('../images/index/webmastersdesktop-banner/webmasters-mobile-bg.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
 .webmastSepaWrap{
   flex-direction: column;
   justify-content: center;
 }
 .webmastLogo{
   width: 280px;
 }
 .webmastDesigns{
   display: none;
 }
 .webmastMobDesigns{
   display: block;
   margin: 30px 0;
 }
 .webmastLogo,
 .webmastDesigns{
   display: none;
 }
 .webmastSepa p {
 	 font-size: 40px;
   margin: 0 0 30px;
 }
 .desktopDes,
 .desktopCaro {
     display: none;
 }

 .mobileCaro {
     display: block;
 }
 .webmastBtnPlace{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
   margin: 25px auto 0;
   width: 100%;
 }
 .webmastSepa .subsBtn {
 	padding: 17px 22px;
 	font-size: 19px;
 }
 .webmastLogoMob{
   display: block;
   height: 58px;
 }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .webmastBtnPlace{
    max-width: 456px;
  }
}
@media only screen and (max-width: 479px) {
  .webmastSepa p br{
    display: block;
  }
  .webmastLogoMob {
  	height: 48px;
  }
  .webmastBtnPlace{
    max-width: 350px;
  }
  .webmastSepa .subsBtn {
  	padding: 14px 12px;
  }
}

/*========================================================
		INDEX Below Banner
=========================================================*/
.belowbannbg {
    padding: 200px 0 0;
}

.belowBannSec h1 {
    text-align: center;
    font-size: 108px;
    font-family: titbold, arial, sans-serif;
    text-transform: uppercase;
    line-height: .9;
    width: 814px;
    margin: 0 auto;
    position: relative;
}

.belowBannSec h1 span {
    display: block;
    text-transform: capitalize;
    font-size: 70px;
    font-family: suptitbold, arial, sans-serif;
}

.belowBannSec h1::after {
    content: " ";
    background: url('../images/index/starttip.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 93px;
    position: absolute;
    left: 0;
    bottom: -25px;
    z-index: -99;
}

.orderdivbg {
    background: var(--dark-blue);
    width: 100%;
    padding: 200px 0;
    z-index: -109;
    position: relative;
}

.orderdivWrap {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.orderdivCont {
    width: 280px;
}

.orderdivCont p,
.orderdivCont h3 {
    font-family: suptitbold, arial, sans-serif;
    font-size: 28px;
    color: var(--white);
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.orderdivCont h3 span {
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 700;
    position: relative;
}

.orderdivCont h3 span::after {
    content: " ";
    background: url('../images/index/linedown.png') no-repeat;
    background-position: center center;
    background-size: 98px 10px;
    width: 98px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.orderBtnPlace {
    padding-top: 25px;
    text-align: center;
}

.orderLogo {
    position: absolute;
    width: 670px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -80px;
}

.arrowDown {
    position: absolute;
    width: 90px;
    right: 90px;
    bottom: -160px;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .belowBannSec h1 span {
        font-size: 66px;
    }

    .belowBannSec h1 {
        font-size: 98px;
    }

    .orderdivCont p,
    .orderdivCont h3 {
        font-size: 32px;
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .belowbannbg {
        padding: 120px 0 0;
    }

    .belowBannSec h1 span {
        font-size: 66px;
    }

    .belowBannSec h1 {
        font-size: 98px;
    }

    .orderdivbg {
        padding: 150px 0;
    }

    .orderdivCont p,
    .orderdivCont h3 {
        font-size: 28px;
    }

    .orderdivWrap {
        width: 940px;
    }

    .orderLogo {
        width: 450px;
        bottom: -50px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .belowbannbg {
        padding: 120px 0 0;
    }

    .orderdivbg {
        padding: 150px 0;
    }

    .belowBannSec h1 span {
        font-size: 56px;
    }

    .belowBannSec h1 {
        font-size: 80px;
        width: 614px;
    }

    .orderdivCont p,
    .orderdivCont h3 {
        font-size: 28px;
    }

    .orderdivWrap {
        width: 940px;
    }

    .belowBannSec h1::after {
        height: 70px;
    }

    .orderLogo {
        width: 450px;
        bottom: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .belowbannbg {
        padding: 90px 0 0;
    }

    .orderdivbg {
        padding: 100px 0;
    }

    .belowBannSec h1 span {
        font-size: 46px;
    }

    .belowBannSec h1 {
        font-size: 80px;
        width: 614px;
    }

    .orderdivCont p,
    .orderdivCont h3 {
        font-size: 28px;
    }

    .orderdivWrap {
        width: 100%;
    }

    .belowBannSec h1::after {
        height: 70px;
    }

    .orderLogo {
        width: 300px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .belowbannbg {
        padding: 90px 0 0;
    }

    .orderdivbg {
        padding: 100px 0;
    }

    .orderLogo {
        width: 300px;
        bottom: -32px;
    }
}

@media only screen and (max-width: 479px) {
    .belowbannbg {
        padding: 90px 0 0;
    }

    .orderdivbg {
        padding: 100px 0;
    }

    .orderLogo {
        width: 300px;
        bottom: -32px;
    }
}


/*========================================================
		INDEX Section 3
=========================================================*/
.sec3bg {
    padding: 80px 0 50px;
}

.sec3Tit {
    position: relative;
}

.sec3Tit h2 {
    text-align: center;
    font-size: 130px;
    font-family: titbold, arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 20px 0;
    letter-spacing: .5px;
    padding-bottom: 55px;
}

.sec3Tit h2 span {
    font-size: 124px;
    font-family: "ccsignlanguage", arial, sans-serif;
    font-style: italic;
    letter-spacing: normal;
    text-transform: none;
}

.sec3Tit p {
    width: 41%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
}

.burgerIcon {
    position: absolute;
    left: 10%;
    top: 30%;
}

.chickenIcon {
    position: absolute;
    right: 12%;
    top: 30%;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .sec3Tit h2 span {
        font-size: 83px;
    }

    .sec3Tit h2 {
        font-size: 94px;
    }

    .sec3Tit p {
        font-size: 21px;
        width: 40%;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .sec3Tit h2 {
        padding-bottom: 30px;
        font-size: 70px;
    }

    .sec3Tit h2 span {
        font-size: 66px;
    }

    .sec3Tit p {
        font-size: 19px;
        width: 47%;
    }

    .burgerIcon {
        width: 9%;
    }

    .chickenIcon {
        width: 7%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .sec3bg {
        padding: 60px 0 50px;
    }

    .sec3Tit h2 span {
        font-size: 48px;
    }

    .sec3Tit h2 {
        margin: 10px 0;
        padding-bottom: 35px;
        font-size: 50px;
    }

    .sec3Tit p {
        font-size: 18px;
        width: 675px;
    }

    .burgerIcon {
        width: 9%;
        top: 10%;
    }

    .chickenIcon {
        width: 8%;
        top: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .sec3bg {
        padding: 30px 0 30px;
    }

    .sec3Tit h2 span {
        font-size: 37px;
    }

    .sec3Tit h2 {
        margin: 10px 0;
        padding-bottom: 15px;
        font-size: 36px;
    }

    .sec3Tit p {
        font-size: 16px;
        width: 70%;
    }

    .burgerIcon {
        width: 9%;
        top: 10%;
    }

    .chickenIcon {
        width: 8%;
        top: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .sec3bg {
        padding: 30px 0 30px;
    }

    .sec3Tit h2 span {
        font-size: 28px;
    }

    .sec3Tit h2 {
        width: 90%;
        margin: 10px auto;
        padding-bottom: 15px;
        font-size: 36px;
    }

    .sec3Tit p {
        font-size: 16px;
        width: 90%;
    }

    .burgerIcon,
    .chickenIcon {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .sec3Tit h2 {
        width: 90%;
        margin: 10px auto;
        padding-bottom: 15px;
        font-size: 28px;
    }

    .sec3Tit p {
        font-size: 16px;
        width: 90%;
    }
}

/*========================================================
		INDEX Section 4
=========================================================*/
.sec4bg {
    background: url('../images/index/fire2.jpg');
    background-size: cover;
    padding: 0 0 150px;
    height: auto;
    position: relative;
}

.sec4BoxWrap {
    width: 1424px;
    min-height: 660px;
    margin: 0 auto;
    background: url('../images/index/blue-2-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 50px 50px 30px;
    display: flex;
    align-items: center;
}

.sec4BoxLeft,
.sec4BoxRight {
    width: 50%;
}

.sec4BoxLeft {
    position: relative;
}

.sec4BoxLeft img {
    position: absolute;
    width: 919px;
    right: -270px;
    top: -390px;
}

.sec4BoxRight {
    padding-left: 60px;
}

.sec4BoxRight h3 {
    font-family: sansb, arial, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--white);
    line-height: 1.3;
    padding: 5px 0 15px;
}

.sec4BoxRight p {
    color: var(--white);
    line-height: 1.1;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 115px;
}

.sec4BoxRightBtnPlace {
    margin-top: 40px;
    text-align: left;
}

.sec4Boxlimit {
    width: 100%;
    display: flex;
    align-items: center;
}

.sec4Boxlimithalf {
    width: 50%;
}

.s4half1 p,
.s4half2 p {
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: var(--white);
}

.s4half1 p {
    text-align: left;
}

.s4half2 p {
    text-align: right;
}

.sec4belowWrap {
    width: 996px;
    margin: 0 auto;
    display: flex;
    padding: 50px 100px 50px 80px;
    position: relative;
    align-items: center;
}

.sec4belowLeft {
    width: 60%;
}

.sec4belowRight {
    width: 40%;
}

.sec4belowLeft h3 {
    font-family: suptitbold, arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: var(--white);
    line-height: 1.2;
}

.purchBtnPlace {
    padding-left: 50px;
}

.arrodownleft {
    position: absolute;
    width: 45px;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .sec4BoxWrap {
        width: 1335px;
        min-height: 600px;
    }

    .sec4BoxRight h3 {
        font-size: 50px;
    }

    .sec4BoxLeft img {
        width: 800px;
        right: -245px;
        top: -360px;
    }

}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .sec4bg {
        padding: 0 0 120px;
    }

    .sec4BoxWrap {
        width: 900px;
        min-height: 430px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 30px 30px 20px;
    }

    .sec4BoxRight h3 {
        font-size: 30px;
    }

    .sec4BoxRight p {
        font-size: 16px;
    }

    .s4half1 p,
    .s4half2 p {
        font-size: 14px !important;
    }

    .sec4BoxLeft img {
        width: 510px;
        right: -130px;
        top: -250px;
    }
}

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

    .sec4BoxWrap {
        width: 750px;
        min-height: 320px;
    }

    .sec4BoxRight {
        padding-left: 30px;
    }

    .sec4BoxRight h3 {
        font-size: 25px;
    }

    .sec4BoxRight p {
        font-size: 16px;
    }

    .sec4BoxRightBtnPlace {
        margin-top: 20px;
        text-align: left;
    }

    .sec4BoxLeft img {
        width: 440px;
        right: -150px;
        top: -200px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .sec4bg {
        padding: 0 0 90px;
    }

    .sec4BoxWrap {
        width: 590px;
        min-height: 220px;
        padding: 30px 50px 30px;
    }

    .sec4BoxLeft,
    .sec4BoxRight {
        width: 100%;
    }

    .sec4BoxRight {
        padding: 20px 0 0;
    }

    .sec4BoxLeft img {
        width: 320px;
        margin: 0 auto;
    }

    .sec4BoxRight h3 {
        font-size: 21px;
    }

    .sec4BoxRightBtnPlace {
        margin-top: 15px;
    }

    .sec4BoxRight p {
        font-size: 16px;
    }

    .sec4belowWrap {
        width: 90%;
        flex-direction: column;
    }

    .sec4belowLeft,
    .sec4belowRight {
        width: 100%;
    }

    .sec4belowLeft {
        margin-bottom: 20px;
    }

    .purchBtnPlace {
        padding-left: 0;
        text-align: center;
    }

    .sec4belowLeft h3 {
        text-align: center;
    }

    .sec4BoxLeft img {
        width: 300px;
        right: -110px;
        top: -135px;
    }
    .sec4BoxWrap .sec4BoxRightBtnPlace .ordermenuBtn2{
        padding: 12px 30px;
        font-size: 16px;
    }

}

@media only screen and (max-width: 767px) {
    .sec4bg {
        background: none;
        padding: 0;
    }

    .sec4BoxWrap {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        min-height: 300px;
        width: 100%;
        padding: 50px 50px 50px;
        border-radius: 0;
    }

    .sec4BoxRight {
        width: 90%;
        padding: 0;
    }

    .sec4BoxRight h3 {
        font-size: 24px;
        text-align: center;
    }

    .sec4BoxLeft {
        width: 100%;
        max-width: 450px;
    }

    .sec4BoxLeft img {
        position: relative;
        width: 100%;
        margin: 0 auto;
        right: 0;
        top: 0;
    }

    .sec4BoxRightBtnPlace {
        margin-top: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .sec4BoxWrap {
        padding: 50px 10px 50px;
    }

    .sec4BoxRight h3 {
        font-size: 21px;
        text-align: center;
    }

    .sec4BoxLeft img {
        width: 100%;
    }
}


/*========================================================
        FOOTER
=========================================================*/
.fooTwo ul li.mlogo,
.fooTwo ul li.mphone,
.fooTwo ul li.madr,
.fooTwo ul li.mhours,
.fooTwo ul li.msocial,
.fooTwo ul li.mmlinks,
.fooTwo ul li.maddress,
.fooTwo ul.li.extraBtn,
.swipearrows {
    display: none;
}
.fooLocMob,
.onlyBelowTablet {
    display: none!important;
}
.foobg {
    background: var(--new-footer);
    padding: 70px 0 70px;
}

.fooCont {
    margin: 0 auto;
    width: 1500px;
}

.fooWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #c8c9cc;
}
.fooLocationsBg{
  background: var(--footer-locations);
  color: var(--color-blck-text);
  padding: 80px 0;
}
.fooLoc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fooLocTit {
    text-align: center;
    font-family: filsonProBlack, arial, sans-serif;
    font-size: 64px;
    text-transform: capitalize;
    padding-bottom: 40px;
}
.fooLocCol {
    width: 18%;
}
.fooLocCol h4 {
  font-family: poppinsExtraBold, arial, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin: 13px 0 10px;
}
.fooLocCol p {
    display: block;
    font-family: poppinsRegular, arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.fooLocCol p a span {
    display: block;
}
.fooLocCol .fooFlx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.fooLocCol .fooCol3Span {
    width: 46px;
    height: 46px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-right: 10px;
}
.fooCol2 .ordermenuBtn {
    font-size: 18px;
}
.fooCol1,
.fooCol2,
.fooCol3 {
    width: 31%;
    display: flex;
    flex-direction: column;
}
.fooCol1 {
    align-items: flex-start;
}
.fooCol2,
.fooCol3 {
    align-items: center;
}
.fooCol3 .fooFlx{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.fooCol3 .fooCol3Span{
  display: inline-block;
}
.fooCol3 .fooCol3Span {
	width: 46px;
	height: 46px;
	background: var(--red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
  margin-right: 10px;
}
.foologo {
    width: 300px;
    margin-bottom: 50px;
}

.titleFoo {
    margin-bottom: 50px;

}

.titleFoo h2,
.titleFoo h3 {
    font-size: 28px;
    color: var(--white);
}

.fooCol1 p {
    font-size: 21px;
    color: var(--white);
    text-transform: uppercase;
    margin: 8px 0;
}

.fooCol1 p span {
    display: block;
}

.fooSocial {
    align-items: flex-start;
}

.fooSocial ul {
    display: flex;
    align-items: center;
}

.fooSocial ul li a {
    width: 46px;
    height: 46px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
}

.fooSocial ul li:not(:last-child) {
    margin-right: 20px;
}

.foosocico {
    font-size: 20px;
    color: var(--white);
}
.fooSocial ul li a svg{
  height: 20px;
}
.fooCol2 {
    padding: 20px 0 0 40px;
}

.fooCol2 ul li.mlinks {
    display: block;
    font-size: 21px;
    padding: 10px 0 10px 15px;
    line-height: 25px;
    text-transform: capitalize;
}

.fooCol3 ul li,
.fooCol2 ul li {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    margin: 13px 0 25px;
}

.fooCol3 ul li p {
    margin-top: 13px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
}

.fooCol2 .dlinkorder {
    font-size: 20px;
    font-family: sansb, arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5;
    padding: 0 20px;
    color: var(--white);
    background: var(--red);
    padding: 10px 20px;
    border-radius: 25px;
}

.fooCol3 {
    padding: 20px 0 0 60px;
}

.fooCol3 ul li span {
    display: block;
}

.copy {
    width: 100%;
    margin: 90px auto 0;
}

.copy p{
    padding-bottom: 10px;
}

.copy p, .sitemape p {
    color: var(--white);
    text-align: center;
    font-size: 18px;
}




@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .fooCol2 .dlinkorder {
        font-size: 17px;
    }
    .fooLocTit {
        font-size: 60px;
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 1919px) {
    .fooCont {
        width: 90%;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {

    .foobg {
        padding: 70px 0 50px;
    }

    .titleFoo h2,
    .titleFoo h3{
        font-size: 21px;
    }
    .fooCol2 {
        padding: 20px 0 0 40px;
    }
    .fooCol2 .dlinkorder {
        font-size: 17px;
    }
    .fooLocCol h4 {
        font-size: 18px;
        margin: 5px 0 0;
    }
    .fooLocCol p {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.1;
    }
    .fooLocCol p a span {
        display: block;
    }
    .fooLocCol .fooFlx {
        margin-top: 13px;
    }
    .fooLocCol .fooCol3Span {
        width: 32px;
        height: 32px;
    }
    .fooFlx .ordermenuBtn {
        font-size: 13px;
        padding: 10px 15px;
    }
    .fooLocTit {
        font-size: 54px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .foobg {
        padding: 50px 0 35px;
    }

    .foologo {
        margin-bottom: 30px;
        width: 250px;
    }

    .titleFoo {
        margin-bottom: 30px;
    }

    .titleFoo h2,
    .titleFoo h3 {
        font-size: 17px;
    }

    .fooSocial ul li a {
        width: 40px;
        height: 40px;
    }

    .fooCol2 {
        padding: 20px 0 0 60px;
    }

    .fooCol3 ul li,
    .fooCol2 ul li {
        font-size: 18px;
    }

    .fooCol3 ul li p {
        font-size: 16px;
    }

    .fooCol2 .dlinkorder {
        font-size: 14px;
    }
    .fooLocCol {
        display: flex;
        flex-direction: column;
    }
    .fooLocCol h4 {
        font-size: 18px;
        margin: 5px 0 0;
    }
    .fooLocCol p {
        margin: 5px 0 10px;
        font-size: 12px;
        line-height: 1.1;
    }
     .fooLocCol p a span {
        display: block;
    }
    .fooLocCol .fooFlx {
        margin-top: auto;
    }
    .fooLocCol .fooCol3Span {
        width: 32px;
        height: 32px;
    }
    .fooFlx .ordermenuBtn {
        font-size: 13px;
        padding: 10px 15px;
    }
    .fooLocationsBg {
    	padding: 60px 0;
    }
    .fooLocTit {
        font-size: 36px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .foobg {
        padding: 35px 0 35px;
    }

    .foologo {
        width: 200px;
        margin-bottom: 15px;
    }
    /* .foologo {
        margin-bottom: 30px;
    } */

    .titleFoo {
        margin-bottom: 30px;
    }

    .titleFoo h2,
    .titleFoo h3 {
        font-size: 16px;
    }

    .fooSocial ul{
        flex-wrap: wrap;
        justify-content: center;
        width: 250px;
    }

    .fooSocial ul li a {
        width: 40px;
        height: 40px;
        margin: 7px;
    }
    .fooSocial ul li:not(:last-child) {
        margin-right: 0;
    }

    .fooCol1 p {
        font-size: 14px;
    }

    .fooSocial a {
        margin-right: 7px;
    }

    .fooCol1 {
        width: 40%;
    }
    .fooCol2,
    .fooCol3 {
        width: 32%;
        align-items: center;
    }

    .fooCol2 {
        padding: 20px 0 0 25px;
    }

    .fooCol3 {
        padding: 20px 0 0 0;
    }

    .fooCol2 .dlinkorder {
        font-size: 14px;
    }

    .fooCol3 ul li,
    .fooCol2 ul li {
        font-size: 18px;
    }

    .fooCol3 ul li p {
        font-size: 16px;
    }

    .copy p, .sitemape p {
        font-size: 16px;
    }
    .fooLoc {
        display: none;
    }
    .fooLocMob {
        display: inline-block!important;
    }
    .onlyBelowTablet {
        display: block!important;
    }
    .swipearrows {
        display: flex;
        justify-content: center!important;
        align-items: center;
        font-size: 14px;
        text-align: center;
        margin-bottom: 25px;
    }
    .fooLocCol {
        width: 100%;
        text-align: center;
    }
    .fooLocCol h4 {
        margin: 0 0 10px;
    }
    .fooLocCol p {
        margin-top: 5px;
    }
    .fooLocCol .fooFlx {
        justify-content: center;
        padding-bottom: 15px;
    }
    .swipestleft,
    .swipestright,
    .swipearrows {
        color: #52a941;
    }
    .swipestleft {
        margin-right: 5px;
    }
    .swipestright {
        margin-left: 5px;
    }
    .fooCol2 .ordermenuBtn {
        font-size: 16px;
        padding: 13px 15px;
    }
    .fooLocationsBg {
    	padding: 60px 0;
    }
    .fooLocTit {
        font-size: 36px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .foobg {
        padding: 50px 0 35px;
    }

    .fooWrap {
        flex-direction: column;
    }

    .fooCol1,
    .fooCol2,
    .fooCol3 {
        text-align: center;
        width: 100%;
    }
    .fooCol1 {
        align-items: center;
    }

    .fooCol1 p,
    .fooSocial,
    .fooNav ul,
    .fooCol3 ul {
        text-align: center;
    }

    .fooSocial ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .fooCol2 {
        padding: 35px 0 20px;
    }

    .fooCol2 ul li.mlinks {
        padding-left: 0;
    }

    .fooCol3 {
        margin-top: 25px;
    }

    .fooCol3 {
        padding: 0;
    }

    .fooCol2 .dlinkorder {
        font-size: 14px;
    }


    .copy {
        margin: 30px auto 20px;
    }

    .copy p, .sitemape p {
        font-size: 16px;
    }

    .copy span {
        display: block;
    }
    .titleFoo h3 span{
      display: block;
    }
    .fooCol3 .fooFlx {
    	justify-content: center;
    }
    .fooLoc {
        display: none;
    }
    .fooLocMob {
        display: inline-block!important;
    }
    .onlyBelowTablet {
        display: block!important;
    }
    .swipearrows {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-align: center;
        margin-bottom: 25px;
    }
    .fooLocCol {
        width: 100%;
        text-align: center;
    }
    .fooLocCol h4 {
        margin: 0 0 10px;
    }
    .fooLocCol p {
        margin: 5px auto 10px;
    }
    .fooLocCol p a span {
        display: block;
    }
    .fooLocCol .fooFlx {
        justify-content: center;
        padding-bottom: 15px;
    }
    .swipestleft,
    .swipestright,
    .swipearrows {
        color: #52a941;
    }
    .swipestleft {
        margin-right: 5px;
    }
    .swipestright {
        margin-left: 5px;
    }
    .fooLocationsBg {
    	padding: 60px 0;
    }
    .fooLocTit {
        font-size: 36px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 479px) {}

/*========================================================
        Sticky Footer
=========================================================*/
.outerSticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.stickyFooter {
    background: #282828;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.innerStickyFooter {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.centeringSticky {
    width: 38%;
    margin: 0 auto;
    text-align: center;
}

.innerStickyFooter a img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.innerStickyFooter a p {
    display: inline-block;
    font-size: 24px;
    font-family: Arial, sans-serif;
    vertical-align: middle;
}

.innerStickyFooter a p span {
    display: block;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}


/*========================================================
    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 {
    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: 96%;
    margin: 0 auto;
}


/* .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(--dark-blue);
    padding: 50px 0 0;
    text-align: center;
    font-family: poppinsSemiBold, arial, sans-serif;
}

.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;
    }

    .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%;
    }
}

/*========================================================
    PRODUCT page
=========================================================*/
.prodmainbg {
    padding: 0 0 120px;
}

.prodTitWrap {
    width: 1024px;
    margin: 0 auto;
}
.firstSec{
    margin-bottom: 120px;
}

.prodsup {
    text-transform: capitalize;
    font-size: 70px;
    font-family: suptitbold, arial, sans-serif;
    text-align: center;
    line-height: .8;
}

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

.prodTitWrap h1 span,
.prodTitWrap h2 span {
    font-family: sans, arial, sans-serif;
}

.prodDesc {
    margin-top: 20px;
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
}
.prodSmDescr {
  color: var(--red);
    font-family: "ccsignlanguage", Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    padding: 20px 0 40px;
}

.prodCombo {
    font-size: 36px;
    font-family: sansb, arial, sans-serif;
    text-align: center;
    text-transform: capitalize;
}
.prodCombo span{
    font-size: 40px;
    text-transform: capitalize;
}
.wrapBelowTitle .prodCombo{
    margin: 20px 0;
    font-family: sans, arial, sans-serif;
    font-size: 28px;
    text-transform: none;
}
.diviGrey{
  border-bottom: 1px dashed #111;
  width: 60%;
  margin: 0 auto;
}
.diviAddMarg{
  margin: 0 auto 60px;
}
.wrapBelowTitle .secText{
    font-weight: 400;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 24px;
}

.prodTitWrap img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 800px;
}

.prodBtnPlace {
    text-align: center;
    margin-top: 35px;
}

.flaBox {
    padding: 20px;
    max-width: 440px;
    margin: 0 auto;
    text-transform: uppercase;
}

.flaOrange {
    background: #f6861f;
    margin-top: 60px;
    color: var(--white);
}

.flaOrange p {
    color: var(--white);
    font-size: 27px;
}

.flaRed {
    background: #c10e38;
    margin-top: 10px;
}

.flaRed li {
    color: var(--white);
    font-family: titbold, arial, sans-serif;
    font-size: 24px;
    list-style: disc;
    list-style-position: inside;
}

.flaSauces p span {
    color: var(--orange);
    font-weight: 600;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .prodTitWrap h1,
    .prodTitWrap h2 {
        font-size:60px;
    }

    .prodTitWrap img {
        max-width: 750px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .prodmainbg {
        padding: 0 0 90px;
    }

    .prodsup {
        font-size: 48px;
    }
    .firstSec{
        margin-bottom: 90px;
    }

    .prodTitWrap h1,
    .prodTitWrap h2 {
        font-size: 50px;
    }

    .prodTitWrap img {
        margin: 0 auto;
        max-width: 600px;
    }

    .prodDesc {
        font-size: 18px;
    }
    .prodSmDescr {
        font-size: 42px;
    }
    .prodCombo {
        font-size: 31px;
    }
    .prodCombo span{
        font-size: 28px;
    }
    .wrapBelowTitle .prodCombo{
        margin: 10px 0;
        font-size: 24px;
    }
    .wrapBelowTitle .secText{
        font-size: 21px;
    }

}

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

    .prodsup {
        font-size: 48px;
    }

    .firstSec{
        margin-bottom: 90px;
    }

    .prodTitWrap h1,
    .prodTitWrap h2 {
        font-size: 50px;
    }

    .prodTitWrap img {
        margin: 0 auto;
        max-width: 600px;
    }

    .prodDesc {
        font-size: 18px;
    }
    .prodSmDescr {
        font-size: 40px;
    }
    .prodCombo {
        font-size: 31px;
    }
    .prodCombo span{
        font-size: 28px;
    }
    .wrapBelowTitle .prodCombo{
        margin: 10px 0;
        font-size: 24px;
    }
    .wrapBelowTitle .secText{
        font-size: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .prodmainbg {
        padding: 0 0 80px;
    }
    .prodTitWrap {
        width: 90%;
    }
    .firstSec{
        margin-bottom: 80px;
    }
    .prodsup {
        font-size: 48px;
    }

    .prodTitWrap h1,
    .prodTitWrap h2 {
        font-size: 45px;
    }

    .prodTitWrap img {
        margin: 0 auto;
        max-width: 600px;
    }

    .prodDesc {
        font-size: 18px;
    }
    .prodSmDescr {
        font-size: 40px;
    }
    .prodCombo {
        font-size: 31px;
    }
    .prodCombo span{
        font-size: 28px;
    }
    .wrapBelowTitle .prodCombo{
        font-size: 24px;
    }
    .wrapBelowTitle .secText{
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .prodmainbg {
        padding: 0 0 70px;
    }

    .prodTitWrap {
        width: 90%;
    }

    .firstSec{
        margin-bottom: 70px;
    }

    .prodsup {
        font-size: 38px;
    }

    .prodTitWrap h1,
    .prodTitWrap h2 {
        font-size: 40px;
    }
    .diviGrey{
      width: 80%;
    }
    .prodTitWrap img {
        margin: 0 auto;
        max-width: 600px;
    }

    .prodDesc {
        font-size: 16px;
    }
    .prodSmDescr {
        font-size: 32px;
    }
    .prodCombo {
        font-size: 24px;
    }
    .prodCombo span{
        font-size: 18px;
    }
    .wrapBelowTitle .prodCombo{
        font-size: 21px;
    }
    .wrapBelowTitle .secText{
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .firstSec{
        margin-bottom: 50px;
    }
    .prodTitWrap h1,
    .prodTitWrap h2 {
        font-size: 36px;
    }
    .wrapBelowTitle .prodCombo{
        margin: 10px 0;
        font-size: 18px;
    }
    .wrapBelowTitle .secText{
        font-size: 16px;
    }
}

/*========================================================
    New PRODUCT page
=========================================================*/
.prPage{
  padding: 150px 0 80px;
}
.prPageBgColor{
  background: var(--cream-color);
}
.prPageSize{
  width: 80%;
  margin: 0 auto;
}
.prPageWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prPageImg{
  width: 40%;
}
.prPageImg img{
  width: 100%;
}
.prPageText{
  width: 48%;
}
.prPage h1,
.prPage h2{
  text-transform: capitalize;
}
.prPage .potPrice span{
  color: var(--color-blck-text);
  font-family: poppinsSemiBold, arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
.prPageDesc,
.prPageBtnPlace{
  margin: 30px 0 0;
}
.prodScript{
  color: var(--red);
  font-family: "ccsignlanguage", Arial, Helvetica, sans-serif;
	font-size: 54px;
  font-style: italic;
	line-height: 1.2;
  margin: 30px 0 0;
}
.dashLine{
  border-top: 2px dashed var(--color-blck-text);
}
.prNutriWrap {
    margin-top: 130px;
}
.sNutriWrap {
    margin-top: 0;
}
.prNutriWrap .accordion {
  border: none;
  background: transparent;
  color: var(--main-text);
  cursor: pointer;
  padding: 25px 30px;
  width: 100%;
  text-align: center;
  outline: none;
  font-family: filsonProBlack, arial, sans-serif;
  font-size: 42px;
  transition: 0.4s;
  text-transform: capitalize;
}
.sNutriWrap .accordion {
  border: none;
  background: transparent;
  color: var(--main-text);
  cursor: pointer;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  outline: none;
  font-family: poppinsRegular, arial, sans-serif;
  font-size: 21px;
  transition: 0.4s;
  text-transform: capitalize;
}
.prNutriWrap .active, .accordion:hover,
.sNutriWrap .active {
  background-color: transparent;
}
.prNutriWrap .accordion:after,
.sNutriWrap .accordion:after {
  content: '\25BC';
  color: var(--main-text);
  font-weight: bold;
  margin-left: 25px;
    font-size: 38px;
}
.prNutriWrap .active:after,
.sNutriWrap .active:after {
  content: "\25B2";
    color: var(--main-text);
}
.sNutriWrap .accordion:after {
    margin-left: 5px;
    font-size: 19px;
    color: #4a4846;
}
.prNutriWrap .panel,
.sNutriWrap .panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.prNutriWrap .panel p {
    font-size: 42px;
    line-height: 1.3;
    font-family: filsonProBlack, arial, sans-serif;
    text-align: center;
    color: #4a4846;
}
.sNutriWrap .panel p {
    font-size: 21px;
    line-height: 1.3;
    font-family: filsonProBlack, arial, sans-serif;
    text-align: center;
    color: #4a4846;
}
.prNutriWrap .panel p span {
    display: block;
    color: #a8a39b;
    font-size: 30px;
    text-transform: capitalize;
    font-family: poppinsBold, arial, sans-serif;
}
.sNutriWrap .panel p span {
    display: block;
    color: #a8a39b;
    font-size: 16px;
    text-transform: capitalize;
    font-family: poppinsBold, arial, sans-serif;
}
.panelNutriWrap {
    width: 100%;
    display: flex;
    padding: 40px 40px 0 40px;
    flex-wrap: wrap;
    border-top: 1px solid #d8d8d8;
}
.panelNutriBox {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.panelNutrip {
    text-align: center;
    display: block;
    font-family: poppinsBold, arial, sans-serif!important;
    font-size: 36px!important;
    padding: 20px 0 10px;
    color: #4a4846!important;
}
.panelNutripp {
    margin-bottom: 50px;
}
.panelsNutriBox {
    width: 33.33%;
}
.panelsNutriWrap {
    padding: 10px 0 0!important;
    justify-content: space-between;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .prPage .potPrice span {
  	font-size: 28px;
  }
    .prNutriWrap .accordion {
        font-size: 36px;
    }
    .prNutriWrap .accordion:after {
        font-size: 30px;
    }
    .prNutriWrap .panel p {
        font-size: 30px;
    }
    .prNutriWrap .panel p span {
        font-size: 22px;
    }
    .sNutriWrap .accordion {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .prPage{
    padding: 100px 0 40px;
  }
  .prPageSize {
  	width: 85%;
  }
  .prPageImg{
    width: 42%;
  }
  .prPage .potPrice span {
  	font-size: 22px;
  }
  .prPageDesc,
  .prPageBtnPlace {
  	margin: 20px 0 0;
  }
  .prodScript{
  	font-size: 42px;
  }
    .prNutriWrap .accordion {
        font-size: 28px;
    }
    .prNutriWrap .accordion:after {
        font-size: 24px;
    }
    .prNutriWrap .panel p {
        font-size: 24px;
    }
    .prNutriWrap .panel p span {
        font-size: 18px;
    }
    .prNutriWrap {
        margin-top: 70px;
    }
    .panelNutrip {
        font-size: 26px!important;
    }
    .sNutriWrap .accordion {
        font-size: 16px;
    }
    .sNutriWrap .accordion:after {
        font-size: 16px;
    }
    .sNutriWrap .panel p {
        font-size: 18px;
    }
    .sNutriWrap .panel p span {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .prPage{
    padding: 80px 0 35px;
  }
  .prPageSize {
  	width: 90%;
  }
  .prPage .potPrice span {
  	font-size: 22px;
  }
  .prPageDesc,
  .prPageBtnPlace {
  	margin: 20px 0 0;
  }
  .prodScript{
    font-size: 40px;
  }
    .prNutriWrap {
        margin-top: 70px;
    }
    .prNutriWrap .accordion {
        font-size: 24px;
    }
    .prNutriWrap .accordion:after {
        font-size: 20px;
    }
    .prNutriWrap .panel p {
        font-size: 20px;
    }
    .prNutriWrap .panel p span {
        font-size: 16px;
    }
    .panelNutriWrap {
        padding: 40px 0 0;
    }
    .panelNutrip {
        font-size: 22px!important;
    }
    .sNutriWrap .accordion {
        font-size: 16px;
    }
    .sNutriWrap .accordion:after {
        font-size: 16px;
    }
    .sNutriWrap .panel p {
        font-size: 18px;
    }
    .sNutriWrap .panel p span {
        font-size: 16px;
    }
    .panelsNutriBox {
        width: 48%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .prPage{
    padding: 80px 0 30px;
  }
  .prPageSize {
  	width: 90%;
  }
  .prPage .potPrice span {
  	font-size: 22px;
  }
  .prPageWrap{
    flex-direction: column;
  }
  .prPageImg,
  .prPageText{
    width: 100%;
  }
  .prPageImg{
    margin: 0 0 20px;
  }
  .prPageBtnPlace{
    text-align: center;
  }
  .prodScript{
    font-size: 40px;
  }
    .prNutriWrap {
        margin-top: 70px;
    }
    .prNutriWrap .accordion {
        font-size: 24px;
    }
    .prNutriWrap .accordion:after {
        font-size: 20px;
    }
    .prNutriWrap .panel p {
        font-size: 20px;
    }
    .prNutriWrap .panel p span {
        font-size: 16px;
        line-height: 1.1;
    }
    .panelNutriWrap {
        padding: 40px 0 0;
    }
    .panelNutrip {
        font-size: 19px!important;
    }
    .sNutriWrap .accordion {
        font-size: 16px;
    }
    .sNutriWrap .accordion:after {
        font-size: 16px;
    }
    .sNutriWrap .panel p {
        font-size: 16px;
    }
    .sNutriWrap .panel p span {
        font-size: 14px;
    }
    .panelsNutriBox {
        width: 48%;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
  .prPage{
    padding: 60px 0 25px;
  }
  .prPageSize {
  	width: 90%;
  }
  .prPage .potPrice span {
  	font-size: 22px;
  }
  .prPageWrap{
    flex-direction: column;
  }
  .prPageImg,
  .prPageText{
    width: 100%;
  }
  .prPageImg{
    margin: 0 0 20px;
  }
  .prPageBtnPlace{
    text-align: center;
  }
  .dashLine{
    padding: 0 0 40px;
  }
  .prodScript{
  	font-size: 32px;
    margin: 15px 0 0;
  }
    .prNutriWrap {
        margin-top: 70px;
    }
    .prNutriWrap .accordion {
        font-size: 24px;
    }
    .prNutriWrap .accordion:after {
        font-size: 20px;
    }
    .prNutriWrap .panel p {
        font-size: 20px;
    }
    .prNutriWrap .panel p span {
        font-size: 16px;
        line-height: 1.1;
    }
    .panelNutriWrap {
        padding: 25px 0 0;
    }
    .panelNutriBox {
        width: 100%;
    }
    .panelNutrip {
        font-size: 21px!important;
    }
    .sNutriWrap .accordion {
        font-size: 16px;
    }
    .sNutriWrap .accordion:after {
        font-size: 15px;
    }
    .sNutriWrap .panel p {
        font-size: 16px;
    }
    .sNutriWrap .panel p span {
        font-size: 14px;
    }
    .panelsNutriBox {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .panelNutriBox {
        width: 100%;
    }
    .prNutriWrap .accordion {
        padding: 25px 0;
    }
}


/*========================================================
              Category menu page
=========================================================*/

.menuPageWrapper {
    display: flex;
    justify-content: center;
}

.menuPageSn {
    width: 70%;
    /* padding: 0 35px 0 15px; */
}

.margBot {
    margin-bottom: 80px;
}

.menuPageSn h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #d4192c;
    text-transform: uppercase;
}

.menuPageSn h2 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.lineBl {
    width: 100%;
    border: 2px solid #000;
    margin: 10px 0 40px 0;
}

.menuPageRect {
    margin-bottom: 15px;
}

.menuPageIndP {
    color: #2b2b2b;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.menuPageIndTitle {
    padding-right: 10px;
    max-width: 77%;
    text-transform: capitalize;
}

.menuPageIndTitle span {
    font-size: 16px;
}

.dotsbordbl {
    height: 2px;
    border-bottom: 2px dotted #2b2b2b;
    margin: 0 0 5px;
    flex-grow: 1;
}

.priceMenuPage {
    padding-left: 10px;
}

.detInfo {
    font-size: 16px;
}

.menuPageIndTitle,
.priceMenuPage {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}


.menuPageAdd {
    display: flex;
    align-items: flex-end;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
}

.menuPageIndDesc {
    font-size: 18px;
    line-height: 1.2;
    color: var(--red);
    text-transform: capitalize;
}

/*========================================================
               section Call To Action
=========================================================*/
.bannerfoobg {
    background: #f9f9f9;
}

.wrapCTAsection {
    padding: 80px 0;
    display: flex;
    justify-content: center;

}

.wrapCTAsection .bannerfooWrap {
    justify-content: center;
}

@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) {}

@media only screen and (min-width: 768px) and (max-width: 1023px) {}

@media only screen and (max-width: 767px) {
    .wrapCTAsection {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }

    .bannerfooRight {
        width: 100%;
    }
}

/*========================================================
               Under banner index
=========================================================*/
.undBannBg {
    background: url('../images/index/blue-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 120px;
}

.undBannWrap {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.undBannLeft {
    width: 50%;
    position: relative;
}

.undBannRight {
    width: 40%;
}

.undBannLeft img {
    width: 100%;
}

.undBannLeft p {
    color: var(--undBannText);
    font-family: "ccsignlanguage", arial, sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    font-style: italic;
    position: absolute;
    right: -60px;
    bottom: 80px;
    text-shadow: -3px -3px 0 var(--undBannCont), 3px -3px 0 var(--undBannCont), -3px 3px 0 var(--undBannCont), 3px 3px 0 var(--undBannCont);
    transform: rotate(-10deg);
}

.undBannLeft p span {
    display: block;
}

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

.undBannR1 {
    width: 75%;
}

.undBannR2 {
    width: 15%;
}

.undBannR1top h2 {
    margin-bottom: 20px;
    color: var(--orange);
    font-size: 90px;
    text-transform: uppercase;
}

.undBannR1top p {
    color: var(--white);
    font-size: 30px;
}

.undBannR1bottom {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.undBannR1bottom p {
    color: var(--white);
    font-size: 28px;
    margin-right: 50px;
    text-align: right;
}

.undBannR1bottom p span {
    display: block;
    color: var(--orange);
    font-size: 60px;
    font-weight: 700;
}

.undBannR2 img {
    width: 125px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .undBannLeft p {
        font-size: 62px;
    }

    .undBannR1top h2 {
        font-size: 70px;
    }

    .undBannR1top p,
    .undBannR1bottom p {
        font-size: 24px;
    }

    .undBannR1bottom p span {
        font-size: 54px;
    }

    .undBannR2 img {
        width: 112px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .undBannLeft p {
        font-size: 44px;
        bottom: 110px;
    }
    .undBannRight {
        width: 42%;
    }

    .undBannR1top h2 {
        font-size: 50px;
    }

    .undBannR1top p,
    .undBannR1bottom p {
        font-size: 19px;
    }

    .undBannR1bottom p span {
        font-size: 44px;
    }

    .undBannR2 img {
        width: 80px;
    }
}

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

    .undBannLeft p {
        font-size: 32px;
        bottom: 200px;
    }

    .undBannR1top h2 {
        font-size: 35px;
    }

    .undBannR1top p,
    .undBannR1bottom p {
        font-size: 18px;
    }

    .undBannR1bottom p span {
        font-size: 28px;
    }

    .undBannR2 img {
        width: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .undBannWrap {
        width: 90%;
    }

    .undBannLeft,
    .undBannRight {
        width: 100%;
    }
    .undBannLeft{
        margin-bottom: 60px;
        text-align: center;
    }

    .undBannLeft img {
        width: 85%;
        margin-bottom: 50px;
    }

    .undBannLeft p {
        font-size: 38px;
        bottom: 20px;
        right: 76px;
    }

    .undBannR1top h2 {
        font-size: 64px;
    }

    .undBannR1top p,
    .undBannR1bottom p {
        font-size: 18px;
    }

    .undBannR1bottom p span {
        font-size: 38px;
    }

    .undBannR2 img {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .undBannBg {
        padding: 50px 0;
    }

    .undBannWrap {
        width: 90%;
    }

    .undBannLeft,
    .undBannRight {
        width: 100%;
    }
    .undBannLeft {
        text-align: center;
        margin-bottom: 60px;
    }

    .undBannLeft img {
        width: 85%;
    }

    .undBannLeft {
        text-align: center;
        margin-bottom: 60px;
    }

    .undBannLeft img {
        width: 100%;
    }

    .undBannLeft p {
        font-size: 30px;
        bottom: -30px;
        right: 0;
    }

    .undBannR1top h2 {
        font-size: 50px;
    }

    .undBannR1,
    .undBannR2 {
        width: 100%;
    }

    .undBannR2 {
        margin-top: 40px;
        text-align: center;
    }

    .undBannR1top p,
    .undBannR1bottom p {
        font-size: 18px;
    }

    .undBannR1bottom p span {
        font-size: 32px;
    }

    .undBannR2 img {
        width: 75px;
        margin-bottom: 0;
        margin: 0 5px 0 5px;
    }
}
@media only screen and (max-width: 479px) {
    .undBannR1top h2 {
        font-size: 36px;
    }
}

/*========================================================
      Shakes index
=========================================================*/
.shakesBg {
    background: url('../images/index/milk-shake-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 115px 0 100px;
}
.milkShakeMob{
  display: none;
}
.shakesWrap {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.leftShakes img{
  max-width: 557px;
}
.leftShakes p{
  color: #682105;
  font-size: 66px;
  font-weight: 700;

}
.leftShakes ul li{
  color: var(--white);
  font-size: 28px;
  text-transform: capitalize;
  margin: 5px 0 0;
}
.shakesBtnPlace{
  margin: 60px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .shakesBg {
      padding: 95px 0 85px;
  }
  .shakesWrap {
      width: 70%;
  }
  .leftShakes img {
  	max-width: 440px;
  }
  .leftShakes p {
  	font-size: 58px;
  }
  .leftShakes ul li {
  	font-size: 26px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .shakesBg {
      padding: 80px 0 70px;
  }
  .shakesWrap {
      width: 70%;
  }
  .leftShakes img {
  	max-width: 310px;
  }
  .leftShakes p {
  	font-size: 40px;
  }
  .leftShakes ul li {
  	font-size: 21px;
  }
  .shakesBtnPlace {
  	margin: 35px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .shakesBg {
      padding: 80px 0 70px;
  }
  .shakesWrap {
      width: 90%;
  }
  .leftShakes img {
  	max-width: 310px;
  }
  .leftShakes p {
  	font-size: 38px;
  }
  .leftShakes ul li {
  	font-size: 19px;
  }
  .shakesBtnPlace {
  	margin: 35px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .shakesBg {
    background: url('../images/index/milk-shake-mobile-bg.jpg');
    padding: 0 0 70px;
  }
  .milkShakeMob{
    display: block;
    width: 100%;
  }
  .shakesWrap {
      width: 90%;
  }
  .leftShakes{
    padding: 60px 0 0;
  }
  .leftShakes img {
  	max-width: 410px;
  }
  .leftShakes p {
  	font-size: 44px;
    margin-left: 40px;
  }
  .leftShakes ul{
    margin-left: 40px;
  }
  .leftShakes ul li {
  	font-size: 22px;
  }
  .shakesBtnPlace {
  	margin: 35px 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .shakesBg {
    background: url('../images/index/milk-shake-mobile-bg.jpg');
    padding: 0 0 50px;
  }
  .milkShakeMob{
    display: block;
    width: 100%;
  }
  .shakesWrap {
      width: 90%;
  }
  .leftShakes{
    padding: 30px 0 0;
  }
  .leftShakes img {
  	max-width: 85%;
  }
  .leftShakes p {
  	font-size: 32px;
    margin-left: 20px;
  }
  .leftShakes ul{
    margin-left: 20px;
  }
  .leftShakes ul li {
  	font-size: 21px;
  }
  .shakesBtnPlace {
  	margin: 35px 0 0;
  }
}

/*========================================================
	Roberts Sandwich Index - sandSec
=========================================================*/
.sandSec {
    background: url('../images/index/roberts-sandwich-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 115px 0 100px;
}
.sandWrap{
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sandLeft{
  width: 38%;
}
.sandRight{
  width: 47%;
}
.sandLeft h2{
  display: none;
}
.sandBigImg{
  position: relative;
  text-align: center;
}
.sandBigImg img{
  max-width: 700px;
}
.sandAddSidePlace{
  position: absolute;
  left: 60px;
  bottom: 10px;
}
.sandAddBtn{
  background: #f98b1a;
  border-radius: 35px;
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: capitalize;
}
.sandSmallImgsWrap{
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sandSmallImgsWrap img{
  width: 163px;
}
.sandRight h2{
  font-size: 82px;
  text-transform: uppercase;
}
p.sandMainText{
  font-size: 30px;
  line-height: 1.3;
  margin: 30px 0;
}
p.sandPrice{
  font-size: 60px;
  font-weight: 500;
}
.sandBtnPlace{
  margin: 30px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .sandBigImg img {
  	max-width: 610px;
  }
  .sandSmallImgsWrap img {
  	width: 130px;
  }
  .sandRight h2 {
  	font-size: 68px;
  }
  p.sandMainText {
  	font-size: 24px;
  }
  p.sandPrice {
  	font-size: 58px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .sandBigImg img {
  	max-width: 500px;
  }
  .sandAddSidePlace {
  	left: 45px;
  }
  .sandAddBtn {
  	font-size: 22px;
  }
  .sandSmallImgsWrap img {
  	width: 105px;
  }
  .sandRight h2 {
  	font-size: 54px;
  }
  p.sandMainText {
  	font-size: 19px;
  }
  p.sandPrice {
  	font-size: 46px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .sandBigImg img {
  	max-width: 375px;
  }
  .sandAddSidePlace {
  	left: 5px;
  }
  .sandAddBtn {
  	font-size: 18px;
  }
  .sandSmallImgsWrap img {
  	width: 78px;
  }
  .sandRight h2 {
  	font-size: 35px;
  }
  p.sandMainText {
  	font-size: 18px;
  }
  p.sandPrice {
  	font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sandLeft,
  .sandRight{
    width: 100%;
  }
  .sandLeft h2 {
    display: block;
  	font-size: 58px;
    text-transform: uppercase;
    margin: 0 0 40px;
  }
  .sandRight h2 {
  	display: none;
  }
  .sandAddBtn {
  	font-size: 26px;
  }
  .sandSmallImgsWrap img {
  	width: 135px;
  }
  p.sandMainText {
  	font-size: 18px;
  }
  p.sandPrice {
  	font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .sandSec {
  	padding: 60px 0;
  }
  .sandLeft,
  .sandRight{
    width: 100%;
  }
  .sandLeft h2 {
    display: block;
  	font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 40px;
  }
  .sandRight h2 {
  	display: none;
  }
  .sandAddBtn {
  	font-size: 21px;
  }
  .sandAddSidePlace {
  	left: 15px;
  }
  .sandBigImg img{
    width: 100%;
  }
  .sandSmallImgsWrap{
    width: 80%;
    margin: 50px auto 10px;
  }
  .sandSmallImgsWrap img {
  	width: 115px;
    margin-bottom: 15px;
  }
  p.sandMainText {
  	font-size: 18px;
  }
  p.sandPrice {
  	font-size: 32px;
  }
}
@media only screen  and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
	Locations page
=========================================================*/
.locationsPage{
  padding: 60px 0;
}
.clocWrap {
    max-width: 1284px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clocWrap h2{
  font-size: 30px;
  text-align: center;
}
.cloc {
    width: 49%;
    padding: 5px 20px;
    background: #fbfbfb;
    margin: 0 3px 30px 3px;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}
.infoAdress,
.contTel,
.contAdr,
.contWHours,
.contText,
.contDirect,
.sendUsMes{
  text-align: center;
}
.contAdr{
  font-size: 26px;
  line-height: 1.2;
}
.contText{
  font-size: 26px;
}
.contText span{
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}
.contTel{
  padding: 20px 0 5px;
}

.contTel a{
  font-size: 34px;
  font-weight: bold;
}

.contAdr,
.contWHours,
.contText,
.contDirect{
  padding-bottom: 15px;
  color: #131313;
}
.contWHours{
  min-height: 156px;
}
.contWHours,
.contDirect {
    font-size: 21px;
}
.contAdr span {
    display: block;
}
.contWHours span {
    display: block;
    margin-top: 5px;
}
.contDirect a{
  text-decoration: underline;
}
.locatPlaceBtnOrder{
  margin: 0 0 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contGG {
	width: 65px;
	height: 65px;
	background: var(--red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin-right: 10px;
}
.map{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.map iframe{
  width: 100%;
  height: 300px;
  border: 1px solid #777;
  display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .contGG {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .locationsPage {
      padding: 0 0 60px;
  }
  .contAdr{
      font-size: 24px;
  }
  .contWHours {
      font-size: 16px;
      min-height: 126px;
  }
  .clocWrap {
      margin: 30px auto;
  }
  .contGG {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .locationsPage {
      padding: 0 0 60px;
  }
  .clocWrap {
      margin: 20px auto;
  }
  .contAdr,
  .contWHours {
      font-size: 22px;
  }
  .contWHours{
    min-height: 162px;
  }
  .contGG {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .locationsPage {
      padding: 0 0 60px;
  }
  .firstCloc{
    margin-bottom: 60px!important;
  }
  .firstCloc .map{
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
  }
  .contAdr,
  .contWHours {
      font-size: 22px;
  }
  .contWHours{
    min-height: auto;
  }
  .contGG {
  	width: 55px;
  	height: 55px;
  }
}
@media only screen  and (min-width: 480px) and (max-width: 767px) {
  .cloc {
      width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .cloc {
      width: 100%;
      margin-bottom: 0;
      padding: 0;
  }
}

/*========================================================
               New Banner Top index
=========================================================*/
.topBanner{
  background: url('../images/index/crispy-chicken-and-burgers-banner.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 220px 0 260px;
}
.topBannerSize{
  width: 90%;
  margin: 0 auto;
}
.topBannerRect{
  width: 46%;
}
.topBannerText{
  position: relative;
}
.topBannerPar{
  font-family: poppinsSemiBold, arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 30px;
}
.topBannerText h1{
  color: var(--white);
  font-size: 160px;
  line-height: 1.1;
  text-shadow:
  -10px -2px 0 var(--color-blck-text),
  2px -2px 0 var(--color-blck-text),
  -2px 2px 0 var(--color-blck-text),
  10px 10px 0 var(--color-blck-text);
}
.mobileBnrImg{
  display: none;
}
.redLabel{
  position: absolute;
  top: 0;
  right: 30px;
  background: url('../images/index/red-circle.png') no-repeat;
  background-position: center;
  background-size: cover;
  width: 310px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.redLabel p span{
  display: block;
  font-family: filsonProBlack, arial, sans-serif;
  font-size: 75px;
}
.redLabel p{
  color: var(--white);
  font-family: poppinsBold, arial, sans-serif;
  font-size: 55px;
  line-height: 1.1;
  text-transform: uppercase;
}
.topBannerBtnsPlace{
  margin: 80px 0 0;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .topBanner {
  	padding: 160px 0 200px;
  }
  .topBannerPar {
  	font-size: 38px;
  }
  .topBannerText h1 {
  	font-size: 124px;
  }
  .redLabel {
    right: 0;
  	width: 230px;
  	height: 230px;
  }
  .redLabel p span{
    font-size: 55px;
  }
  .redLabel p{
    font-size: 35px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .topBanner {
  	padding: 100px 0 140px;
  }
  .topBannerPar {
    margin: 0 0 20px;
  	font-size: 28px;
  }
  .topBannerText h1 {
  	font-size: 94px;
    text-shadow:
    -6px -2px 0 var(--color-blck-text),
    2px -2px 0 var(--color-blck-text),
    -2px 2px 0 var(--color-blck-text),
    6px 6px 0 var(--color-blck-text);
  }
  .redLabel {
    right: 0;
  	width: 180px;
  	height: 180px;
  }
  .redLabel p span{
    font-size: 45px;
  }
  .redLabel p{
    font-size: 25px;
  }
  .topBannerBtnsPlace {
  	margin: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .topBanner {
  	padding: 90px 0 120px;
  }
  .topBannerPar {
    margin: 0 0 20px;
  	font-size: 19px;
  }
  .topBannerText h1 {
  	font-size: 64px;
    text-shadow:
    -6px -2px 0 var(--color-blck-text),
    2px -2px 0 var(--color-blck-text),
    -2px 2px 0 var(--color-blck-text),
    6px 6px 0 var(--color-blck-text);
  }
  .redLabel {
    right: 0;
  	width: 120px;
  	height: 120px;
  }
  .redLabel p span{
    font-size: 26px;
  }
  .redLabel p{
    font-size: 19px;
  }
  .topBannerBtnsPlace {
  	margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .topBanner {
  	padding: 50px 0 70px;
  }
  .topBannerPar {
    margin: 0 0 20px;
  	font-size: 19px;
  }
  .topBannerText h1 {
  	font-size: 46px;
    text-shadow:
    -6px -2px 0 var(--color-blck-text),
    2px -2px 0 var(--color-blck-text),
    -2px 2px 0 var(--color-blck-text),
    6px 6px 0 var(--color-blck-text);
  }
  .redLabel {
    right: 0;
  	width: 120px;
  	height: 120px;
  }
  .redLabel p span{
    font-size: 26px;
  }
  .redLabel p{
    font-size: 19px;
  }
  .topBannerBtnsPlace {
  	margin: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .topBanner{
    background: url('../images/index/index-mobile-bg.jpg') no-repeat;
    width: 100%;
    padding: 40px 0 0;
  }
  .topBannerRect {
  	width: 100%;
    position: relative;
  }
  .topBannerText h1 {
  	font-size: 46px;
    text-shadow:
    -4px -2px 0 var(--color-blck-text),
    2px -2px 0 var(--color-blck-text),
    -2px 2px 0 var(--color-blck-text),
    4px 4px 0 var(--color-blck-text);
  }
  .topBannerText h1 br{
    display: none;
  }
  .mobileBnrImg{
    display: block;
    width: 100%;
    z-index: 10;
  }
  .topBannerBtnsPlace{
    z-index: 12;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
               Chicken Pot Pie Section under banner index
=========================================================*/
.potPieSec{
  padding: 90px 0;
}
.potPieSize{
  width: 87%;
  margin: 0 auto;
}
.potPieWrap{
  display: flex;
  justify-content: space-between;
    align-items: center;
  flex-wrap: wrap;
}
.potPieLeft{
  width: 50%;
}
.potPieRight{
  width: 45%;
  padding-right: 180px;
}
.potPieLeft img{
  width: 80%;
    margin: 0 auto;
    max-width: 768px;
}
.potPieRight h2{
  margin: 20px 0 0;
}
.potDescr {
  margin: 40px 0 0;
    font-size: 26px;
}
.potPrice{
  color: var(--price-sec);
  margin: 30px 0 0;
}
.potPieBtnPlace{
  margin: 30px 0 0;
}
.porDescr2 {
    margin-top: 10px;
}
.potSpicy {
    color: var(--red);
    font-family: "ccsignlanguage", Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-style: italic;
    line-height: 1.2;
    margin: 10px 0 0;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .potPieBtnPlace{
    margin: 50px 0 0;
  }
    .potDescr {
        font-size: 22px;
    }
    .porDescr2 {
        margin-top: 5px;
    }
    .potPrice {
        font-size: 48px;
        margin-top: 23px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .potPieSec {
  	padding: 50px 0;
  }
  .potPieRight {
  	padding-right: 20px;
  }
  .potPieRight h2{
    margin: 0 0 0;
  }
  .potDescr{
    margin: 20px 0 0;
      font-size: 18px;
  }
  .potPrice{
    margin: 0;
      font-size: 36px;
  }
  .potPieBtnPlace{
    margin: 15px 0 0;
  }
    .potPieLeft img {
        width: 90%;
    }
    .porDescr2 {
        margin-top: 0;
    }
    .potSpicy {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .potPieSec {
  	padding: 50px 0;
  }
  .potPieSize {
  	width: 90%;
  }
  .potPieRight {
  	padding-right: 0;
  }
  .potPieRight h2{
    margin: 0 0 0;
  }
  .potDescr{
    margin: 10px 0 0;
      font-size: 18px;
  }
  .potPrice{
    margin: 10px 0 0;
  }
  .potPieBtnPlace{
    margin: 20px 0 0;
  }
    .porDescr2 {
        margin-top: 0;
    }
    .potPieLeft img {
        width: 100%;
    }
    .potSpicy {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .potPieSec {
  	padding: 35px 0 50px;
  }
  .potPieSize{
    width: 90%;
  }
  .potPieWrap{
    flex-direction: column;
  }
  .potPieLeft{
    width: 100%;
    padding-right: 0;
  }
  .potPieRight{
    width: 100%;
      padding-right: 100px;
  }
  .potDescr{
    margin: 13px 0 0;
      font-size: 18px;
  }
  .potPrice{
    margin: 10px 0 0;
      font-size: 38px;
  }
  .potPieBtnPlace{
    margin: 30px 0 0;
  }
    .potPieRight h2 {
        font-size: 38px;
    }
    .porDescr2 {
        margin-top: 0;
    }
    .potSpicy {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
  .potPieSec {
  	padding: 40px 0 60px;
  }
  .potPieSize{
    width: 100%;
  }
  .potPieWrap{
    flex-direction: column;
  }
  .potPieLeft{
    width: 100%;
  }
  .potPieRight{
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }
 .potDescr{
    margin: 13px 0 0;
      font-size: 18px;
  }
  .potPrice{
    margin: 20px 0 0;
  }
  .potPieBtnPlace{
    text-align: center;
    margin: 30px 0 0;
  }
    .potPieLeft img {
        width: 100%;
        max-width: 432px;
    }
     .porDescr2 {
        margin-top: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

  /*========================================================
                 Milk Shakes Index
  =========================================================*/
  .milkShIndex{
    background: var(--cream-color);
  }
  .potPieWraprev{
    flex-direction: row-reverse;
  }
  .potPieRight ul{
    column-count: 2;
    margin: 40px 0 0;
  }
  .potPieRight ul li{
    font-size: 32px;
    list-style-type: disc;
    list-style-position: inside;
  }
  .milkShIndex .potPrice span,
  .milksNew span{
    color: var(--color-blck-text);
    font-family: poppinsSemiBold, arial, sans-serif;
    font-size: 32px;
    text-transform: capitalize;
  }
  .milkShIndex .potPieRight{
    padding-left: 80px;
    width: 47%;
  }
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .potPieRight ul li{
    font-size: 20px;
    line-height: 1.4;
  }
  .potPieRight {
  	padding-right: 120px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .milkShIndex .potPieRight {
  	padding-left: 0;
      width: 45%;
  }
  .potPieRight ul li{
    font-size: 16px;
    line-height: 1.4;
  }
  .potPieRight {
  	padding-right: 25px;
  }
  .milkShIndex .potPrice span,
  .milksNew span {
  	font-size: 21px;
  }
    .potPieRight ul {
        margin: 25px 0 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .milkShIndex .potPieRight {
  	padding-left: 0;
  }
  .potPieRight ul {
  	column-count: 1;
  	margin: 20px 0 0;
  }
  .potPieRight ul li{
    font-size: 16px;
    line-height: 1.4;
  }
  .potPieRight {
  	padding-right: 0;
  }
  .milkShIndex .potPrice span,
  .milksNew span {
  	font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .milkShIndex .potPieRight {
  	padding-left: 0;
  	width: 100%;
  }
  .potPieRight ul li {
  	font-size: 18px;
    line-height: 1.3;
  }
    .potPieRight ul {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
  .milkShIndex {
  	padding: 40px 0 60px;
  }
  .milkShIndex .potPieRight {
  	padding: 0 20px;
  	width: 100%;
  }
  .potPieRight ul {
    column-count: 1;
    margin: 20px 0 0;
  }
  .potPieRight ul li {
  	font-size: 18px;
    line-height: 1.5;
  }
  .milkShIndex .potPrice span,
  .milksNew span {
  	font-size: 19px;
  }
    .potSpicy {
        font-size: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {}

/*========================================================
               Tenders Index section
=========================================================*/
.tenderSec{
  background: url('../images/index/tenders.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.tenderSize{
  width: 75%;
  margin: 0 auto;
}
.redTenders{
  background: var(--red);
  color: var(--white);
  display: inline-block;
  font-family: "ccsignlanguage", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-style: italic;
  padding: 10px 60px;
  margin: 15px 0;
}
.tenderPrices{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 525px;
}
.tenderPriceBox:nth-child(2){
  margin-left: 100px;
}
.tenderBtnPlace{
  margin: 60px 0 0;
}
.tendersMobile{
  display: none;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .tenderSec {
  	padding: 70px 0;
  }
  .redTenders {
  	font-size: 42px;
  	padding: 10px 32px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .tenderSec {
  	padding: 40px 0;
  }
  .redTenders {
  	font-size: 36px;
  	padding: 10px 32px;
  }
  .tenderPrices{
    max-width: 300px;
  }
  .tenderBtnPlace {
  	margin: 35px 0 0;
  }
  .tenderPriceBox:nth-child(2) {
  	margin-left: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .tenderSec {
  	padding: 30px 0;
  }
  .tenderSize {
  	width: 90%;
  }
  .redTenders {
  	font-size: 30px;
  	padding: 10px 32px;
    margin: 10px 0;
  }
  .tenderBtnPlace {
  	margin: 25px 0 0;
  }
  .tenderPriceBox:nth-child(2) {
  	margin-left: 12px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tenderSec{
    background: url('../images/index/tenders-bg-mobile.webp') no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  .tendersMobile{
    display: block;
    width: 100%;
  }
  .tenderSize {
  	width: 90%;
  }
  .redTenders {
  	font-size: 30px;
  	padding: 10px 32px;
    margin: 10px 0;
  }
  .tenderPriceBox:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .tenderBtnPlace {
  	margin: 25px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .tenderSec{
    background: url('../images/index/tenders-bg-mobile.webp') no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .tendersMobile{
    display: block;
    width: 100%;
  }
  .tenderSize {
  	width: 90%;
  }
  .redTenders {
  	font-size: 30px;
  	padding: 10px 32px;
    margin: 10px 0;
  }
  .tenderPriceBox:nth-child(2) {
    margin-left: 50px;
  }
  .tenderPrices{
    max-width: 290px;
  }
  .tenderBtnPlace {
  	margin: 25px 0 0;
    text-align: center;
  }
}

/*========================================================
               Slider section index
=========================================================*/
.specialArrows {
    justify-content: flex-start!important;
}
.menuItemsArrows {
    display: none!important;
}
.imgLinkSec {
  padding: 90px 0;
}
.wimgs{
    width: 200px!important;
    height: 200px!important;
}
.wimgs img {
    position: relative;
    border-radius: 50%!important;
}
.wimgs p {
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    width: 200px;
    height: 80px;
    line-height: 1.3;
}
.specialsIndbg {
    padding: 90px 0;
}
.specialsIndTit h3 {
    text-transform: uppercase;
    padding-bottom: 35px;
    font-size: 48px;
    font-family: poppinsBold, arial, sans-serif;
}
.specialsindDesk {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.specialsIndBox {
    width: 100%;
    margin-bottom: 35px;
}
.specialsIndBox img {
    width: 100%;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.specialsIndBox h3 {
    padding: 25px 0;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    font-family: poppinsRegular, arial, sans-serif;
}
.specialsIndBox h3 span {
    font-size: 18px;
    display: block;
    padding-top: 10px;
    font-weight: 400;
}
.specialsBtnPlace {
    text-align: left;
}
.orderSpecialsBtn {
    font-size: 18px;
    padding: 15px 35px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
    .specialsIndTit h3 {
        font-size: 40px;
    }
    .specialsIndBox h3 {
        font-size: 18px;
    }
    .specialsIndBox h3 span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    .menuItemsArrows {
        display: flex!important;
        justify-content: center!important;
        margin-bottom: 0!important;
    }
    .imgLinkSec {
        padding: 20px 0 30px;
    }
    .wimgs {
       margin-bottom: 20px;
    }
    .wimgs p {
        font-size: 16px;
    }
    .specialsIndbg {
        padding: 50px 0;
    }
    .specialsIndTit h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .specialsIndBox h3 {
        padding: 18px 0;
        font-size: 16px;
    }
    .specialsIndBox h3 span {
        font-size: 15px;
    }
    .orderSpecialsBtn {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
     .menuItemsArrows {
        display: flex!important;
        justify-content: center!important;
        margin-bottom: 0!important;
         margin-top: 20px;
    }
    .wimgs {
        margin-bottom: 20px;
    }
    .imgLinkSec {
        padding: 0 0 20px;
    }
    .wimgs p {
        font-size: 16px;
    }
    .specialsIndbg {
        padding: 35px 0 20px;
    }
    .specialsIndTit h3 {
        font-size: 26px;
        padding-bottom: 3px;
    }
    .specialsIndBox h3 {
        padding: 18px 0;
        font-size: 16px;
    }
    .specialsIndBox h3 span {
        font-size: 15px;
    }
    .orderSpecialsBtn {
        font-size: 14px;
    }
    .specialsIndBox {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
     .menuItemsArrows {
        display: flex!important;
        justify-content: center!important;
        margin-bottom: 0!important;
         margin-top: 20px;
    }
    .wimgs {
        margin-bottom: 20px;
    }
  .imgLinkSec {
     margin: 0 auto;
      padding: 0 0 30px;
  }
    .wimgs p {
        font-size: 16px;
    }
    .specialsIndbg {
        padding: 35px 0;
    }
    .specialsIndTit h3 {
        font-size: 26px;
        padding-bottom: 3px;
    }
    .specialsIndBox h3 {
        padding: 15px 0 20px;
        font-size: 17px;
    }
    .specialsIndBox h3 span {
        font-size: 16px;
        padding-top: 5px;
    }
    .orderSpecialsBtn {
        font-size: 14px;
    }
    .specialsIndBox {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .menuItemsArrows {
        display: flex!important;
        justify-content: center!important;
        margin-bottom: 0!important;
         margin-top: 20px;
    }
  .imgLinkSec {
     margin: 0 auto;
     padding: 0 0 10px;
  }
  .wimgs p {
      font-size: 18px;
      height: 50px;
      top: 195px;
  }
    .wimgs {
        margin: 0 auto 25px;
    }
    .specialsIndbg {
        padding: 50px 0 35px;
    }
    .specialsIndTit h3 {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .specialsIndBox h3{
      min-height: 54px;
    }
    .specialsIndBox {
        margin-bottom: 25px;
    }
}


/*========================================================
               Mobile Menu
=========================================================*/
@media only screen and (max-width: 1300px) {

    .smobitrigger,
    .mnuclose {
        display: inline-block;
    }

    .smobitrigger {
        color: transparent;
        width: 30%;
    }

    .smobitrigger {
        background: url("../images/icons/menuopen.png");
        background-position: center top 10px;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        width: 60px;
        height: 80px;
    }

    .mnuclose {
        background: url('../images/icons/menuclose.png');
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 40px 40px;
        color: transparent;
        height: 40px;
        margin: 0 0 10px 0;
        text-align: right;
        display: inline-block;
        width: 100% !important;
    }

    .menu ul {
        padding: 20px 30px 10px;
        overflow-y: auto;
        margin: 0 auto;
    }

    .menu ul li.dlinkorder {
        display: none;
    }

    .menu ul li.dlink,
    .menu ul li.mmlinks {
        display: block;
        line-height: 55px;
        text-align: left;
        font-weight: 500;
    }

    .menu ul li.mmlinks {
        font-size: 21px;
        text-transform: uppercase;
    }

    .menu ul li.dtop {
        display: none;
    }

    .two .menu ul li.dlink {
        margin: 0;
    }

    .menu ul li.dlink a {
        margin: 0 auto;
        padding: 10px 0 10px 0;
        width: 100%;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        color: var(--dark-blue);
    }

    .menu ul li.dlink a:hover::after {
        display: none;
    }

    .menu ul li.mobMenu{
        display: block;
        margin: 15px 0;
        text-align: left;
    }
    .menu ul li.mobMenu a{
        color: var(--dark-blue);
    text-transform: capitalize;
    font-family: sans, arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    }

    .menu ul li.mlogo {
        margin: 20px auto 0;
        display: block;
        text-align: left;
    }

    .menu ul li.mlogo img {
        width: 200px;
        margin: 0 auto 30px;
    }

    .menu ul li.mphone {
        display: block;
        color: #777;
        margin-bottom: 35px;
        text-align: center;
    }

    .menu ul li.mphone span {
        display: block;
        font-size: 16px;
        color: #777;
    }

    .menu ul li.mphone a {
        font-size: 32px;
        font-weight: 500;
    }

    .menu ul li.extraBtn {
        display: block;
        margin: 20px 0 0;
    }

    .menu ul li.extraBtn .extraBtnIns {
        background: var(--orange);
        color: var(--white) !important;
        font-size: 19px;
        padding: 15px 35px;
        width: 100%;
    }

    .menu ul li.maddress {
        display: block;
        margin: 35px auto;
        text-align: left;
        color: var(--dark-blue);
        text-transform: capitalize;
        font-size: 21px;
        font-weight: 700;
    }
    .menu ul li.maddress .ordermenuBtn{
      color: var(--white)!important;
    }
    .menu ul li.highl{
      display: none;
    }

    .menu ul li.maddress span {
        display: block;
    }
    .menu ul li.maddress p{
        color: var(--dark-blue);
        text-transform: capitalize;
        font-size: 21px;
        font-weight: 500;
    }


    .menu ul li.maddress .directionsCla {
        font-size: 16px;
        font-weight: 500;
    }
    .inMobBtns{
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 10px;
    }
    .mobGG {
    	width: 46px;
    	height: 46px;
    	background: var(--red);
    	border-radius: 50%;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	border: none;
    	margin-right: 10px;
    }
    .menu ul li.mhours {
        display: block;
        font-size: 21px;
        line-height: 1.5;
        margin: 0 auto 30px;
        color: #777;
        text-align: center;
    }

    .menu ul li.mhours span {
        display: block;
    }

    .menu ul li.msocial {
        width: 250px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 100px;
    }

    .menu ul li.msocial a {
        width: 40px;
        height: 40px;
        background: var(--red);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      margin: 7px;
    }
    .menu ul li.msocial a svg{
      height: 20px;
    }

    .menu ul li.msocial img {
        width: 50px;
        height: 50px;
        margin: 0 2px;
    }

    .mobimenu {
        padding: 0;
        margin: 0px;
        width: 14.9375em;
        position: fixed;
        height: 100% !important;
        top: 0px;
        left: -24.625em;
    }

    .mnuopn {
        left: 0px !important;
    }

    .ovrActv {
        position: fixed;
        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;
    }

    .one,
    .three {
        display: none;
    }

    .boxesWrap {
        width: 100%;
        height: 110px;
    }

    .two {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 110px;
    }

    .logoInMob {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logoMob {
        width: 40%;
        display: block;
        text-align: center;
    }

    .logoMob img {
        width: 110px;
        margin-bottom: 0;
    }

    nav {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .telMob {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
    }

    .telMob img {
        width: 50px;
    }

    .locMob {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30%;
    }

    .locMob img {
        width: 50px;
    }

    .menu {
        width: 30%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navwrp {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .aboutBanner {
        height: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .logoMob img {
        width: 100px;
    }

    .telMob img {
        width: 40px;
    }

    .smobitrigger {
        background-position: center center;
        height: 60px;
        margin-right: 10px;
    }

    .bannerIns p span {
        display: block;
    }

}

@media only screen and (min-width: 1300px) {
    .menu ul {
        background: none !important;
    }
    #jssor_1 .lslides{
      width:1800px!important;
      height:200px!important;
    }
    .PositionLogos{
      width:1800px!important;
      height:200px!important;
    }
}



/*  Slider Sides  */
.wrapSidesSlider{
    padding-bottom: 0;
}
.wrapSidesSlider .menumainBox{
    margin-bottom: 50px;
}
/* swipearrows */
 .swipearrows {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-align: center;
        margin-bottom: 25px;
    }
.swipestleft, .swipestright, .swipearrows {
        color: #52a941;
    }
.swipestleft {
        margin-right: 5px;
    }
.swipestright {
        margin-left: 5px;
    }

@media only screen and (max-width: 768px) {
}
/* hidden text */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
/* end hidden text */
