body{
    font-family: hanimation !important;
    direction: rtl;
    text-align: right;
    position: relative;
}

@font-face {
    font-family: hanimation;
    src: url(../css/Hanimation_Arabic_Regular.otf);
}
body::-webkit-scrollbar {
    width: 9px; 
}

body::-webkit-scrollbar-track {
    background: var(--mainColor)05; 
}

body::-webkit-scrollbar-thumb {
    background-color: #000;  
    border-radius: 20px;  
    border: 1px solid #eee; 
} 
/*custom*/
/* Group Ltr */
.ltr :is(div,section,input,label,h1,h2,h3,h4,h5,h6,footer,p,header,select,small,del,strong,sub,sup)
{
    direction: ltr;
    text-align: left;
    font-family: cabin !important;
}

@font-face {
    font-family: cabin;
    src: url(../css/Cabin-Regular.ttf);
}
.owl-carousel .owl-stage-outer {direction: rtl;}
.ltr .cart-items{right: 65px;left: unset;}
.ltr .app .row {flex-direction: row-reverse;}
.ltr .cart-items .item-info button {right: 17px;left: unset;}
.ltr .navbar .edit button.Account {width: unset;}
.ltr .restInfo a {right: 20px;left: unset;}
.ltr .request .reOrder .col-md-4::before {right: -37px;left: unset;transform: rotate(360deg) scalex(-1);}
.ltr .cardFe .contentFe .text::before {right: -14px;left: unset;box-shadow:0px 10px 8px -13px #ccc}
/* .ltr .meal-card .price {right: 5px;left: unset;transform: rotate(180deg);padding: 45px 15px 45px 0px;} */
/* .ltr .meal-card .price a {transform: rotate(-180deg);display: block;} */
.ltr .meal-card .price {text-align: right !important;}
.ltr .meal-card h4,.ltr .meal-card p {text-align: left !important;}
.ltr .langs a:nth-child(1) {font-family:hanimation;}
.ltr .header #search h1,
.ltr .opt ,
.ltr .services .serv ,
.ltr .services .serv h5 ,
.ltr #no-item h4 ,
.ltr #no-item p 
 {text-align: center;}
 .branch-card
 {text-align: center !important;}
.ltr .markets .market h5 {left: 30px;right: 0px;}
.ltr .markets .market h5 i {transform: rotate(180deg);}
.ltr .top-header .contact-list  {text-align: left !important;}
.ltr .top-header .top  {text-align: right !important;}
.ltr #deliverToAddress .modal-body label ,
.ltr footer .navigation , .ltr .your-order .your , .ltr .main-branch h3
{text-align: left;}
.ltr .filter .rest .details {text-align: left !important;}
.ltr .filter .details ul li {margin-right: 20px;margin-left: 0px;}
.ltr .cart-empty h3 , .ltr .image ,
.ltr #item_name , .ltr .amount-count ,
.ltr #description , .ltr .box h4 ,  .ltr .box p ,
.ltr .text h2 , .ltr .text p ,
.ltr .request .reOrder .img ,
.ltr .request .reOrder .img p ,
.ltr .request .reOrder p
{text-align: center;}
.ltr #add_to_cart {float: right !important;}
.ltr .header-hold .content .title ,
.ltr .header-hold .content .titles
{padding: 35px 0px 35px 110px;}
.ltr .header-hold .content .title h1 , 
.ltr .header-hold .content .titles h1
{
    font-size: 28px;
}
.ltr .login h4{text-align: center;}
.ltr .login .new-account .form-group{text-align: left;}
.ltr .alert-success a {float: right !important;}
.ltr footer .navigation a {margin-left: 8px}
.ltr #waiter {float: right;}
.ltr #desc,.ltr #PhoneNumber {text-align: left;}
/* Group Ltr */

.spinner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin: auto;
}

.spinner-sector {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    /* border: 15px solid transparent; */
    /* mix-blend-mode: overlay; */
}

.spinner-text {
    animation: loading-opacity 3s ease-in-out infinite;
    font-size: 20px;
    color: red;
}

.spinner-sector-blue {
    animation: rotate 2s ease-out infinite;
    border-top: 15px solid lightblue;
}

.spinner-sector-red {
    animation: rotate 2.5s ease-in infinite;
    border-top: 15px solid lightcoral;
}

.spinner-sector-green {
    animation: rotate 1.5s ease-in-out infinite;
    border-top: 15px solid lightgreen;
}

@keyframes rotate {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
}

@keyframes loading-opacity {
    0%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: .5;
    }
    50% {
        opacity: .1;
    }
}
.circle {
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 4px solid red;
    border-bottom: 4px solid red;
    animation: rotateAntiCW 2.8s linear infinite;
}

.circle::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    left: 8px;
    top: 6px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-left: 4px solid #C9CC3F;
    border-right: 4px solid #C9CC3F;
    animation: rotate 2s linear infinite;
}

@keyframes rotate{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(-360deg);}
}

