body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #111;
    background-image: url('https://i.ibb.co/dkLfJsN/BG-3.jpg');
    background-position: center;
    background-size: auto;
    color: #fff;
}
.card {
    background-color: #111111b3;
}
.open-modal.close{
    background: #000;
    padding: 10px 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 67%;
    opacity: 0.7;
    color: #fff;
}
.open-modal.close:hover{
    opacity: 1;
}
.modal-content{
    background-color: #111111;
}
.clear{
    clear: both;
}
img {
    max-width:100%;
}
a:hover{
    text-decoration: none;
}
.noleft{
    padding-left: 0;
}
.nomarge-pad{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.row{
    margin: 0;
}
.nopadding{
    padding: 0;
}
.select2-container .select2-selection--single{
    height: 36px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.select2-container{
    margin-bottom: 20px;
}
.select2{
    width: 100% !important;
    border-radius: 31px;
    overflow: hidden;
}
.breadcrumb{
    background: none;
}
.breadcrumb li{
    color: #fff !important;
    font-size: 14px;
}
.breadcrumb li a{
    color: #ffea0b;
}
.newHead-title{
    position: relative;
    text-align: center;
    padding: 20px 0;
}
.newHead-title h6{
    color: #ffea0b;
    margin: 0;
    text-transform: uppercase;
}
.newHead-title h3{
    color: #fff;
    max-width: 25%;
    margin: 5px auto;
}
.newHead-title a{
    color: #ffea0b;
    text-decoration: underline;
    font-size: 14px;
}
.newHead-title::after{
    content: '';
    position: absolute;
    width: 33%;
    height: 2px;
    background: #ffea0b;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.newHead-title::before{
    content: '';
    position: absolute;
    width: 33%;
    height: 2px;
    background: #ffea0b;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}
 
::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

/***** HEADR *****/
#header{
    box-shadow: 0px 0px 20px -11px;
}
#header .top{
    background: #ffea0b;
    padding: 10px;
}
#header .top p{
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
#header .top p span{
    color: #353535;
}
#header .top p a{
    color: #353535;
}
#header .top p.center{
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}
#header .navbar{
    background: #353535;
    padding: 0 5px;
}
#header .navbar .logo-img{
    position: relative;
    width: 200px;
    height: 75px;
}
#header .navbar .logo-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#header .navbar .navbar-nav{
    margin: 0 auto;
}
#header .navbar .navbar-nav .nav-link{
    color: #fddc0a;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 15px;
}
#header .navbar .navbar-nav .order-btn{
    padding: 10px 50px;
    border-radius: 50px;
    background: #fddc0a;
    margin: 0 35px;
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
#header .navbar .dropdown-menu{
    background: #353535;
}
#header .navbar .dropdown-menu .dropdown-top{
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 700;
    color: #ffea0b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 0;
    text-transform: uppercase;
}
#header .navbar .dropdown-menu .dropdown-item{
    color: #fff;
    font-size: 15px;
    text-align: center;
}
#header .navbar .dropdown-menu .dropdown-item:hover{
    background: #ffea0b;
    color: #353535;
    transition: all 0.5s ease-in-out;
}
#header .navbar .dropdown-menu .dropdown-divider{
    margin: 0;
}
#newHeader{
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 5px;
    min-height: 110px;
}
#newHeader.normal-nav{
    position: relative;
    box-shadow: 0 0 20px -11px;
}
#newHeader .navbar {
    background: none !important;
    padding: 15px 0;
}
#newHeader .navbar ul{
    margin: 0 auto;
    padding: 0;
}
#newHeader .navbar ul li{
    margin: 0 5px;
    background-image: url(../images/icons/buttons2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: auto;
    padding: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
#newHeader .navbar ul li a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
}
#newHeader .navbar ul li a img{
    width: 20px;
    margin-left: 10px;
}
#newHeader .navbar ul li:hover{
    background-image: url(../images/icons/buttons1.png);
}
#newHeader .navbar ul li a:hover{
    color: #000;
}
#newHeader .navbar ul li a.dropdown-item{
    
color: #ffea0b;
    
font-size: 15px;
}
#newHeader .logo-img{
    position: relative;
    width: 100%;
    height: 70px;
}
#newHeader .logo-img img{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#newHeader .right{
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 15px 0;
    text-align: center;
}
#newHeader .right li{
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 0 6px;
    position: relative;
}
#newHeader .right li img{
    max-width: 25px;
}
#newHeader .right li.hotline-img img{
    max-width: 100px;
}
#newHeader .right li .crosshairs{
    width: 50px;
    max-width: 60px;
}
#newHeader .right li .crosshairs.eng{
    display: none
}
#newHeader .right li img:hover{}
#newHeader .right li .btn{
    background: none;
    border: none;
    padding: 0;
}
#newHeader .right li .dropdown-menu{
    background: #131313;
    border-radius: 0;
}
#newHeader .right li .country-box{
    background: #131313c4;
    width: 250px;
    height: 250px;
    border: 1px solid #ffe700;
    border-radius: 10px;
}
#newHeader .right li .dropdown-toggle::after{
    display: none;
}
#newHeader .right li span{
    color: #fbd700;
    padding-right: 5px;
    font-size: 14px;
}
#newHeader .right li .dropdown-menu a{
    color: #fbd700;
    border-radius: 0;
}
#newHeader .right li .dropdown-menu a:hover{
    background: #fbd700;
    border-radius: 0;
    color: #000;
}
#newHeader .right li span.cross{
        background: #252525;
    position: relative;
    color: #fff;
}
#newHeader .right li .country-box h6{
    text-align: center;
    color: #fff;
    margin: 15px 0;
    font-size: 14px;
}
#newHeader .right li .country-box ul{
    padding: 0;
    text-align: center;
}
#newHeader .right li .country-box .count{
    text-align: center;
    margin: 10px auto;
    display: block;
    max-width: 37px;
}
#newHeader .right li .country-box .img-icon{
    text-align: center;
    margin:  0 auto;
    display: block;
}
#newHeader .right li .country-box span{
    color: #fff;
    display: block;
}
#newHeader .right li .country-box li{display: inline-block;text-align: center;}
#newHeader .right li .country-box a{
    display: inline-grid;
    cursor: pointer;
}
#newHeader .right li .country-box a:hover{
    background: initial
}
#leftNavbar {
  position: fixed;
  width: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: 0.5s all ease-in;
  display: none;
  overflow-y: scroll;
  z-index: 99999999999;
  background-color: #111;
  background-image: url(../images/icons/BG-3.jpg);
  background-position: center;
  background-size: cover;
  }
  @media only screen and (max-width: 650px) {
    #leftNavbar {
      width: 70% !important;
      } 
      body{
      background-image: url('https://i.ibb.co/LpNDBk2/bg-mobile.jpg');
      }
  }
  @media only screen and (max-width: 400px) {
    #leftNavbar {
      width: 75% !important; } }
  #leftNavbar .closeLeft {
    padding: 20px 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: right;
    color: #fff; }
  #leftNavbar ul {
    padding:  0;
    }
    #leftNavbar ul li {
      margin: 15px;
      }
      #leftNavbar ul li .activeLink {
        color: #01588E; }
      #leftNavbar ul li a {
        width: 100%;
        display: block;
        font-weight: 600;
        color: #ffe700;
        font-size: 18px;
        }
        #leftNavbar ul li a:hover {
          color: #fff;
          text-decoration: none;
          transform: translate(10px 10px);
          background: inherit;
          }

