:root {
  --m-main: #46200B;
  --m-light-main: #8b8b8b;
  --m-second: #FCB203;
  --m-light-gray: #e6e6e6;
  --m-sucess: #3bc119;
  --m-black: #000;
  --m-gray: #333333;
  --m-white: #ffffff;
  --m-off-white: #f5f5f5;
  --rounded-main: 8px;
}


* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #fbfdfb;
  color: #666666;
  direction:rtl;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--m-main);
  font-weight: normal;
  line-height: 1.2;
  font-family: "Cairo", sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
}

h5,
h5 {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}


p {
  color: var(--m-main);
  line-height: 24px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}

a {
  text-decoration: none;
}

.main_btn {
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  transition: all 0.5s ease-in-out;
  color: white;
  border: none;
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0px 4px 4px 0px #0000001A;

}

.main_btn:hover {
  background: var(--m-main);
  background: linear-gradient(180deg, #46200B 0%);
  color: #fff;
}

.main_outline_btn {
  background: transparent;
  transition: all 0.5s ease-in-out;
  color: var(--m-main);
  border: none;
  width: 100%;
  border-radius: 30px;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #46200B80;
  box-shadow: 0px 4px 4px 0px #0000001A;


}

.main_outline_btn:hover {
  background: var(--m-main);
  background: #fcae05 ;
  border: 1px solid #fcae05;
  /*color: #fff;*/
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0px 4px 4px 0px #0000001A;
}
.fz-16{font-size:14px;}
.nav-tabs .nav-link {
   font-size: 15px;
    font-weight: 700 !important;
}
/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 16px 0;
  background-color: #7d6254;
}


.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}


.breadcrumb-area h1 {
  display: block;
  text-transform: capitalize;
  color: #FEF9F6;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.breadcrumb>li+li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-inline: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0  0 0 12px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  /* content: "\f105"; */
  content: var(--bs-breadcrumb-divider, "/");

  font-family: "Font Awesome 5 Free";
  right: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 400;
  text-transform: capitalize;
  color: var(--m-second);
  font-size: 16px;
}

.breadcrumb-area .breadcrumb li.active {
  color: #fff;
  padding-right: 10px;
}

/********************** header css style ************************/
.header-web {
  position: relative;
  background-color: #7d6254;
  /* opacity: 70%; */
  padding: 3px 0 0px;
  border-bottom: 3px solid #fff;

}