@keyframes rotateAntiCW{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.title {
    position: relative;
    color: var(--mainColor);
    font-weight: bold;
    margin-bottom: 50px;
    text-align: right;
    font-size: 25px;
}
.title img
{
    width: 30px;
    margin-top: -8px;
    margin-left: 3px;
}
:root {
    --mainColor :  #FF0000;
}
button:focus {outline: none;}
.header form input:focus {box-shadow: none;}
a {text-decoration: none !important;}
.in-If {display: inline-flex;}
.pd {padding: 50px 0px;}
/*custom*/

/* top header */
.top-header {
    background-color: var(--mainColor);
}
.top-header ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 4px;
}
.top-header ul li {display: inline-block;margin-left: 10px;color: #fff;}
.top-header ul li a {color: #fff !important;cursor: pointer;display: inline-block;font-size: 18px;}
/* start nav */
.navbar {
    text-align: right;
    background-color: #fff;
     transition: all .3s ease-in-out;
     border: 1px solid #ddd;
     z-index: 88;
     margin-bottom: -8px;
    }
.navbar img {width: 100px;border-radius: 5px;}
.navbar-expand-lg .navbar-nav .nav-link {cursor: pointer;}
@media (min-width: 992px)
{
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: .5rem;
        display: initial;
        font-size: 19px;
        color: #6c757d;
        transition: all .3s ease-in-out;
    }
}
.navbar-expand-lg .navbar-nav .nav-link:hover {color: var(--mainColor);}
.navbar #sign {
    background: none;
    border: 1px solid var(--mainColor);
    border-radius: 4px;
    padding: 7px 20px;
    margin-left: 8px;
    display: inline-block;
}
.navbar #sign a{
    color: var(--mainColor);
}
.navbar .cart {
    text-align: center;
    padding: 10px;
    color: var(--mainColor);
    font-size: 20px;
    margin-top: 5px;
    position: relative;
}
.navbar .cart span {
    position: absolute;
    top: 2px;
    right: 5px;
    background-color: var(--mainColor);
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
.navbar .cart a {cursor: pointer;margin-left: 7px;}
.social {
    position: fixed;
    top: 20%;
    left: -100px;
    z-index: 66868;
    transition: all .5s ease-in-out;
}
.social ul {margin-bottom: 0;padding: 0;display: inline-block;}
.social ul li {
    display: block;
    margin: 5px 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--mainColor);
    text-align: center;
    box-shadow: 0px 0px 4px 0px var(--mainColor);
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.social ul li a {color: #fff !important;}
.social ul li i {
    font-size: 16px;
    padding-top: 12px;
}
.navbar .edit{
    position:relative;
  }
  .navbar .edit button.Account{
    background-color: var(--mainColor);
      color: #fdfdfd;
      border: 0;
      height: 40px;
      width: 100px;
      padding-top: 0px;
      border-radius: 5px;
      margin-right: 20px;
      transition:all .3s ease-in-out;
  }
  .navbar-nav .switch-li{position: relative;}
  .navbar-nav .nav-item .Drop{
    display: none;
    position: absolute;
    top: 50px;
    width: 135px;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ccc;
    border-radius: 5px;
    left: -65px;
}
.navbar-nav .nav-item .Drop a{
    display: block;
    margin: 10px 0;
    font-size: 18px;
    color: #6c757d;
    transition: all .5s ease-in-out;
}
.navbar-nav .nav-item .Drop a:hover{
    color: var(--mainColor);
}
.navbar-nav .nav-item .Drop a i{
    margin-left: 10px;
    color: #ccc;
}
  .navbar .edit button.Account i{
    font-size: 10px;
  }
 .navbar .edit .Drop{
      position: absolute;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      left: -52px;
      width: 155px;
      top: 50px;
      display: none;
  }
  .navbar .edit .Drop ul{
    padding: 0;
    margin: 0;
  }
  .navbar .edit .Drop ul li {
      padding: 10px;
      transition: all .3s ease-in-out;
      border-bottom: 1px solid #eee;
  }
  .navbar .edit .Drop ul li:last-of-type{
    border-bottom: unset;
  }
  .navbar .edit .Drop ul li:hover {
    background-color: #ececec;
  }
  .navbar .edit .Drop ul li a{
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: all .3s ease-in-out;
  }
  .cart-items {
    position: absolute;
    top: 88px;
    box-shadow: 0px 4px 8px 0px #aaa;
    background-color: #fff;
    width: 400px;
    left: 65px;
    z-index: 6;
    padding: 20px;
 }
  .img-holder {overflow: hidden;}
  .img-holder img {
      width: 100%;
      border: 2px solid #eee;
      margin: 3px 0px;
      border-radius: 5px;
  }
  .cart-items .col-md-9 {padding-left: 0px;}
  .cart-items .item-info {
  padding: 5px 15px;
  background-color: #eeeeee5e;
  position: relative;
  margin-bottom: 4px;
  }
  .cart-items .item-info button {
  border: none;
  background: none;
  position: absolute;
  left: 17px;
  bottom: 15px;
  }
  .cart-items .item-info i {
      color: var(--mainColor);
      font-size: 16px;
  }
  .cart-items .add {
  display: block;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #777777;
  color: #fff !important;
  text-align: center;
  padding: 9px;
  }
  .cart-items .img-holder img {width: 100%;height: 67px;}
  .cart-items .col-md-9 {padding-right: 0px;}
  .cart {position: relative;}
  
  .cart-holder {display: none;}
  .emptyCart {
      position: absolute;
      width: 400px;
      top: 444px;
      right: 64px;
      padding: 12px;
      background-color: #fff;
      height: 218px;
      box-shadow: 0px 4px 8px 0px #aaa;
  }
  .emptyCart img {width: 100%;
    margin: auto;}
/* End nav */
.breadcrumb {background-color: #fff;padding: 40px 0px 10px 0px;}
/* forgotPass */
.forgotPass h5 {
    font-size: 16px;
    text-align: center;
    line-height: 1.4em;
  }
  #forgotPass input {
    border: 1px solid #ddd;
    border-radius: 25px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    margin: 15px 0px;
    padding: 10px 12px;
  }
  .forgotPass img.f {width: 110px;}
  .forgotPass .modal-header {padding-bottom: 0px;}
  .forgotPass .modal-body {text-align: center;padding-top: 0;}
/* start header */
.header {
    height: 550px;
    background-image: url(../images/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 10%;
    background-attachment: fixed;
}
.header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}
.header #search {
    position: relative;
    text-align: center;
}
.header #search h1 {color: #fff;margin-bottom: 40px;}
.header #search input {border-radius: 50px;height: 50px !important;padding-right: 20px !important;border: none;}
.header #search input , header #search button {display: inline-block !important;}
.header #search input {width: 90%;}
.header #search button[type="submit"] {
    background-color: var(--mainColor);
    box-shadow: 0px 0px 4px 0px var(--mainColor);
    border: none;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding-top: 5px;
}
#deliverToAddress input {width: 100% !important;border: 1px solid #eee !important;border-radius: 4px !important;}
.pointer {
    background-color: #fff;
  border-radius: 25px;
  display: inline-block;
  width: 63%;
  }
  .pointer button {border: none;background: none;}
.header .opt {position: relative;margin-bottom: 20px;}
.header .opt a {
    padding: 12px 30px;
    margin: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    color: var(--mainColor) !important;
}
.header .opt a.act {
    background-color: var(--mainColor);
    color: #fff !important;
}

.header .opt strong {
    position: absolute;
    top: 29%;
    left: 50%;
    color: #fff;
}
#deliverToAddress .modal-body label {text-align: right;display: block;}
/* End header */

