body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #f0f3f8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#main-wraper .sidebar-nav .hide-menu {
  transition: 0.5s;
}
#main-wraper.toggled .left-sidebar .hide-menu {
  display: none;
}
.header-link{color: #fff;
	background: #000;
    padding: 12px 13px;
    border-radius: 4px;transition: 0.5s;}
.header-link:hover{background: #ffffff24;}
.header-link .icon{vertical-align: sub; margin-right: 8px;}

div.scrollmenu {
  background-color: #e3e3e4;
  overflow: auto;
  white-space: nowrap;
	margin-left: -35px;margin-right: -30px; 
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 20px;;
  text-decoration: none;
	color: #000;
	border-right: 1px solid #b5b1b1;;
}


#main-wraper #menu-toggle .hamburger-menu {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.1s;
}
#main-wraper #menu-toggle .hamburger-menu:hover {
  opacity: 0.8
}
#main-wraper.toggled #menu-toggle .hamburger-menu {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
   
}
.page-title{font-size: 22px; color: #2e437c;font-weight: 500}
.page-wraper-search .btn{border-top-left-radius: 2px;border-bottom-left-radius: 2px;border-color: #ddd;min-width: 36px;border-right: 0;    height: 40px;line-height: 32px;    padding: 6px 7px;}
.page-wraper-search .form-control{border-top-right-radius: 2px;border-bottom-right-radius: 2px;height: 40px; border-left: 0;}
.page-wraper-search .form-control:focus{box-shadow: none;border-color: #ddd;}

.language-btn [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.language-btn [type=radio] + img {
  cursor: pointer;padding: 2px;
}

.language-btn [type=radio]:checked + img {
  outline: 1px solid #0e7334;
}

/*-------Language Seting-----*/
.language-brtns-wrap {justify-content: center}

/*Arebic lang*/
body.arebic-lng .footer-cart-btn{left: 20px;}
body.arebic-lng .header-buton-wrap{text-align: right}
body.arebic-lng .modal-header .close{float: left !important;margin: -14px 0;}
body.arebic-lng .table{direction: rtl;}
body.arebic-lng .cart-table tr td:first-child{text-align: right}
body.arebic-lng .cart-table tr td:last-child{text-align: left !important}
body.arebic-lng .cart-table .total-td{text-align: left !important}

/*theme setting*/
a {
  transition: 0.5s;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #009c4a !important
}
a.hover-warning:hover {
  color: #009c4a !important
}
.site-content {
  background: #141414
}
.btn-primary{background: #214884;border-color: #214884;}
/*typos*/
.font-12 {
  font-size: 12px;
  line-height: 15px;
}
.font-14 {
  font-size: 14px
}
.font-16 {
  font-size: 16px
}
.font-18 {
  font-size: 18px
}
.font-20 {
  font-size: 20px
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px
}
.font-26 {
  font-size: 26px
}
.font-28 {
  font-size: 28px;
  line-height: 40px;
}
.font-30 {
  font-size: 30px
}
.font-32 {
  font-size: 32px
}
/*
.font-medium{font-family: 'GothamRounded-Medium', sans-serif;}
.font-bold{font-family: 'GothamRounded-Bold', sans-serif;}
.font-light{font-family: 'GothamRounded-Light', sans-serif;}
*/
.font-medium {
  font-weight: 600
}
.font-bold {
  font-weight: 700
}
.font-light {
  font-weight: 300
}
.line-height-inherit {
  line-height: inherit
}
.text-warning {
  color: #C68343 !important
}
.text-primary {
    color: #214883!important;
}

.text-dark {
  color: #040404 !important;
}
.text-sucess {
  color: #029C4A !important;
}
/*BG Colors*/
.bg-black {
  background: #000;
}
.bg-danger {
  background: #EB3B3F;
}
.bg-success {
  background-color: #00DB97 !important;
}
.bg-info {
  background-color: #3EAFEC !important;
}
.bg-voilet {
  background-color: #7A55FB !important;
}
.bg-warning {
  background-color: #FF871E !important;
}
/*Buttons*/
.lang-dd .selectParent {
  width: 130px;
  height: 35px;
  border-radius: 6px;
}
.lang-dd .selectParent .select-option {
  height: 35px;
}
.btn:focus {
  box-shadow: none;
}
.btn {
  transition: 0.5s;
  height: 44px;
  border-radius: 2px;
  min-width: 70px;
  line-height: 28px;
}
button:focus {
  outline: 0
}
.btn-lg {
  border-radius: 2px;
  height: 50px;
  min-width: 135px;
  font-size: 18px;
  line-height: 32px
}
.btn-sm {
  height: 34px;
    /* font-size: 12px; */
    /* border-radius: 2px; */
    /* min-width: 100px; */
    line-height: 22px;
}
.btn-md {
  height: 34px;
  font-size: 15px;
  border-radius: 2px;
  min-width: 90px;
  line-height: 20px;
  margin-right: 5px;
}

.btn-outline-primary {
    color: #214883;
    border-color: #214883;
}
.btn-outline-primary:hover{background: #214883;border-color: #214883;}

.search-adon .form-control {
  height: 40px;
 
   
}
.search-adon .form-control:focus {
  box-shadow: none;
}
 
.btn-info-light {
  color: #0f8eca;
  background-color: #e9f8ff;
  border-color: 0;
}
.btn-info-light:hover {
  color: #fff;
  background-color: #0f8eca;
}
.btn-success-light {
  color: #72C380;
  background-color: #E8F7ED;
  border: 0;
}
.btn-success-light:hover {
  color: #fff;
  background-color: #72C380;
}
.btn-danger-light {
  color: #E84645;
  background-color: #FFE7EA;
  border: 0;
}
.btn-danger-light:hover {
  color: #fff;
  background-color: #E84645;
}
.btn-warning-light {
  color: #ff911c;
  background-color: #ffeedc;
  border: 0;
}
.btn-warning-light:hover {
  color: #fff;
  	background-color: #f39a16;
}
.calander-adon .form-control {
  height: 40px;
  border-color: #fff;
}
.calander-adon button {
  background: #fff;
  min-width: 48px;
  border-color: #fff;
}
.calander-adon button:focus {
  box-shadow: none
}
.calander-adon .form-control:focus {
  box-shadow: none;
  border-color: #ddd
}
.upload-img-merge-btn .btn.upload-img {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  width: 190px;
  opacity: 0;
  cursor: pointer;
}
 
/*Home*/
.home-bg{background-size: cover;min-height: 100vh;}
.mainwrap-row{min-height: 82vh}
.card-hover-effect,.card-footer{transition: 0.5s;}

.card-hover-effect:hover .card-footer{ background: #ffffff47;;}
.header-btn .icon{vertical-align: sub}
.call-waiter-form .form-control{height: 54px;background: transparent;border: 2px solid #979797;color: #fff}
.call-waiter-form .btn{background: #029C4A;border-color: #029C4A;}
.rating-col{border: 2px solid #979797;padding: 22px 25px;border-radius: 2px;}

.footer{
/*
position: absolute;
width: 100%;
bottom: 0;
left: 0;
*/
}
.footer-cart-btn{position: fixed;right: 20px;bottom: 40px;border-radius: 4px;padding: 8px 8px;min-width: 49px;}
.footer-cart-btn .badge{height: 30px;width: 30px;padding: 8px 8px;position: absolute;top: -16px;right: -11px;}
.back-button{position: fixed;bottom: 48px;left: 20px;background: #000000bd;}
/*Tables style*/
.dataTables_wrapper .form-control{border-radius: 2px; }
.dataTables_wrapper .form-control:focus{box-shadow: none}
.dataTables_info{    color: #797979;
    font-weight: 400;
    font-size: 15px;}
.page-item.active .page-link {
    background-color: #214883;
    border-color: #214883;
}
.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.paginate_button .page-link{font-size: 15px;}
.table-responsive {
  display: inline-table;
  background: #fff;
}

/*Genral*/
.cursor-pointer {
  cursor: pointer
}
.opacity-05 {
  opacity: 0.6
}
.rounded-10 {
  border-radius: 10px;
}
.card {
  border-radius: 8px;
  border: 0;
}
.btn-success {
  background-color: #009c4a;
  border-color: #009c4a;
}
.form-control::placeholder {
  font-weight: 300;
  color: #898686
}
/*Left side bar*/
.select-option:focus{outline: none;}

/*Custome checkbox - Radio Buttons*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #fb654e
}
.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #eeeeee, transparent;
  box-shadow: 0 0 0 1px #eeeeee, transparent
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: black
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef
}
.custom-control-label {
  margin-bottom: 0;
  cursor: pointer;
  position: initial;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-label:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 2px solid #ccc;
}
.custom-control-label:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}
.custom-checkbox .custom-control-label:before {
  border-radius: 2px
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #009c4a;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("../../images/checked.svg");
  background-size: 11px;
  background-position: 5px 6px;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #009c4a;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(116, 96, 238, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(116, 96, 238, 0.5)
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  top: 0;
}
.custom-radio .custom-control-label {
  position: initial;
  padding-left: 8px;
  font-size: 15px
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #009c4a;
  box-shadow: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("../../images/circle.svg");
  background-size: 14px;
  top: 2px;
  left: 2px;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(116, 96, 238, 0.5)
}
/*Switch button*/
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(23px);
  -ms-transform: translateX(23px);
  transform: translateX(23px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.form-style label {
  color: #646368;
  font-size: 16px;
}
.form-style .form-control {
  height: 45px;
  font-size: 16px;
  border-radius: 2px;
  transition: 0.3s;
  font-weight: 300
}
.selectParent.disabled{background: #e9ecef}
.form-style .form-control:focus {
  box-shadow: none;
	border-color: #214883;}

.item-name *{
font-size: 16px!important;
line-height: 25px;
font-weight: 300;
display: block;
display: -webkit-box;
max-width: 200px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis
}

.item-name {
padding: 7px 8px;
min-height: 50px;
display: flex;
justify-content: center;
align-items: center;
}
.header-btn svg{vertical-align: sub;width: 25px;height: 22px;}
/* ----- Mobile ------- */
@media (max-width: 767px) {
  .font-xs-36 {
    font-size: 36px !important
  }
  .font-xs-25 {
    font-size: 25px !important
  }
  .font-xs-20 {
    font-size: 20px !important
  }
  .font-xs-16 {
    font-size: 16px !important
  }
  .w-xs-100 {
    width: 100% !important
  }
  .w-xs-50 {
    width: 50% !important
  }
  .home-banner-heading {
    font-size: 38px;
  }
	.footer{position: inherit}
	
	.header-btn .icon{display: block;margin: 0 auto;}
	.header-btn{height: auto;font-size: 12px;padding: 3 5;margin-bottom: 6px;line-height: 17px;
   min-height: 60px;}
	.back-button{bottom: 15px;left: 20px;}
	.footer-cart-btn{bottom: 15px;}
  .header-btn svg{
    margin: 3px auto !important;
    display: block;
  }

  .item-name *{
font-size: 14px!important;
line-height: 20px;
font-weight: 300;
display: block;
display: -webkit-box;
max-width: 200px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis
}

.item-name {
padding: 7px 8px;
min-height: 65px;
display: flex;
justify-content: center;
align-items: center;
}
}
/* ----- ipad ------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}
/**/
/*.home-bg:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgb(0 0 0 / 80%);
z-index: -1;
}*/
/*.home-bg{ position: relative;
z-index: 1;}*/