.mobile-bottom-nav {
    display: none;
}
#google_translate_element select {
 background:whitesmoke;
 color:black;
 border: none;
 border-radius:3px;
 padding:8px 22px;
 }
 #google_translate_element option {
font-size: 16px;
font-family: system-ui;
font-weight: 500
 }
 .goog-logo-link{
   display:none!important;
  }
 .goog-te-gadget{
 color:transparent!important;
 } 
 .goog-te-banner-frame{
 display:none !important;
 }
 
 #goog-gt-tt, .goog-te-balloon-frame{
     display: none!important;
     }
.goog-text-highlight {
    background: none!important;
    box-shadow: none!important;
    }

.grid-container {
display: grid;
grid-template-columns: auto auto auto;
}
.grid-container::before {
display: none!important;
}
.grid-item {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.card {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: initial;
  box-shadow: 
    1px 3px 3px rgba(0,0,0,0.2),
    -1px -1px 4px rgba(0,0,0,0.2);
  height: auto;
  position: relative;
  transition: box-shadow 130ms ease-in-out;
}

.card:hover {
  box-shadow: 
    2px 6px 6px rgba(0,0,0,0.2),
    -1px -1px 7px rgba(0,0,0,0.2);
}

.rating {
  padding: 0.75em;
}

.rating .star {
  display: inline-block;
  position: relative;
}

.rating .star:before {
  background-color: rgba(0,0,0,0.05);
  box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  content: '';
  height: 12px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 3px;
  width: 12px;
  z-index: 0;
  border-radius: 50%;
}


.rating .star svg {
  fill: white;
  height: 1em;
  position: relative;
  width: 1em;
  z-index: 1;
}

.star.no-fill svg{
  fill: none;
}

.favorite {
  transition: all 111ms ease-in-out;
}

.favorite svg {
  fill: none;
  height: 1em;
  padding: 1px;
  transition: all 111ms ease-in-out;
  stroke: lightgray;
  stroke-width: 12;
  width: 1em;
}

.favorite:hover svg {
  cursor: pointer;
  stroke: tomato;
}

.favorite.js-is-selected svg {
  fill: tomato;
  stroke: tomato;
}

.food-info {
  background-color: white;
  bottom: 0;
  left: 0;
  padding: 2em 1em 2.2em 0em;
  position: absolute;
  right: 0;
  direction: rtl;
}

.food-info p {
  margin: 0;
  font-weight: 500;
}

.food-info p span {
  color: gray;
  font-size: 14px;
}

.food-info .favorite {
  position: absolute;
  left: 10px;
  top: 10px;
}

.img-thumbnail {
    height: 365px!important;
}



    .modal {

    z-index: 10001!important; 
    }

.rtl {
   text-align: right!important;
}
.td-center {

     text-align: center!important;
     vertical-align:  center!important;
     font-size: 17px;
}

.nav {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
font-family: system-ui;
}

.slide-text {

position: relative;
    top: 20%;
    padding-right: 16%;
}

.navbar {
    
    border-radius: 0 ;

}

.center-content{
    display: flex;
    justify-content: center;
}
.blackh2{
    color: white;
}
/*
.text-shadow {
    text-shadow: 1px 1px 4px #000000;
}
*/
.font-18 {
    font-size: 18px;
}

.option {
    font-family: system-ui;

}

#delivery-box {
    display: none;
}

.quantity-div {
  text-align: center;
}
.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

#decrease {
  
  border-radius: 8px 0 0 8px;
}

#increase {
  
  border-radius: 0 8px 8px 0;
}

#input-wrap {
  margin: 0px;
  padding: 0px;
}

input#quantity {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main-menu-box {
    display: flex;
    flex-direction: column;
        align-items: center;
        background: url(../img/food-bg.png) center top no-repeat fixed;
    background-size: cover;
}

.side-menu{
display: grid;
    grid-template-rows: auto;
    grid-auto-flow: column;
}