/* start services */
.services {
    padding: 40px 0px;
    background-color: #ca231803;
    box-shadow: 0px 19px 18px -18px #eee;
}
.services .serv {
    padding:40px 20px;
    border-radius: 10px;
    margin: 10px 0px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 30px 20px -12px #eee;
}
.services .serv img {width: 70px;}
.services .serv h5 {color: #777;font-weight: bold;margin: 20px 0px 10px 0px;}
/* End services */

/* start markets */
.markets {
    padding: 40px 0px;
}
.markets .market {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 10px 0px;
    border-radius: 10px;
    box-shadow: 0px 30px 20px -12px #ddd;
}
.market::before {
    position: absolute;
    top: 0;
    left: 0;
    background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0,.5) 100%);
    width: 100%;
    height: 100%;
    content: '';
}
.markets .market h5 {
    position: absolute;
    bottom: 17px;
    right: 30px;
    font-size: 24px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.markets .market h5 i {
    font-size: 16px;
    display: inline-block;
    margin-right: 7px;
    transition: all .3s ease-in-out;
}
.markets .market:hover h5 i {margin-right: 17px;}

.markets .market img {width: 100%;height: 300px;}
/* End markets */

/* start cats */
.cats {
    padding: 40px 0px;
}
.cats .item {
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    margin: 10px 0px 40px 0px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 30px 20px -12px #eee;
    position: relative;
    transition: all .4s ease-in-out;
}
.cats .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -300px;
    left: 0;
    background-color: #212529cc;
    transition: all .4s ease-in-out;
} 
.cats .item:hover .overlay {top: 0;}
.cats .item .overlay i {
    line-height: 7.4em;
    font-size: 30px;
    color: var(--mainColor);
}
.cats .item img {
    width: 80%;
    height: 185px;
    margin: 10px auto;
}
.cats .item h5 {margin: 20px 0px;}
.cats .owl-carousel .owl-nav button.owl-prev , .owl-carousel .owl-nav button.owl-next{
    background-color: var(--mainColor);
    height: 40px;
    width: 40px;
    box-shadow: 0px 0px 4px 0px var(--mainColor);
    border-radius: 50%;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
.cats .owl-carousel .owl-nav button.owl-prev i {transform: rotate(180deg);color: #fff;}
.owl-carousel .owl-nav button.owl-next i  {transform: rotate(180deg);color: #fff;}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--mainColor)
}
/* End cats */

/* start app */
.app {
    padding: 40px 0px 10px 0px;
    background-color: #ca231803;
    box-shadow: 0px 19px 18px -18px #eee;
}
.app .image {overflow: hidden;}
.app .image img {
    width: 100%;margin-bottom: 30px;
    box-shadow: 0px 3px 7px 0px #ddd;
    border-radius: 10px;
}
.app .links {margin-top: 65px;margin-bottom: 15px;text-align: center;}
.app .links p {font-size: 25px;margin-bottom: 25px;text-align: center;}
.app .links a {display: inline-block;margin-left: 10px;cursor: pointer;}
.app .links a img {width: 170px;}
/* End app */

/* start filter */
.filter {
    padding: 40px 0px;
    background-color: #fdfdfd;
}
.filter .card-header h5 {margin-bottom: 0;font-size: 18px;}
.filter .form-check-input {margin-top: .5rem;}
.filter .form-check-label {margin-right: 22px;}
.filter .form-check {padding: 0;}
.filter .form-check b {
    float: left;
    color: #aaa;
    font-size: 14px;
    margin-top: 4px;
}
.custom-search-form {
    margin: 7px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.custom-search-form input {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border: none;
}
.custom-search-form button {
    background-color: #eee;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.filter .owl-nav {display: none;}
.filter .owl-carousel h5 {font-size: 17px;}
.filter .rest {
    padding: 25px 10px 10px 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.filter .rest .col-md-2 , 
.filter .rest .col-md-10
{
    padding-right: 5px;padding-left: 5px;
}
.filter .rest-holder {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
    /* box-shadow: 0px 32px 17px -20px #ddd; */
    padding: 15px;
}
.filter .rest {
    transition: all .5s ease-in-out;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px #eee;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 30px;
}
.filter .rest:hover {background-color: #ca231803;}
.filter .rest .image img {
    width: 100%;
    height: 200px;
    margin-bottom: 13px;
}
.filter .rest .details {
    padding: 15px;
}
.filter .rest .details h6 {
    margin: 5px 0;
    background-color: var(--mainColor);
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px var(--mainColor);
}
.filter .details h5 {
    color: var(--mainColor);
    font-weight: bold;
    font-size: 17px;
}
.filter .details b {font-weight: normal;display: block;color: #333;}
.filter .details ul {padding: 0;margin: 10px 0;}
.filter .details ul li {
    display: inline-block;
    margin-left: 20px;
    color: #777;
}
.filter .details ul li i{
    margin-left: 5px;
    color: #777;
    font-size: 14px;
}
.arrange {border-bottom: 1px solid #eee;margin-bottom: 10px;}
.filter .arrange span {font-weight: bold;}
.filter .arrange span , 
.filter .arrange ul ,
.filter .arrange ul li
 {display: inline-block;}
 .filter .arrange ul {padding: 0;margin-right: 10px;}
 .filter .arrange ul li {
     margin-left: 17px;
 }
 .filter .arrange ul li a {
     cursor: pointer;
     padding: 8px 15px;
     transition: all .3s ease-in-out;
    }
 .filter hr {
    background-color: #eee;
    height: 1px;
    border: none;
    }
    .filter .arrange ul li a:hover {
        background-color: var(--mainColor);
        color: #fff !important;
    }

.filter-details {
    padding: 40px 0;
    background-color: #fdfdfd;
}
.main-img {width: 120px;}
.main h4 {
    color: #ca2318;
    font-weight: bold;
}
.main {
    background-color: #fff;
    padding: 20px;
    margin: 10px 0px;
    border: 1px solid #eee;
}
.filter-details .tabs {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
}
.filter-details .tabs li {
    display: inline-block;
    cursor: pointer;
    margin-left: 60px;
    font-size: 18px;
    transition: all .3s ease-in-out;
    padding: 20px 0;
    font-weight: normal;
    border-bottom: 2px solid transparent;
}
.filter-details .tabs li.active { 
    font-weight: bold;
    border-bottom: 2px solid var(--mainColor);
}
.filter-details .tabs li i {color: var(--mainColor);}
.filter-details .list h5{
    color: #333;
    font-weight: bold;
    padding: 10px 0;
    background-color: #eeeeeef5;
    text-align: center;
    font-size: 16px;
}
.filter-details .list {text-align: right !important;}
.filter-details .list ul {
    padding: 10px;
}
.filter-details .list ul li {
    margin: 3px 0;
    padding: 5px 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.filter-details .list ul li.active {
    border-right: 1px solid var(--mainColor);
    background-color: #f8f9fa;
}
.filter-details .cart-empty ,
.filter-details .list
{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0px 0px 10px 0px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #eee;
}
.filter-details .cart-empty h5 {
    background-color: var(--mainColor);
    color: #fff;
    padding: 10px 0px;
}
.filter-details .cart-empty img {width: 100px;margin: 20px auto;}
.filter-details .accordion .card-header h5 {
    font-size: 17px;
    color: #ca2318;
}
.filter-details .accordion .card-header h5 i {float: left;}
.filter-details .accordion .card-body img {width: 50px;height: 50px;}
.filter-details .accordion .card-body  button {
    border: none;
    background: none;
    font-size: 13px;
    margin-top: 10px;
}
.filter-details .accordion .card-body  button i {
    width: 18px;
    height: 18px;
    font-size: 10px;
    padding-top: 4px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: #ca2318;
}
.filter-details .accordion .card-body .row div {padding: 2px;}
.filter-details .accordion .card-body button span {
    display: inline-block;
    color: #333;
}
.filter-details .rating .rate {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    background-color: #eeeeee5e;
}
.filter-details .rating .rate b {font-size: 13px;color: var(--mainColor);display: block;}
.filter-details .rating h4 {font-weight: bold;font-size: 20px;}
.filter-details .rating .rate h5 {display: inline-block;}
.filter-details .rating .rate h5 span {
    margin-top: 10px;
    position: absolute;
    left: 34px;
    font-size: 14px;
}
.filter-details .rating ul {padding: 0;margin-bottom: 5px;}
.filter-details .rating ul li i {color: var(--mainColor);}
.filter-details .rating ul li span {display: block;}
.filter-details .rating button {
    background-color: antiquewhite;
    border: none;
    padding: 7px;
    border-radius: 2px;
    color: #777;
    font-weight: bold;
}
#g1, #g2 , #g3 {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    padding: 20px;
    margin-right: 0px;
}
#g2 , #g3 {display: none;}
/* End filter */

/* profile */
.profile {
    background-color: #f7f7f7;
    padding: 60px 0px;
  }
  .profile .user-actions , .profile .content-holder{
    background-color: #fdfdfd;
    padding: 17px;
    box-shadow: 0px 1px 4px 0px #ddd;
  }

  .profile .user-image span {
    display: inline-block;
    font-weight: bold;
  font-size: 17px;
  margin-right: 7px;
  }
  /* .profile .user-image img {
    width: 82px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0px 0px 12px 0px #cccc;
    margin: auto;
    height: 82px;
  } */
  .profile .user-image span b {
    margin: 5px 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  }
  .profile .user-options ul {padding: 0px;};
  .profile .user-options ul li {margin: 10px 0px;}
  .profile .user-options ul li.clicked {
    background-color: var(--mainColor);
  border-radius: 25px;
  transition: all .3s ease-in-out;
  padding-right: 7px;
  }
  .profile .user-options ul li.clicked span {color: #fff;}
  .profile .user-options ul li span {
    margin-right: 6px;
    color: #52527c ;
    padding: 7px 5px 10px 5px;
    transition: all .3s ease-in-out;
    display: inline-block;
    cursor: pointer;
  }
  .profile .user-options ul li img {
    width: 35px;
    margin: auto;
    cursor: pointer;
    padding-right: 7px;
  }
  .profile .address #addAddress {
    border: 1px solid transparent;
  background-color: var(--mainColor);
  color: #fff !important;
  padding: 7px 20px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 20px 9px -15px #d01116;
  }
  .profile .address #bookAddress {display: none;}
  .profile .address .no-address h5 {color: #777;font-weight: bold;}
  .profile .address .no-address img {width: 100px;margin: 20px auto;}
  .user-image{
    text-align: center;
}
.user-image img{
    width: 70%;
    height: 100%;
}
.user-image #profileImage{
    width: 95px;
    border-radius: 50%;
    height: 95px;
    border: 2px solid #ccc;
    padding: 2px;
    box-shadow: 0px 0px 22px 0px #cccc;
}
.user-image .file {
    position: absolute;
    left: 145px;
    top: 81px;
    overflow: hidden;
    /* margin-top: -20%; */
    width: 35px;
    padding-right: 10px !important;
    padding-top: 7px !important;
    text-align: center;
    height: 35px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    background: #cd3333;
}
.user-image .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
  #bookTable td , #bookTable th  {
    text-align: center !important;
    vertical-align: middle !important;
  }
  #bookTable td {font-size: 18px;}
  #bookTable th {font-size: 15px;}
  .actions {text-align: center;}
  .actions button {
    display: inline-block;
    background-color: #fff !important;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-size: 17px;
    padding-top: 8px;
  }
  .actions button i.fa-edit {
    color: #28a745;
  }
  .actions button:last-child i.fa-trash {
    color: #ca2318;
  }
  .success img {width: 65px;margin: 20px auto;}
.success h4 {color: var(--mainColor);}
  .success {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 5px 8px 0px #ddd;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 400px;
    margin: 100px auto;
    display: none;
  }
    .meal {
    /* box-shadow: 0px 30px 20px -20px #ddd; */
    padding: 10px;
    border: 1px solid #eee;
  }
  .globl_bg b {font-size: 18px;}
  .globl_bg b img {width: 45px;}
  .meal .table > thead{background: unset;}
  .meal .table > thead > tr > th{background: #ff00001c !important;}
  .meal .table .btn {
    font-size: 13px;
    width: 100%;
  }
  .meal .price {margin-top: 25px;}

  .meal .number {
    color: var(--mainColor);
    height: 25px;
    width: 25px;
    padding-top: 4px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
  }
  .name span {
    display: inline-block;
    margin-right: 10px;
    color: #777;
    font-weight: bold;
    font-size: 15px;
  }
    .name img {
    width: 70px;
    border-radius: 50%;
    height: 70px;
  }
  .clickRate li {display: inline-block;margin-left: 7px;color: #dddddd96;font-size: 28px;cursor: pointer;transition: all .3s ease-in-out;}
.clickStar li {display: inline-block;margin-left: 7px;color: #dddddd96;font-size: 28px;cursor: pointer;transition: all .3s ease-in-out;}
.fillStar {color: #fc0 !important;}
  #rating input#comment {border: none;border-bottom: 1px solid #ccc;text-align: center;} 
  #rating input#comment:focus {box-shadow: none;}
  #rating button {
    background: none;
    border: none;
    color: #777;
    transition: all .3s ease-in-out;
  }
  #rating button:hover {color: #229ed1;}
  .location ul {
    text-align: center;
    padding: 0;
    margin-top: 25px;
    padding: 20px 10px;
    border: 1px solid #eee;
    box-shadow: 0px 30px 20px -20px #ddd;
  }
   .location ul li {
    display: inline-block;
    margin: 0px 15px;
  }
   .location ul li img {
    width: 20px;
  }
   .location ul li i.fa-phone {
    font-size: unset;
    color: var(--mainColor);
  }
  .total .checkout {
    padding: 20px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  .total .checkout h5 {color: var(--mainColor);font-weight: bold;}
  .total .checkout p b {float: left;font-size: 13px;color: #777;}
.address , .orders , .friends , .notification ,
.prefer , .points , .exchange , .wallet {display: none;}
#account input {
    height: 50px;
    border-radius: 25px;
}
#account input ,  #account label {margin: 10px 0px;}
#account span.email {
  display: inline-block;
  font-weight: bold;
  color: #d01116;
  font-size: 19px;
  margin-left: 10px;
  margin-right: 10px;
}
#account input[type="checkbox"] {margin: 0px;width: unset;}
#account button , #account  a ,
#bookAddress button
{
  border: none;
  color: #fff;
  padding: 6px 30px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 10px 4px;
}
#account button.save , #bookAddress button.done {
  background-color: #28a745;
  box-shadow: 0px 0px 4px 0px #28a745;
}
#account button.edit , #bookAddress button.cancel {
  background-color: #d01116;
  box-shadow: 0px 0px 4px 0px #d01116;
}
#account a {
  background-color: #52527c;
  box-shadow: 0px 0px 4px 0px #52527c;
}
#bookAddress {margin: 10px;}
#bookAddress input {
    height: 50px;
    border-radius: 25px;
}
#bookAddress input ,  #bookAddress label {margin: 10px 0px;}
#bookAddress p {margin: 20px 0px;}
.profile input:focus {outline: none !important;box-shadow: none !important;}
#bookTable {display: table;}
/* End profile */

.globl_btn {
    background-color: var(--mainColor);
    color: #fdfdfd;
    border: 0;
    height: 40px;
    padding: 8px 12px;
    border-radius: 5px;
    margin-right: 5px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
/*start login*/
.login {
    margin: 30px 0px;
}
.login h4 {color: var(--mainColor);}
.login button {
    padding: 7px;
    background-color: #777;
    color: #fff;
    border: none;
    margin-top: 20px;
}
.login input::placeholder {font-size: 14px;}
.login .new-account {
    box-shadow: 5px 10px 10px 0px #ccc;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    /* max-height: 430px; */
    width: 600px;
    margin: auto;
}
.login .new-account .form-group{text-align: right;}
.login .new-account form label{
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: bold;
    color: #d01116;
  }
.login .new-account form span .create{
  display: inline-block;
  margin: 0;
  color: #d01116 !important;
  box-shadow: none;
  padding: 10px 0 0 0 !important;
  font-size: 16px;
  overflow: unset;
  transition: all .3s ease-in-out;
}
.login .new-account form span .create:hover{
  color: #007bff;
}
.login .new-account input {
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: none;
    margin-bottom: 15px;
    padding: 18px 0;
    width: 100% !important;
}

.login .new-account input:focus ,
.login .new-account .submit:focus
{
    outline: none;
    border-color: #67c15e;
    box-shadow: none;
}
.login .new-account a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
    color: #fff !important;
    padding: 13px 0;
    font-size: 14px;
    box-shadow:10px 15px 10px 0px #ccc;
}
.login .new-account a i {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 17px;
}
.login .new-account .envelope
{
    background-color: #4b9c43;
    transition: all .3s ease-in-out;
}
.login .new-account .envelope:hover {
    background-color: #67c15e;
}

.login .new-account .submit {
    background-color: #4b9c43;
    padding: 13px 0px;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    box-shadow:10px 15px 10px 0px #ccc;
}
.login .new-account .submit:hover {
    background-color: #67c15e;
}

.login .new-account .facebook {
    background-color: #004085;
    transition: all .3s ease-in-out;
}
.login .new-account .facebook:hover {
    background-color: #3b5998;
}
.login .new-account .span {color: #777;}
.login .new-account p {font-size: 18px;}
.login .new-account h6 {
    display: inline-block;
    padding-right: 6px;
    color: #777;
}
#verification {
    width: 500px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0px 4px 11px 0px #ccc;
    padding: 20px;
    display: none;
    border-radius: 5px;
}
.verify button[type="submit"] {
    padding: 7px 26px 10px 26px !important;
    border-radius: 25px;
    width: unset !important;
  }

  .verify h4 {
    font-size: 28px;
    margin: 20px;
  }
  .verify .re {
    display: block;
    text-decoration: underline;
    color: #777;
  }
  .verify input {
    border-radius: 10px;
    border: 1px solid #555;
    margin-bottom: 10px;
    width: 70px;
    padding: 7px;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
  }
.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-top: 16px solid var(--mainColor);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: none;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}   
/*End login*/

/* store */
.glyphicon-upload:before  { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f382"!important; }
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.btn.btn-file{
    float: left;
    width: 38%!important;
    margin: 3%!important;
}

.btn-custom{
    font-size: 19px;
    background-color: var(--mainColor);
    color: #ffffff;
    width: 40%;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--mainColor);
    display: block;
    margin: auto;
}

.w-22-m-1{
    width: 22%;
    margin: 1%;
}
.btn-default {
color: #ffffff !important;
background-color: #d0111673 !important;
border: 1px solid #d01116 !important;
}
.btn.btn-default:hover {
background-color: #ffffff!important;
color: #d01116 !important;
}
/* Start Section Header */ 
.header-hold{
    background: url('../images/delivery-home.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0;
}
.header-hold .overlay{
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-hold .wizard > .steps{
    margin: 20px 0;
}
/* .header-hold .content{
    margin: 40px 0;
} */
.header-hold .content .log form{
    background-color: #18181875;
    border-radius: 4px;
    padding: 32px;
    border: 1px solid #e8e8e88a;
}
.header-hold .content .log form .headLink{
    text-align: center;
}
.header-hold .content .log form .headLink h2{
    color: var(--mainColor);
    font-weight: bold;
    margin: 30px 0;
}
.header-hold .content .log form .headLink a{
    margin-left: 20px;
    font-size: 16px;
    background-color: #fdfdfd;
    color: var(--mainColor);
    width: 135px;
    height: 44px;
    padding-top: 10px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--mainColor);
    transition: all .3s ease-in-out;
}
.header-hold .content .log form .headLink a.active{
    background-color: var(--mainColor);
    color: #fdfdfd;
}
.header-hold .content .log form .bind{
    margin-top: 30px;
}
.header-hold .content .log form .bind label{
    font-size: 16px;
    margin-bottom: 18px;
    color: #fdfdfd;
}
.header-hold .content .log form .bind input{
    height: 48px;
    margin-bottom: 15px;
    border: 1px solid var(--mainColor);
    border-radius: 25px;
    padding-right: 30px;
}
.header-hold .content .log form .bind input:focus{
    outline: none;
}
.header-hold .content .log form .bind .button{
    text-align: center;
}
.header-hold .content .log form .bind .button button{
    font-size: 18px;
    background-color: var(--mainColor);
    color: #ffffff;
    width: 230px;
    height: 44px;
    margin-top: 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--mainColor);
    transition: all .3s ease-in-out;
}
.header-hold .content .log form .bind .button button:hover{
    background-color: #fdfdfd;
    color: var(--mainColor);
}
.header-hold .content .log form .dataStore{
    display: none;
}
.header-hold .content .titles{
    background-color: #ff00007d;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 100%;
    height: 200px;
    color: #fdfdfd;
    text-align: center;
    margin-top: 50%;
    padding: 35px;
    border: 1px solid #f6c8c8;
}
.header-hold .content .titles h1{
    font-weight: bold;
    font-size: 33px;
}
.header-hold .content .titles p{
    font-size: 17px;
    line-height: 1.6em;
}
/* End Section Header */


/* Start Section Features */
.features{
    margin: 40px 0;
    padding: 40px 0;
}
.features h2{
    text-align: center;
    color: var(--mainColor);
    font-weight: bold;
    margin: 30px 0;
    font-size: 34px;
}
.features .contentFe .box{
    text-align: center;
    box-shadow: 0px 2px 8px 0px #ff000033;
    padding: 20px;
    margin: 40px 0;
}
.features .contentFe .box img{
    width: 80px;
    height: 80px;
    margin: 10px;
}
.features .contentFe .box h4{
    font-size: 24px;
    font-weight: 900;
    color: var(--mainColor);
    margin-bottom: 15px;
}
.features .contentFe .box p{
    font-size: 14px;
    font-weight: bold;
}
/* End Section Features */

/*Start Section Card Features  */
.cardFe {
    margin: 30px 0;
    padding: 40px 0px;
    background-color: #ca231803;
    box-shadow: 0px 19px 18px -18px #eee;
}
.cardFe h2{
    text-align: center;
    color: var(--mainColor);
    font-weight: bold;
    margin: 40px 0;
    font-size: 35px;
    line-height: 1.5;
}
.cardFe .contentFe .col-md-3{
    margin-bottom: 40px;
}
.cardFe .contentFe .image img{
    width: 274px;
}
.cardFe .contentFe .text {
    background-color: #fdfdfd;
    box-shadow: 0px 7px 8px 4px #ccc;
    padding: 25px 17px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    height: 200px;
}
.cardFe .contentFe .text::before{
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: -14px;
    width: 30px;
    height: 30px;
    background-color: #fdfdfd;
    transform: rotate(45deg);
    box-shadow: 0px 10px 8px -5px #ccc;
}
.cardFe .contentFe .add::before{
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    right: -14px;
    width: 30px;
    height: 30px;
    background-color: #fdfdfd;
    transform: rotate(45deg);
    box-shadow: 0px -6px 8px -5px #ccc;
}
.cardFe .contentFe .text h2{
    color: #d01116;
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0;
}
.cardFe .contentFe .text p{
    line-height: 1.5;
    font-size: 15px;
    padding: 10px 4px;
}
.cardFe .contentFe h2{
    text-align: unset;
    color: var(--mainColor);
    font-weight: bold;
    margin: 40px 0;
    font-size: 40px;
}
.cardFe .contentFe .col-md-6
{
    margin-top: 90px;
}
/*End Section Card Features  */

/* Start Section Request */
.request{
    margin: 40px 0;
    padding: 40px 0;
}
.request .reOrder{
    text-align: center;
}
.request h2{
    text-align: center;
    color: var(--mainColor);
    font-weight: bold;
    margin: 30px 0;
    font-size: 34px;
}
.request .reOrder .img {
    position: relative;
}
/* .request .reOrder .img::before{
    content: url(../images/redo.png);
    position: absolute;
    top: 70px;
    left: -37px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
} */
.request .reOrder .no-arrow::before {
    content: unset;
}
.request .reOrder .img p{
    margin: 18px 0;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}
.request .reOrder p{
    margin: 30px 0;
    font-size: 35px;
    font-weight: bold;
    color: #d01116;
}
.request .reOrder a{
    font-size: 19px;
    background-color: var(--mainColor);
    color: #ffffff;
    width: 350px;
    height: 50px;
    padding-top: 10px;
    margin-top: 25px;
    text-decoration: none !important;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--mainColor);
    transition: all .3s ease-in-out;
}
.request .reOrder a:hover{
    background-color: #fdfdfd;
    color: var(--mainColor);
}

/* End Section Request */
.dirRtl{
            direction: rtl!important;
        }
        

        .wizard ul, .tabcontrol ul {
            text-align: center!important;
            height: inherit;
        }
        .wizard > .steps > ul > li{
            float:none!important;
            display: inline-block!important;
        }
        .wizard > .actions {
            position: relative!important;
            display: inherit!important;
            text-align: center!important;
            width: 100%!important;
            margin: auto 0 !important;

        }
        .wizard > .steps > ul > li {
            width: 40%!important;
        }
        .wizard > .content {
            background:none!important;
            height: -webkit-fill-available!important;
        }
        .wizard label{
            color:#ffffff!important;
        }
        .wizard h2 {
            text-align: center;
        }
        .wizard > .steps .current a ,
        .wizard > .steps a:hover ,
        .wizard > .actions a,
         .wizard > .actions a:hover,
          .wizard > .actions a:active {
            background: #d52f31!important;
            border: 2px solid var(--mainColor)!important;
            border-radius: 10px!important;
            color: #fff!important;
            font-size: 18px!important;
            font-weight: 600!important;
            padding: 10px 25px !important;
            width:max-content !important;
            border-radius: 25px !important;
        }
        .header-hold .wizard > .content > .body input{
            border-radius: 25px;
            height: 45px;
        }
        .wizard > .steps .disabled a ,.wizard > .actions .disabled  a{
            background: #ffffff!important;
            color: #333333!important;
            cursor: default!important;
            border: 2px solid #eaeaea!important;
            font-size: 18px!important;
            font-weight: 600!important;
            border-radius: 25px!important;
            padding: 10px 25px;
            width:max-content;
        }
        .actions .disabled  a ,.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{
            padding: 10px 50px!important;
        }
        .wizard > .content {
             padding: 10px!important; 
             min-height: 40em!important;
        }
        .w-49{
            width: 49%!important;
            display: inline-block!important;
        }
        .m-0-0-30-0{
            margin: 0 0 30px 0!important;
        }
        .f-l{
            float:left!important;
        }
        .m-t{
            margin-top: 4%!important;
        }
#confirm{
    text-align: center;
    background-color: #fdfdfd;
    padding: 40px;
    border-radius: 5px;
    margin-top: 20%;
}     
#confirm img{
    width: 100px;
    margin-bottom: 30px;
}   
#confirm p{
    font-size: 24px;
    font-weight: bold;
    color: #d01116;
}
/* end store */

/*start section make account*/
.make-account {
    margin: 30px 0px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 5px 10px 10px 0px #ddd;
}
.make-account h4 {
    margin-bottom: 40px;
    color: var(--mainColor);
    font-weight: bold;
}
.make-account input {
    border-right: none;
    border-left: none;
    border-top: none;
    margin-bottom: 40px;
}
.make-account input:focus {
    outline: none;
    box-shadow: none;
}
.make-account a {
    display: block;
    margin:20px 70px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    text-align: center !important;
}

.make-account h5 {
    position: relative;
    text-align: center !important;
    color: #777;
    font-size: 16px;
}
.make-account h5::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #ddd;
    top: 8px;
    left: 80px;
}
.make-account h5::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #ddd;
    top: 8px;
    right: 80px;
}
/*End section make account*/