#leftNavbar .collapse{padding: 5px 0;}
#leftNavbar .collapse .card-body{background-position: center;border: 1px solid #666;background: #111111b3;}
#leftNavbar .collapse li a{
    font-weight: 500;
    color: #1e2331;
    font-size: 16px;
}
#leftNavbar .collapse ul{
    padding: 0;
    list-style: none;
    font-size: 14px;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffea0b;
  margin: 6px 0;
  transition: 0.4s; }
.openLeft{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: block;
    top: 20px;
}

#newHeader .right li .crosshairs {
    width: 40px;
}

#newHeader .right li img {
    max-width: 31px;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }
.change .bar2 {
  opacity: 0; }
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

#leftNavbar .right{
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0px 0;
}
#leftNavbar .right li{
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}
#leftNavbar .right li.hotline-img img{
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
    display: block;
}
#leftNavbar .right li img{
    max-width: 34px;
}
#leftNavbar .right li img:hover{}
#leftNavbar .right li .btn{
    background: none;
    border: none;
    padding: 0;
    color: #f49a04;
}
#leftNavbar .right li span{
    color: #fbd700;
    padding-right: 5px;
}

/***** HEADR *****/
/***** SLIDER *****/
#slider {
    position: relative;
    width: 100%;
    height: 330px;
}
.carousel, .carousel-inner, .carousel-item{
    height: 100%;
}
#slider img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto !important;
}
#slider .carousel-indicators{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    align-items: center;
    margin: auto;
}
#slider .carousel-indicators li{width: 15px;height: 15px;border-radius: 50%;}
#slider .carousel-indicators li.active{}
#slider .carousel-caption{
    position: absolute;
    max-width: 38%;
    max-height: 70%;
    top: 30%;
    bottom: 0;
    left: 10%;
    display: none !important;
    width: 100%;
}
#slider .carousel-caption h5{
    font-size: 40px;
}
#slider .carousel-caption p{
    color: #DD9912;
    font-size: 24px;
    font-weight: 600;
}
/***** SLIDER *****/
/***** OPTIONS *****/
#options{
    margin: 20px 0;
}
#options .card{
    border: 0;
}
#options .card .card-img{
    position: relative;
    width: 100%;
    height: 245px;
    overflow: hidden;
}
#options .card .card-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
#options .card .card-img:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
#options .card .card-body{
    text-align: center;
    color: #353535;
}
/***** OPTIONS *****/
#offers{
    background: #353535;
    padding: 40px 0;
}
#offers .card{
    margin: 10px 0;
    border: 0;
    background: none !important;
    padding: 20px;
    overflow: hidden;
}
#offers .card .card-img{
    position: relative;
    width: 100%;
    height: 210px;
}
#offers .card .card-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#offers .card:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
#offers .card .card-body{
    padding: 15px 35px;
}
#offers .card .card-body h5{
    font-size: 27px;
    text-align: center;
    color: #fff;
}
#dishes{
    background: #353535;
    padding:  0;
    padding-bottom: 60px;
}
#dishes .card{
    margin: 10px 0;
    border: 1px solid #707070;
    background: none !important;
    overflow: hidden;
    border-radius: 15px;
}
#dishes .card .card-img{
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
#dishes .card .card-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 15px;
    
}
#dishes .card:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
#dishes .card .card-body{padding: 10px;}
#dishes .card .card-body h5{
    font-size: 20px;
    color: #fff;
    height: 48px;
    overflow: hidden;
}
#dishes .card .card-body .desc{
    font-size: 14px;
    color: #B1B1B1;
    height: 63px;
    overflow: hidden;
    margin: 0;
}
#dishes .card .card-body .price{
    color: #ffea0b;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    display: inline-block;
}
#dishes .card .card-body .info{
    font-size: 12px;
    color: #B1B1B1;
    float: right;
    margin: 5px 0;
}
#slideHome{
    background: #ffea0b;
}
#slideHome .slideHome-img{
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: -50px;
    border-radius: 15px;
    overflow: hidden;
}
#slideHome .slideHome-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
#slideHome .card-body{
    margin-top: 15px;
}
#slideHome .card-body h5{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
#slideHome .card-body h2{
    text-transform: uppercase;
    color: #353535;
    letter-spacing: 1.3;
}
#slideHome .card-body p{
    margin: 0;
    color: #fff;
    line-height: 1.2;
}
/***** OPTIONS *****/
/***** FOOTER *****/
#footer{
    background: initial;
    padding: 45px 0 20px;
    box-shadow: 0px 0px 20px -11px;
}
#footer h5{
    color: #353535;
}
#footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer ul li a{
    color: #fff;
}
#footer .navbar-brand{
    margin: 0 auto;
    width: 100%;
}
#footer .logo-img{
    position: relative;
    width: 200px;
    height: 110px;
    margin: 0 auto;
}
#footer .logo-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#footer .order-btn{
    padding: 10px 50px;
    border-radius: 50px;
    background: #fbd700;
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
#footer .branches{}
#footer .branches div{
    margin-bottom: 20px;
}
#footer .branches div p{
    margin: 0;
    color: #fff;
}
#footer .branches .social{}
#footer .branches .social li{
    display: inline-block;
    padding: 0 5px;
}
#footer .branches .social li img{
    width: 30px;
}
#footer .copy{
    position: relative;
    text-align: center;
    padding: 0;
}
#footer .copy p{
    margin: 0;
    color: #fff;
}
#footer .copy::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35%;
    height: 2px;
    background: #353535;
    display: none;
}
#footer .copy::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35%;
    height: 2px;
    background: #353535;
    display: none;
}
#footer .copy ul li{
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
}
#footer .copy ul li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #fff;
    margin: auto;
}
#footer .copy ul li:last-child:after{
    display: none
}
#footer .copy ul li img{
    max-width: 19px;
    margin: 0 5px;
    max-height: 23px;
}
/***** FOOTER  *****/
/***** MENU *****/
#menu{
    margin: 20px 0;
}
#menu h1 {
    padding: 0;
    font-size: 40px;
    color: #ffe700;
    font-weight: 800;
}
#menu h1 img {
    width: 37px;
}
#menu .current_branch-box{
    margin-bottom: 20px;
}
#menu .current_branch{
    color: #ffe700;
    font-weight: 600;
}
#menu .current_branch img{
    width: 30px;
}
#menu .current_branch button{
    margin: 0 5px;
    background-image: url(../images/icons/buttons2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    border: 0;
    padding: 5px 35px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
#menu .current_branch button:hover{
     background-image: url(../images/icons/buttons1.png);
     color: #111;
}
#menu .meal-btn{
    margin: 10px 0px;
}
#menu .meal-btn button{
    margin: 0 5px;
    background-image: url(../images/icons/buttons2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}
