@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --font-bowlby: "Bowlby One";
  --font-open-sans: "OPEN SANS";
  --footer-background: #191919;
  --primary-font-color: #000000;
  --secondary-font-color: #ffffff;
  --dark-heading-color: #333333;
  --background-yellow: #faea05;
}

::-webkit-scrollbar-track
{
background: var(--secondary-font-color) !important;
}

::-webkit-scrollbar-thumb{

background: var(--background-yellow) !important;
}


/*----------------Normalizing Styles---------------*/
body > div.wrapper > div.order-choise > div > div.step.step-1 > div:nth-child(2){
height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
body > div.wrapper > div.order-choise > div > div.step.step-1 > div:nth-child(2) > .row{
max-width: 1120px;
width: 100%;
padding: 0 20px;
}
body > div.wrapper > div.order-choise > div > div.step.step-1 > div:nth-child(2) > div > div > div > a.col-xs-6.btn.btn-primary{
width: 100%;
}
div.header.small {
  background: none !important;
  height: 0 !important;
}
.spacer-2 , .spacer-3{
  height: 0 !important;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  width: 100% !important;
}

body.theme-modern .wrapper .content-container > .row:first-child > div {
  margin: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0;
}

.content-container {
  padding: 0 !important;
}

.container {
  width: 100% !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}

body > div.wrapper > div.order-choise > div > div.step.step-2 > div.body-takeaway.stores-body-single > div.row > div:nth-child(2) > div > div > div{
padding: 0 20px;
}

.postcode-container{
    height: 100vh;
    max-width: 1120px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
padding: 0 20px;

}

.store-list{
 height: 100vh;
align-items: center;
}
/*--------------General Styles ----------------*/

.button {
  font-family: "BOWLBY ONE";
  font-weight: unset;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 3px 6px #00000029;
  width: fit-content;
transition: all .3s;
text-decoration: none;
color: var(--secondary-font-color);
    white-space: nowrap;
}
.button:hover{
text-decoration: none}

.button-yellow {
  background: var(--background-yellow);

 color: var(--footer-background);
}

.button-black a{
  color: var(--secondary-font-color);
}
.button-black {
  background: var(--footer-background);
}

.button-white:hover {
  background: var(--footer-background);
color: var(--secondary-font-color);
}



.button-yellow:hover {
  background: var(--footer-background);
color: var(--background-yellow);
}


.button-black:hover {
  background: var(--secondary-font-color);
color: var(--footer-background);
}


.button-white{
background: var(--secondary-font-color);
color: var(--footer-background);
}

.buttons-container {
  display: flex;
  gap: 16px;
}

.maxWidth {
  max-width: 1120px;
  padding: 100px 35px;
  margin: auto;
}

/*-----------------------NavBar----------------*/

.float {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease-in-out, z-index .5s;
  left: 50%;
  transform: translate(-50%, -20px);
}

.float.visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
  z-index: 100;
}


.float {
background: #00000021; 
position: fixed;
top: 80px;
width: 100%;
padding: 16px;
display: flex;
justify-content: center;

}

body.theme-modern .header .navbar-default.fixed-top{
background: var(--background-yellow) !important;
}

#main_navbar > div > div.navbar-header > a > img{
transition: all .3s;
}

body .header .navbar-default .logo.shrink{
display: flex !important;
gap: 10px;
align-items: center;
text-decoration: none !important;
}


.shrink img{
width: 50px !important;
}
.shrink:after{
  content: var(--after-content, "MONSTER SUSHI");

font-size: 28px;
color: var(--footer-background);
font-family: var(--font-bowlby);
white-space: nowrap;
font-weight: 100;
}

body.theme-modern #navbar_mainmenu .navbar-nav > li > a{
transition: all .3s !important;
}
body.theme-modern #navbar_mainmenu .navbar-nav > li > a:hover{
color: var(--secondary-font-color) !important;
}
body.theme-modern #navbar_mainmenu .navbar-nav > li > a {
  color: var(--primary-font-color) !important;
  font-size: 13px;
  font-family: var(--font-open-sans);
  font-weight: 600 !important;
}


#main_navbar {
  height: 80px !important;
  display: flex;
  align-items: center;
}
/*---------------------Home Page----------------------*/

.hero {
  display: grid;
  align-items: center;
margin-top: 35px;
}

.hero > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.hero .buttons-container {
  grid-column: 1;
  grid-row: 2;
}

.hero-ch {
  max-width: 278px !important;
  object-fit: contain;
  position: absolute;
  right: -80px;
  bottom: 0;
}