.header-web.is-sticky {
  position: fixed;
  width: 100%;
  background-color: #7d6254;
  top: 0;
  z-index: 1000;
  animation: slideDown 0.8s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.upper-header {
  border-bottom: 0.5px solid #8b8b8b;
}


/* dropdown */
.lang-dropdown {
  min-width: 8rem;
  left: 5% !important;
  right: unset !important;
  margin-top: 0.125rem !important;
}

.dropdown.show {
  color: var(--m-second) !important;
  border-radius: 27px;
}


.dropdown-menu {
  border-radius: 0;
  padding: 16px 14px;
  border: none;
  margin-top: 10px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

.sub-menu__sub-item {
  text-align: center;
}

.sub-menu-link {
  color: var(--m-main) !important;
  font-size: 15px !important;
}

.dropdown-menu-fullwidth {
  width: 90%;
}

.dropdown-menu-fullwidth .sub-menu__sub-item {
  display: inline-block;
  width: 30%;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: unset;
}

.pr-0 {
  padding-right: 0 !important;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.static-header {
  position: sticky;
  top: 0;
}

.help_image img {
  height: 45px;
}
.num_img img {
  height: 65px;
}
.navbar-nav .nav-link a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: var(--m-white);
  padding: 0px 20px;
  display: inline-block;
  position: relative;
}
.count_wrap{
        position: absolute;
    background-color: #fca437;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 15px;
    top: -10px;
    right: 5px;
}
.help-icon i {
  color: var(--m-main);
  font-size: 16px;
}

.home-link {
  padding-right: 0;
}

.navbar-nav .nav-link {
  padding-block: 1.5rem;
}



.lower-header .nav-link.active a {
  color: var(--m-second);
}

.side-menu-wrap {
  display: none !important;
}



/* ============================================================== 
     # Banner 
=================================================================== */
body {
  height: 100%;
}

.banner_wrapper_img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.section_title {
  font-weight: 700;
  font-size: 24px;
  color: var(--m-main);
  line-height: 100%;
  text-transform: capitalize;
}

.tb-space {
  padding-top: 70px;
}

.offer_item {
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto 30px;
    text-align: center;
    background-color: #fff;

}
.offer_item .offer_img{
    height: 220px;
    object-fit: cover;
        transition: all 0.5s 
ease-in-out;
}

.offer_item:hover .offer_img  {
  transform: scale(1.1);
}



.meal_caption {    
    text-align: center;
    padding: 16px 5px;
    font-weight: 700;
    font-size: 18px;
    color: var(--m-main);
}
.meal_caption a{    
    font-weight: 700;
    font-size: 20px;
    color: var(--m-second);
    display:block;
    padding-bottom:6px;
}
.meal_caption a:hover{    
    color: var(--m-main);
}
.badge_logo {
  position: absolute;
  top: 0;
  left: 24px;
  border-radius: 0 0 50% 50%;
  background-color: #fff;
  padding: 18px 4.5px 4.5px 4.5px;
  width: 70px;

}

.badge_logo img {
  width: 60px;
  height: 60px;
}

.offers-owl .owl-dots.disabled {
  display: flex !important;
  justify-content: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 2px 3px;
  background: #46200B1A;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--m-second);
}

.view_more {
  color: #FCB203;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;

}
.view_more:hover {
  color:var(--m-main);

}
.product_card {
  position: relative;
  background: #46200B12;
  overflow: hidden;
  border-radius: 20px;
  border: 0;
  margin-bottom: 30px;
  width:100%;
}


.product_card .card-img {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}


.product_card .card-img img {
  margin: auto;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 350px;
  object-fit: cover;

}

.product_card:hover .card-img img {
  transform: scale(1.1);
}


.product_card .card-body {
  padding: 20px 24px;
}

.product_card .product_name {
  color: var(--m-main);
  font-weight: 700;
  font-size: 18px;
    /*overflow: hidden;*/
    /*height: 60px;*/
}

.product_desc {
  color: #46200BB2;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  width: 70%;    
  display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_price {
  color: var(--m-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.product_price .current_price{
      font-weight: 700;
  font-size: 18px;
}
/*quantity css*/


.quantityBtn {
  position: absolute;
  left: 18px;
  bottom: 20px;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.quantityBtn:hover {
  color: #fff;

}
.quantity-control {
  display: none;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  right: 22px;
  bottom: 28px;
  width: 120px;
  height: 68px;
  border-radius: 40px;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
}

.quantity-control button {
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  background-color: transparent;
}

.quantity-control span {
  color: #fff;
  margin: 0 5px;
  font-size: 24px;
  font-weight: 700;
}

.pr-2 {
  padding-left: 10px;
}

.pl-2 {
  padding-right: 10px;
}

.total_price {
  position: relative;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  box-shadow: -2px 4px 10px 0px #00000040;
  width: 350px;
  height: 70px;
  border-radius: 100px;
  color: #FEF9F6;
  font-weight: 700;
  font-size: 20px;
}
.total_price img{
  width: 50px;
}
.total_price.auto_width {
  width: auto;
padding-inline:16px
}
.badge_count {
      position: absolute;
    left: 30px;
    top: -25px;
    background-color: #EDECE8;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #282725;
    font-size: 20px;
  font-weight: 700;
}

.footer {
  background-color: #7d6254;
  /* opacity: 70%; */
  color: #fff;
  padding: 40px 0 20px;
  position: relative;
}

.footer h6 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.footer a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 16px;

}


.footer-bottom {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}

.footer-bottom p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.social-icons a {
  color: #fff;
  font-size: 26px;
  margin-left: 16px;
}

.social-icons a:hover {
  color: var(--m-second);
}

.footer-logo img {
  margin-bottom: 20px;
   height:95px;
}


.login-container {
  margin: 70px auto;
}

.restorant_lbl {
  color: var(--m-main);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 100%;

}

.restorant_input {
  border: 1px solid #46200B1A;
  height: 48px;
  color: #28272580;
  font-size: 14px;
  border-radius: 16px;
}

.form-control::placeholder {
  color: #28272580;
  font-size: 14px;
}

.form-check-label {
  font-size: 0.9rem;
  color: #333;

}

.forgot-password {
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #FCB203;
  text-decoration: none;
}

.login_page p {
  font-size: 18px;
}

.social-icons img {
  height: 40px;
  width: 40px;
  margin: 10px;
  cursor: pointer;
}

.social-icons .google {
  color: #db4437;
}

.social-icons .ic_facebook {
  width: 40px;
  height: 40px;
}

.create_account {
  color: var(--m-second);
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
}

.form_check {
  display: block;
  /* margin-bottom: 15px; */
}

.form_check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form_check label {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  color: var(--m-main);
}

.form_check label a {
  font-weight: 700;
  color: var(--m-second);
}

.form_check label:before {
  content: '';
  appearance: none;
  background-color: var(--m-second);
  background-color: #46200B1A;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 8px;
  border-radius: 5px;
  width: 24px;
  height: 24px;
}

.form_check input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 7px;

  height: 14px;
  border: 2px solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form_check input:checked+label:before {
  background-color: var(--m-second);
}

.py-70 {
  padding-block: 70px;
}

.restorant_txt {
  height: auto;
  border-radius: 18px;
}

.resto_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.static_page p {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;

}

.italic_txt {
  font-style: italic;
  font-size: 50px;
  padding-right:10px;
}

.meal_title {
    line-height: 30px;
    color: #FAF7F2E5;
    font-weight: 700;
    font-size: 20px;
}

.meal_text {
  color: #FAF7F2E5;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;

}
.fz-20{
    font-size:20px;
     font-weight: 700;
}
.meal_image {
  width: 200px;
  height: 150px;
  border-radius: 20px;
  padding-right: 18px;
}

.meals_wrapper {
  background-color: #46200B12;
  border-radius: 20px;
padding: 24px 24px;}
.meals_wrapper2 {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px 16px;
    margin-bottom: 16px;
}
.extras_checkbox {
  background-color: #fff;
  padding: 18px 40px;
  border-radius: 18px;
  /*direction: rtl;*/
  width: 100%;
  margin-bottom: 40px;
}

.extras_checkbox input:checked+label:after {
  /*top: 5.5px;*/
  /*right: 9px;*/
  /*left: unset;*/
  height: 16px;
  border: 2px solid #fff;
  border-width: 0 3px 3px 0;
}

.extras_checkbox label {
  font-size: 22px;
  width: 100%;
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.extras_checkbox label:before {
    /* margin-right: 0px;*/
    /*margin-left: 8px;*/
    
}
.bottom_bar {
  /* position: sticky; */
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #eeedea;
  padding: 30px 16px 30px;
  margin-top: 100px !important;
}

.bottom_bar .total_price {
  position: relative;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  box-shadow: -2px 4px 10px 0px #00000040;
  width: 300px;
  height: 70px;
  border-radius: 100px;
  color: #FEF9F6;
  font-weight: 700;
  font-size: 22px;
}

.bottom_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.hiring_title {
  font-size: 22px;
  font-weight: 600;
}

.hiring_list_item {
  color: var(--m-main);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.resto_tabs {
  background-color: #46200B;
  box-shadow: 0px 4px 4px 0px #44434180;
  height: 65px;

}

.resto_tabs .nav-tabs .nav-item.show .nav-link,
.resto_tabs .nav-tabs .nav-link.active {
  color: #fff !important;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  border-radius: 0;
  border: none;
}

.resto_tabs .nav-tabs .nav-link:focus,
.resto_tabs .nav-tabs .nav-link:focus-visible,
.resto_tabs .nav-tabs .nav-link:hover {
  outline: unset !important;
  border: none !important;
  isolation: unset;
}

.resto_tabs .nav-tabs {
  border-bottom: none;
  height: 65px;
}

.resto_tabs .nav-tabs .nav-link {
  margin-bottom: 0;
  transition: none;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-inline: 24px;
  border: none;
}

.download_link {
  color: var(--m-main);
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;

}


.download_link a {
  font-weight: 600;
  margin-left: 20px;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}

.download_link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
}

select.form-control:focus {
  border: 1px solid #46200B1A;
  height: 50px;
  color: #28272580;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}



.custom-select {
  position: relative;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  width: 100%;

  background-image: url("../img/icons/arrow_down.png");
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 26px;
}

.file-wrapper {
  display: block;
  padding: 3px 5px;
  border: 1px solid #46200B1A;
  /* height: 50px; */
  color: #28272580;
  font-size: 16px;
  border-radius: 16px;
  background: #fff;
}

.file-wrapper input[type="file"] {
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 12px;
  font-size: 16px;
  color: #28272580;
  background: transparent;
}

.px-8 {
  padding-inline: 8px;
}

.order_sammary {
  background-color: #46200B12;
  border-radius: 20px;
  padding: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: var(--m-main);
}

.total_price_sammary {
  border-top: 1px dashed var(--m-main);
  margin-top: 20px;
}

.total_price_sammary .item_type {
  margin-top: 20px;
  color: var(--m-main);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}

.total_price_sammary .item_type span {
  padding-top: 10px;
  display: block;
  color: var(--m-main);
  font-weight: 500;
  font-size: 14px;
}

.total_price_sammary .item_value {
  margin-top: 20px;
  color: var(--m-second);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;

}

.order_details {
  background-color: #46200B12;
  border-radius: 20px;
  padding: 24px;
}

.order_items_count {
  background-color: var(--m-main);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}

.cart_item {
  color: var(--m-main);
  font-weight: 600;
  font-size: 18px;
}

.item_data {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  position:relative;
}

.item_data img {
 width: 120px;
  max-width: 120px;
  min-width: 120px;
  height: 110px;
  border-radius: 20px;
  margin-right: 12px;
}

.item_data h2 a{
  color: #282725;
  font-size: 18px;
  font-weight: 700;
}
.delete-item{
    position: absolute;
    left: 16px;
    bottom: 16px;
    font-size: 18px;
    color: #282725;
}
.item_data p {
  color: #282725;
  font-size: 16px;
  font-weight: 500;
}

.cart_item_price {
  font-size: 20px;
  font-weight: 700;
  color: var(--m-main);
}

/*qty style*/
.num-in span ,.num-in button{
  display: block;
  font-size: 12px;
  width: 30px;
  background-color: #fff;
  border: 2px solid var(--m-second);
  height: 30px;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.num-in span i ,.num-in button i{
  color: var(--m-second);
}

.num-in span.dis ,.num-in button.dis {
  border: 2px solid var(--m-main);
  cursor: not-allowed;
}

.num-in span.dis i ,.num-in button.dis i {
  color: var(--m-main);
  /* opacity: 0.25; */
}

.num-in input {
  width: 32px;
  height: 32px;
  border: none;
  color: var(--m-main);
  text-align: center;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
}
.btn_select_modal{
    width: 100px;
    border-radius: 12px 0 0 12px;
    font-size: 14px;
}
.select_modal{
    border-radius:  0 12px 12px 0 ;
}
.quantityText {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 8px;
}
.check_modal{
    margin-bottom: 16px;
}
.check_modal label {
    font-size: 16px;
    font-weight: 600;}
.check_modal label:before {
    width: 24px;
    height: 24px;}
.check_modal input:checked+label:after {
    top: 5px;
    right: 8px;
    width: 8px;
    height: 14px;}
    
.order_special_requests {
  background-color: #46200B12;
  border-radius: 20px;
  padding: 35px 24px;
  margin-top: 35px;
}

.order_special_requests p {
  color: #46200BB2;
}

.order_special_requests textarea {
  width: 80%;
  border-radius: 20px;
  background-color: #fff;
  border: none;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #50505080;

}

.image_breadcrumb {
  position: relative;
  padding-inline: 16px;
  height: 100px;
}

.image_breadcrumb::after {
  position: absolute;
  content: "";
  padding-left: 12px;
  border-right: 2px solid #FEF9F6;
  height: 50px;
  bottom: 0;
}

.image_breadcrumb img {
  height: 110%
}

.breadcrumb_dropdown a {
  font-weight: 500;
  font-size: 24px;
  color: #FEF9F6;
  display: flex;
  align-items: end;
  justify-content: center;
}

.address_dropdown {
  width: 22%;
  padding: 14px;
}

.breadcrumb_dropdown .dropdown.show {
  color: #FEF9F6 !important;
  border-radius: 27px;
}

.add_address_wrapper {
  background-color: #46200B12;
  border-radius: 20px;
  padding: 24px 40px;
}

.add_address_options {
  background-color: #46200B12;
  border-radius: 20px;
  padding: 24px 24px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--m-main);
}

.delivery_time {
  font-size: 18px;
}

.delivery_time div {
  font-weight: 700;
}
.order_special_requests .section_title {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 12px;}
.add_address_options p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}

.radio-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #46200B1A;
  border-radius: 16px;
  padding: 12px 2px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  color: var(--m-main);
  transition: border 0.2s ease;
}
.radio-card.no_border{
     border: none;
  padding: 0 16px;
}
.radio-card:last-of-type {
  margin-bottom: 0px;
}

.radio-card:hover {
  border-color: var(--m-second);
}

.radio-card input[type="radio"] {
  display: none;
}

.custom-radio {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid #46200B80;
  border-radius: 50%;
  background: #fff;
}

.radio-card input[type="radio"]:checked~.custom-radio {
  border: 2px solid var(--m-second);
  background: radial-gradient(circle at center, #ff7a00 35%, #ffffff 60%)
}

.radio-label {
  margin-right: 24px;
  display: inline-block;
}

.nav-tabs .nav-link.active {
   color: #fff !important;
  border: none;
  border-bottom: 2px solid #ff7f00;
  font-weight: 600;
  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
}

.btn-gradient {
  background: linear-gradient(90deg, #ff9900, #ff6600);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
}

.modal-content {
  border-radius: 15px;
  padding: 20px;
}

.form-control:focus {
  color: var(--m-main);
  background-color: #fff;
  border-color: var(--m-main);
  outline: 0;
  box-shadow: none;
}

.restorant_modal .nav-tabs .nav-item {
  width: 50%;
}

.restorant_modal .nav-tabs {
  border-bottom: 1px solid #46200B1A
}

.restorant_modal .nav-tabs .nav-link {
  border: none;
  color: var(--m-main);
  font-weight: 700;
  font-size: 20px;
}

.restorant_modal .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #ff7f00;
  font-weight: 700;
  font-size: 20px;

  background: linear-gradient(180deg, #FCB203 0%, #F15A25 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.restorant_modal .nav-tabs .nav-link svg {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.restorant_modal .nav-tabs .nav-link svg path {
  fill: var(--m-main);
}

.restorant_modal .nav-tabs .nav-link.active svg path {
  fill: #ff7f00;
}

.restorant_modal .nav-link {
  display: block;
  padding: 15px;
}

.restorant_modal h5 {
  font-size: 18px;
}

.restorant_modal p {
  font-size: 16px;
  font-weight: 500;
  color: var(--m-main);
}

.restorant_modal .modal-dialog {
  max-width: 600px;
}


.restorant_modal .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  width: 100%;
  background-image: url(../img/icons/arrow_down.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
}

.btn-outline-login {
  padding: .25rem 1rem;
  font-size: 18px;
  border-radius: 1.2rem;
  color: var(--m-main);
  border: 1px solid #28272580;
}

.btn-outline-login i {
  font-size: 13px;
  font-weight: 700;
  padding-left: 8px;
}

.restorant_modal .main_btn {
  font-weight: 600;
}

.accordion-button {
  color: var(--m-main);
  background-color: #eeedea;
  font-size: 16px;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--m-main);
  background-color: #eeedea;
  font-size: 15px;
  font-weight: 700;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--m-main);
  outline: 0;
  box-shadow: none;
}

.accordion-button.collapsed {
  border-radius: 18px;
}

.accordion-item:first-of-type .accordion-button.collapsed {
  border-top-width: 1px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
  border-radius: 18px;
}

.accordion-collapse {
  border: none;
}
.accordion-button::after{
     margin-right: auto;
    margin-left: unset;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
   
}
.restorant_modal h2 {
    font-size: 22px;
}
.restorant_modal .radio-card {
  border: none;
  width: 50%;
  margin-bottom: 0;
}

.restorant_modal .custom-radio {
  top: 25px;
}


/***** Profile *****/
#profile {
  padding: 50px 0;
}

#profile .card {
  padding: 25px;
  background: #6666661a;
  border: 0;
  border-radius: 15px;
  margin-bottom: 30px;
}

#profile .card h3 {
  color: var(--m-main);
}

#profile .card ul {
  list-style: none;
}

#profile .card ul li {
  font-size: 20px;
  color: #2c2c22;
}