#menu .meal-btn button:hover{
     background-image: url(../images/icons/buttons1.png);
     color: #111;
}

#menu #myTab{
    margin: 10px 0 30px;
    border-bottom: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: clip;
    padding-bottom: 10px;
}
#menu #myTab .nav-item{
    border: 0;
    align-self: flex-end;
    white-space: normal;
    display: inline-block;
}
#menu #myTab .nav-item .nav-link{
    border: 0;
    font-weight: 600;
    color: #ffe811;
    background-image: url(../images/icons/buttons2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    width: 138px;
    margin: 5px;
    height: 35px;
    font-size: 12px;
    padding: 4px;
    cursor: pointer;
    outline: none;
}
#menu #myTab .nav-item .nav-link.active{
    background-image: url(../images/icons/buttons1.png);
    color: #111;
}
#menu #myTab .nav-item .nav-link img{
    width: 25px;
    height: auto;
    max-height: 33px;
    margin: 0 6px;
}
#menu #myTabContent{
    position: relative;
    background: #111111f2;
}
#menu #myTabContent .nav-pills{
    border: 1px solid #cecece;
    position: sticky;
    top: 0;
}
#menu #myTabContent .nav-pills .categories{
    border-bottom: 1px solid #cecece;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 17px;
}
#menu #myTabContent .nav-pills .nav-link{
    font-size: 15px;
    font-weight: 400;
    color: #ffe700;
    border-left: 2px solid #fff;
}
#menu #myTabContent .nav-pills .nav-link.active{
    background: none;
    border-left: 2px solid #ffea0b;
    border-radius: 0;
}
#menu #myTabContent .tab-content .form-inline{
    position: relative;
}
#menu #myTabContent .tab-content .form-inline .search{
    width: 100%;
    padding-right: 40px;
    border: 1px solid #cecece;
    border-radius: 0;
}
#menu #myTabContent .tab-content .form-inline .search-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
}
#menu #myTabContent .tab-content .accordion .card{
    border: 0;
}
#menu #myTabContent .tab-content .accordion .card .card-header{
    padding: 0px;
    background: none;
    border: 1px solid #cecece;
    border-radius: 0;
}
#menu #myTabContent .tab-content .accordion .card .card-header h2 .btn-link{
    color: #ffe700;
    font-weight: 600;
    width: 100%;
    text-align: left;
    align-content: space-between;
}
#menu #myTabContent .tab-content .accordion .card .card-header h2 .btn-link i{
    float: right;
    margin-top: 2px;
    font-size: 20;
}
#menu #myTabContent .tab-content .accordion .card{
    background: #111;
}
#menu #myTabContent .tab-content .accordion .card .card-body{
    padding: 0
}
#menu #myTabContent .tab-content .accordion .card .card-body hr{
    width: 100%;
    margin: 5px 0;
    background: #cecece;
}
#menu #myTabContent .model-btn .media{
    padding: 0;
    align-items: center;
    cursor: pointer;
}
#menu #myTabContent .model-btn .media .media-img{
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 5px;
}
#menu #myTabContent .model-btn .media .media-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto !important;
    border-radius:20px;
}
#menu #myTabContent .model-btn .media .media-body{
    padding: 0 2px;
}
#menu #myTabContent .model-btn .media .media-body h5{
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #ffe811;
}
#menu #myTabContent .model-btn .media .media-body p{
    font-size: 13px;
    margin: 0;
    height: 36px;
    overflow: hidden;
}
#menu #myTabContent .model-btn .media .media-end{
    margin: 2px auto;
    font-size: 14px;
    font-weight: 600;
}
#menu #myTabContent .model-btn .media .media-end p{
    margin: 5px auto;
    font-size: 14px;
}
#menu #myTabContent .model-btn .media .media-end .price{
    color: #ffe811;
    height: auto;
}
#menu #myTabContent .model-btn .media .plus{
    margin: 0 15px;
}
#menu #myTabContent .model-btn .media .plus i{
    color: #111;
    background: #ffe811;
    padding: 5px;
    border-radius: 50px;
    font-size: 12px;
}
#menu .modal-dialog{
    max-width: 810px;
}
#menu .modal-dialog .modal-header{
    padding: 5px 15px;
    background: #111111;
    border: 1px solid #111111;
}
.select2-results__option{
    color: #111111;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffea0b;
    color: #111111;
    font-weight: 600;
}
#menu .modal-dialog .modal-header .modal-title{
    font-size: 16px;
    color: #ffea0b;
}
#menu .modal-dialog .modal-body{
    padding: 0 0;
}
#menu .modal-dialog .modal-body h6{
    font-size: 17px;
    color: #ead70c;
    font-weight: 600;
}
#menu .modal-dialog .modal-body p{
    font-size: 14px;
}
#menu .modal-dialog .modal-body p.selection{
    color: #ead70c;
    font-weight: 600;
}
#menu .modal-dialog .modal-body .quantity{display: flex;margin: auto;margin: 20px 15px;text-align: center;}
#menu .modal-dialog .modal-body .quantity .qty-minus{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .modal-dialog .modal-body .quantity .qty-plus{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .modal-dialog .modal-body .quantity .qty{
    display: inline-block;
    font-weight: 600;
    width: 100px;
    text-align: center;
    border-radius: 0;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}

#menu .modal-dialog .accordion .sub-choice-quantity{display: flex;margin: auto;margin: 10px 5px;text-align: center;}
#menu .modal-dialog .accordion .sub-choice-quantity .sub-choice-qty-minus{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .modal-dialog .accordion .sub-choice-quantity .sub-choice-qty-plus{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .modal-dialog .accordion .sub-choice-quantity .sub-choice-qty{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    text-align: center;
    border-radius: 0;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}


#menu .modal-dialog .modal-body .custom-control label{
    font-size: 14px;
}
#menu .modal-dialog .modal-footer .btn-default{
    margin: 10px 14px;
}
#menu .modal-dialog .modal-footer .submit-form{
    background: #ffea0b;
    color: #111;
}
#menu .modal-dialog .modal-footer{
    padding: 0;
    text-align: center;
    border: 0;
}
#menu .modal-dialog .modal-footer .btn-primary{
    border: 0;
    font-weight: 600;
    color: #ffe811;
    background-image: url(../images/icons/buttons2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    width: 146px;
    margin: 30px auto;
    height: 37px;
    padding: 4px;
    cursor: pointer;
    outline: none;
    margin-bottom: 20px;
}
#menu .modal-dialog .modal-footer .btn-primary:hover{
    transition: all 0.5s ease-in-out;
    background-image: url(../images/icons/buttons1.png);
    color: #111;
}
#menu .cart{
    margin-top: 15px;
    border: 1px solid #dac602;
    border-radius: 20px;
    box-shadow: 0px 0px 25px -16px;
    position: sticky;
    top: 0;
}
#menu .cart .card-header{
    background: none;
    padding: 10px;
    color: #ffe700;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