.hero h1 {
  color: var(--dark-heading-color);
  font-size: 90px;
  font-family: var(--font-bowlby);
  margin-bottom: 35px;
}
.hero-img > img:nth-child(1) {
  max-width: 603px;
}

.hero-img {
  display: flex;
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.lux-monster img {
  border-radius: 16px;
}

.resturants h2 {
  color: var(--dark-heading-color);
  font-family: var(--font-bowlby);
  font-size: 40px;
  text-align: center;
}
.resturantsDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
}

.resturant::after {
  content: "";
  background: #00000054;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.resturant h4 {
  font-size: 24px;
  font-family: var(--font-bowlby);
  margin: 0;
  color: var(--secondary-font-color);
}
.resturant p {
  font-size: 16px;
  font-family: var(--font-open-sans);
  margin: 0;
  color: var(--secondary-font-color);
}
.resturant .buttons-container {
  margin-top: 20px;
}

.resturant div {
  z-index: 1;
}
.resturant {
  position: relative;
  max-width: 352px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: url("/content/uploads/rest.jpg");
  height: 250px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.resturant img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.greyBack {
  background: #3333331a;
}

.liker {
  display: grid;
  column-gap: 32px;
}

.liker > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.liker > div:nth-child(2) {
  grid-column: 2;
}

.liker > div:nth-child(3) {
  grid-column: 2;
}

.liker h2 {
  font-size: 40px;
  font-family: var(--font-bowlby);
  color: var(--dark-heading-color);
}

.liker p {
  font-family: var(--font-open-sans);
  color: (--primary-font-color);
  font-size: 14px;
}
.liker img {
  max-width: 448px;
  border-radius: 16px;
  object-fit: cover;
}

/*-------------------Footer--------------------*/

.footer {
  background: var(--footer-background) !important;

  padding: 101px 0;
}

.footer img {
  max-width: 167px;
  object-fit: contain;
}

.footer h4 {
  color: var(--secondary-font-color);
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  font-family: var(--font-bowlby);
  margin-bottom: 11px !important;
}

.footer li {
  text-decoration: none;
  list-style: none;
}
body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div
  > ul
  > li
  > a {
  color: var(--secondary-font-color) !important;
  font-size: 14px;
  text-decoration: none;
  font-family: var(--font-open-sans);
  opacity: 0.8;
  font-weight: normal;
transition: all.3s;
}
body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div
  > ul
  > li
  > a:hover{
color: var(--background-yellow) !important;
}
.footer ul {
  padding: 0;
  margin: 0;
}

.footer i {
  color: var(--secondary-font-color);
  font-size: 20px;
transition: all .3s;
}
.footer i:hover {
color: var(--background-yellow);
}
body .content-container .inner {
  padding: 0 !important;
}

body > div.wrapper > div.app-footer {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body > div.wrapper > div.app-footer > div {
  padding: 0 !important;
  margin: 0;
  width: 100%;
}

body > div.wrapper > div.footer {
  display: none !important;
}

.footer-inner {
  max-width: 1120px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div:nth-child(4)
  > div {
  display: flex;
  gap: 10px;
}

body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div:nth-child(4)
  p {
  text-align: left;
  margin: 0;
  padding: 0;
}

body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div:nth-child(4)
  > p:nth-child(3) {
  margin-top: 16px;
}

body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div:nth-child(4)
  > p {
  font-size: 10px;
  opacity: 0.8;
  line-height: 150%;
}

body
  > div.wrapper
  > div.app-footer
  > div
  > div
  > div:nth-child(1)
  > footer
  > div
  > div:nth-child(4)
  > p:nth-child(7) {
  opacity: 1;
}

/*--------------------Responsiveness--------------------*/
@media (max-width: 1100px) {
.shrink:after{
font-size: 18px ;
}

}

@media (max-width: 992px) {

.float .buttons-container{
flex-direction: row;
}
.shrink:after{
font-size: 14px;
gap: 8px;
}
  .hero-img > img:nth-child(1) {
    width: 100%;
  }
  .hero-ch {
    display: none;
  }
  .hero {
    justify-items: center;
  }
  .hero .buttons-container {
    grid-column: 1;
    grid-row: 3;
  }

  .hero-img {
    grid-column: 1;
    grid-row: 2;
  }

  .hero h1 {
    font-size: 40px;
  }
  .resturant .buttons-container {
    flex-direction: row;
  }

  .buttons-container {
    flex-direction: column;
    align-items: center;
  }

  .resturantsDiv {
    flex-wrap: wrap;
  }

  .liker {
    max-width: 600px;
  }

  .liker p {
    font-size: 14px;
  }
  .liker img {
    max-width: 100%;
  }
  .liker h2 {
    font-size: 24px;
  }
  .liker {
    row-gap: 16px;
  }

  .liker > div:nth-child(1) {
    grid-row: 2;
    grid-column: 1;
  }
  .liker > div:nth-child(2) {
    grid-row: 1;
    grid-column: 1;
  }
  .liker > div:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 750px) {
  .maxWidth {
    padding: 50px 20px;
  }

  /*------------------------Footer Responsivness-------------------------*/
  .footer-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
    justify-items: center;
  }

  body
    > div.wrapper
    > div.app-footer
    > div
    > div
    > div:nth-child(1)
    > footer
    > div
    > div:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
  }

  body
    > div.wrapper
    > div.app-footer
    > div
    > div
    > div:nth-child(1)
    > footer
    > div
    > div:nth-child(3) {
    grid-column: 1;
  }

  body
    > div.wrapper
    > div.app-footer
    > div
    > div
    > div:nth-child(1)
    > footer
    > div
    > div:nth-child(2) {
    grid-column: 1;
    width: 133px;
  }
  body
    > div.wrapper
    > div.app-footer
    > div
    > div
    > div:nth-child(1)
    > footer
    > div
    > img {
    grid-row: 1;
    grid-column: 1 / span 2;
    margin: auto;
    max-width: 80px;
  }
  .footer {
    padding: 40px 0;
  }
  body
    > div.wrapper
    > div.app-footer
    > div
    > div
    > div:nth-child(1)
    > footer
    > div
    > div:nth-child(4)
    > p:nth-child(3) {
    margin-top: 50%;
  }
}

/*-----------------Logo------------------*/
main_navbar{}
#main_navbar > div > div.navbar-header > a > img{
  width:120px;
  margin:0 !important;
  max-height:fit-content;
}
#navbar_mainmenu > ul > li:nth-child(6) > a{ display:none; }