#sendSuggestion {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    margin: 20px 0;
    border-radius: 4px;
}
#sendSuggestion h3 {color: var(--mainColor);}

.scroll_up {
    display: inline-block;
    position: fixed;
    bottom: 70px;
    left: 0px;
    z-index: 4444;
    display: none;
}
.scroll_up img {
    width: 38px;
    margin-left: 30px;
    cursor: pointer;
}

/* footer */
footer {
    padding: 40px 0px;
    background-color: var(--mainColor);
}
footer span {color: #fff;}
footer .navigation {text-align: right;}
footer .navigation a {color: #fff !important;margin-left: 15px;text-decoration: none;cursor: pointer;}
footer img {width:150px;}
footer p{
    text-align: right;
    font-size:20px;
    line-height: 1.8;
    color: #fff;
    margin-top: 20px;
}
footer .contact {padding: 0;}
footer .contact li {
    color: #fff;
    margin: 6px 0px;
}
footer .contact li a {color: #fff !important;}
footer .contact li i {
    color: #fff;
    margin-left: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
}

/* food menu */
#waiter {
    box-shadow: none;font-size:14px;float:left;margin-top:-4px;
}
li.sub-list {
    background-color: #e04e4e;
    display: inline-block;
    margin: 16px 4px 0px;
    padding: 2px 15px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
.food-menu {
    padding: 20px;
    position: relative;
    background-color: #eeeeee24;
}
.onScroll {
    position: sticky;
    top: 0px;
    z-index: 99;
}
.box {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px #ddd;
}
.menu-bar ul.mainUL li {
    display: inline-block;
    margin:0px 7px;
    font-size: 18px;
    color: #333;
}
.menu-bar .mainUL li a {cursor: pointer;}
.menu-bar ul.mainUL li img {
    display: inline-block;
    width: 35px;
    height: 30px;
}
.menu-bar ul.mainUL {padding: 0;margin: 0;text-align: center;}
.menu-bar .arrow {position: relative;}
.arrow ul {
    position: absolute;
    top: 30px;
    text-align: right;
    background-color: #fff;
    width: 140px;
    border: 1px solid #eee;
    padding: 5px;
    z-index: 666;
    display: none;
}
.arrow ul li , .arrow ul li a {
    display: block !important;
    margin: 7px 0px !important;
    color: #333;
    font-size: 17px !important;
}
.add-card {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 6px 12px 0px #eee;
    border-radius: 4px;
    margin: 10px 0px;
    border: 1px solid #ddd;
    transition: .3s all ease-in-out;
    display: block;
    cursor: pointer;
}
.add-card input {position: absolute;top: 33px;right: 33px;}
.add-card p {
    margin-bottom: .81em;
}
.add-card div {
    display: inline-block;
    margin-right: 25px;
}
.selected {border: 1px solid #00b77a;}
.disc {
    border: 1px solid #ddd;
    margin: 0px auto 12px auto;
    border-radius: 25px;
    text-align: right;
    position: relative;
    width: 240px;
}
.disc button {
    background-color: #28a745b0;
    color: #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    font-size: 23px;
    text-align: center;
    padding: 0;
    line-height: 2em;
    position: absolute;
    left: 0;
    top: 0;
}
.disc button:hover {color: #fff;}
.disc input {border: none;}
.checkout button {
    background-color: #28a745;
    color: #fff;
    padding: 8px 50px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid transparent;
    margin: 0px 0px 10px 0px;
    transition: all .5s ease-in-out;
}
.checkout button:hover{
    background-coLor: #fff;
    color: #28a745;
    border: 1px solid #ddd;
}
.checkout h5 {
    text-align: right;
    font-size: 14px;
    color: #6c757d;
    padding: 7px 10px;
    border: 1px solid #eee;
}
.checkout h5 span {float: left;}

.meals-box {margin-top: 20px;}
.meal-card {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 20px 20px -12px #ddd !important;
border: 1px solid #eee;
cursor: pointer;
}
 .image {overflow: hidden;text-align: center;}
 .image img {width: 100%;}
.meal-card h4 {color: var(--mainColor);font-size: larger;}
.meal-card p {
    width: 170px;
    line-height: 1.4em;
}
.meal-card img { width: 100%;}
.meal-card .price {
    font-weight: bold;
    font-size: 18px;
    color: #28a745;
}
.meal-card p a{font-size: 14px;}
 .restInfo ul {padding: 0;margin: 10px 0px;}
 .restInfo ul.two li {display: inline-block;margin: 0px 5px;color: #6c757d;}
 /* .clickRate li {display: inline-block;margin-left: 5px;color: #dddddd96;font-size: 18px;cursor: pointer;transition: all .3s ease-in-out;} */
/* .fillStar {color: var(--mainColor) !important;} */
 .restInfo h3 {color: var(--mainColor);}
 .restInfo h5 {font-size: large;}
 .restInfo p {font-size: 19px;line-height: 1.4em;margin-bottom: 14px;}   
 .restInfo a {
    color: #17a2b8 !important;
position: absolute;
left: 20px;
bottom: 0;
cursor: pointer;
 }

 .delete-item {
    border: 1px solid #eee !important;;
background: #fff !important;;
color: #777 !important;;
padding: 6px 12px !important;;
font-size: 13px !important;;
margin: 10px 0px !important;;
cursor: pointer !important;;
}
#description {
    padding: 20px;
    font-size: 20px;
    border-block: 1px solid #cd33332a;
    background-color: #fff;
    position: relative;
    margin-top: -60px;
    overflow-wrap: break-word;
  }
  #description i {
    color: #cd3333;
    font-size: 16px;
  }
  .image-scroll {transition: all .4s ease-in-out;margin-bottom: 20px;}
#options {margin-top: 20px;}
#options span {font-size: 10px;}
#options ul {
    padding: 0;
    margin-bottom: 0;
}
#options ul li {
    /* margin: 0; */
    display: inline-block;
    margin-top: -10px;
}
#options ul li input {
    background-color: unset;
    border: 0;
    width: 18px;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.sub-item-amount{padding: 0;}
#options ul li button {
    display: inline-block;
    box-shadow: unset;
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    padding-top: 0;
    padding-right: 5px;
    text-align: center;
    line-height: 17px;
}
.fixed-options {
  height: calc(100vh - 245px);
  overflow-y: scroll;
}
.fixed-options::-webkit-scrollbar {
  width: 7px; 
}

.fixed-options::-webkit-scrollbar-track {
    background: #aaa; 
}

.fixed-options::-webkit-scrollbar-thumb {
    background-color: #ccc;  
    border-radius: 20px;  
    border: 1px solid #eee; 
} 
#amount {
  font-weight: bold;
    font-size: 20px;
    border-radius: 25px;
    flex: none;
    border:none;
    width: 100px;
    height: 48px;
    color: #777;
    margin: -6px 6px 0px 6px;
}
#amount:focus , .amount-count button:focus {
  box-shadow: none;
  outline: none;
}
.amount-count button {
    border-radius: 50%;
    height: 28px;
      width: 28px;
      font-size: 10px;
      border: 1px solid #cd33339e;
      box-shadow: none;
      padding: 3px 0px 0px;
      color: #cd3333;
  }
  .amount-count {padding: 0;}
  .amount-count li {
    display: inline-block;
  }