.menu-name{
    padding: 5px;
    text-align: right;
}
.main-menu-name {
    font-family: system-ui;
    color:white;
    text-align: center;
    font-size: 22px;
}

.menu-link:hover{
    border-bottom: 4px solid goldenrod;
}
.menu-link{
    font-weight: 500;
    color:goldenrod;
    margin-bottom: 10px
}
.menu-link:hover{
color:black;
}

.menu-name h1{
    
    font-size: 14px;
}
.menu-name h1:hover{
    

}
.closebtn{
    display: none
}
.nav-list{
    display: none;
}
.list-btn{
    display: none;
}

.img-thumbnail {
    padding: 2px!important;
}

video {
    width: 100%;
    height: auto;
}


@media (max-width:767px) {

#google_translate_element select {
 background:whitesmoke;
 color:black;
 border: none;
 border-radius:3px;
 padding:8px 22px;
 }
 #google_translate_element option {
font-size: 16px;
font-family: system-ui;
font-weight: 500
 }
 .goog-logo-link{
   display:none!important;
  }
 .goog-te-gadget{
 color:transparent!important;
 } 
 .goog-te-banner-frame{
 display:none !important;
 }
 
 #goog-gt-tt, .goog-te-balloon-frame{
     display: none!important;
     }
.goog-text-highlight {
    background: none!important;
    box-shadow: none!important;
    }

.modal-dialog {
    top: 8%;
}

video {
    width: 100%;
    height: auto;
}

.grid-container {
grid-template-columns: auto;
}

.card {
  height: 355px;
    background-color: white;
}

.food-info {
  bottom: 0;
  left: 0;
  padding: 10px 1em 2.2em 0em;
  position: absolute;
  right: 0;
}


.img-thumbnail {
    height: auto!important;
}
.btn {

    font-size: smaller !important;
}

.cover-slides h1 {
    font-size: 22px;
}

.cover-slides p {
    font-size: 14px;

}
.menu-name h1 {
color:#ddd!important;
}

.nav {
    display: grid;
    text-align: right;
    font-family: system-ui;
    justify-content: center;
    justify-items: center;

}



.navbar-brand {

        height: 65px;
     padding:0;
}



.mob-logo {
        max-width: 30%!important;
        padding: 10px;
        position: relative;
    left: 36%;
}



.section-title {
    font-size: 16px;
}

.page-breadcrumb {
    padding: 130px 0 30px!important; 
}

.flex-center {

display: flex;
    justify-content: center;

}

.pricing-item {
flex-direction: column;
}

.pricing .pricing-item img {
    
    height: 95px!important; 
    margin-bottom: 1px!important;
}

.pricing .pricing-item .pricing-item-details {

display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 3px;
}

.pricing .pricing-item .pricing-item-details h3 {
    padding: 0;
    margin: 0;
    font-size: 14px!important;
    font-weight: 500;
}

.edit-btn {
font-family: system-ui;
padding: 5px 18px!important;
}

.pricing .pricing-item .pricing-item-details p {
    font-size: 11px!important;
    margin: 0;
    text-align: right;
}


.side-menu{
display: flex;
    flex-direction: column;
        padding-top: 35px;
        align-items: center;
}

.main-menu-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.menu-name{
    text-align: center;
}
.main-menu-name {
    font-family: system-ui;
    color:white;
    text-align: center;
    font-size: 18px;
        font-weight: 500;

}


.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #211607;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.side-menu a {
  padding: 6px 0px 6px 0px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  transition: 0.4s;
  display: flex;
    justify-content: flex-end
}

.side-menu a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  margin-left: 0;
}
.nav-list{
    display: block;
    font-size:20px;
    cursor:pointer;
    position:absolute;
    right: 0;
}
.list-btn{
    display: block;
}


/* end demo only */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 50px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav i {
    font-size: 20px;
}
.mobile-bottom-nav a {
color: inherit!important;
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

}