/*--------------------Resturant Hero----------------*/
.order-choise{ padding:0 !important; }
body.theme-modern .wrapper{ background:white !important; }

.resturant1{ background:url("/content/uploads/Banner_Main_without_textV2png.png"); }

.resturantHeader{
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:30px;
  position:relative;
}
.resturantHeader::after{
  content:'';
  position:absolute; inset:0;
  background:rgba(0,0,0,.2);
}

.detailsDropDown{
  display:flex; padding:0 10px; justify-content:space-between;
}
.detailsDropDown select{
  background:var(--primary-font-color);
  border:none; width:100%; padding:0; color:var(--secondary-font-color);
}
.detailsDropDown h5{
  color:var(--secondary-font-color); opacity:.8; width:150px;
}

.resturant-hero{ position:relative; z-index:1; }
.resturant-hero h2{
  font-size:90px;
  font-family:var(--font-bowlby);
  color:var(--secondary-font-color);
}

/*----------------------Resturant Details-------------------*/
.resturantDetailsBox{ display:grid; column-gap:80px; }

.resturantsDetailsWeekTimmings{ grid-row:2; grid-column:1; }

.resturantDetailsCard{
  grid-column:2; grid-row:1 / span 2;
  border-radius:8px; box-shadow:0 3px 6px #00000029;
  overflow:auto; width:350px;
}

.resturantDropDownPortion{ background:var(--primary-font-color); }

.resturantDetailsInfo{ grid-column:1; grid-row:1; }
.resturantDetailsInfo h3{
  font-size:40px; color:var(--dark-heading-color);
  font-family:var(--font-bowlby); margin-bottom:16px;
}
.resturantDetailsInfo p{
  font-size:16px; font-family:var(--font-open-sans); color:var(--dark-heading-color);
}

.resturantsDetailsWeekTimmings h5{
  font-size:20px; color:var(--dark-heading-color);
  font-family:var(--font-bowlby); margin-bottom:8px;
}
.resturantsDetailsWeekTimmings i{ color:var(--background-yellow); }
.resturantsDetailsWeekTimmings div{
  display:flex; gap:16px; align-items:center; margin-bottom:6px;
}
.resturantsDetailsWeekTimmings div p{
  font-size:16px; font-family:var(--font-open-sans); color:var(--dark-heading-color); margin:0;
}

.cardHeading{ position:relative; display:flex; justify-content:center; }
.cardHeading select{ position:absolute; top:10px; right:10px; border-radius:8px; }
.cardHeading h4{
  color:var(--secondary-font-color); font-family:var(--font-open-sans);
  font-size:16px; text-align:center; margin:10px 0;
}

.detailsTimmings{ padding:10px 8px; background:var(--secondary-font-color); }
.detailsTimmings h5{ font-size:16px; font-family:var(--font-open-sans); }

