#toast-container{
      display:block;position:fixed;z-index:10000;}
    @media only screen and (max-width: 600px){
      #toast-container{min-width:100%;bottom:0%}
    }
    @media only screen and (min-width: 601px) and (max-width: 992px){
      #toast-container{left:5%;bottom:7%;max-width:90%}}
      
    @media only screen and (min-width: 993px){
      #toast-container{top:10%;left:7%;max-width:86%}}
      .toast {
    border-radius: 2px;
    top: 0;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    background-color: #d1aa4b;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
}
.toast .btn,.toast .btn-large,.toast .btn-flat{
  margin:0;margin-left:3rem}
  .toast.rounded{border-radius:24px}
  @media only screen and (max-width: 600px){.toast{width:100%;border-radius:0}}
  @media only screen and (min-width: 601px) and (max-width: 992px){.toast{float:left}}
  @media only screen and (min-width: 993px){.toast{float:right}}
/* Custom CSS for shaking effect */
.shake {
  animation: shake 0.5s;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(8px); }
  50% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
  100% { transform: translateX(0); }
}
.flip-horizontal {
  transform: rotateY(90deg);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.flip-horizontal.show {
  opacity: 1;
  transform: rotateY(0deg);
}

/* CSS */
.modal::-webkit-scrollbar {
  /* WebKit-based browsers */
  opacity: 0;
}

.modal::-webkit-scrollbar-track {
  /* WebKit-based browsers */
  background-color: transparent; /* Set to transparent to hide the track */
}

.modal::-webkit-scrollbar-thumb {
  /* WebKit-based browsers */
  background-color: transparent; /* Set to transparent to hide the thumb */
}

.modal {
  /* For other browsers */
  scrollbar-width: none; /* Hide scrollbar for Firefox and other browsers */
}
.callholder{
    position: absolute;
    padding-top: 12px;
    padding-right: 2px;
    right: 5px;
    cursor: pointer;
    border-radius: 50%;
    top: 6px;
    color:#fff;
}
.callholder p{
    text-align:center;
}
.callholder i {
    color: #e6bb51;
    font-size:2em;
}
.cartholder{
    position: absolute;
    padding-top: 90px;
    padding-right: 2px;
    right: 4px;
    cursor: pointer;
    border-radius: 50%;
    top: 5px;
    color:#fff;
    font-family:IRANSans,Helvetica, sans-serif;
}
.cartholder p{
    text-align:center;
}
.cartholder i {
    color: #e6bb51;
    font-size:2em;
}

 .required{
         border: 2px solid #ff1f38;
     }
     #deskNum{
         font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.25rem;
    font-family: tahoma;
    text-align: center;
     }
     .checkout-pay-bank-selection{
         border-radius: 12px;
    box-shadow: 0 4px 20px hsla(207, 9%, 58%, .15);
     }
     
.custom-control-label::before{
    right:-0.5rem;
    width:1.25rem;
    height: 1.25rem;
}
.custom-control-label::after{
    right:-0.5rem;
    width:1.25rem;
    height: 1.25rem;
}
.bank-logo img {
    height: 20px;
    width: 20px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #695425;
    background-color: #e4c580;
}
.cartImg img {
    max-width: 30px;
    border-radius: 5px;
}
.cartImg{
    display:block;
}

.cartName{
    font-size: 0.8rem;
}
#orderFoods{
    padding-inline-start: 5px;
}
#orderFoods li {
    border-bottom: 1px dashed #afafaf;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size:0.8rem
}
#currentOrderIcon {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 70px;
}
#currentOrderIcon i{
    background: #fff;
    border-radius: 50%;
    font-size: 35px;
    color: #d1aa4b;
    padding: 14px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}
#currentOrderIconCount{
     right: 2px;
    position: absolute;
    top: -2px;
}   

#orderStatus,#orderNumber,#orderTime,#orderDeskNum{
width: 170px;
    padding-left: 30px;
    float:left;
}

.menu-page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    max-width: 100vw;
    max-height: 100vh;
    overflow-y: hidden;
    transition: opacity ease-in-out 0.75s; /* Transition on opacity */
    -webkit-transition: opacity ease-in-out 0.75s;
    -ms-transition: opacity ease-in-out 0.75s;
    opacity: 1; /* Initial visible state */
   
}



.menu-page.hide {
    opacity: 0; /* Fully transparent */
}

.logo-holder-main {
    width: 170px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.logo-holder-main img {
    max-width: 170px;
}

.buttons-holder {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    max-width: 300px;
    margin: 0 auto;
}
.text-holder {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    max-width: 300px;
    margin: 0 auto;
}

#gotomenu {
    background: #132823;
    color: #fff;
}

.buttons-holder a {
    display: block;
    text-align: center;
    font-family: yekan, Helvetica, sans-serif;
    padding: 10px;
    margin-bottom: 5px;
    border: 2px solid #132823;
    text-decoration: none;
    color: #132823;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.text-holder a {
    display: block;
    text-align: center;
    font-family: yekan, Helvetica, sans-serif;
    padding: 10px;
    margin-bottom: 5px;
    border: 2px solid #132823;
    text-decoration: none;
    color: #132823;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.buttons-holder a:hover {
    background-color: #132823;
    color: #fff;
}