#menu .cart .card-header h6{
    margin: 0;
    font-weight: 700;
}
#menu .cart .card-header img{
    width: 25px;
    margin: 0 6px;
}
#menu .cart .card-body{
    padding: 0;
    align-items: flex-end;
}
#menu .cart .card-body .order-f h5{
    display: inline-block;
    padding: 0;
    color: #ffe811;
}
#menu .cart .card-body .order-f h5 p{
    margin: 0;
    color: #fff;
    font-size: 16px;
}
#menu .cart .card-body .order-f span{
    vertical-align: top;
    font-weight: 600;
    color: #ffe811;
}
#menu .cart .card-body .order-f .price h5{}
#menu .cart .card-body .count{
    text-align: center;
    padding-top: 10px;
}
#menu .cart .card-body .count p{
    margin: 0;
    color: #ffea0b;
    font-size: 14px;
}
#menu .cart .type{
    margin-top: 22px;
}
#menu .cart .type h5{
    
padding: 0 6px;
    
font-weight: 700;
    
color: #ffe811;
    
text-transform: uppercase;
}
#addToCartForm{
    width: 100%;
}
#menu .cart .type .quantity{
    display: inline-block;
    float: right;
    margin: 0 15px;
}
#menu .cart .card-body .price{
    padding-top: 0;
    font-size: 14px;
}
#menu .cart .card-body .price h6{
    font-size: 15px;
    color: #ffe811;
    font-weight: 700;
    margin: 0;
    text-align: right;
}
#menu .cart .card-body .price .remove i{
    position: absolute;
    top: 4px;
    right: 4px;
    color: #666;
}
#menu .cart .card-body .price .remove i:hover{
    color: red;
    transition: all 0.5s ease-in-out;
}

#menu .cart .card-data .table td, #menu .cart .card-data .table th{
    padding: 4px 15px;
    font-size: 14px;
}
#menu .cart .card-footer {
    padding: 0
}
#menu .cart .card-footer .btn-primary {
    font-weight: 600;
    color: #ffe811;
    background-image: url(../images/icons/buttons2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    border: 0;
    display: block;
    width: 150px;
    height: 38px;
    margin: 10px auto;
}
#menu .cart .card-footer .btn-primary:hover{
    background-image: url(../images/icons/buttons1.png);
    color: #111;
    transition: all 0.5s ease-in-out;
}
#menu .cart .card-footer .notcenter{
    margin: 10px;
}
#menu .cart .card-footer .btn-secondary{
    position: absolute;
    left: 15px;
    bottom: 25px;
    background: #fff;
    color: #f49f10;
    border-color: #f49f10;
}
#menu .cart .card-footer .btn-secondary:hover{
    background: #f49f10;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

#menu .cart .modal-dialog{
    max-width: 650px;
}
#menu .cart .modal-dialog .modal-header{
    padding: 5px 15px;
    background: #ececec;
    border: 1px solid #d2d2d2;
}
#menu .cart .modal-dialog .modal-header .modal-title{
    font-size: 16px;
}
#menu .cart .modal-dialog .modal-body{
    padding: 15px 0;
}
#menu .cart .modal-dialog .modal-body h6{
    font-size: 14px;
}
#menu .cart .modal-dialog .modal-body p{
    font-size: 14px;
}
#menu .cart .modal-dialog .modal-body label{
    font-size: 14px;
    padding: 0 20px;
    font-weight: 600;
}
#menu .cart .modal-dialog .modal-body .form-control{
    font-size: 14px;
    margin-bottom: 20px;
}
#menu .cart .modal-dialog .modal-body .card{
    display: block;
    padding: 3px 0 0;
    cursor: pointer;
    position: relative;
    margin-bottom: 11px;
}
#menu .cart .modal-dialog .modal-body .card.active{
    border-bottom: 2px solid green;
}
#menu .cart .modal-dialog .modal-body .card p{
    margin:  0;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}
#menu .reviews-tab{
}
#menu .reviews-tab .number{
    display: inline-block;
    font-weight: 600;
}
#menu .reviews-tab .my-rating{
    display: inline-block;
}
#menu .reviews-tab .border-right{
    border-color: #d2d2d2 !important;
}
#menu .reviews-tab .border-right:last-of-type{
    border: 0 !important;
}
#menu .reviews-tab .box{
    position: relative;
    background: #eaeaea;
    padding: 7px 15px;
    margin: 15px 0;
}
#menu .reviews-tab .box .name{
    display: flex;
}
#menu .reviews-tab .box .name .my-rating .jq-star{
    width: 19px !important;
    height: 19px !important;
}
#menu .reviews-tab .box .name p{
    font-size: 15px;
    padding: 0 10px;
    font-weight: 600;
    margin: 0;
}
#menu .reviews-tab .box p{
    margin: 5px 0;
}
#menu .reviews-tab .box .date{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 13px;
    color: #666;
}
#menu .table.info th, #menu .table.info td {
    border-bottom: 1px solid #dee2e6;
    border-top: 0;
}
#menu .table.info td .timeon{
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}
#menu .table.info td .timeon p{
    font-weight: 600;
    margin: 0;
}
#menu .table.info img{
    width: 30px;
    height: auto;
    margin: 0 5px;
}
#menu  .card-data .table{
    margin: 0;
}
#menu  .card-data .yellow{
    color: #ffe811;
    font-size: 18px !important;
    font-weight: 700;
}
#menu  .card-data .right{
    text-align: right;
}
#menu .orderbasc img{
    margin: 30px auto;
    display: block;
    max-width: 150px;
}
#menu .orderbasc h1{
    text-align: center;
    color: #ffe811;
    font-size: 20px;
}
#menu .modal-dialog .accordion .card-header{
    padding: 0;
    border-top: 1px solid #ffea0b;
    border-radius: 0;
    position: relative;
}
#menu .modal-dialog .accordion .card-header h2{
    display: inline-block;
}
#menu .modal-dialog .accordion .card-header p{
    display: inline-block;
}
#menu .modal-dialog .accordion:last-of-type .card .card-header{
    border-bottom: 1px solid #ffea0b;
    
}
#menu .modal-dialog .accordion .card-header button{
    color: #ffea0b;
    text-align: inherit;
}
#menu .modal-dialog .accordion .card-body{
    border-top: 1px solid #ffea0b;
}
#menu .modal-dialog .accordion:last-of-type .card-body{
    border-top: 0;
}
/***** MENU *****/
/***** CHECKOUT *****/
#checkout{
    margin-bottom: 20px;
}
#checkout h1 {
    padding: 0 0 13px;
    font-size: 40px;
    color: #ffe700;
    font-weight: 800;
}
#checkout h1 img{
    width: 37px;
}
#checkout .card{
    border-radius: 10px;
    border: 1px solid #ffe700;
    margin: 10px 0;
    padding: 20px;
}
#checkout .card .card-header{
    background: none;
    border: 0;
    border-radius: 0;
    padding: 7px 20px;
    text-align: center;
}
#checkout .card .card-header h6{
    display: inline-block;
    margin: 0;
    color: #ffe700;
    font-weight: 700;
    text-transform: uppercase;
}
#checkout .card .card-header .left{
    display: inline-block;
    float: right;
    margin: 0;
    color: #ffea0b;
    position: absolute;
    right: 10px;
}
#checkout .card .card-header .left a{
    color: #ffea0b;
    font-weight: 600;
}
#checkout .card .card-header .left a i{
    padding: 0 5px;
}
#checkout .card .card-body{
    padding: 10px;
}
#checkout .card .card-body .code {
    text-align: center;
    color: #ffe700;
}
#checkout .card .card-body .code label{
    text-align: center;
}
#checkout .card .card-body .table{
    font-size: 14px;
    margin: 0;
}
#checkout .card .card-body .table th, #checkout .card .card-body .table td{
    font-weight: 600;
    background: none;
    color: #fff;
    border: 0;
}
#checkout .card .card-body .table tbody th{
    font-weight: 900;
}
#checkout .card .card-body .table th span{
    display: block;
    font-weight: 400;
    font-size: 12px;
}
#checkout .card .card-body ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
#checkout .card .card-body ul li{
    font-size: 15px;
    font-weight: 600;
}
#checkout .card .card-body ul li span{
    font-weight: 400;
    padding: 0 15px;
}
#checkout .card .card-header .left .btn{
    background: none;
    color: #ffea0b;
    border: 0;
    padding: 0 5px;
}
#checkout .card .modal-dialog{
    max-width: 650px;
}
#checkout .card .modal-dialog .modal-header{
    padding: 5px 15px;
    background: #ececec;
    border: 1px solid #d2d2d2;
}
#checkout .card .modal-dialog .modal-header .modal-title{
    font-size: 16px;
}
#checkout .card .modal-dialog .modal-body{
    padding: 15px 0;
}
#checkout .card .modal-dialog .modal-body h6{
    font-size: 14px;
}
#checkout .card .modal-dialog .modal-body p{
    font-size: 14px;
}
#checkout .card .modal-dialog .modal-body label{
    font-size: 14px;
    padding: 0 20px;
    font-weight: 600;
}
#checkout .card .modal-dialog .modal-body .form-control{
    font-size: 14px;
    margin-bottom: 20px;
}
#checkout .card .modal-dialog .modal-body .card{
    display: block;
    padding: 3px 0 0;
    cursor: pointer;
    position: relative;
    margin-bottom: 11px;
}
#checkout .card .modal-dialog .modal-body .card.active{
    border-bottom: 2px solid green;
}
#checkout .card .modal-dialog .modal-body .card p{
    margin:  0;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}