.modal-content {padding: 0px 20px;}
.back button:first-child:hover ,
.back button:first-child:focus
    {background-color: #fff !important;color: #cd3333 !important;box-shadow: none !important;}
.button_scrollComplete {
   display: none;
}
/* End food menu */

/* checkout */
.order-ul {padding: 0;margin: 20px 0;text-align: center;}
.order-ul li {
  display: inline-block;margin-left: 6px;
  background-color: #fff;
  border: 1px solid var(--mainColor);
  transition: all .3s ease-in-out;
  cursor: pointer;
  color: var(--main-color);
  padding: 7px 20px;
  border-radius: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 19px;
}
.order-ul li.active {background-color: var(--mainColor);color: #fff;}
.order-checkout input:focus , .order-checkout textarea:focus {box-shadow: none;outline: none;}
.order-checkout {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 20px 0px;
}
.order-checkout h4 {color: #cd3333;}
.order-checkout h4 a {
    color: #28a745 !important;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
.order-checkout h4 a i {
    font-size: 13px;
    padding-left: 2px;
}
.order-location img {width: 80px;margin: 10px auto;display: block;}
.order-location button {
    background-color: #cd3333;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    margin: 10px 0px;
    border: none;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: normal;
}
.order-checkout .table {
    border: 1px solid #eee;
    text-align: center;
    }
    .order-checkout .table td {vertical-align: middle !important;}
    .order-checkout h5 i {
        font-size: 16px;
        color: #cd3333;
    }
    .order-payment input[type="text"] {
        display: inline-block;
        width: auto;
        border-radius: 25px;
        height: 45px;
    }
    .payment label {
        display: block;
        display: block;
        background-color: #fff;
        padding: 15px 20px;
        border: 1px solid #eee;
        margin: 10px 0px;
        border-radius: 10px;
    }
    .payment label i {
        margin: 0px 2px;
color: #cd3333;
font-size: 13px
    }
#address input[type="text"] , #address select 
{
    border-radius: 25px;
    height: 48px;
    margin: 10px 0px;
}
#address input:focus , #address select:focus {box-shadow: none;outline: none;}
#address ul  {    
    margin-top: 18px;
    margin-bottom: 26px;
    }
#address ul li {display: inline-block;margin: 0px 7px;}
#exampleModal .modal-body::-webkit-scrollbar {
width: 9px; 
}

#exampleModal .modal-body::-webkit-scrollbar-track {
    background: #ccc; 
}

#exampleModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ddd;  
    border-radius: 20px;  
    border: 1px solid #eee; 
}
/* End checkout */