#profile .card ul li a {
  color: #2c2c22;
  display:block;
  width: 100%;
  padding: 8px 0;
    border-radius: 12px;
}
#profile .card ul li a i{
      padding-left: 8px;
}
#profile .card ul li a.active {
  background: var(--m-main);
  color: #fff;
    padding: 8px 10px;
    border-radius: 12px;
}

hr {
  border: 1px solid #2c2c22;
}

#profile .data img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: block;
}

#profile .avatar-upload {
  position: relative;
  max-width: 205px;
  margin-bottom: 30px;
}

#profile .avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

#profile .avatar-upload .avatar-edit input {
  display: none;
}

#profile .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

#profile .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

#profile .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: var(--m-main);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

#profile .avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

#profile .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#profile .form-control {
  background: #fff;
  border: 1px solid var(--m-main);
  transition: all 0.4s ease-out 0s;
  color: #2c2c22;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 10px;
  line-height: 26px;
}

#profile label {
  color: #2c2c22;
  font-weight: 600;
}

#profile.address .remove {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 22px;
}

#profile.address .remove:hover {
  color: #2c2c22;
}

#profile.address .card p {
  color: #2c2c22;
}

#profile.address .add {
  transition: all 0.5s ease-in-out;
    text-decoration: underline;
    transition: all 0.5s 
