@font-face {
    font-family: "Trip Sans";
    src: url("../fonts/TripSans/TripSans-Medium.eot");
    src: url("../fonts/TripSans/TripSans-Medium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/TripSans/TripSans-Medium.woff2")format("woff2"),
    url("../fonts/TripSans/TripSans-Medium.woff")format("woff");
    font-weight:500;font-style:normal
   
}
html{ overflow-x:hidden;}
body {
margin:0;
font-family: 'Trip Sans', sans-serif, arial;
font-size:13px;
line-height:1.4;
background:#fff;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/

.color-red
{
    color:red;
}

.color-green
{
    color:green;
}

iframe {
display:block
}

a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#6c66e7;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}

ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#263238;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.25
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
padding:5px 10px
}
caption {
font-weight:bold
}
/*th,td {
border: 2px solid #282828;
} */
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }
img, video {
    height: auto;
    max-width: 100%;
}
/*== Form Elements
*=================================*/
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}
label,input,textarea,select,button,.btn {
font-size:14px; font-family: inherit;
line-height:19px;
}
input,textarea,select,button,.btn {
display:inline-block;
padding:4px;
margin:0;
outline:none;
background-color:#FFF;
border:1px solid #191919;
-webkit-border-radius:2px;
border-radius:0px;
outline:none;
}
input[type="text"],input[type="password"],textarea {
-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
}

input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}

input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
    margin: 0px 5px 0 0;
    border: 0;
    width: 20px;
    height: 20px;
}

.or_text{ display:block; text-align:center; padding-bottom:10px; }

.d-logo{ display:flex; align-items:center; justify-content:space-between; height: 80px;}
.d-logo img{ width:200px; }
.user{ font-family:inherit; font-size:17px; cursor:pointer; position:relative; }
.cdl{ font-size:22px !important; }
.user i{ font-size:34px ; }
.text-center{ text-align:center; }
.small{ font-size:16px; }
.mt-0{ margin-top:0px !important; } .mt-1{ margin-top:10px !important; } .mt-2{ margin-top:20px !important; }
.mb-1{ margin-bottom:10px !important; } .mb-2{ margin-bottom:20px !important; } 

.dropdown__list {
    position: absolute;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 1;
    top: 42px;
    left: 0px;
}
.dropdown__list-item {
    font-family: inherit;
    font-size: 16px;
    color: #222;
    padding: 5px 0px;
}

.dropdown__list-item:first-child{ cursor: default; }