#checkout .card .time p{
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}
#checkout .card .time .select2{
    width: 100px !important;
}
#checkout .card .time label{
    font-size: 16px;
}
#checkout .card .time textarea{
    border-radius: 0;
    border-color: #999;
    font-size: 14px;
}
#checkout .card .credit label{
    font-size: 16px;    
}
#checkout .card .credit img{
    width: 29px;
    height: auto;
}
#checkout .card .code .form-control{
    max-width: 220px;
    display: block;
    border: 0;
    border-bottom: 1px solid #ffea0b;
    border-radius: 0;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 25px;
}
#checkout .card .code .code-btn{
    border-radius: 0;
    border: 1px solid #ffea0b;
    background: none;
    font-size: 14px;
    color: #ffea0b;
    font-weight: 600;
}
#checkout .card .credit{
    min-height: 60px;
    margin: 0px 0;
}
#checkout .card .credit .yellow{
    color: #ffe700 !important;
}
#checkout .card .credit table th, #checkout .card .credit table td{padding: 5px;}
#checkout .card .credit .check-btn{
    margin: 10px auto;
    padding: 10px;
    border-radius: 9px;
    display: block;
    color: #fff;
    font-weight: 600;
    background-image: url(../images/icons/buttons2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    transition: all 0.5s ease-in-out;
}
#checkout .card .credit .check-btn:hover{
    color: #000;
    background-image: url(../images/icons/buttons1.png);
}
/***** CHECKOUT *****/
/***** ABOUT *****/
#about{
    padding: 50px 0;
}
#about h1{
    padding: 0 0 13px;
    font-size: 40px;
    color: #ffe700;
    font-weight: 800;
}
#about .header img{width: 100%;height: 100%;position: absolute;}
#about h3{
    font-size: 22px;
}
#about p{
    margin: 0;
    color: #fff;
}
#about hr{
    background: #999;
}
#about ul{
    list-style: none;
    position: relative;
}
#about ul li{
    font-size: 18px;
    font-weight: 700;
    padding: 6px 0;
    color: #fff;
}
#about ul li span{
    color: #ffea0b;
}
#about ul li span p{
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
#about ul li img{
    width: 30px;
    height: auto;
    margin: 0 5px;
}
#about ul .phone{
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    padding: 0px 35px;
}
#about ul .phone img{
    width: 25px;
    height: auto;
    margin: 0;
}
#about .btn{
background: initial;
    color: #fff;
    font-weight: 600;
    margin: 35px auto;
    background-image: url(../images/icons/buttons2.png);
    background-size: 137px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: block;
}
#about .btn:hover {
    background-image: url(../images/icons/buttons1.png);
    color: #000;
    transition: all 0.5s ease-in-out;
}
#about .form-control {
    margin-bottom: 15px;
    border-color: #ffea0b;
    border-radius: 10px;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
#about .head-title{
    text-align: inherit;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
}
#about .head-title img{
    width: 50px;
}
#about .viza label{
    font-size: 37px;
    color: #ffe700;
    padding: 0 10px;
    position: relative;
}
#about .viza label::after{
    content: '';
    width: 2px;
    height: 30px;
    background: #ffe700;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
#about .viza .labels label:last-child::after{
    display: none
}
#about .hotline-img{
    display: block;
    max-width: 230px;
    margin: 35px auto;
}
.job_application_msg a{
    color: #ffe700;
}
/***** ABOUT *****/
/***** careers *****/
#careers .header{
    position: relative;
    width: 100%;
    height: 300px;
}
#careers .header img{width: 100%;height: 100%;position: absolute;}
#careers h3{
    font-size: 22px;
}
#careers p{
    margin: 0;
    color: #666;
}
#careers hr{
    background: #999;
}
#careers ul{
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
#careers ul li{
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}
#careers ul li span{
    color: #ffea0b;
}
#careers ul li img{
    width: 30px;
    height: auto;
    margin: 0 5px;
}
#careers ul .phone{
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0;
}
#careers ul .phone img{
    width: 25px;
    height: auto;
    margin: 0;
}
#careers .media{
    margin: 10px 0;
    border: 1px solid #999;
}
#careers .media .media-img{position: relative;width: 145px;height: 100px;}
#careers .media .media-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#careers .media .media-body{
    margin: 0 5px;
    border-left: 1px solid;
    padding: 5px;
}
/***** careers *****/
/***** BRANCHES *****/
#branchesNew{
    
background-image: url(../images/branches.jpg);
    
background-position: center;
    
background-repeat: no-repeat;
    
background-size: cover;
    
padding: 50px 0;
    