.timmings{ display:grid; grid-template-columns:repeat(3, 1fr); gap:5px; }
.time{
  border-radius:6px; border:1px solid #00000029; padding:5px 10px;
  font-family:var(--font-open-sans); text-align:center;
}

.detailsImg{ height:135px; overflow:hidden; }

/* ---------- SHOP PHOTO (larger on desktop, fluid on mobile) ---------- */
.resturantCombined{ display:grid; padding-bottom:24px; } /* was 100px */
.resturantCombined .maxWidth{ padding:0; }

.resturantMiddleBanner{
  grid-row:1; grid-column:1 / span 3;
  overflow:hidden;
  margin-bottom:24px;              /* was 100px */
  aspect-ratio:16 / 9;             /* consistent height without fixed pixels */
  max-height:630px;                /* ~50% larger than 420px */
}
.resturantMiddleBanner img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Optional “further details” tiles */
.resturantCombined .resturantFurtherDetail:nth-child(2){ grid-row:2; grid-column:1; }
.resturantCombined .resturantFurtherDetail:nth-child(3){ grid-row:2; grid-column:2; }
.resturantCombined .resturantFurtherDetail:nth-child(4){ grid-row:2; grid-column:3; }
.resturantFurtherDetail{ justify-self:center; }
.resturantFurtherDetail h5{
  margin:0 0 8px; font-family:var(--font-bowlby); font-size:20px; color:var(--dark-heading-color);
}
.resturantFurtherDetail span{
  font-family:var(--font-open-sans); font-weight:900; font-size:14px;
}
.resturantFurtherDetail p{
  font-size:16px; font-family:var(--font-open-sans);
  display:flex; align-items:center; gap:8px;
}

.kids{ margin-top:20px; }
.kids h6{ font-weight:900; font-family:var(--font-open-sans); }
.age-gps{ display:flex; justify-content:space-between; }
.resturantFurtherDetail p i{ color:var(--background-yellow); }

.kids > div:nth-child(3){
  display:flex; justify-content:space-between; margin-top:17px; gap:16px;
}
.kids > div:nth-child(3) p{ margin:0; }
.underline{ text-decoration:underline; font-weight:300 !important; }

/* ---------- MAP (fully responsive, no side-crop) ---------- */
.iframe-div{ overflow:visible; }                  /* prevent clipping on small screens */
.iframe{
  width:100%;
  display:block;
  border:0;
  /* Responsive height via aspect-ratio instead of fixed pixels */
  aspect-ratio:16 / 9;
  height:auto;                                    /* lets aspect-ratio control height */
}

/*---------------------- Responsive ----------------------*/
@media (max-width:992px){
  .resturantDetailsInfo h3{ font-size:24px; }
  .resturantDetailsInfo{ grid-column:1; grid-row:1; }
  .resturantDetailsCard{ grid-column:1; grid-row:2; width:100%; }
  .resturantsDetailsWeekTimmings{
    grid-column:1; grid-row:3; justify-self:flex-start;
  }
  .resturantDetailsBox{ justify-items:center; max-width:700px; gap:40px; }
  .resturantDetailsInfo p,
  .resturantsDetailsWeekTimmings div p,
  .resturantFurtherDetail p{ font-size:14px; }

  /* Shop photo: taller ratio on tablets/phones, but no fixed height */
  .resturantMiddleBanner{
    aspect-ratio:4 / 3;     /* prevents overly short banner */
    max-height:none;
    margin-bottom:20px;
  }

  .resturantCombined{ gap:40px; }
  .resturantCombined .resturantFurtherDetail:nth-child(2){ grid-row:4; grid-column:1; }
  .resturantCombined .resturantFurtherDetail:nth-child(3){ grid-row:1; grid-column:1; }
  .resturantCombined .resturantFurtherDetail:nth-child(4){ grid-row:2; grid-column:1; }

  .resturantFurtherDetail{ max-width:700px; width:100%; padding:0 35px; }
}

@media (max-width:750px){
  .resturant-hero h2{ font-size:40px; text-align:center; }
  .resturant-hero .buttons-container{ margin-top:20px; }
  .resturantdetail .maxWidth{ margin:0 15px; }

  /* Photo: keep good height without cropping extreme */
  .resturantMiddleBanner{ aspect-ratio:4 / 3; }

  /* Map: a bit taller on phones */
  .iframe{ aspect-ratio:4 / 3; }
}

/* ---- Center + size the banner ---- */
:root{ --site-max: 1200px; } /* tweak to match your layout width */

.resturantCombined{
  display:grid;
  justify-items:center;         /* center children inside grid */
  padding-bottom:24px;          /* reduce extra whitespace */
}