.dropdown__list-item:hover{ color:#000 }

.container{ max-width:1280px; width:100%; padding:0 15px; margin:0 auto; }
.container1{ max-width:1800px; width:100%; padding:0 15px; margin:0 auto; }
.form-main{ max-width: 400px; background: #fff; padding: 30px; box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px; background-color: rgb(255, 255, 255); margin: 65px auto 0; border-radius: 10px; min-height: 500px;}
.form-row{ flex-wrap: wrap; display:flex; margin: 0 0 15px; }
.form-column{ max-width:100%; flex-basis:100%; padding: 0px; }
.form-control{ border:1px solid #ddd; height:44px; line-height:44px; padding:0 15px; font-family:inherit; font-size:15px; color:#333; border-radius: 4px; width: 100%; }
.label-control{ font-family:inherit; font-size:15px; color:#333; display:block; padding-bottom:3px; }
button{ width:100%; height:44px; line-height:44px; font-family:inherit; font-size:16px; color:#fff; background:#421B67; border:0px; border-radius: 4px; cursor: pointer; padding: 0px;}
.main{ padding-top:20px; }
button:hover{ background:#ffd531; color:#421B67; }
.logo{ text-align:center; display:block; margin: 10px 0 20px;} .logo img{ height:65px; }
.notes_KHSF{ font-family:inherit; font-size:15px; color:#000; padding:15px; width:100%; border: 1px solid #ddd; border-radius: 10px;}
.text-title{ font-family:inherit; font-size:22px; color:#000; text-align:center;  margin: 0px;}
.cross_btn{ border:2px solid #ea2237 !important; position:relative; cursor: default !important; }
.cross_btn:after{ position:absolute; width:2px;  left:50%; top:0px; bottom:0px; content:""; -webkit-transform:rotate(40deg);
  -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg); background: #ea2237;
 }
.text_hi{ font-family: inherit; font-size: 22px; color: #000; text-align: left; margin: 35px 0; display: block; }
.trigger{text-align: center; color: #fff; font-size: 17px; outline: none; border: none; border-radius: 5px;}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
    text-align: center;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

i{ vertical-align:middle; }

header{
        -webkit-box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);
    box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15); height: 80px; background: #fff;
}
.jj_profile{  padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.1); margin-bottom: 30px;
}
.jj_name{ display:flex; justify-content:space-between;  }
.jj_name h2{ font-family:inherit; font-size:30px; color:#d2bb78; padding-bottom:10px; } .jj_name span{ cursor:pointer; padding: 5px; border-radius: 6px;
    overflow: hidden; height: 38px; }
.jj_name span i{ font-size:28px; } .jj_name span:hover{ background: #f1f1f1;  }
.jj_info{ padding:0px; margin:0px; }
.jj_info p{ font-family: inherit; font-size: 16px; font-weight: 500; color: #333; display: inline-flex; padding-bottom: 10px; width:100%; }

.jj_info p i{ font-size:22px; margin-right:5px; }
.jj_info p em{ font-style:normal; font-size:16px; font-weight:700; font-style:normal; }
.pic_jj{ padding:0px; margin-bottom:30px; }
.jj_row{ display:flex; flex-wrap:wrap; padding:0px; margin:0px; }
.jj_colmn{    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 10px; } .jj_colmn1{ max-width:100%; flex-basis:100%; padding:10px; }
.jj_colmn3{ max-width:33.33%; flex-basis:33.33%; padding:10px; }
.jj_colmn4{ max-width:25%; flex-basis:25%; padding:10px; }
/*.jj_colmn picture, .jj_colmn3 picture, .jj_colmn4 picture{ border-radius:20px; overflow:hidden; display: block;  max-height: 260px; height: 100%; cursor: pointer;}*/
.jj_colmn picture, .jj_colmn3 picture, .jj_colmn4 picture {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 170px;
    cursor: pointer;
}
.jj_colmn picture img, .jj_colmn3 picture img, .jj_colmn4 picture img{ width: 100%; object-fit: cover; height: 100%; }
.jj_box .jj_colmn3 picture, .jj_box .jj_colmn4 picture{ height: 150px; position: relative;}
.overlay-img{ position:absolute; width:100%; top:0px; bottom:0px; background:rgba(0,0,0,0.7); color: #fff; text-align: center; display: flex; align-items: center;
justify-content: center; font-size: 17px; font-family: inherit;}
.profile_banner{ border-radius: 10px;
    overflow: hidden;
    height: 360px;
    margin-bottom: 15px;
    border: 4px solid #d2bb78;}
.profile_banner img{     object-fit: cover;
    width: 100%;
    object-position: center;
    height: 100%; }
/*.leftside{ padding-right: 2.5rem;
            max-width: calc(100% - 28rem);
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }*/
        .leftside {
    padding-right: 1.2rem;
    max-width: calc(100% - 28rem);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.navbar_dhiw{ padding: 0px; border-bottom:1px solid #ddd; margin-bottom:30px; background: #fff;  position: relative;
    z-index: 1; margin-top: 15px;}
.navbar_dhiw ul{ padding:0px; margin:0x; }
.navbar_dhiw ul li{ display:inline-block; padding:0 15px; ; margin:0px; }
.navbar_dhiw ul li a{ font-family:inherit; font-size:18px; color:#333; display:block; padding: 0 0px 10px 0px;}
.navbar_dhiw ul li.active a{ border-bottom:3px solid #d2bb78; color: #d2bb78;}
.jj_offer{ padding:15px; border-radius:10px; border:1px solid hsl(180, 3%, 94%); position:relative; cursor:pointer; }
.jj_offer:hover{ background:#f4f4f5; }
.jj_box{ margin-bottom:30px; padding: 0px;}
.jj_offimg{ float:left; padding-right:15px; margin:0px; } .jj_offimg img{ height:40px; }
.jj_offarrw{ float:right; }
.jj_offtext{ font-family:inherit; font-size:18px; color:#000; font-weight:500; padding-right:40px; overflow:hidden; }
.jj_offtext em{ display:block; font-style:normal; font-size:14px; color: #808081; font-weight: 400;}
.jj_offarrw{ position: absolute; top: 25px; right: 15px; }
.text_jj_title{ font-family:inherit; font-size:28px; color:#d2bb78; font-weight:600; display:block; margin-bottom:15px; }
.text-sub{ font-size: 23px !important; font-weight: 500 !important; margin-bottom: 10px !important; }
.jj_box picture{ max-height: 220px; }
.pic_info{ margin-top:15px; display:block; }
.pic_info h2{ font-family:inherit; font-size:22px; color:#000; font-weight:500; }
.pic_info span{ font-family:inherit; font-size:17px; color: hsl(206, 18%, 35%)}
.cuisine_type{ border: 1px solid hsl(180, 3%, 94%); border-radius: 10px; width: 100%; margin: 30px 0 0;}
.cuisine_row{ padding: 15px; border-bottom: 1px solid #ddd; } .cuisine_row:last-child{ border-bottom:0px; }
.vmap iframe { border-radius:30px; }
.text_jj{ font-family:inherit; font-size:18px; color:#333; padding-top:10px; display:block; }
.css-1j37xvn{ font-family:inherit; font-size:15px; color:#333; }
.jj_ksfhkl{ display:block; padding:15px; }
.jj_ksfhkl p{ font-family:inherit; font-size:18px; color:#000; display: inline-block; padding-bottom: 10px;}
.jj_ksfhkl p span{ background:#e0effa; color:#316089; font-size:14px; padding:5px 15px; border-radius:50px; margin-left:10px; }
.css-1j37xvn{ font-size:16px; color:#666; }
.show-more{ border-radius:40px; font-family:inherit; font-size:16px; border:0.0625rem solid rgb(126, 142, 154); color:#000; background: transparent;}
.show-more:hover{ background:rgb(126, 142, 154); color:#fff; }
.pt-0{ padding-top:0px; }
.bm29qb {
    margin-bottom: 2.5rem;
}
.css-1fobf8d {
    margin-bottom: 1.5rem;
}
.css-1t2f8tu {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.css-1t2f8tu:last-of-type {
    padding-bottom: 0;
}
.ncrw83 {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-bottom: 15px;
}
.m9tsd16b {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    margin-bottom: 0.125rem;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: inherit;
}
.css-1tnp2vg {
    font-family: inherit;
    color: hsl(206, 85%, 5%);
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500;
    margin-left: auto;
    padding-left: 0.5rem;
}

.css-clmep2 {
    font-family:inherit;
    color: #333;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 500;
    display: inline;
    padding-right: 0.5rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main_ihir9rw{ -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
    margin: auto;
/*    max-width: 66rem;*/
    
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    border-radius: 10px;*/
  }
.css-1ih0jmq {
    font-family: inherit;
    color: hsl(206, 18%, 35%);
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    padding-right: 2.5rem;
    margin: 0;
}  

.right_sidebar
{
    
    padding: 10px;
    margin-top: 0;
    width: 28rem; 
} 
.sfhks{ box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    border-radius: 10px; padding: 15px;
/*    height: 100%; */
}
.GFSFGSG{ 
    text-align: center;
    padding: 3px 10px;
    border-radius: 40px;
    border: 1px solid #ddd;
    display: flex;
    margin: 0 auto 5px;
    justify-content: center;
    max-width: 220px;
} 

.hfg{ float: right;
    position: relative;
    top: -35px; }          

/* accordion start*/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  padding: 10px;
}

.accordion .accordion-item {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: 1px solid var(--border-color);
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 500; font-size: 17px;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: var(--transition);
}

.accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

#reservation{
  text-align: center;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  min-height: 0;
}
.accordion-ul{ padding:0px; margin: 0px 0 0 35px; }
.accordion-ul li{ font-family: inherit; font-size: 15px; font-weight: 400 !important; list-style: circle; color: #606272;}
.accordion-item-header-title i{ vertical-align:middle; margin-right: 10px; position: relative; top: -4px; font-size: 28px;} 

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
  
  line-height: 1.5;
  font-size: 16px;
    color: #606272;
    display: inline-block;
    padding: 10px 15px;
}

/* accordion end */

.nva_bar_menu{ display:block; width: 100%; padding: 0px; margin: 0px 0 20px 0; background:#fff;  }
.nva_bar_menu ul{ padding:0px; margin:0px; }
.nva_bar_menu ul li{ font-family:inherit; font-size:14px; color:#333; display:inline-block; margin:0 10px; }
.nva_bar_menu ul li a{ font-size: 17px; display: block; padding: 10px 15px; margin: 0px; color: #000; }
.nva_bar_menu ul li:hover a{ background:#ececec; border-radius:50px; }
.nva_bar_menu ul li a.active {
background: #f7fffa;
    border-radius: 50px;
    color: #6c937a !important; 
}
.fixed {
    position: sticky;
    top:0; left:0;
    width: 100%; z-index:1; padding-top:10px; }
.fixedd {
    position: sticky;
    top:49px; left:0;
    width: 100%; z-index:1;
  padding: 10px 0 10px;
}


/* cart open */
.cart-icon {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  width: 30px;
  height: auto;
  right: 30px;
  top: 27px;
  padding: 5px;
  z-index: 40;
  opacity: 0.5;
}
.cart-icon:hover {
  opacity: 1;
}
.cart-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}
.cart-container {
  background: white;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 0;
  z-index: 50;
  max-width: 100%;
  width: 100%;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media (max-width: 425px) {
  .cart-container {
    max-width: 100%;
    left: 0;
  }
}
.cart-container.show-cart {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cart-container.hide-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.cart-container .cart-title h3 {
     border-bottom: solid 1px #3c3c3c38;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.cart-title{ position:relative; }
.cart-container .close-cart {
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 3px 0 7px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.item{display: flex; width: 100%; justify-content: center; align-items: center; text-align: center; flex-wrap: wrap;
/*    min-height: calc(100vh - 205px);*/
}
.cart-container svg {
  height: auto;
  width: 100%;
}
.cart-info p{ font-family:inherit; font-size:50px; color:#000; font-weight:600; }
.cart-info span{ font-family:inherit; font-size:16px; color:#000; }
.cart-container .bottom-container {
  background: #white;
  width: 100%;
  padding: 30px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.cart-container .bottom-container h4 {
  border-top: solid 1px #3c3c3c;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cart-container .bottom-container p {
  position: absolute;
  right: 50px;
  top: 45px;
}
.cart-container .bottom-container .btn.checkout {
  background: #f0282a;
  display: block;
  text-align: center;
  color: white;
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: auto; line-height: normal;
}
.cart-container .bottom-container .btn.checkout:hover {
  background: #a96f2e;
  text-decoration: none;
}
.overlay {
  background: #1e1e1e;
  opacity: 0.8;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  display: none;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* cart close */

/* tabs */
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  flex-basis: 100%;
    max-width: 100%;

}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #ddd;
    border-radius: 40px;
    margin: 0 5px;
    font-family: inherit;
    font-size: 15px;
}

ul.tabs li.current{
  color: #2196F3;
    border: 1px solid #2196F3;
}

.tab-content{
  display: none;
/*  background: #ededed;*/
 
}

.tab-content.current{
  display: inherit;
}

/* tabs end */

#horizontal-nav {
  display: grid;
  grid-template: auto/auto 1fr auto;
  align-items: center;
}

#horizontal-nav * {
  box-sizing: border-box;
}

#horizontal-nav ul,
#horizontal-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#horizontal-nav .btn-prev,
#horizontal-nav .btn-next {
  transition: all 0.3s ease;
  cursor: pointer;
}

#horizontal-nav .btn-prev.hidden,
#horizontal-nav .btn-next.hidden {
  opacity: 0;
  pointer-events: none;
}

#horizontal-nav .btn-prev,
#horizontal-nav .btn-next,
#horizontal-nav .btn-prev svg,
#horizontal-nav .btn-next svg {
  width: 40px;
  outline: none;
}

#horizontal-nav .btn-prev {
  transform: scale(-1, 1);
}

#horizontal-nav .btn-prev svg,
#horizontal-nav .btn-next svg {
  width: 40px;
}

.menu-wrap {
  width: 100%;
  position: relative;
  height: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 300%, 0% 500px);
  --border: 1px solid #d2e6d8;
}

.menu {
  display: grid;
  grid-template: auto/auto;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  align-items: start;
  gap: 14px;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 40px;
}

.pill {
  color: #333;
/*  background-color: #effaf2;*/
  border: var(--border);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px !important;
}

#horizontal-nav .list-item {
  position: relative;
  font-family: inherit;
}

#horizontal-nav .list-item a {
  white-space: nowrap;
  color: #333;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

#horizontal-nav .list-item:hover > a {
  background-color: transparent;
}

#horizontal-nav .list-item.has-submenu:hover > a {
  border-radius: 50px;
}

#horizontal-nav .list-item.has-submenu:hover::after {
  content: "";
  width: calc(100% - 2px);
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translatey(3px);
  z-index: 1;
  border-left: var(--border);
  border-right: var(--border);
  background-color: #def1e3;
}

#horizontal-nav .dropdown:after {
  content: " \25bc";
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  transition: all 0.25s ease;
  transform: translatey(-10px);
  display: grid;
  grid-template: auto/1fr;
  gap: 7px;
  border-radius: 0 15px 15px;
  background-color: #def1e3;
  min-width: calc(100% + 7px);
}

#horizontal-nav .list-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#horizontal-nav .list-item .sub-menu li:hover a {
  color: #000 !important;
}
.book-title{
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 0 5px 0;
    color: #000; 
border-bottom: 1px solid #ddd; position: relative;
    margin-bottom: 30px;}
.book-title:after{ content:""; position:absolute; left:0px; width:80px; height:2px; background: #ea2237; bottom: 0px; }

.dropdown_group{ background:#fff; box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px 0px; border-radius: 40px; border: 2px solid rgb(87 133 62);
width: 100%; display: flex;}

.dropdown_selector {height: 77px;
    position: relative;
    width: auto;
    border-radius: 4px;
    flex: 1 1 auto;
    padding: 8px 25px 8px 25px; border-right: 1px solid #ddd;}
.dropdown_selector:last-child{ border-right:0px; }    

.dropdown_group p{ font-size: 13px;
    letter-spacing: -0.2px;
    line-height: 16px;
    font-family: inherit;
    color: #7578a7;
    text-transform: uppercase;}  
.dropdown_selector i{ position:absolute; top:36px; right:20px; color:#333; font-size:28px; }  
.dropdown_selector select{ width:100%; min-width:230px; font-size: 20px;     appearance: none; font-weight: 500;
    height: 77px;
    left: 0px;
    letter-spacing: -0.22px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2; padding: 25px 0px 0px 25px; background-position-y: unset;  background-size: 12px; background: transparent; border: 0px; cursor: pointer;}

.dropdown_group__selector--date {
        height: 77px;
        min-width: 230px;
        padding-left: 20px;
        padding-top: 8px;
        color: rgb(42, 42, 42);
    display: flex;
    font-family: inherit;
    font-weight: 400;
    order: 3;
    text-align: left;
    }
.DropdownGroup__selector--party {
    order: 1;
}
.DropdownGroup__selector--time {
    order: 5;
}
.DropdownGroup__selector--date--selection{  
    cursor: pointer;
    font-family:inherit;
    font-size: 17px; font-weight: 500;
    height: 77px;
    left: 20px;
    letter-spacing: -0.22px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2; padding: 20px 0px 0px;}


.DropdownGroup__selector--date--selection input{ cursor: pointer;
    font-family: inherit;
    font-size: 17px; font-weight: 500;
    height: 77px;
    left: 0px;
    letter-spacing: -0.22px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;
    padding: 20px 0px 0px;
    right: 20px; border:0px; background:transparent; box-shadow:none; }    

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 6px 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size:17px;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
    background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: -7px;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {    
    left: 0;    
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}
.ui-datepicker{ background:#fff; }
.offer-row{ box-sizing: border-box;
    min-width: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; 
}

.offer-colmn {
    box-sizing: border-box;
    min-width: 0px;
    overflow: hidden;
    width: max-content;
    position: relative;
    border: 1.5px solid rgb(230, 233, 239);
    border-radius: 12px;
    box-shadow: rgba(28, 28, 28, 0.06) 0px 1px 4px 0px;
    cursor: pointer;
    background-color: #fff;
}

.offer-colmn.active{ background:rgb(255, 245, 246); border: 2px solid rgb(239, 79, 95); }
.offer-colmn.active .ddflKE{ background: rgb(239, 79, 95); border: 1px solid rgb(239, 79, 95); }
.ddflKE i{ display:none; font-size: 17px; } 

.offer-colmn.active .ddflKE i{ display:inline-block; color:#fff }   

.tbl_btn{ background:rgb(239, 79, 95); height:50px; text-align:center; font-family:inherit; font-size:18px; color:#fff; margin-top: 25px;}
.tbl_btn:hover{ background:rgb(239, 79, 95); opacity:0.9; color:#fff; }

.kGqadm {
    box-sizing: border-box;
    min-width: 0px;
    width: 55px;
    height: 55px;
    background-image: url(../img/discount-badge-tag-3d-icon-render-illustration-png.webp);
    background-size: cover;
    background-position: left top;
    position: relative;
    left: -11px;
    top: -13px;
}
.ddflKE {
    box-sizing: border-box;
    min-width: 0px;
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 20px;
    border: 1px solid rgb(175, 180, 192);
    border-radius: 50px;
}

.fUQKVY {
    box-sizing: border-box;
    min-width: 0px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cudlOO {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(41, 49, 66);
    font-size: 12px;
    font-weight: 500;
}
.ipypNy {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(54, 54, 54);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.ipypNyy {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(54, 54, 54);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.iMskfl {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(118, 124, 143);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.disabled { background: #cccccc82; cursor:default; }
.main_booking_table{ background: #f7f8ffe6; padding: 30px; margin-bottom: 20px; border-radius: 10px;
    box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.1); border: 1px solid #ded8fd;}
.tick-g{ display:block; margin: 10px auto; } .tick-g i{ font-size:50px; color:#00AA6C }
.suss893{ text-align:center; }
.suss893 h2{ font-size: 25px; font-weight: 600; color: #000000; letter-spacing: 0.5px; }
.suss893 h3{     font-size: 22px;
    font-family: inherit;
    padding: 10px 0;
    color: #ff2b2bdd; }
.suss893 p{ font-family:inherit; font-size:17px; color:#333; display:inline-block; padding:0 10px; } .suss893 p i{ vertical-align: bottom; padding-right: 10px; font-size: 24px; }
.jhflgh{ padding:10px; border-radius:4px; border:1px solid #ddd; }
/* The Modal (background) */
.ebcf_modal {
    display: none; /* Hidden by default */
    z-index: 9999;
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe; position: relative;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
}

/* The Close Button */
.ebcf_close {
    color: #333;    
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 5px; right: 15px;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} 

/* tab option */
 
.booking-tabs {
  display: flex;
  gap: 10px;
  padding: 0px;
  background: #e7f3ef;
  border-radius: 25px;
  margin-bottom: 20px; 
  font-family: inherit;
  margin-top: 20px;
}

.tab {
    padding: 10px 10px;
    border-radius: 0.75rem;
    background: #e7f3ef;
    cursor: pointer;
    font-weight: bold;
    color: rgb(0, 102, 92);
    position: relative;
    width: 25%;
}

.tab span{ font-size:13px; font-weight: 500; position: relative; z-index: 3;}

.tab.active {
    background: rgb(0, 102, 92);
    color: white;
}

.booking-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  padding: 0 5px;
}
.mb-0{ margin-bottom:0px !important; }

.time-group {
  margin-top: 20px;
}

.time-group h4 {
  margin: 10px 0;
}

.slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.time-slot {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 23%;
  flex-basis: 23%;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  background: white;
  transition: 0.2s ease;
}
.more_guest, .show_more
{ 
    font-family: inherit;
    font-size: 15px;
    color: #222;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    background: #dddddd70;
    border-radius: 40px;
    margin: 20px auto 10px;
    font-weight: 300;
    cursor: pointer;
    width: 100%; 
}
.content{ padding-top:10px; }
.restaurant-information{ position: -webkit-sticky;
        position: sticky;
        top: 1rem }

.tabs_ac::after {
        content: "";
    position: absolute;
    width: 1.8rem;
    height: 1.7rem;
    border-radius: 0.25rem;
    z-index: 1;
    transform: rotate(45deg);
    background-color: rgb(0, 102, 92);
    transform-origin: right top;
    right: calc(-13px);
    top: 50%;
}

.time-slot.selected {
  border: 2px solid #000;
}

.discount {
  background: black;
  color: white;
  font-size: 11px;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 5px;
  display: block;
}


.calendar {
  font-family: inherit;
  max-width: 400px;
/*  margin: auto;*/
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  margin-bottom: 10px;
}

.calendar-header button{ width:40px; height:40px; background: #efefef; color: #222;} 
.calendar-header button i{ vertical-align:sub; }

.calendar-days,
.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 8px;
  padding-bottom: 15px;
}

.calendar-days div {
  font-weight: 500;
}

.date {
  border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 5px;
    height: 52px;
    position: relative;
    cursor: pointer;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
}

.date span {
  display: block;
  background: black;
  color: white;
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 2px;
}

.date.selected,.time-slot.time.selected,.time-slot.guest.selected {
  border: 2px solid #000;
}

.calendar-header button:disabled{
    background: #ffffff !important;
    color: #cccccc !important;
    cursor: not-allowed;
    opacity: 0.6;
}
.error_msg {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}

.date.disabled {
  opacity: 0.2;
  pointer-events: none;
  text-decoration: line-through 2px;
}

.bottom_box {
    position: fixed;
    display: none;
    bottom: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 14px 14px 0 0;
    width: 100%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .2);
    z-index: 1;
}
.GSJFG{ display:flex; justify-content:space-between; margin-bottom:10px;  } 
.GSJFG span{ font-family:inherit; font-size:18px; color:#222; } 
.JGDSJFSLFL { display:flex; flex-wrap:wrap; padding:0px; margin: 0px -5px 10px -5px; }
.JGDSJFSLFL li{ flex-basis:33.33%; max-width:33.33%; padding: 0px 5px; text-align: center;}
.JGDSJFSLFL li button{background:rgb(0, 102, 92) !important; color: #fff; border-radius: 10px;}
.footer_bar span{  padding: 5px 0; display: block; text-align: right; text-decoration: underline; font-size: 14px; }
.sclose{ display:none !important; }
/* tab option end */

.mobile{ display:none; }   


@media only screen and (max-width: 960px) { .bottom_box{ display:block; }  .desktop{ display:none; } .mobile{ display:block; }
  .profile_banner{ height:260px; }  .jj_colmn { max-width: 50%; flex-basis: 50%;}
  .leftside{ max-width:100%; padding-right:0px; }
  .main_ihir9rw{padding-left: 0px; padding-right: 0px;}
  .d-logo img{ width:180px; } header, .d-logo{ height:60px; }
  .main_booking_table{ padding: 15px; } .offer-colmn{ width: 48%; margin: 0px 1% 10px;} .offer-row{ gap:initial; }
  .dropdown_selector{ border-bottom: 1px solid #ddd; width:100%; border-right:0px;  } .dropdown_selector:last-child{ border-bottom:0px; }
  .dropdown_group{ flex-wrap:wrap; border-radius: 10px;} .right_sidebar{ padding:0px; } .tab { padding: 10px 5px; }
  .sfhks{ padding:10px; box-shadow:none; } .jj_colmn1{ padding: 10px 0; } 



.sclose{ text-align: right; padding: 10px 10px 0 10px; width: 100%; display:block !important; }

.sidebarcontent {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    background-color: #fff;
    right: -100%;
    top: 0;
    transition: 0.4s;
    padding: 0px 0;
    z-index: 99;
}
.sidebarcontent {
    z-index: 5000;
}
.sidebarcontent {
    display: block;
   
}


}

@media only screen and (max-width: 768px) {
.jj_colmn {
    max-width: 50%;
    flex-basis: 50%;
    padding: 10px;
}

}
.required-label {
    color: red;
}
.terms_condition{
        color: #00665c;
    font-size: 16px;
    margin-top: 15px;
    border-top: 1px dashed #0f6f66;
    padding-top: 5px;
    display: block;
}