color: #fff;
}
#branchesNew .media img{
  padding: 0 7px
}
#branchesNew .header{
    position: relative;
    width: 100%;
    height: 300px;
}
#branchesNew .header img{width: 100%;height: 100%;position: absolute;}
#branchesNew .card h3{
    font-size: 22px;
}
#branchesNew .card p{
    margin: 0;
    color: #666;
}
#branchesNew hr{
    background: #999;
}
#branchesNew ul{
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}
#branchesNew ul li{
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
}
#branchesNew ul li span{
    color: #ffea0b;
}
#branchesNew ul li img{
    width: 30px;
    height: auto;
    margin: 0 5px;
}
#branchesNew ul .phone{
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0;
}
#branchesNew ul .phone img{
    width: 25px;
    height: auto;
    margin: 0;
}
#branchesNew .card{
    border: 1px solid #999;
    padding: 10px;
    border-radius: 0;
    margin: 10px 0;
}
#branchesNew .card .my-rating{
    display: inline-block
}
/***** BRANCHES *****/
/***** FESTIVAL *****/
#festival{
    margin: 20px 0;
}
#festival .card{
    border: 0;
    margin: 10px 0;
}
#festival .card .card-img{
    position: relative;
    width: 100%;
    height: 310px;
}
#festival .card .card-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#festival .card .card-body{
    padding: 5px 25px;
    position: relative;
}
#festival .card .card-body h5{
    margin: 0;
    color: #666;
}
#festival .card .card-body p{
    margin: 0;
    font-size: 14px;
    color: #666;
}
#festival .card .card-body ul {
    padding: 0;
    list-style: none;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
#festival .card .card-body ul li{}
#festival .card .card-body .plus{
    position: absolute;
    top: 10px;
    right: 30px;
}
#festival .card .card-body .plus i{
    color: #fff;
    background: #03b503;
    padding: 5px;
    border-radius: 50px;
    font-size: 15px;
}
#festival hr{
    background: #999;
    margin: 5px 0; 
}
#festival .cart{
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: 0px 0px 25px -16px;
}
#festival .cart .card-header{
    background: #fff;
    padding: 9px;
}
#festival .cart .card-header h6{
    margin: 0;
}
#festival .cart .card-body{
    padding: 0;
    align-items: flex-end;
    background: #eaeaea;
}
#festival .cart .card-body .cart-img{
    position: relative;
    width: 100%;
    height: 250px;
}
#festival .cart .card-body .cart-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}
/***** FESTIVAL *****/
/***** SIGN *****/
/***** GALLERY *****/
#gallery{
    background: #353535;
}
#gallery .gallery-img{
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 10px 0;
}
#gallery .gallery-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/***** GALLERY *****/
/***** branches *****/
#branches{
    background-image: url(../images/options/555.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000bf;
    padding: 40px 0;
}
#branches h5{
    color: #faea0b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
#branches h3{
    color: #ffea0b;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#branches .card{
    background: none;
    border: 0;
    margin-bottom: 20px;
}
#branches .media img{
    width: 24px;
}
#branches .card p{
    margin: 0;
    color: #fff;
    font-size: 15px;
}
#branches .media .media-body{
    padding: 0 15px;
}
#branches .media .media-body p{
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1.2;
}
#branches .head-page{
    background-image: url(../images/icons/header-bk.png);
    background-size: 413px 109px;
    background-position: center;
    width: max-content;
    padding: 30px 80px 60px;
    margin: 15px auto;
    background-repeat: no-repeat;
    font-weight: 800;
}
/***** branches *****/

/***** SIGN *****/
#sign{position: relative;padding: 40px 0;}
#sign .edit-num{
    padding: 75px 0;
}
#sign .left h3{
    position: relative;
    color: #ffea0b;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#sign .left form{
    margin: 10px auto;
}
#sign .left form label{
    color: #fff;
    margin: 0;
}
#sign .left form label img{
    width: 23px;
    margin-bottom: 5px;
}
.crosshairs{
    width: 23px;
    margin-bottom: 5px;
}
#sign .left form #mobile.form-control{
    padding-right: 50px;
    padding-left: 50px;
}
#sign .left form .form-control{
    margin-bottom: 15px;
    border-color: #ffea0b;
    border-radius: 7px;
}
#sign .left form .sign-btn{
    background: initial;
    color: #fff;
    font-weight: 600;
    margin: 35px auto;
    background-image: url(../images/icons/buttons2.png);
    background-size: 137px 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    display: block;
}
#sign .left form .sign-btn:hover {
    background-image: url(../images/icons/buttons1.png);
    color: #000;
    transition: all 0.5s ease-in-out;
}
#sign .left ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
#sign .left ul li{
    margin: 10px;
}
#sign .left ul li img{
    width: 35px;
    height: auto;
    margin: 0 5px;
}
#sign .sign-img{
    position: relative;
    width: 100%;
    min-height: 539px;
}
#sign .sign-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}
#sign .flex .custom-control{
    display: inline-block; 
}
#sign .custom-control-label{
    color: #fff;
    cursor: pointer;
    padding: 0 10px;
}
#sign .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{}
#sign .forget{
    color: #ffea0b;
    float: right;
    text-align: right;
}
#wrapper {
  margin: 0 auto;
}
#wrapper input {
  width: 55px;
  padding: 10px;
  margin: 10px 5px !important;
  border: 1px solid #efea0b !important;
  display: inline-block;
  background: #656667;
  color: #fff;
  text-align: center;
  border-radius: 4px !important;
  font-weight: 600;
  font-size: 18px;
}
/* Chrome, Safari, Edge, Opera */
#wrapper input::-webkit-outer-spin-button,
#wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#wrapper input[type='number'] {
  -moz-appearance: textfield;
}
#sign .verify p{
    color: #fff;
}
#sign .verify a{
    padding: 0 30px;
    color: #fff;
    text-decoration: underline;
}
#sign .verify .num{
    font-size: 19px;
    font-weight: 600;
}
#sign .verify .edit{
    padding: 0;
    float: right;
    color: #ffea0b;
}
#sign .verify .btn{
    width: 100% !important;
    margin: 25px auto !important;
    background-size: 250px 40px !important;
}
#sign .registerLink{
    margin: 20px 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