.resturantCombined .maxWidth{
  /* make sure the wrapper itself is centered & capped */
  width:min(100%, var(--site-max));
  margin-inline:auto;
  padding:0;                    /* no inner padding so image aligns */
}

.resturantMiddleBanner{
  width:100%;
  margin:0 auto 24px;           /* centered */
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:16 / 9;          /* consistent height on desktop */
  max-height:630px;             /* ~50% larger than 420px */
}

.shop-photo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ---- Map: fully responsive, no side-cropping on mobile ---- */
.map-section{ margin: 6px 0 20px; }  /* tighter gap under photo */

.map-section .maxWidth{
  width:min(100%, var(--site-max));
  margin-inline:auto;
}

.map-wrap{
  position:relative;
  width:100%;
  border-radius:12px;
  overflow:hidden;
  aspect-ratio:16 / 9;          /* desktop/tablet */
}

.map-iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 992px){
  .resturantMiddleBanner{
    aspect-ratio:4 / 3;         /* nicer phone/tablet height */
    max-height:none;            /* let aspect-ratio drive height */
  }
}

@media (max-width: 640px){
  .map-wrap{ aspect-ratio:4 / 3; }  /* taller map on phones */
}


.order-choise {
    min-height: fit-content;
}

.overonscontainer {
margin-top: 35px;
}

.overonscontainer h2 , .overonscontainer h3{

color: var(--dark-heading-color);
font-family: var(--font-bowlby);
}

.overonscontainer p{
font-size: 14px;
color: var(--dark-heading-color);
font-family: var(--font-open-sans);

}


.overonscontainer h2{
font-size: 40px;
margin-bottom: 16px;

}
.overonscontainer h3{
margin-top: 40px;
font-size: 24px;
margin-bottom: 5px;
}

.overonscontainer  div > p:nth-child(2){
margin-bottom: 30px;
}

@media (max-width: 992px) {
.adjuster{
margin: 0 20px;
}
.overonscontainer h2{
font-size: 24px;
}

.overonscontainer h3{
font-size: 20px;
}

.overonscontainer p{
font-size: 14px;
}
div.overonscontainer.maxWidth{

margin: 0 15px;
margin-top: 35px;
}

}
.container-resturant{
align-items: center;
}
.normalize{
    color: var(--primary-font-color);
}
.resturantsPageMain {
margin-top: 30px;
position: relative; 
z-index: 1;
}

.resturantsPageMain h2{
font-size: 90px;
font-family: var(--font-bowlby);
color: var(--secondary-font-color);
margin-bottom: 25px;
}
.resturantDropdowmIframe{
    grid-column: 2;
    grid-row: 1 / span 2;
}
.resturantsPageMain p{
font-size: 16px;
font-family: var(--font-open-sans);
color: var(--secondary-font-color);
margin-bottom: 20px;
}

.resturantsPageMain a{
margin-bottom: 50px;
}

.resturantsPageMain h2, .resturantsPageMain p{
max-width: 600px;
}

.resturantsBanner{
background: url("/content/uploads/resturantbanners.jpeg");
position: relative;
overflow: hidden;
padding-bottom: 100px;
}

.resturantsBanner::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);

}

.resturantsMain{
display: grid;
grid-template-columns: repeat(2, 2fr);
gap: 32px;
margin-top: -250px;
}

.resturantMainBlock{
max-width: 544px;
height: 350px;
}


@media (max-width: 992px) {

.resturantDropdowmIframe {
    grid-column: 1;
    grid-row: 2;
}

.resturantsPageMain h2{
font-size: 40px;
max-width: 544px;
margin: auto;
}

.resturantsPageMain p{
font-size: 14px;
max-width: 544px;
margin: auto;
margin-bottom: 20px;
}



.resturantsMain{
    grid-template-columns: repeat(1, 1fr);
justify-items: center;
margin-top: -250px;

}

}

@media (max-width: 750px){

.resturantsMain{
margin-top: -150px;

}
.resturantsPageMain{
    margin-left: 20px;
    margin-right: 20px;
}


}

@media (max-width: 500px){
.resturantMainBlock{
max-width: 352px;
height: 250px;
}
}
/*-----------Home-order-Page---------*/


.marginTopFix{
margin-top: 30px;
}

.borderImg img{
border-radius: 16px;
}

.imgMargin{
margin-top: 32px;
}

.gridImg{
display: grid;
gap: 32px;
grid-template-rows: .45fr .45fr 1fr;
}

.gridImg div:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
}

.gridImg div:nth-child(2) img, .gridImg div:nth-child(1) img{
  height: 100%;
object-fit: cover;
object-position: calc(100% - 42%);
}

.gridImg div:nth-child(2) {
  grid-column: 2;
  grid-row: 1/span 2;
}