/* order done */
.order-done {
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 20px 0px;
}
.order-done h4 {color: #cd3333;margin-top: 30px;}
.order-done button {
    padding: 10px 40px;
font-size: 20px;
background-color: #cd3333;
color: #fff !important;
border: none;
}
.order-done button:focus {box-shadow: none;outline: none;}
.your-order {
    padding: 20px;
}
.your-order img {
    width: 60px;
height: 60px;
margin: auto;
border-radius: 50%;
}
.your-order .your {
    padding: 20px;
    margin: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 5px;
    text-align: right;
}

.img-bg img {
    width: 100px;
height: 100px;
background-color: #fff;
margin-top: 50px;
position: relative;
border-radius: 50%;
padding: 10px;
    }
/* End order done */
.main-branch {text-align: right;}
.main-branch h3 {text-align: right;}
.branch-card {cursor: pointer;text-align: center;position: relative;display: block;height: 150px;}
.branch-card b {color: var(--mainColor);display: block;margin-bottom: 12px;}
.main-branch img {width: 100%;margin-bottom: 10px;}

.branch-card ul {padding: 0;}


/* recommended */
#recommended .item  {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px #eee;
    margin: 0px 0px 20px 0px;
    padding: 12px;
}
#recommended .item img{height: 168px;width: 168px;border-radius:10px;margin: auto;}
/* End recommended */