#sign a{
    color: #ffea0b;
    text-transform: capitalize;
}
#sign .social-links{
    margin: 0 3px
}
#sign .social-links img{
    width: 33px;
}
#sign .form-group{
    margin: 0;
}
#sign .form-group .help-block{
    color: red;
    font-size: 12px;
    font-weight: 600;
}
.custom-control-label a{
    color: #ffea0b;
}
/***** SIGN *****/
/***** SIGN *****/
#profile{
    margin: 20px 0;
    padding: 0 10px;
}
#profile .sidenav ul{
    list-style: none;
    padding: 0;
}
#profile .sidenav ul li{
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 15px;
    font-size: 18px;
}
#profile .sidenav ul li a{
    color: #fff;
    font-size: 19px;
    width: 100%;
}
#profile .sidenav ul li a i{
    float: right;
}
#profile .sidenav ul li.head-title{
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    color: #ffea0b;
}
#profile .nameprofile{
    padding: 20px;
    list-style: none;
}
#profile .imgprofile{
    position: relative;
    width: 110px;
    height: 110px;
}
#profile .imgprofile img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
#profile .nameprofile li{}
#profile .nameprofile li strong{
    font-size: 22px;
    color: #ffea0b;
}
#profile .nameprofile li p{
    font-size: 18px;
    color: #fff;
}
#profile .form-group label{
    color: #ffe700;
    font-weight: 600;
}
#profile .form-group {margin: 10px 0;}
#profile .input .btn{
    margin: 10px auto;
    background: #ffea0b;
    color: #000;
    display: block;
}
#profile .add-address{
    margin: 20px 0;
}
#profile .add-address h3{
    text-align: center;
    margin: 10px 0;
    color: #ffea0b;
}
#profile .addressPage {
    margin: 20px 0;
}
#profile .addressPage .card{
    margin: 10px 0;
    border: 0;
    box-shadow: 0px 0px 15px -11px;
    position: relative;
    padding: 7px;
}
#profile .addressPage .card .telibnk{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #353535;
    cursor: pointer;
}
#profile .addressPage .card .telibnk:hover{
    color: red;
}
#profile .addressPage .card .nam-tit{
    color: #ffea0b;
}
#profile .addressPage .card .textblog{
    color: #fff
}
#profile .addressPage .newadd{
    color: #ffea0b;
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0;
}
#profile .addressPage .newadd i{
    padding: 0 5px;
}
#profile .current-order .title{
    text-align: center;
    color: #ffea0b;
    margin-bottom: 25px;
}
#profile .current-order .media{
    box-shadow: 0px 0px 20px -11px #353535;
    margin: 10px 0;
}
#profile .current-order .media .media-img{
    position: relative;
    width: 200px;
    height: 100px;
}
#profile .current-order .media .media-img img{
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
#profile .current-order .media .media-body{
    padding: 10px;
    background: #000000b3;
    border-radius: 17px;
}
#profile .current-order .media .media-body h3{
    color: #ffea0b;
}
#profile .current-order .media .media-body span{
    color: #fff;
}

#sliderMob{
    display: none;
}
#sliderMob.ar{
    display: none;
}
.mob-show{
    display: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.card-link{
    position: absolute;
    top: 175px;
    text-align: center;
    right: 13px;
    width: 85px;
    height: 86px;
    border: 2px solid #fac600;
    padding: 15px;
    border-radius: 50%;
}
.card-link h6{
    font-weight: 600;
    color: #fac600;
    font-size: 12px;
}
.card-link img{
    width: 35px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .navbar-light .navbar-toggler{
        border-color: #ffea0b;
    }
    #profile .current-order .media .media-img{
        display: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/icons/menu.png)
    }
    #header .navbar .navbar-nav {
        margin: 10px auto;
        text-align: center;
    }
    #header .navbar .dropdown-menu {
        background: #353535;
        text-align: center;
    }
    #options .card .card-body {
        text-align: center;
        color: #353535;
        padding: 0;
    }
    #sign .sign-img{
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #festival .card .card-img {
        height: 220px;
    }
}
@media only screen and (max-width: 767px){
    #menu #myTabContent .nav-pills {
        border: 1px solid #cecece;
        position: sticky;
        top: 0;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        margin-bottom: 20px;
    }
    #menu #myTabContent .nav-pills .nav-link {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        border-left: 2px solid #fff;
        display: inline-block;
    }
    #menu #myTabContent .nav-pills .categories{
        display: none;
    }
    #menu #myTabContent .stiky{
        position: sticky;
        top: 0;
        z-index: 999999;
        background: #fff;
    }
    #menu #myTabContent .nav-pills .nav-link.active {
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid #ffea0b;
    }
}
@media only screen and (max-width: 755px) {
    #menu #myTabContent .model-btn .media
    {
        display: block;
        text-align: center;
        position: relative;
    }
    #menu #myTabContent .model-btn .media .media-img {
        margin: 5px auto;
        width: 145px;
        height: 146px;
    }
    #menu #myTabContent .model-btn .media .plus{
        position: absolute;
        top: 10%;
        right: 0;
    }
}
@media only screen and (max-width: 500px) {
    .header {
        height: 200px !important;
    }
    #careers .media {
        display: block;
    }
    #careers .media .media-img {
        margin: 0 auto;
    }
    #careers .media .media-body {
        border-left: 0;
    }
    #menu #myTabContent .model-btn .media .plus{
        position: absolute;
        top: 10%;
        right: 0;
    }
    .plus i{
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 400px) {
    #menu .reviews-tab .box .name {
        display: block;
    }
    
    #menu .reviews-tab .box .name p {
        padding: 0;
    }
}
@media only screen and (max-width: 1200px) {
  #slider  {
    max-height: 543px !important;
    } }
@media only screen and (max-width: 1100px) {
  #slider  {
    max-height: 498px !important;
    } }
@media only screen and (max-width: 1000px) {
  #slider  {
    max-height: 450px !important;
    } }
@media only screen and (max-width: 900px) {
  #slider  {
    max-height: 420px !important;
    } }
@media only screen and (max-width: 800px) {
  #slider  {
    max-height: 387px !important;
    display:none !important
    } 
    #sliderMob{
        display: block
    }
}

@media only screen and (max-width: 700px) {
  #slider  {
    max-height: 330px !important;
    } }
@media only screen and (max-width: 600px) {
  #slider  {
    max-height: 272px !important;
    } }
@media only screen and (max-width: 500px) {
  #slider  {
    max-height: 229px !important;
    } }
@media only screen and (max-width: 400px) {
  #slider  {
    max-height: 190px !important;
    } }
@media only screen and (max-width: 320px) {
  #slider  {
    max-height: 92px !important; } }
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

@media only screen and (max-width: 991px){
    .navbar-toggler{
        position: absolute;
        right: 15px;
        top: 15px;
    }
    #newHeader .right {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 15px 0;
        text-align: right;
    }
    .preloader .loader{
        max-width: 48% !important;
    }
    .mob-hide{
        display: none !important;
    }
    .mob-show{
        display: block;
    }
    #newHeader .logo-img {
        position: relative;
        width: 80%;
        height: 70px;
        margin-left: auto;
    }
    #newHeader{
        background: #000;
    }
    .navbar {
        padding: 0;
    }
    .navbar-collapse{
        position: absolute;
        top: 60px;
        background: rgb(53 53 53);
        width: 100%;
        z-index: 9;
        right: 0px;
        left: 0px;
        padding: 15px;
        text-align: center;
    }
    .newHead-title h3 {
        max-width: 45%;
    }
    .newHead-title::after, 
    .newHead-title::before,
    #footer .copy::after,
    #footer .copy::before
    {width: 23%;}
    #sign{
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 620px){
    .newHead-title h3 {
        max-width: 65%;
    }
    .newHead-title::after, 
    .newHead-title::before,
    #footer .copy::after,
    #footer .copy::before
    {width: 13%;}
    #sign .forget {
        color: #ffea0b;
        float: initial;
        display: block;
        margin: 10px 0;
    }
    #newHeader .right li span{
        display: none;
    }
    #newHeader .right li span.Change_Country{
        display: block;
      text-align: center;
      font-size: 12px;
      padding: 0;
    }
}
@media only screen and (max-width: 500px){
    #offers .card, #offers .card .card-body{
        padding: 0;
    }
    #slideHome .card-body h2{
        font-size: 24px;
    }
    #slideHome .slideHome-img {
        height: 280px;
    }
    #gallery .gallery-img {
        position: relative;
        width: 100%;
        height: 180px;
    }
}
@media only screen and (max-width: 400px){
    #gallery .gallery-img {
        position: relative;
        width: 100%;
        height: 130px;
    }
    #footer .copy::after,
    #footer .copy::before
        {width: 0;}
    #sign .verify .edit {
        padding: 0;
        float: inherit;
        margin: 10px 0;
        display: block;
    }
    #sign .verify p, #sign .verify a, #sign .left{
        padding: 0;
    }
    #sign .left form{
        width: 100%;
    }
    
}.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.offers .title {
    margin: 30px 0;
    color: #ffea0b;
}

