
#nav_menu34{white-space:nowrap;}
#nav_menu34 ul.sub-menu{white-space:normal;}

.food-menu .food-menu-order{
    position:absolute;right:20px;
}

.food-menu .food-menu-order a.go-to-order-items{
    background-color: var(--classic-color-1);
    border-radius: 4px;    
    box-sizing: border-box;
    clear: both;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 6px;
    opacity: 0.8;
    padding:4px 20px;    
    transform: translateY(-10px);    
    transition: all .21s cubic-bezier(.5,.5,.4,.9);
}

.food-menu .food-menu-order a.go-to-order-items:hover{
    transform: translateY(0);
    opacity: 1;
    transition: all .21s cubic-bezier(.5,.5,.4,.9);
}

.food-menu-img {
    float: left;
    width: 80px;
    margin-left: 10px;
}
.food-menu-img img {
    object-fit: cover;
    height: 80px !important;
    width: 80px;    
    border-radius: 100%;
    vertical-align: middle;
}

.food-menu-content-title-line{bottom:16px;}
.food-menu-content-title-holder h3{font-size:20px;}
.food-menu-tooltip-content{
    color:#FFF;
    font-size: 18px;    
    box-sizing: border-box;
}
.food-menu-tooltip-content ul li img{
    fill: var(--classic-color-1);
    height: 24px;
    width: 24px;
    margin-right:6px;
}

.food-menu-tooltip-templates-content *{color:#fafafa;}
.food-menu-tooltip-templates-content .menu_desc{max-width:560px}

.function-model-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.function-model-detail{            
    flex: 1 0 24%;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 1px;
    margin-top: 1px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    height: 250px;
}

.funcion_container_small {
    left:0;
    z-index: 8;
    background-color: var(--menu-color);
    width:100%;
    height:auto !important;
    position: fixed;
    top: 100px;
    display:none;
}
.one {
    clear:both;foat:left;position:relative;
    width: 100%;
    box-sizing: border-box;
}
.function-model-detail-small {
    flex: 1 0 20%;
    font-weight: bold;
    height: 38px;
    cursor: pointer;
    display: block;
}
.funcion_container_small p {
    width: 100%;
    z-index: 2;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--menu-fore-color);
    margin: 0px;    
    display: inline-block;
    text-transform: uppercase;
}
.function-model-detail:hover img {
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}
.function-model-detail h3{font-weight:900;font-size:24px;letter-spacing: 1px;text-transform: uppercase; white-space: nowrap;overflow: hidden;}
.function-model-detail img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    /* max-width: 100%; */
    height: 100%;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ppb_menu_subtitle{margin-bottom: 22px;}

.mfp-tt-content{
      padding:32px;
  }    

.view-info-menu{display:none;}

.mobile-view-info-icon{display: none;}

.food-menu-desc{text-align:left;}

.footer-contact-block *{color:#FFF;}

.popup-tab-content-login .sign-in-form .row, .popup-tab-content-login .forgot-form .row{margin-left: 0;margin-right: 0;}

#footer-wrapper a{color:#FFF;}
#footer-wrapper a:hover{color:var(--classic-color-1)}
#footer-wrapper .footer-right-col a, .footer-copyright-text{font-weight:normal;font-size:15px;margin-right:12px;}
#footer-wrapper .footer-right-col a:last-child{margin-right:0;}

/*
.short_info {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
}

.short_info h3{color:#FFF;}

.not-padding {
    padding: 0px !important;
    position: relative !important;
    cursor: pointer;
}        

select {
    padding: 13px 10px 13px 10px;
    font-size: 100%;
    font-family: 'Alumni Sans', 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif;
    margin: 0;
    font-size: 16px;
    color: #222222;
    background: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transition: border-color linear .3s;
    -moz-transition: border-color linear .3s;
    -o-transition: border-color linear .3s;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

select.with-border {
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
}
input, textarea {
    font-family: 'Alumni Sans' ,Lato, Helvetica, Arial, sans-serif;
    
}
input, input[type=text], input[type=password], input[type=email], input[typebutton=number], select {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #222222;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    margin: 0 0 16px;
}
textarea {
    height: 100px;
    padding: 5 20px;
    outline: none;
    font-size: 18px;
    color: #222222;
    letter-spacing: 1px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    margin: 0 0 16px;
}


.svg-restaurant-menu {
    fill: var(--classic-color-1);
    height: 24px;
    width: 24px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

#footer-wrapper a{color:#FFF;}
#footer-wrapper a:hover{color:var(--classic-color-1)}
#footer-wrapper .footer-right-col a, .footer-copyright-text{font-weight:normal;font-size:15px;margin-right:12px;}
#footer-wrapper .footer-right-col a:last-child{margin-right:0;}

ul.happyhour-list{
    list-style: none;
    margin-top:20px;
}
ul.happyhour-list li{
    white-space: nowrap;
}
ul.happyhour-list li span{
    margin-left: 50px;    
    letter-spacing: 0px;
    font-weight: 400;
    order: 2;
    float:right;
}

.footer-text-middle{
    margin-top:15px;font-size:20px;text-transform:uppercase;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.justify-content-center {
    justify-content: center;
}
.signup-section
{
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.signup-section a
{
    color: var(--classic-color-1);
}

.button.full-width {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
}
.button.button-sliding-icon {
    padding-left: 20px;
    padding-right: 10px;
}

#page-content-wrapper p{font-size:20px;}
.menu-main-menu-container li.menu-item a{font-size: 22px;font-family: 'Alumni Sans';}
.menu-main-menu-container li.menu-item a:hover{background:none;}

.svg-fore-menu {
    fill: var(--menu-fore-color);
    height: 40px;
    width: 40px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.white-popup {
    position: relative;
    background: #262626;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;    
  }
  .mfp-tt-content{
    border: dotted 0px white;border-radius:8px;
  }

  .tooltipster-sidetip.tooltipster-shadow .tooltipster-box{
      background:#262626;
  }
  .menu-dialog-with-tabs
  {
      padding: 0;
      color: white;
      max-width: 600px;
      box-shadow: 0 0 25px rgb(0 0 0 / 25%);
      background: #262626;
      text-align: left;
      margin: 40px auto;
      position: relative;
      box-sizing: border-box;
      border-radius: 8px;
      border: dotted 1px white;
  }
  
  .menu-dialog-with-tabs .mfp-close i.fa{
      background-color: var(--classic-color-1) !important;
      color: #FFF;
      font-size:24px;
      width:30px;height:30px;
      border-radius:30px;margin:10px 10px 0 0;
      line-height:30px;
  }
  
  */


/****=======================================================*****/
/* modal dialog style, for item ino popup */