ease-in-out;
    font-size: 18px;
    font-weight: 600;
    color: #46200b;
}
#profile.address .add i{
    padding-right: 8px;
    font-size: 16px;
}

#profile.order .card .flex-shrink-0 {
  width: 200px;
  height: 125px;
  position: relative;
}

#profile.order .card .flex-shrink-0 img {
  width: 200px;
  height: 125px;
  object-fit: cover;
  border-radius: 15px;
}

#profile.order .card .flex-grow-1 h5 {
  color: var(--m-main);
  font-size: 22px;
}

#profile.order .card .flex-grow-1 p {
  margin: 0;
  font-weight: 600;
  color: #2c2c22;
}
.dropdown-menu-profile li{
        padding: 8px 12px;
}
.dropdown-menu-profile li:hover{
    background-color: #f78f10;
}
.dropdown-menu-profile li:hover a {
    color: #fff !important;
}

.w_select{
    width:65%;}
    .branch-container {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-left: 10px;
      color: #fff;
      font-size:20px;
    }

    .branch-logo {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: contain;
    }
.checkout_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
        left: 1px;
    right: unset;
}
   .checkout_select  .select2-container .select2-selection--single {
    height: 46px;}
     .checkout_select  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0 12px 12px 0;
}
   


 .checkout_select  .btn_select_modal {  
    width: 30%;
    border-radius:12px 0 0 12px;
}
   
.add_address_wrapper .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0 12px 12px 0;
    border: 1px solid #46200B1A;
    height: 48px;
    color: #28272580;
    font-size: 16px;
}

.add_address_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;}
      .rest_txt{
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: var(--m-main);
    }
     .edit_icon{
        font-size: 25px; 
    }
    .my-6{
        margin-block:50px
    }
     .meals_section  ::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}
 
 .meals_section ::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

 .meals_section ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

    .menu_list{
    margin: 10px 0 30px;
    border-bottom: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: clip;
    padding-bottom: 10px;
    padding-inline:0;
    }
     .hader-logo{
        height:85px;
    }
    .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem auto -.5rem -.5rem ;
}
.modal-backdrop.show {
    z-index: 100;
}
.pr{padding-right:0;}
.btn-success {
    background-color: #fca437;
    border-color: #fca437;}
        .btn-success:hover {
    background-color: #fca440;
    border-color: #fca440;}
    .btn_card{
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 9;
    }