.offers .bordlin{
    margin: 20px 0;
    box-shadow: 0px 0px 20px -11px;
}
.offers .bordlin .centers{
    position: relative;
    width: 100%;
    height: 200px;
}
.offers .bordlin .centers img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.offers .bordlin .divtitle{
    padding: 10px;
}
.offers .bordlin .divtitle .nam-tit{
    font-weight: 600;
    color: #ffea0b;
}
.offers .bordlin .divtitle p{
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
}
.offers .bordlin .divtitle span{
    color: #353535;
}
.unavailable{
    color: red;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 0;
}
.unavailable p{
    margin: 0;
    font-size:18px !important;
}
.facbook-btn{
    background: #1877F2;
    color: #fff !important;
    border: 1px solid #1877F2;
    font-weight: 600;
}
.google-btn{
    background: #B92B27;
    color: #fff !important;
    border: 1px solid #B92B27;
    font-weight: 600;
}
.facbook-btn:hover{
    color: #1877F2;
    background: none;
}
.google-btn:hover{
    color: #B92B27;
    background: none;
}
#news{
    padding: 15px 0;
}
#news .card-img{
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
#news .card-img img{
    position: absolute;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#news .card-img::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#news .card-img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.s-pad{
    padding: 0 8px;
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #ffea0b;
}
.dropdown.show .corona{
    display: inline-block;
}
.dropdown.show .corona1{
    display: none;
}
.dropdown .corona{
    display: none
}
.dropdown .corona1{
    display: inline-block;
}

.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 999999999999999;
    -webkit-transition: .9s;
    transition: .9s;
    top: 0;
  }
  
  .preloader .loader {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    top: 35%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 17%;
  }
  
  .preloader .loader .loader-outter {
    position: absolute;
    border: 4px solid #ffffff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }
  
  
  .preloader .loader .loader-inner {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }
  
  .preloader .loader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
  }
  .preloader .loader .indicator img{
    animation: dash 2s infinite;
  }
  
  
  .preloader::before,
  .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #000;
    -webkit-transition: .9s;
    transition: .9s;
  }
  
  .preloader::after {
    left: auto;
    right: 0;
  }
  
  .preloader.preloader-deactivate {
    visibility: hidden;
  }
  
  .preloader.preloader-deactivate::after,
  .preloader.preloader-deactivate::before {
    width: 0;
  }
  
  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }
  
  @-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
  
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  
  @keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
  
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
  
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
  
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
  }
  
  @-webkit-keyframes dash {
    62.5% {
        opacity: 0.3;
    }
  
    to {
        stroke-dashoffset: 0.3;
    }
  }
  
  @keyframes dash {
    62.5% {
        opacity: 0.3;
    }
  
    to {
        stroke-dashoffset: 0.3;
    }
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ead70c;
}
#slider.ar{
    display: none
}
img:not([src]) {
    visibility: hidden;
  }

  /* Fixes Firefox anomaly during image load */
  @-moz-document url-prefix() {
    img:-moz-loading {
      visibility: hidden;
    }
}

#bestSeller{
    padding: 45px 0;
}
#bestSeller .text{
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
}
#bestSeller .text a{color: #fde000;}

/**** meal ****/
#meal{padding: 45px 0;}
#menu .meal-img{width: 80%;height: 400px;position: relative;margin: 0 auto;}
#menu .meal-img img{position: absolute;top: 0;bottom: 0;right: 0;left: 0;max-height: 100%;margin: auto;}
#menu .meal-data{width: 100%;}
#menu .meal-data h4{font-size: 35px;font-weight: 600;color: #ead70c;text-transform: capitalize;}
#menu .meal-data h4 img{width: 40px;margin: 0 5px;}
#menu .meal-data .info p{font-size: 20px;}
#menu .meal-data .price p{font-size: 25px;font-weight: 600;color: #ead70c;}
#menu .meal-data .quantity{display: flex;margin: auto;margin: 20px 0;text-align: center;}
#menu .meal-data .quantity .qty-minus{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .meal-data .quantity .qty-plus{
    display: inline-block;
    font-weight: 600;
    width: 50px;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .meal-data .quantity .qty{
    display: inline-block;
    font-weight: 600;
    width: 100px;
    text-align: center;
    border-radius: 0;
    background: none;
    color: #ead70c;
    border: 1px solid #ead70c;
}
#menu .meal-data .model-btn{
    margin: 10px 0px;
    background-image: url(../images/icons/buttons2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: initial;
    border: 0;
    padding: 15px 35px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    font-size: 17px;
    cursor: pointer;
}
#menu .meal-data .model-btn:hover{
     background-image: url(../images/icons/buttons1.png);
     color: #111;
}
#menu .meal-data .accordion .card-header{
    padding: 0;
    border-top: 1px solid #ffea0b;
    border-radius: 0;
    position: relative;
    width: 100%;
}
#menu .meal-data .accordion .card-header h2{
    display: inline-block;
}
#menu .meal-data .accordion .card-header p{
    display: inline-block;
}
#menu .meal-data .accordion:last-of-type .card .card-header{
    border-bottom: 1px solid #ffea0b;
    
}
#menu .meal-data .accordion .card-header button{
    color: #ffea0b;
    text-align: inherit;
}
#menu .meal-data .accordion .card-body{
    border-top: 1px solid #ffea0b;
}
#menu .meal-data .accordion:last-of-type .card-body{
    border-top: 0;
}
#menu .custom-control-inline{
    margin: 0;
}
/**** meal ****/
.client-review label, .client-review td{
      font-weight: 600;
  color: #ffe700; 
}
.client-review .form-check-input{
    visibility: hidden; 
}
.client-review .form-check-label{
    display: block;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
}
.client-review .form-check-label.active{
    transform: scale(1.5);
    transition: all 0.5s ease-in-out;
}
.infinity{
    font-size: 40px !important;
  line-height: 0.7;
}
.contury-num{
    font-size: 15px;
    position: absolute;
    top: 36px;
    left: 10px;
    color: #999;
    background: #fff;
    border-right: 1px solid #999;
    padding-right: 7px;
}