.gridImg img:nth-child(3) {
  grid-column: 1 / span 2;
}

@media (max-width: 787px){
.imgMargin{
margin-top: 16px;
}
.gridImg{
display: grid;
gap: 16px;
grid-template-rows: .1fr 1fr;
}
.gridImg div:nth-child(2) {
 display: none;
}
.gridImg div:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1;
}

}

.list-restaurant-category:not(:nth-of-type(1)):not(:nth-of-type(2)) {
  padding-top: 120px;
}


.mobilecartNav{
display: none;
}
.iframe-div {
max-width: 1350px;
margin: auto;
}
body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.NewMenuStructure > div{
padding-right: 200px;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurant-categories > div > div.mobile-categories.mobile-categories-restaurant.mobile-categories-restaurant_dc666e2e-83ff-4717-9308-dd98d4ad9ad8{
display: none !important;
}

.header-store-info{
margin-top: 30px;
display: none !important;
}
body > div.wrapper > div.order-wrapper > div > div.block-layout > div > div:nth-child(3){
  max-width: 1120px;
  padding: 0 35px;
  margin: auto;
}
body .order-wrapper .block-layout .categorie-container{
box-shadow: none !important;
padding: 0 50px !important;
}
.product-tab-container .product-tab {

gap: 32px;
}
.button-angle-down{
display: none;
}
.categorie-container{
background: #F8F8F8 !important;
top: 80px !important;
}
body > div.wrapper > div.order-wrapper > div > div.block-layout > div > div:nth-child(3){
margin-top: 50px !important;
}

body .block-product-cta .add{
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
box-shadow: none !important;
font-size: 30px !important;
position: static !important;
}
.list-restaurant-category{
scroll-margin-top: 200px !important;
}
.product-tab-container{
background: var(--secondary-font-color);
padding: 16px;
}

.categorie-item{
padding: 6px !important;
    width: 150px !important;
    border-radius: 4px !important;
}

.menuTopImg {
    margin: auto;
    border-radius: 10px;
    margin-top: 46px;
padding: 0 20px;
margin-bottom: 16px;
}

.menuTopImg img{
width: 100%;

    border-radius: 10px;
}

body > div.wrapper > div.order-wrapper > div > div.row > div{
max-width: 1120px;
    margin: auto !important;
}

.menuGrid{
display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin: 40px auto;
    grid-template-rows: 2fr 2fr .5fr;
}

.menuGrid img{
    width: 100%;
    grid-row: 1 / span 2;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}
.menuGrid a{
    grid-column: 1 / span 2;
    margin: auto;
}

.whiteBackground{
background: var(--secondary-font-color);
}

.container{
padding: 0 !important;
}

.product-tab > .col-xs-12:nth-child(1){
grid-column: 1/span 3;
}

.product-tab h1{
margin-left: 20px !important;
padding: 20px !important;
}

/*----------------Order Cart-----------------*/

.order-cart{
    padding: 0 !important;
    width: fit-content !important;
    height: fit-content !important;
}

.order-info{
width: auto !important;
    padding: 0 !important;
}

.cart-href{
width: fit-content !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 4px !important;


}
.mobile-menu{
width: fit-content !important;
margin-right: 10px !important;
}

#navbar{
border: none;
}


#navbar_mainmenu > ul > li > a{
padding: 0 !important;
padding-top: 17px !important;
}

.navbar-nav{
display: flex;
gap: 25px;
}

.dropdown-toggle{
padding: 0 !important;
padding-top: 17px !important;
}

.nav:before, .nav:after{
display: none !important;
}

.block-product-cta{
    display: flex !important;
    align-items: center;
    width: auto;
    gap: 10px;
}

.price{
padding: 0;
    width: fit-content;
    margin-left: auto;
}



.categorie-title{
white-space: nowrap !important;
font-family: var(--font-open-sans) !important;
}