/* Start Section Cart */
.Cart{
    margin: 60px 0; 
}
.Cart .tableCart{
    box-shadow: 0px 2px 5px 1px #eee;
    border-radius: 5px !important;
}
.Cart .tableCart .imgOrder img{
    width: 150px;
    border-radius: 4px;
}
.Cart .tableCart thead{
    overflow:hidden;
}
.Cart .tableCart thead > tr > th{
    background: #333;
    color: #fff;
    border-top: unset;
    border-bottom: unset;
    text-align: center;
    border-left: 1px solid #777;
    line-height: unset;
    font-size:14px;
}
.Cart .tableCart tbody tr .Qu{
    width: 190px;
    text-align: center;
}
.Cart .tableCart tbody tr td h4{
    display: inline-block;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    color:var(--mainColor);
    margin-right: 10px;
}
.Cart .tableCart tbody tr td span{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 28px;
    display: block;
}
.Cart .tableCart tbody tr td .number{
    margin-top: 18px;
}
.Cart .tableCart tbody tr td .number button{
    border: 2px solid #ccc;
    width: 25px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
    color: #09395d;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: all .4s ease-in-out;
}
.Cart .tableCart tbody tr td .number button:hover{
    background-color: var(--mainColor);
    color: #fdfdfd;
    border:2px solid transparent;
}
.Cart .tableCart tbody tr td .number input{
    padding: 0px;
    border: 2px solid #ccc;
    border-radius: 5px;
    display:inline-block;
    width: 40px;
    text-align: center;
    font-size: 17px;
    margin: 0px 10px;
}
.Cart .tableCart tbody tr td strong{
    font-size: 20px;
    color: var(--mainColor);
    padding: 20px;
    margin-top: 6px;
    display: block;
}
.Cart .tableCart tbody tr td i{
    font-size: 20px;
    padding: 0px 20px;
    color: var(--mainColor);
    cursor: pointer;
    margin-top: 28px;
}
.Cart .exTime {
    background-color: #fff;
    box-shadow: 0px 2px 5px 1px #eee;
    border-radius: 4px;
    padding: 20px;
    margin-top:20px;
}
.Cart .exTime img{
    width:90px;
}
.Cart .exTime h2{
    font-size: 22px;
    font-weight: bold;
    color: var(--mainColor);
}
.Cart .exTime ul {padding: 0;margin: 20px 0;}
.Cart .exTime ul li {
    display: inline-block;
    margin-left: 20px;
    color: #777;
}
.Cart .Delivery{
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
    margin-top: 12px;
    box-shadow: 0px 2px 5px 1px #eee;
}
.Cart .Delivery h2{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.Cart .Delivery h2 img{
    width: 23px;
}
.Cart .Delivery span{
    color: #333;
    font-size: 15px;
}
.Cart .Delivery p{
    text-align: center;
    margin: 30px;
    font-weight: bold;
    color: var(--mainColor);
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.Cart .Delivery small{
    font-size: 14px;
    font-weight: bold;
    color: var(--blue);
    float:left;
}
.Cart .Delivery strong{
    margin-bottom: 23px;
    display: block;
    font-size:14px;
}
.Cart .Delivery h3{
    font-weight: bold;
    color:var(--mainColor);
    font-size: 16px;
    float:left;
}
.Cart .Delivery a{
    background-color: var(--mainColor);
    padding: 8px;
    color: #ffff;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    text-align: center;
}

 /* start product details  */
 .product-details {
    padding: 20px;
  margin: 30px 0px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px #ccc;
  border-radius: 4px;
  }
  .product-details .image {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .product-details .image img {width: 100%;border-radius: 5px;}
 .choose {margin-top: 20px;}
 .choose a {
    border: 1px solid var(--mainColor);
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--mainColor);
    color: #fff !important;
    margin-left: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
  }
  .choose a:focus {
      background-color: #fff;
      color: var(--mainColor) !important;
  }
  .choose .tabed {
    border: 1px solid transparent;
    background-color: #fff;
    color: var(--mainColor) !important;
    box-shadow: none;
  }
  .product-details .cart-item {margin-bottom: 40px;}
  .product-details .cart-item p {
    margin: 10px 0px;
    font-size: 17px;
    line-height: 1.6em;
    }
  .product-details .cart-item strong {
    display: inline-block;
  font-size: 22px;
  color: #777;
  margin: 5px 4px;
  }
  .product-details .cart-item strong sub {color: var(--mainColor);}
  .quantity {margin-top: 10px;}
  .quantity a {
  background-color: var(--mainColor);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  box-shadow: 0px 0px 8px 0px var(--mainColor);
  line-height: 26px;
  }
  .quantity a  {
    display: inline-block;
    margin: -10px 4px;
  }
  .quantity input {
    display: inline-block;
  }
  .quantity input {width: 100px;}
  .product-details .item-details h5 {
    font-size: 18px;
  color: #777;
}
.product-details .item-details h5  span {float: left;}
.product-details .item-details p {
  text-align: center;
  background-color: #efca86;
  color: #3333339c;
  font-weight: bold;
  padding: 10px 6px;
  border-radius: 3px;
  margin: 16px 0px;
}
.product-details .share a i {
  font-size: 25px;
  margin-left: 6px;
}

.proposals{
    margin: 40px 0;
  }
  .proposals form{
      background-color: #ffff;
      padding: 25px;
      border-radius: 5px;
      box-shadow: 0px 0px 8px 1px #ccc;
      width: 700px;
      position: relative;
      overflow:hidden;
      margin:auto;
  }
  .proposals form::before{
    content: '';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background-coLor:var(--mainColor);
  }
  .proposals form label{
      color: var(--mainColor);
      font-weight: bold;
      margin-bottom: 14px;
  }
  .proposals form input{
      margin-bottom: 16px;
      border: 0;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
  }
  .proposals form textarea{
    height:120px;
  }
  .proposals form .send{
    text-align:center;
    margin: 20px 0;
  }
  .proposals form .send button{
    border: 0;
      background-color: var(--mainColor);
      color: #fff;
      border-radius: 4px;
      font-size: 15px;
      padding-top: 0;
      width: 200px;
      height: 40px;
      box-shadow: 0px 9px 8px -5px var(--mainColor);
  }
  /* Start Loader */
  .proposals .loader {
      margin: auto;
      border: 16px solid #f3f3f3; /* Light grey */
      border-top: 16px solid var(--mainColor); /* Blue */
      border-radius: 50%;
      width: 48px;
      height: 48px;
      display: none;
      animation: spin 2s linear infinite;
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  /* end Loader */

/* End product details */
@media(max-width:768px) {
    .restInfo a {
        color: #17a2b8 !important;
        position: inherit;
        left: 0;
        bottom: 0;
        cursor: pointer;
    }
    .restInfo ul li i {
        margin-left: 5px;
    }
    .image img {
        width: 100% !important;
    }
    .image-scroll img {
        width: 75% !important;
    }
    .navbar-nav .nav-item .Drop {
        position: static;
        margin: 10px 0px;
        top: unset;
        left: unset;
    }
    /* .order-payment input[type="text"] {margin-bottom: 10px;} */
    .button_scrollComplete{display: block;}
    .button_scrollComplete a{
        background-color: green;
        color: #fff;
        width: 100%;
        height: 40px;
        display: block;
        text-align: center;
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 9999;
        padding-top: 8px;
    }
    .edit .Drop {position: static !important;margin-top: 10px;}
    .header {padding-top: 24%;height: 100vh;}
    .app .links {margin-top: 30px;}
    .app .links a {margin-bottom: 10px;}
    .main-img {margin-bottom: 10px;}
    .filter-details .tabs {padding: 0;}
    .navbar .nav-link {color: #777;}
    .navbar .cart {text-align: right;}
    .navbar .cart span {text-align: center;}
    .login .new-account{
        width: auto;
    }
    .header .opt strong {top: 41%;}
    .header .opt a {
        margin: 34px 4px;
        display: block;
    }
    .proposals form {width: auto !important;}
}

@media(max-width:414px) {
    .header #search button[type="submit"] {width: 40px;height: 40px;}
    .header #search input {
        width: 77% !important;
    }
    .pointer {width: 72%;}
    .markets {padding: 40px 10px;}
    .markets .market h5 {font-size: 19px;}
    .markets .market h5 i {font-size: 11px;}
    .markets .market img {height: 150px;}
    .markets .col-6 {padding: 0px;}
    .markets .market {margin: 10px 6px;}
    #recommended .item img {height: 146px;width: 146px;}
    #deliverToAddress label {
        margin-top: 12px;
    }
    .buttons {text-align: center !important;}
    .back {
        text-align: right !important;
        margin-top: 20px !important;
    }
    .top-header .top {text-align: right !important;margin-top: 4px;}
    .header-hold .content .titles {clip-path: none;background: none;border: none;}
    .header-hold .content .log form {padding: 30px 5px;}
    .wizard > .steps > ul > li {
        float: none!important;
        display: block!important;
        margin: auto;
        width: 100% !important;
    }
    .wizard > .steps .current a,
    .wizard > .steps .disabled a,
     .wizard > .actions .disabled a
    {
        margin: 10px auto !important;
    }
    .cart-items {width: 255px;}
    .cart-items .item-info {background: none;}
    .cart-items .item-info button {
        left: 3px;
        bottom: 10px;
    }
    .cart-items .add {font-size: 15px;}
    #no-item img {width: 138px;}
    #no-item h4 {font-size: 17px;}
    #no-item p {font-size: small;}
    .filter .arrange ul li a , .filter-details
    {padding: 0;}
    .filter .rest {padding: 25px 24px 10px 10px;}
    .filter .arrange ul {
        margin: 10px;
    }
    .filter .arrange ul li {
        font-size: 14px;
        margin-left: 5px;
    }
    .filter .arrange span {margin-top: 10px;}
    .filter-details .tabs {padding: 0;display: flex;flex-direction: row;overflow: scroll;}
    .filter-details .tabs li {font-size: 15px;padding: 14px;margin: 0;}
    .orders .name {margin-top: 10px;}
    .orders .name img {width: 50px;height: 50px;}
    .orders .location ul li {display: block;}
    .orders .location ul li img {
        transform: rotate(-90deg);
        margin: 10px 0px;
    }
    .meal-card img {width: 100px;}
    .menu-bar ul.mainUL {
        text-align: right;
        /* height: 100px; */
        overflow-x: scroll;
        display: flex;
    }
    .menu-bar ul.mainUL li {display: inline-flex;}
    .menu-bar .mainUL li a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .arrow {
        text-align: right !important;
    }
    .drop {
        position: static;
    }
    .restInfo h3 {margin-top: 20px;}
}