@media (max-width: 991px){

.product-tab{
margin-top: 0 !important;
}

.product-tab > .col-xs-12:nth-child(1){
grid-column: 1/span 2;
}

.categorie-cover{
width: 98% !important;
}
body .order-wrapper .block-layout .categorie-container{
padding: 0 20px !important;
gap: 40px !important;
}
.categorie-title{
font-size: 10px !important;
}


.categorie-container > li {
    width: fit-content !important;
    min-width: fit-content !important;
}

.order-wrapper .block-layout .categorie-container li .categorie-item .categorie-cover{
height: 100px !important;
}

.order-wrapper .block-layout .categorie-container li{
padding: 6px !important;
}

body > div.wrapper > div.order-wrapper > div > div.block-layout > div > div:nth-child(3)
{
padding: 0 10px;
}
.product-tab-container .product-tab {
  grid-template-columns: repeat(2, 1fr);
gap: 16px;
}

body .order-wrapper .prod-grid.relative-layout .product-tab-container .product-tab > div[data-prod]{
max-width: 100% !important;
}


}
@media (max-width: 700px){
.order-wrapper .block-layout .categorie-container li .categorie-item .categorie-cover{
height: 73px !important;
}
.menuGrid{
gap: 16px;
}
.order-wrapper .block-layout .categorie-container li{
min-width: 73px !important;
}

.categorie-item{
width: 100px !important;
}

.product-tab-container{
padding: 8px;
}

.product-description ,.product-info{
font-size: 12px !important;
}
.mobilecartNav{
        position: fixed;
        bottom: 10px;
        background: var(--dark-heading-color);
        z-index: 100;
        width: 85%;
        left: 50%;
        transform: translate(-50%);
        border-radius: 8px;
        padding: 11px 17px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--secondary-font-color);
}

.mobilecartNav p{
margin: 0;
font-size: 12px;
}

.cartTotalContainer{
position: relative;
}
#cartTotal{
position: absolute;
    top: 0;
    right: -7px;
    background: var(--background-yellow);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0;
        font-size: 8px;
        color: var(--primary-font-color);
        display: flex;
        align-items: center;
        justify-content: center;
font-weight: 700;
}
}

.scroll-target {
  transition: margin-top 0.3s ease;
}

@media (max-width: 586px){
.container-contact{
padding: 0 60px !important;
}
}
/*---------------Normalizing Styles----------------*/
body.bestel-restaurant-layout .list-restaurants > .list-restaurant .list-restautant-products > .list-content > .list-item > .row > div.prod-inner .prod-info > .row > div.prod-image-container::before
{
width: 100%; 
}

#cartContent{
padding: 0 20px;
}
.nav-cart-container{
position: fixed !important;
    padding: 0 !important;
    margin: 0 14px !important;
    top: 100px !important;
}
.store-list{
    height: fit-content;
    margin-top: 90px;
margin-bottom: 90px;
}

#loginform{
  padding: 0 23px;
    max-width: 1120px;
    margin: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#CartContainer > a > div.order-cart > span{
display: none;
}

#CartContainer > a{
gap: 4px;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-cart > div > div > div > div.controls.cart-line > div.cart-upselling-container, body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-cart > div > div > div > div.controls.cart-line > span{
display: none;
}
.prod_count{
text-align: center;
}

body.bestel-restaurant-layout .nav-cart-container .cart-href-extra{
display: block !important;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.list-layout.display_product_image_position_big.display_product_image_format_full_uncropped_text_under{
padding: 0 ;
}

body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content>.list-item>.row>div.prod-inner .prod-info .prod-title, body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content>.list-item>.row>div.prod-inner .prod-info .prod-description, body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content>.list-item>.row>div.prod-inner .prod-info .prod-price{
padding: 0 !important;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.row > div{
margin: 0 !important;
}
body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu{
width: 100%;
}

.cart-active{
display: block !important;
}

.restaurant-order-cart{
display: none;
}


body.bestel-restaurant-layout .restaurant-menu-categories{
padding-bottom: 30px !important;
}
.product-list{
background: var(--secondary-font-color);
padding: 16px !important;
}
.list-content{
max-width: 320px !important;
width: 100% !important;
}

body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products{
gap: 32px;
justify-content: space-between;
}

body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content{
margin: 0 !important;
}

div.list-item.prod-item > div{
margin: 0 !important;
}

.prod-description{
font-style: italic !important;
height: 72px;
}

.search-container{
display: none !important;
}

div.list-item.prod-item > div > div.prod-inner.col-xs-10.col-sm-11.col-md-11.col-lg-11 > div > div.row{
margin: 0 !important;
}

body > div.wrapper > div.header.small.bestel{
height: fit-content !important;
}

body.bestel-restaurant-layout .list-restaurants > .list-restaurant .list-restautant-products > .list-content > .list-item > .row > div.add-inner .add-product .add-icon {
    display: flex;
    align-items: center;
    justify-content: center;
color: var(--primary-font-color) !important    


}


.restaurant-menu-categories{
overflow-y: hidden;
}


body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.NewMenuStructure > div{
background: transparent !important;

}

.NewMenuStructure.sticky {
    position: fixed;
    top: 80px;
    width: calc(100% - 30px);
    z-index: 100;
    background: #f8f8f8;
margin-left: -15px;
  }
.categorie-title{
margin-bottom: 20px;
display: flex;
flex-direction: column;
position: relative;
font-size: 35px;
font-weight: 600 !important;
}

.categorie-title:after{
content: "_______________________";
color: var(--background-yellow);
position: absolute;
top: 5px;
}

.prod-title{
margin-bottom: 10px !important;
font-weight: 700 !important;

}

.prod-description , .prod-title{
padding: 0;
}
body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content>.list-item>.row>div.prod-inner .prod-info>.row>div.prod-image-container:before{
right: 0 !important;
left: 0 !important;
}
body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content>.list-item>.row>div.add-inner .add-product{
right: 0px !important;
}

body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products>.list-content>.list-item>.row>div.prod-inner .prod-info{
border: none !important;
}

body.theme-modern .order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info>.row .col-xs-3.col-sm-2.col-md-2.col-lg-1 .prod-price{
position: absolute;
top: 14px !important;
right: 40px !important;
font-size: 16px !important;

}

.swiper-wrapper{
gap: 16px;
}

.menu-header-text{
max-width: 100% !important;
}

.menuTopImg{
padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.restaurants-container{
max-width: 1120px;
margin: auto !important;
    margin-top: 50px !important;
padding: 0;
margin-top: 0 !important;
}

/*-----------------------Normalizing Styles End------------------*/

.swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after{
font-size: 20px !important;
}


.swiper-button-prev:after, .swiper-button-next:after{
background: var(--background-yellow) !important;
    padding: 0.6rem .8rem !important;
font-size: 20px !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important; 
}

.swiper-button-next:after {
    content: "\f061" !important; 
}
.swiper-button-prev:after {
 content: "\f060" !important;
}
body.bestel-restaurant-layout .list-restaurants > .list-restaurant .list-restautant-products > .list-content > .list-item > .row > div.add-inner .add-product {
background: var(--background-yellow) !important;

}

body.fullscreen .header .logo, body.fullscreen .header.small .logo img{
object-fit: contain !important;
}

#main_navbar{
background: var(--background-yellow) !important;
}

#navbar_mainmenu > ul > li:nth-child(1) > a{
     background-image: none;
    background-size: inherit;
    background-repeat: no-repeat;
   
    font-size: 13px !important;
    width: fit-content !important;
    padding-top: 17px !important;
}

.restaurant-menu-categories a span{
position: static !important;
margin-top: 5px;
font-weight: 600 !important;
    white-space: nowrap;
}

body.bestel-restaurant-layout-2.restaurants-enabled-false .restaurant-menu-categories a{
background: var(--secondary-font-color);
border-radius: 4px;
    padding: 3px 8px 13px !important;
}

.restaurants-container{
margin-top: 50px;
display: flex;
flex-direction: column;
}

.restaurants-container > div{
max-width: 1120px;
width: 100%;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.row{
grid-row: 1;
margin: auto;
}


.categorie-menu-nav-item
.restaurant-menu-category-pic{
background-size: contain !important;
    background-repeat: no-repeat;
    background-position: bottom;
}

body.bestel-restaurant-layout .restaurant-menu-categories a{
height: 120px !important;
}
.row .orderDetailStep{
margin-bottom: 100px !important;
}
@media (max-width: 992px) {
#navbar_mainmenu > ul > li:nth-child(1) > a{
font-size: 18px !important;
}
}


@media (max-width: 767px){

.orderDetailStep{
width: 66.7% !important;
}

.swiper-wrapper
.swiper-slide{
margin: 0 !important;
width: fit-content !important;
height: fit-content !important;
}
.swiper-wrapper{
gap: 8px !important;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.NewMenuStructure.sticky > div{
padding-bottom: 10px !important;
}

.restaurant-menu-categories a span{
font-size: 8px !important;
}

body.bestel-restaurant-layout .restaurant-menu-categories a{
min-width: 82px !important;
height: 82px !important;
}

.categorie-title{
font-size: 22px !important;
}



.list-content {
max-width: 165px !important;
}

.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-description{
font-size: 10px !important;
}

.order-wrapper .list-layout .product-list .list-item.prod-item .prod-inner .prod-info .prod-title{
font-size: 10px !important;
    margin-bottom: 5px !important;
}


.swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after{
font-size: 12px !important;
}

body > div.wrapper > div.order-wrapper.container-fluid > div.restaurant-order-menu > div.restaurants-container > div.NewMenuStructure > div{
padding-bottom: 10px !important;
padding-right: 0 !important;
}

body.bestel-restaurant-layout .list-restaurants>.list-restaurant .list-restautant-products{
gap: 12px !important;
}
}
/* Verwijdert de mes-en-vork achtergrond en maakt de productfoto wit */
a.prod-img.prod-img-full::before {
  background: none !important;
}

a.prod-img.prod-img-full {
  background-color: #fff !important;
}

