﻿@font-face {
  font-family: 'IranSans';
  src: url(../fonts/IRANSans-web.eot);
  src: url(../fonts/IRANSans-web.eot?#iefix) format("embedded-opentype"), url(../fonts/IRANSans-web.woff) format("woff"), url('../fonts/IRANSans-web.woff2') format('woff2'), url(../fonts/IRANSans-web.ttf) format("truetype"), url(../fonts/IRANSans-web.svg#IRANSans-web) format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  font: normal 12px IranSans;
}

body.foodBg {
}

body.page {
  background-color: #f5f5f5;
}

body.page header .topHeader {
  background-color: #ff3c00;
  padding: 16px 0 20px 0;
}
/*Global*/
select {
  color: #bbb;
}
.lowPadding{
  margin-top:5px !important;  
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
.customSelect {
  position: relative;
  color: #bbb;
  font-size: 15px;
  width: 175px;
  text-align: right;
  min-height: 58px;
  cursor: pointer;
  /*&:hover {

        ul {
            display: block;
            -moz-animation: fadeInUp .3s ease-in;
            -webkit-animation: fadeInUp .3s ease-in;
            animation: fadeInUp .3s ease-in;
        }
    }*/
}
.customSelect span:first-child {
  display: block;
  padding: 13px 0 12px 0;
}
.customSelect span:first-child span {
  display: block;
  line-height: 30px;
  font-size: 18px;
  border-left: 2px solid #d5d5d5;
}
.customSelect i {
  float: right;
  margin: 0 0 0 10px;
}
.customSelect ul {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 57px;
  right: -6px;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 100;
}
.customSelect ul li {
  list-style: none;
  border-top: 2px solid #f6f6f6;
}
.customSelect ul li a {
  color: #bbb;
  font-size: 14px;
  padding: 7px;
  border-right: 6px solid transparent;
  display: block;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.customSelect ul li a:hover {
  text-decoration: none;
  border-right-color: #ff3c00;
  color: #696969;
}
.customSelect.open ul {
  display: block;
  -moz-animation: fadeInUp 0.3s ease-in;
  -webkit-animation: fadeInUp 0.3s ease-in;
  animation: fadeInUp 0.3s ease-in;
}
.fadeSlt {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}
body.openSlt .siteSearch {
  position: relative;
  z-index: 3;
}
body.openSlt .siteLogo,
body.openSlt .login,
body.openSlt .topMenu,
body.openSlt .map a {
  position: relative;
  z-index: 2;
}
body.openSlt .siteLogo h1 {
  text-shadow: none;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.topTriangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
}
.lineTxt {
  outline: none;
  border: none;
  border-bottom: 1px solid #ababab;
  width: 100%;
  text-align: right;
  direction: rtl;
  min-height: 40px;
  margin: 0 0 15px;
}
.ico {
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
  display: block;
}
.ico.ico-arrow-left {
  background-position: -5px -5px;
  width: 20px;
  height: 36px;
}
.ico.ico-arrow-right {
  background-position: -35px -5px;
  width: 20px;
  height: 36px;
}
.ico.ico-catering {
  background-position: -65px -5px;
  width: 36px;
  height: 40px;
}
.ico.ico-clock {
  background-position: -111px -5px;
  width: 49px;
  height: 48px;
}
.ico.ico-downArrow {
  background-position: -170px -5px;
  width: 15px;
  height: 11px;
}
.ico.ico-facebook {
  background-position: -195px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-facebook:hover {
  background-position: -251px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-facebook-hover {
  background-position: -251px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-factor {
  background-position: -307px -5px;
  width: 65px;
  height: 62px;
}
.ico.ico-food {
  background-position: -382px -5px;
  width: 35px;
  height: 28px;
}
.ico.ico-footerLogo {
  background-position: -427px -5px;
  width: 84px;
  height: 102px;
}
.ico.ico-fork {
  background-position: -521px -5px;
  width: 18px;
  height: 18px;
}
.ico.ico-heart {
  background-position: -549px -5px;
  width: 26px;
  height: 24px;
}
.ico.ico-home {
  background-position: -585px -5px;
  width: 27px;
  height: 22px;
}
.ico.ico-link {
  background-position: -622px -5px;
  width: 26px;
  height: 26px;
}
.ico.ico-linkedin {
  background-position: -658px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-linkedin:hover {
  background-position: -714px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-linkedin-hover {
  background-position: -714px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-list {
  background-position: -770px -5px;
  width: 18px;
  height: 23px;
}
.ico.ico-list-hover {
  background-position: -798px -5px;
  width: 18px;
  height: 23px;
}
.ico.ico-man {
  background-position: -826px -5px;
  width: 61px;
  height: 68px;
}
.ico.ico-map {
  background-position: -897px -5px;
  width: 26px;
  height: 33px;
}
.ico.ico-mines-left {
  background-position: -933px -5px;
  width: 11px;
  height: 2px;
}
.ico.ico-off {
  background-position: -954px -5px;
  width: 15px;
  height: 15px;
}
.ico.ico-offer {
  background-position: -979px -5px;
  width: 55px;
  height: 81px;
}
.ico.ico-order {
  background-position: -1044px -5px;
  width: 81px;
  height: 79px;
}
.ico.ico-page-map {
  background-position: -1135px -5px;
  width: 34px;
  height: 33px;
}
.ico.ico-pinterest {
  background-position: -1179px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-pinterest:hover {
  background-position: -1235px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-pinterest-hover {
  background-position: -1235px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-plus {
  background-position: -1291px -5px;
  width: 23px;
  height: 23px;
}
.ico.ico-plus-hover {
  background-position: -1324px -5px;
  width: 23px;
  height: 23px;
}
.ico.ico-plus-left {
  background-position: -1357px -5px;
  width: 11px;
  height: 11px;
}
.ico.ico-restaurant {
  background-position: -1378px -5px;
  width: 38px;
  height: 40px;
}
.ico.ico-sFStar {
  background-position: -1426px -5px;
  width: 22px;
  height: 22px;
}
.ico.ico-sOStar {
  background-position: -1458px -5px;
  width: 22px;
  height: 22px;
}
.ico.ico-sandwich {
  background-position: -1490px -5px;
  width: 54px;
  height: 56px;
}
.ico.ico-scrambled {
  background-position: -1554px -5px;
  width: 40px;
  height: 38px;
}
.ico.ico-search {
  background-position: -1604px -5px;
  width: 55px;
  height: 59px;
}
.ico.ico-lightStar {
  background-position: -1669px -5px;
  width: 26px;
  height: 25px;
}
.ico.ico-offStar {
  background-position: -1705px -5px;
  width: 26px;
  height: 25px;
}
.ico.ico-twitter {
  background-position: -1741px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-twitter:hover {
  background-position: -1797px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-twitter-hover {
  background-position: -1797px -5px;
  width: 46px;
  height: 47px;
}
.ico.ico-whiteDownArrow {
  background-position: -1853px -5px;
  width: 13px;
  height: 12px;
}
.button {
  color: #fff;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 11px 40px;
  font-size: 18px;
}
.button.sm {
  padding: 6px 28px;
}
.button.green {
  background-color: #03A3C5;
    color:white;
}
.button.blue {
  background-color: #1d6b7c;
    color:white;
}
.button.red {
  background-color: #d70000;
    color:white;
}
.button.darkRed {
  background-color: #8a0000;
    color:white;
}

.button.gray {
  background-color: #b8b8b8;
  color:white;
}
.button.darkGray {
  background-color: #1b1b1b;
    color:white;
}
.button.purple {
  background-color: #cd00cd;
    color:white;
}
.button.darkPurple {
  background-color: #800080;
    color:white;
}
.grayBg {
  background: #04A4C6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #04A4C6 0%, #7EE1F6 50%, #04A4C6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #04A4C6 0%, #7EE1F6 50%, #04A4C6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #04A4C6 0%, #7EE1F6 50%, #04A4C6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04A4C6', endColorstr='#04A4C6', GradientType=1);
  /* IE6-9 */
}
.redBg {
  background: #ff9c9c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff9c9c 0%, #ff5050 50%, #ff9c9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff9c9c 0%, #ff5050 50%, #ff9c9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff9c9c 0%, #ff5050 50%, #ff9c9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c9c', endColorstr='#ff9c9c', GradientType=1);
  /* IE6-9 */
}
.purpleBg {
  background: #ff80ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff80ff 0%, #fff6ff 50%, #ff80ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff80ff 0%, #fff6ff 50%, #ff80ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff80ff 0%, #fff6ff 50%, #ff80ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80ff', endColorstr='#ff80ff', GradientType=1);
  /* IE6-9 */
}
.blueBg {
  background: #a6deea;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a6deea 0%, #7EE1F6 50%, #a6deea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a6deea 0%, #7EE1F6 50%, #a6deea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a6deea 0%, #7EE1F6 50%, #a6deea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6deea', endColorstr='#a6deea', GradientType=1);
  /* IE6-9 */
}
.txt {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 15px 0 0;
  background-color: #fff;
  border: none;
  min-height: 50px;
  outline: none;
  font-size: 18px;
}
.grayBox {
  background-color: #f3f3f3;
  color: #343434;
  padding: 20px;
  text-align: right;
  direction: rtl;
  font-size: 16px;
}
.orangeBox {
  padding: 13px 10px 10px 10px;
  color: #fff;
  background-color: #04B6DC;
  text-align: right;
  direction: rtl;
  font-size: 14px;
}
.custChk label {
  color: #666;
  text-align: right;
  direction: rtl;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: normal;
}
.custChk label:before {
  content: " ";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  margin: 3px 0 0 5px;
  float: right;
  -o-transition: 500ms ease-out border;
  -webkit-transition: 500ms ease-out border;
  -moz-transition: 500ms ease-out border;
  transition: 500ms ease-out border;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.custChk label:after {
  content: " ";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 4px;
  top: 8px;
  opacity: 0;
  visibility: hidden;
  transition: left 0s 0.8s, visibility 0s 0.8s, opacity 0.8s;
  background-color: #ff3c00;
}
.custChk input[type=checkbox] {
  display: none;
}
.custChk input[type=checkbox]:checked + label:before {
  border-color: #ff3c00;
}
.custChk input[type=checkbox]:checked + label:after {
  opacity: 1;
  visibility: visible;
  transition: left 0s, visibility 0s, opacity 0.8s;
}
.ios-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /* Normal Track */
  /* Tiny Track */
  /* Yellow Track */
  /* Normal Knob */
  /* Tiny Knob */
  /* Yellow Knob */
}
.ios-switch input[type=checkbox] + div {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
  margin: 4px 0 0 0;
}
.ios-switch input[type=checkbox].tinyswitch + div {
  width: 34px;
  height: 18px;
}
.ios-switch input[type=checkbox].yellow:checked + div {
  background-color: #ffba00;
  border: 1px solid #ffba00;
  box-shadow: inset 0 0 0 10px #ffba00;
}
.ios-switch input[type=checkbox] + div > div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: transform, background-color;
  transition-property: transform, background-color;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  margin-top: 1px;
  margin-left: 1px;
}
.ios-switch input[type=checkbox].tinyswitch + div > div {
  width: 16px;
  height: 16px;
  margin-top: 0;
  cursor: pointer;
}
.ios-switch input[type=checkbox].tinyswitch:checked + div > div {
  -webkit-transform: translate3d(16px, 0, 0);
  -ms-transform: translate3d(16px, 0, 0);
  -o-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac;
}
.ios-switch input[type=checkbox].yellow:checked + div > div {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #ffba00;
}
.whiteBox {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.plusBtn,
.minesBtn {
  width: 24px;
  height: 20px;
  background-color: #ebebeb;
  border: none;
  outline: none;
}
.plusBtn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.minesBtn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.animate-in,
.animating {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.animate-in,
.animate-out {
  visibility: hidden !important;
  opacity: 0;
}
.animating {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*	#Bounce In Left
//	================================================== */
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
  }
  70% {
    -webkit-transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  50% {
    opacity: 1;
    transform: translateX(-10px);
  }
  70% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.animating.bounce-in-left {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/*	#Zoom In
//	================================================== */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animating.zoom-in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*Header*/
header {
  margin: 0 0 0px 0;
}
header .topMenu {
  float: right;
}
header .topMenu > div {
  float: right;
  cursor: pointer;
}
header .topMenu > div > i {
  width: 22px;
  height: 6px;
  border: 2px solid #03A3C5;
  margin: 0 0 1px 0;
  display: block;
  border-radius: 5px;
}
header .login {
  float: left;
  color: #fff;
  direction: rtl;
  text-align: left;

}
header .login a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
header .login a:hover {
  text-decoration: none;
}
header .modal .form-group {
  padding: 0 20px;
}
header .modal .button {
  width: 100%;
}
header .modal fieldset .form-group {
  float: right;
}
.subMenu {
  position: relative;
  display: block;
}
.subMenu:hover .sub {
  display: block;
  -moz-animation: fadeInUp 0.3s ease-in;
  -webkit-animation: fadeInUp 0.3s ease-in;
  animation: fadeInUp 0.3s ease-in;
}
.subMenu .sub {
  width: 300px;
  background-color: transparent;
  margin: 0px;
  position: absolute;
  top: 0;
  right: -5px;
  display: none;
  z-index: 99;
  padding-top: 38px;
  direction: rtl;
}
.subMenu .sub ul {
  padding: 0;
  background-color: #fff;
}
.subMenu .sub ul li {
  list-style: none;
  float: none;
  border: none;
}
.subMenu .sub ul li a {
  color: #696969;
  text-align: right;
  display: block;
  padding: 10px;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom: 1px solid #cdebeb;
  margin: 0 5px;
}
.subMenu .sub ul li a:hover {
  text-decoration: none;
  background-color: #8ad800;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
}
.subMenu .sub ul li:last-child a {
  border: none;
}
.subMenu .sub .topTriangle {
  position: absolute;
  top: 23px;
  right: 6px;
}
.siteLogo {
  text-align: center;
  float: none;
  margin: 90px auto 0 auto;
}
.siteLogo img {
  margin: 0 auto;
}
.siteLogo a {
  display: inline-block;
}
.siteLogo a:hover,
.siteLogo a:focus {
  text-decoration: none;
}
.siteLogo h1 {
  color: #03A3C5;
  font-size: 32px;
  text-shadow: -3px 3px 3px #236c8d;
}
.siteSearch {
  text-align: center;
  float: none;
  margin: 0px auto 39px auto;;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0;
}
.siteSearch.openSlt {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.siteSearch .customSelect {
  float: right;
  margin: 0 6px 0 0;
}
.siteSearch .customSelect:nth-child(3) span {
  border: none;
}
.siteSearch .button {
  float: left;
  margin: 3px 0 0 5px;
}
.map {
  float: none;
  margin: 15px auto 0 auto;
  text-align: center;
}
.map li {
  cursor: pointer;
  font-style: normal;
  display: inline-block;
  border: 2px solid #03A3C5;
  color: #03A3C5;
  border-radius: 32px;
  padding: 10px 20px;
  font-size: 16px;
  clear: both;
  margin: 8px 17px 30px 17px;
}
.map li:hover {
  text-decoration: none;
}
.map span {
  border: 2px solid #fff;
  text-align: center;
  padding: 17px 4px;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.title {
  color: #696969;
  text-align: center;
  margin: 0 0 40px 0;
  direction: rtl;
}
.title a {
  color: #ff3c00;
  display: inline-block;
  font-size: 14px;
  direction: ltr;
}
.title a:hover,
.title a:focus,
.title a:active {
  text-decoration: none;
}
.footerTitle {
  color: #fff;
  text-align: right;
  direction: rtl;
  font-size: 18px;
  margin: 0 0 30px 0;
}
/*End Header*/
/*Body*/
.steps > div {
  float: right;
  text-align: center;
  opacity: 0;
}
.steps > div div:last-child {
  opacity: 0;
}
.steps .icon {
  border-radius: 100%;
  border: 4px solid #ff3c00;
  position: relative;
  text-align: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-color: #fff;
}
.steps .icon span {
  position: absolute;
  right: 5px;
  top: 0;
  border-radius: 100%;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  z-index: -1;
  background-color: #ff3c00;
}
.steps .icon i {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.steps h3 {
  color: #696969;
  text-align: center;
}
.steps span {
  color: #ababab;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.offers {
  min-height: 295px;
  margin: 50px 0 70px 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.offers img {
  float: right;
}
.offers a {
  color: #696969;
}
.offers a:hover,
.offers a:focus,
.offers a:active {
  text-decoration: none;
}
.offers .countDown {
  float: right;
  margin: 50px 40px 0 0;
}
.offers .countDown > p {
  font-size: 16px;
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
}
.offers .countDown span {
  width: 76px;
  height: 76px;
  direction: rtl;
  font-size: 38px;
  padding: 5px 0 0 0;
  margin: 0 0 0 5px;
  font-weight: bold;
  border-radius: 100%;
  border: 2px solid #696969;
  text-align: center;
  display: inline-block;
}
.foodSlider {
  margin: 0 0 60px 0;
}
.foodSlider .bx-wrapper .bx-viewport {
  min-height: 250px !important;
}
.foodSlider li {
  border: 2px solid #ececec;
  border-radius: 5px;
  min-height: 220px;
  text-align: right;
  direction: rtl;
}
.foodSlider li a {
  display: block;
  color: #bbb;
  text-align: center;
  text-align: right;
}
.foodSlider li a h4 {
  color: #454545;
  font-size: 12px;
  text-align: right;
  padding: 0 10px 0 0;
}
.foodSlider li a img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.foodSlider li a:hover,
.foodSlider li a:active,
.foodSlider li a:focus {
  text-decoration: none;
}
.foodSlider li a span {
  margin: 0 10px 0 0;
  display: block;
}
.premierFood {
  padding: 50px 0 0 0;
  min-height: 475px;
  position: relative;
  margin: 0 0 45px 0;
}
.premierFood .rightImg,
.premierFood .leftImg {
  position: absolute;
  background-size: contain !important;
  width: 20%;
}
.premierFood .rightImg {
  right: 50px;
  background: url('images/sokhari.png') no-repeat;
  height: 215px;
  top: 150px;
  max-width: 360px;
}
.premierFood .leftImg {
  left: 50px;
  top: 100px;
  background: url('images/hamberger.png') no-repeat;
  max-width: 360px;
  height: 215px;
}
.premierFood .container {
  position: relative;
}
.premierFood .medals {
  float: none;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
.premierFood .medals img {
  display: block;
  clear: both;
}
.premierFood .medals strong {
  display: block;
  text-align: center;
  color: #696969;
  font-size: 15px;
}
.premierFood .medals span {
  color: #bbb;
  display: block;
  font-size: 14px;
}
.resturantSlider {
  padding: 0 0 70px 0;
  background-color: transparent;
}
.registerResturant{
  background-color: white !important;
  padding: 66px 0 55px 0;
  text-align: center;
  font-size: 16px;
}
.registerResturant p {
  margin: 0 0 40px 0;
  color: #03A3C5;
}
.newsletter {
  background-color: #FFFFFF;
  padding: 60px 0;
  color: #03A3C5;
  text-align: center;
  direction: rtl;
}
.newsletter h2 {
  color: #03A3C5;
}
.newsletter p {
  font-size: 18px;
  font-style: normal;
}
.newsletter .registerForm {
  position: relative;
  float: none;
  display: inline-block;
  margin: 10px 0 0 0;
}
.newsletter .registerForm i {
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 37px;
  background-color: #bbb;
}
.newsletter input[type=text] {
  width: 48%;
  float: right;
  color: #bbb;
}
.newsletter input[type=text]:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.newsletter input[type=text]:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/*Search*/
.searchFilter {
  float: right;
}
.searchFilter aside {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.searchFilter ul {
  padding: 20px 15px 20px 14px;
  margin: 0;
}
.searchFilter ul li {
  list-style: none;
  display: block;
  text-align: right;
  direction: rtl;
}
.topFilter {
  margin: 0 0 10px 0;
}
.topFilter .customSelect {
  float: right;
  min-height: 48px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 0 0 10px;
}
.topFilter .customSelect span:first-child {
  padding: 8px 0 6px 0;
}
.topFilter .customSelect span:first-child span {
  border: none;
  padding-right: 10px;
}
.topFilter .customSelect i {
  float: left;
  margin: 10px 0 0 15px;
}
.topFilter .offer {
  padding: 10px 10px 0 0;
  float: right;
  min-height: 48px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #bbb;
  font-size: 16px;
  text-align: right;
  direction: rtl;
}
.topFilter .offer > label {
  margin: 0 15px 0 15px;
  float: left;
}
.result {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  direction: rtl;
  padding: 10px;
  margin: 0 0 30px 0;
}
.result .image {
  float: right;
  position: relative;
  margin: 0 0 0 5px;
}
.result .image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.result .image i {
  position: absolute;
  left: -11px;
  top: -7px;
}
.result .details {
  float: right;
  width: 66%;
}
.result span {
  color: #686868;
  font-size: 16px;
}
.result span.gray {
  color: #ababab;
}
.result h2 {
  border-bottom: 3px solid #e0e0e0;
  color: #ff3c00;
  min-height: 45px;
  font-size: 18px;
}
.result h2 i {
  float: right;
  margin: -15px 0 0 10px;
}
.result h2 a {
  float: left;
  margin: 0 0 0 10px;
}
.result .workTime {
  float: left;
  min-width: 100px;
  text-align: center;
}
.result .workTime i {
  margin: 0 auto;
}
.result .workTime span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.result .bottomDet {
  background-color: #ebebeb;
  border: 1px solid #dadada;
  padding: 10px;
}
.result .bottomDet > div {
  float: right;
  width: 25%;
}
.result .bottomDet > div:not(:first-child) {
  text-align: center;
}
.result .bottomDet > div:not(:first-child) .gray {
  display: block;
  text-align: center;
  font-size: 13px;
}
.result .bottomDet .stars {
  text-align: right;
}
.result .bottomDet .stars > div {
  display: inline-block;
}
.result .bottomDet .stars i {
  float: left;
  margin: 0 3px 0 0;
}
.result .button {
  float: left;
  margin: 0px 0 0 0;
}
.verticalSlide {
  position: relative;
  overflow: hidden;
  min-height: 100px !important;
}
.verticalSlide > section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list-inline>li {
  display: inline-block;
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.verticalSlide > section div {
  cursor: pointer;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  min-height: 35px;
  transform: scale(0.7);
}
.verticalSlide > section div.active {
  background-color: #ff3c00;
  transform: scale(1.1);
}
.verticalSlide > section div.active span {
  color: #fff !important;
}
/*End Search*/
/*Page*/
.topMenu {
  float: right;
}
.topMenu ul {
  padding: 0;
}
.topMenu ul li {
  list-style: none;
  float: right;
  border-left: 2px solid #fff;
}
.topMenu ul li:last-child {
  border: none;
}
.topMenu ul li a {
  color: #fff;
  margin: 0 10px;
  font-size: 14px;
}
.topMenu ul li a:hover,
.topMenu ul li a:focus,
.topMenu ul li a:active {
  text-decoration: none;
}
.topLogo {
  float: right;
}
.topLogo img {
  margin: 0 auto;
}
.resturantLogo {
  float: right;
  text-align: right;
  color: #fff;
  margin: 65px 0 -52px 0;
}
.resturantLogo div {
  margin: 35px 25px 0 0;
  float: right;
}
.resturantLogo div > span {
  text-align: right;
  direction: rtl;
  display: block;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.resturantLogo img {
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: right;
}
.resturantLogo h2 {
  font-weight: bold;
  text-shadow: 0 1px 4px rgba(1, 1, 1, 0.63);
  text-align: right;
  direction: rtl;
}
.resturantLogo p {
  color: #8ad800;
  direction: rtl;
  margin: 20px 0 20px 0;
  display: inline-block;
}
.resturantLogo p span {
  font-size: 18px;
}
.resturantLogo p .greenCircle {
  width: 29px;
  height: 29px;
  background-color: #d3f19e;
  float: right;
  border-radius: 100%;
  text-align: center;
  margin: 0 0 0 10px;
}
.resturantLogo p .greenCircle i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #8cdb00;
  border-radius: 100%;
  margin-top: 6px;
}
.resturantRank {
  float: left;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
.resturantRank i {
  float: left;
  margin: 0 10px 10px 0;
}
.resturantRank span {
  display: block;
  direction: rtl;
  clear: both;
  text-align: left;
  font-size: 14px;
}
.topStrip {
  clear: both;
  background-color: #ededed;
  margin: 10px 0 20px 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.topStrip.fixedMenu {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 !important;
  top: 0;
  z-index: 99999;
}
.topStrip ul {
  padding: 0 15px 0 0;
  margin: 0;
}
.topStrip ul li {
  float: right;
  list-style: none;
}
.topStrip ul li > span {
  float: left;
  height: 30px;
  width: 1px;
  background-color: #dbdbdb;
  margin: 6px 0 0 0;
}
.topStrip ul li.active a {
  background-color: #ff3c00;
  color: #fff;
}
.topStrip ul li.active a:before {
  display: block;
}
.topStrip ul li.active a i {
  background-position: -798px -5px;
  width: 18px;
  height: 23px;
}
.topStrip ul li a {
  color: #696969;
  font-size: 14px;
  padding: 10px 30px 7px 30px;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  float: right;
  position: relative;
}
.topStrip ul li a:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #ff3c00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: 0 auto;
  display: none;
}
.topStrip ul li a:hover,
.topStrip ul li a:focus,
.topStrip ul li a:active {
  text-decoration: none;
}
.topStrip ul li a:hover {
  background-color: #ff3c00;
  color: #fff;
}
.topStrip ul li a:hover i {
  background-position: -798px -5px;
  width: 18px;
  height: 23px;
}
.topStrip ul li a i {
  float: right;
  margin: 0 0 0 15px;
}
.foodAffix {
  float: right;
  padding: 0;
}
.foodAffix.affix {
  top: 50px;
}
.foodAffix ul {
  padding: 0;
}
.foodAffix ul li {
  list-style: none;
  text-align: right;
  direction: rtl;
}
.foodAffix ul li.active a {
  background-color: #ff3c00;
  color: #fff;
}
.foodAffix ul li a {
  padding: 2px 20px 0px 5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #696969;
  font-size: 14px;
  margin: 0 0 5px 0;
  display: inline-block;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.foodAffix ul li a:hover,
.foodAffix ul li a:focus,
.foodAffix ul li a:active {
  text-decoration: none;
}
.foodAffix ul li a:hover {
  background-color: #ff3c00;
  color: #fff;
}
.menuDetails {
  float: right;
  text-align: right;
  direction: rtl;
  padding-right: 0;
  margin: 0 0 100px 0;
}
.menuDetails .whiteBox {
  padding-top: 17px;
  margin-bottom: 20px;
}
.menuDetails .food {
  margin: 0 0 35px 0;
}
.menuDetails .food a {
  border-bottom: 2px solid #999;
  display: block;
  margin: 25px 0 0 0;
}
.menuDetails .food a:hover,
.menuDetails .food a:focus,
.menuDetails .food a:active {
  text-decoration: none;
}
.menuDetails .food a:hover i {
  background-position: -1324px -5px;
  width: 23px;
  height: 23px;
}
.menuDetails .food h3 {
  margin: 0;
}
.menuDetails .food img {
  margin: 15px 0 0 0;
}
.menuDetails .food h4 {
  color: #333;
  font-size: 14px;
}
.menuDetails .food p {
  color: #999;
  margin: 0 0 15px 0;
}
.menuDetails .food span {
  float: left;
}
.menuDetails .food span i {
  float: left;
  margin: 0 5px 0 0;
}
.menuDetails .resturantDet {
  text-align: right;
  direction: rtl;
  float: right;
  padding-bottom: 20px;
}
.menuDetails .resturantDet h3 {
  font-weight: bold;
  color: #696969;
  font-size: 16px;
  margin: 0;
}
.menuDetails .resturantDet span {
  display: block;
}
.menuDetails .resturantDet span i {
  float: right;
  margin: 0 0 0 5px;
}
.menuDetails .resturantDet div {
  margin: 10px 0 0 0;
}
.menuDetails .resturantDet div span:first-child {
  color: #737373;
  margin: 0 0 5px 0;
  font-size: 14px;
}
.menuDetails .resturantDet div span:not(:first-child) {
  color: #b8b8b8;
  padding: 0 20px 0 0;
}
.menuDetails .resturantMap h3 {
  font-weight: bold;
  color: #696969;
  font-size: 16px;
  margin: 0;
}
.menuDetails .resturantMap img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #ccc;
  margin: 20px 0 0 0;
}
.menuDetails .resturantMap .workTime h4 {
  font-size: 26px;
  color: #696969;
  margin: 35px 0 10px 0;
}
.menuDetails .resturantMap .workTime > div {
  min-height: 35px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.menuDetails .resturantMap .workTime > div:nth-child(odd) {
  background-color: #ff3c00;
}
.menuDetails .resturantMap .workTime > div:nth-child(odd) span {
  color: #fff;
}
.menuDetails .resturantMap .workTime > div span:first-child {
  width: 25%;
  text-align: left;
  margin: 0 0 0 20px;
}
.menuDetails .resturantMap .workTime span {
  color: #b8b8b8;
  font-size: 14px;
  width: 33.33333333%;
  padding: 6px 10px 0 0;
  float: right;
  text-align: right;
}
.menuDetails .resturantMap .workTime span:nth-child(2n) {
  padding-right: 0;
}
.menuDetails .comment {
  padding-right: 35px;
  padding-left: 35px;
}
.menuDetails .comment strong {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  font-size: 20px;
}
.menuDetails .comment strong span {
  float: left;
  color: #b8b8b8;
}
.menuDetails .comment p {
  color: #b8b8b8;
  display: block;
  font-size: 16px;
}
.menuDetails .comment > div {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.menuDetails .comment img {
  float: right;
  margin: 0 0 0 10px;
}
.menuDetails .comment .rank {
  background-color: #ebebeb;
  padding: 5px;
  text-align: left;
  color: #b8b8b8;
}
.menuDetails .comment .rank span {
  display: inline-block;
  margin: 5px 0 0 5px;
}
.menuDetails .comment .rank i {
  float: left;
  margin: 0 5px 0 0;
}
.menuDetails .sendPhoto ul {
  margin: 0;
  padding: 0 30px;
}
.menuDetails .sendPhoto ul li {
  float: right;
  list-style: none;
  width: 50%;
}
.menuDetails .sendPhoto ul li.active a {
  background-color: #ff3c00;
  color: #fff;
}
.menuDetails .sendPhoto ul li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.menuDetails .sendPhoto ul li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.menuDetails .sendPhoto ul li a {
  background-color: #fff;
  color: #ff3c00;
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 0;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.menuDetails .sendPhoto ul li a:hover,
.menuDetails .sendPhoto ul li a:focus,
.menuDetails .sendPhoto ul li a:active {
  text-decoration: none;
}
.menuDetails .sendPhoto .tab-pane {
  padding: 0 30px;
}
.menuDetails .sendPhoto .comments {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.menuDetails .sendPhoto .comments a {
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 0 0 2px #555;
  margin: 0 0 0 20px;
}
.menuDetails .sendPhoto .comments div:not(.clearfix) {
  display: inline-block;
  overflow: hidden;
  margin: 30px 0 0 0;
}
.menuDetails .sendPhoto .comments span {
  display: block;
  text-align: right;
  direction: rtl;
  color: #696969;
  margin: 0 0 10px 0;
}
.shippingCard {
  text-align: right;
  direction: rtl;
  color: #696969;
  padding: 10px 5px 20px 5px;
  font-size: 13px;
  margin: 0 0 15px 0;
}
.shippingCard.fixedMenu {
  position: fixed;
  margin: 0 !important;
  top: 50px;
  z-index: 99999;
}
.shippingCard.fill .header {
  border-bottom-color: #ff3c00;
}
.shippingCard .entity {
  float: right;
}
.shippingCard .entity button,
.shippingCard .entity span {
  float: right;
}
.shippingCard .entity button {
  margin: 5px 8px 0 8px;
}
.shippingCard .entity span {
  font-size: 18px;
  margin: 0 8px;
}
.shippingCard .item {
  margin: 0 0 10px 0;
}
.shippingCard .item > div {
  padding: 1px 0 1px 10px;
  border: 1px solid #dedede;
  border-radius: 30px;
  margin: 5px 0 0 0;
}
.shippingCard .item .price {
  float: left;
  margin: 5px 0 0 0;
}
.shippingCard .item span {
  font-size: 16px;
  padding: 0 5px;
}
.shippingCard .item span i {
  margin: 5px 0 0 5px;
  float: left;
  cursor: pointer;
}
.shippingCard .header {
  font-size: 22px;
  border-bottom: 2px solid #dedede;
  margin: 0 0 10px 0;
  text-align: center;
}
.shippingCard .header strong {
  margin: 0 0 10px 0;
  font-weight: normal;
}
.shippingCard .badge {
  min-width: 26px;
  min-height: 26px;
  display: inline-block;
  border-radius: 100%;
  padding: 7px 10px;
  background-color: #ff3c00;
}
.shippingCard > span {
  color: #ff3c00;
  margin: 0 0 10px 0;
}
.shippingCard span {
  display: block;
}
.shippingCard p {
  line-height: 32px;
}
.shippingCard p span {
  color: #8ad800;
  margin: 10px 0 0 0;
}
.shippingCard .button {
  font-size: 14px;
  padding: 11px 28px;
  text-align: center;
}
.shippingCard .sum {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid #dedede;
}
.shippingCard .sum span {
  margin: 5px 0;
  padding: 0 5px;
}
.shippingCard .sum .clearfix ~ span {
  color: #ff3c00;
}
.shippingCard .total {
  font-size: 18px;
  padding: 10px 10px 0 10px;
  text-align: center;
}
.shippingCard .total .button {
  margin: 10px 0 0 0;
  width: 100%;
  font-size: 16px;
}
/*End Page*/
/*End Body*/
/*Footer*/
footer {
  background-color: #03A3C5;
  padding: 35px 0 0 0;
  text-align: center;
}
footer .footerHolder {
  display: inline-block;
  text-align: center;
}
footer .footerMenu {
  border-bottom: 1px solid #6a0000;
  margin: 0 0 30px 0;
}
footer .footerMenu ul {
  color: #fff;
  direction: rtl;
  display: inline-block;
  padding: 0;
}
footer .footerMenu li {
  list-style: none;
  float: right;
}
footer .footerMenu li a {
  color: #fff;
  margin: 0 36px;
}
footer .footerMenu li a:hover,
footer .footerMenu li a:focus,
footer .footerMenu li a:active {
  text-decoration: none;
}
footer .services {
  float: right;
}
footer .services ul {
  padding: 0;
  margin: 0;
  direction: rtl;
}
footer .services ul li {
  list-style: none;
  display: block;
  text-align: right;
}
footer .services ul li a {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 10px 0;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
footer .services ul li a:before {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0 0 10px;
  background-color: #fff;
}
footer .services ul li a:hover,
footer .services ul li a:focus,
footer .services ul li a:active {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 1px #fff;
}
footer .leftFooters {
  text-align: left;
  color: #fff;
  padding: 0;
}
footer .leftFooters img {
  border-radius: 10px;
  margin: 0 20px 0 0;
}
footer .leftFooters .samandehi {
  margin: 0;
}
footer .leftFooters span {
  display: block;
  margin: 20px 0;
  text-align: right;
  font-size: 14px;
  padding-right: 35px;
}
footer .leftFooters ul {
  padding: 0;
  margin: 0;
}
footer .leftFooters ul li {
  list-style: none;
  float: left;
  margin: 0 0 0 10px;
}
footer .leftFooters ul li a {
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
footer .copyRight {
  background-color: #3D619B;
  padding: 20px 0 0 0;
  margin: 30px 0 0 0;
}
footer .copyRight .right {
  float: right;
}
footer .copyRight .right a {
  float: right;
  margin: -45px 0 0 20px;
}
footer .copyRight .right p {
  color: #fff;
  text-align: right;
  direction: rtl;
}
/*End Footer*/
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
  .siteSearch {
    background-color: transparent;
    padding: 0 15px;
  }
  .siteBorder{
    border: 2px solid #03A3C5 !important;

  }
  .siteSearch .customSelect {
    background-color: #fff;
    padding-right: 15px;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 2px solid #03A3C5;
    border-radius: 50px;
    margin: 10px 0;
  }
  .siteSearch .customSelect ul {
    right: 0;
  }
  .siteSearch .customSelect span {
    border: none !important;
  }
  .siteSearch .button {
    width: 100%;
    margin: 0;
  }
  .offers .countDown {
    text-align: center;
    margin-right: 0;
  }
  .offers .countDown span {
    width: 66px;
    height: 66px;
    font-size: 34px;
  }
  .premierFood .medals > div {
    margin: 0 0 20px 0;
  }
  .premierFood .medals img {
    margin: 0 auto;
  }
  /*Search*/
  .searchFilter {
    margin: 0 0 30px 0;
  }
  .result {
    text-align: center;
  }
  .result .image {
    float: none;
    display: inline-block;
  }
  .result .details {
    width: 100%;
  }
  .result .details div {
    float: none;
    width: 100%;
    display: block;
    text-align: right;
  }
  .result .workTime {
    clear: both;
    margin: 15px 0;
  }
  .result .workTime span {
    text-align: right;
  }
  .result .workTime i {
    display: none;
  }
  .result .bottomDet .stars {
    text-align: center;
  }
  .result .bottomDet .stars > div {
    display: block;
    margin: 0 auto 10px auto;
    width: 140px;
  }
  .result .bottomDet > div {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 15px 0;
    text-align: right;
  }
  .result .button {
    width: 100%;
  }
  .result h2 i {
    display: none;
  }
  /*End Search*/
  /*Page*/
  .resturantLogo {
    margin: 65px 0 0 0;
  }
  .resturantLogo img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .resturantLogo div {
    float: none;
  }
  .resturantLogo h2,
  .resturantLogo span {
    text-align: center !important;
  }
  .resturantLogo p {
    display: block;
    text-align: center;
  }
  .shippingHolder {
    padding: 0;
  }
  .topStrip ul {
    padding: 0;
  }
  .topStrip ul li {
    float: none;
    display: block;
    text-align: right;
    margin: 0 0 5px 0;
  }
  .topStrip ul li a {
    display: block;
    float: none;
    text-align: right;
    padding-right: 15px;
  }
  .topStrip ul li a:before {
    display: none !important;
  }
  .menuDetails {
    padding: 0;
  }
  .menuDetails .resturantDet {
    text-align: center;
  }
  .menuDetails .resturantDet span i {
    display: none;
  }
  .menuDetails .resturantMap {
    text-align: center;
  }
  .menuDetails .resturantMap img {
    margin: 20px auto 0 auto;
  }
  .menuDetails .resturantMap .workTime span {
    float: none;
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  .menuDetails .food span {
    float: none;
    display: block;
    text-align: left;
  }
  .menuDetails .food span i {
    float: none;
    display: inline-block;
    margin-bottom: -8px;
  }
  .menuDetails .comment {
    text-align: center;
  }
  .menuDetails .comment img {
    float: none;
  }
  .menuDetails .comment strong {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .menuDetails .comment strong span {
    float: none;
    display: block;
    margin: 10px 0 0 0;
  }
  .menuDetails .comment .rank {
    text-align: center;
  }
  .menuDetails .comment .rank span {
    display: block;
    margin: 0 0 10px 0;
  }
  .menuDetails .comment .rank i {
    float: none;
    display: inline-block;
  }
  .menuDetails .sendPhoto ul li {
    width: 100%;
  }
  .menuDetails .sendPhoto ul li a {
    border-radius: 5px !important;
    border: 1px solid #e2e2e2 !important;
  }
  .menuDetails .sendPhoto .comments {
    text-align: center;
  }
  .menuDetails .sendPhoto .comments a {
    float: none;
    display: inline-block;
  }
  .menuDetails .sendPhoto .comments div:not(.clearfix) {
    display: block;
  }
  .menuDetails .sendPhoto .comments span {
    text-align: center;
  }
  .verticalSlide {
    min-height: 260px !important;
    padding: 10px 0 0 0;
  }
  /*End Page*/
  .newsletter input[type=text] {
    width: 50%;
  }
  .registerForm {
    padding: 0 15px;
  }
  .registerForm > div {
    padding: 0;
  }
  .registerForm .button {
    width: 100%;
    margin: 20px 0;
  }
  footer .footerMenu li {
    float: none;
    margin: 0 0 20px 0;
  }
  footer .footerMenu li span {
    display: none;
  }
  footer .services {
    text-align: center;
  }
  footer .services .footerTitle {
    text-align: center;
  }
  footer .services ul {
    display: inline-block;
  }
  footer .leftFooters {
    text-align: center;
    margin: 20px 0 0 0;
  }
  footer .leftFooters img {
    margin: 0;
  }
  footer .leftFooters span {
    text-align: center;
    padding: 0;
  }
  footer .leftFooters ul {
    display: inline-block;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .steps > div {
    margin: 0 0 20px 0;
  }
  .steps span {
    width: 100%;
  }
  .offers .countDown {
    text-align: center;
  }
  .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    bottom: 0;
  }
  .bx-wrapper .bx-prev {
    left: 15px !important;
  }
  .bx-wrapper .bx-next {
    right: 15px !important;
  }
  .foodSlider li {
    min-height: 190px;
  }
  .premierFood .rightImg {
    right: 5px;
  }
  .premierFood .leftImg {
    left: 5px;
  }
  .premierFood .rightImg,
  .premierFood .leftImg {
    bottom: 0;
    top: auto;
    background-position: bottom;
  }
  /*Search*/
  .searchFilter aside {
    margin: 0 0 30px 0;
  }
  .searchFilter ul {
    direction: rtl;
  }
  .searchFilter ul li {
    display: inline-block;
    margin-left: 10px;
    min-width: 120px;
  }
  .searchFilter + div {
    padding: 0;
  }
  .result .details {
    width: 76%;
  }
  /*End Search*/
  /*Page*/
  .menuDetails {
    padding: 0;
  }
  .menuDetails .food img {
    width: 100%;
  }
  .shippingHolder {
    padding: 0;
  }
  /*End Page*/
  .registerForm input[type=text] {
    width: 50%;
  }
  .registerForm .button {
    width: 100%;
  }
  .registerForm > div {
    padding: 0;
    margin: 0 0 10px 0;
  }
  footer .leftFooters img {
    margin: 1px;
    float: left;
  }
  footer .footerMenu li a {
    margin: 0 10px;
  }
  .copyRight .left {
    text-align: center;
    margin: 15px 0;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    bottom: -20px;
  }
  .bx-wrapper .bx-prev {
    left: 15px !important;
  }
  .bx-wrapper .bx-next {
    right: 15px !important;
  }
  .steps span {
    width: 100%;
  }
  .premierFood {
    min-height: 375px;
  }
  /*Search*/
  .result .details {
    width: 75%;
  }
  .result span {
    font-size: 15px;
  }
  /*End Search*/
  /*Page*/
  .shippingCard .button {
    padding: 11px 0;
    text-align: center;
  }
  .total span {
    float: none !important;
    display: block;
    text-align: center;
  }
  /*End Page*/
  footer .footerMenu li a {
    margin: 0 24px;
  }
}

.appjpg{
  background: url('images/app.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
.appDownloadP{
  direction: rtl;
  padding-right: 30px;
  font-size: 20px;
}
/* Large devices (large desktops, 1200px and up) */
.nopadding{
  padding: 2px;
  cursor: pointer;
}
.tooltip-inner {
  padding: 5px 20px !important;
  background-color: #04b6dc !important;
  border-radius: 0px !important;
  font-family: IranSans;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #04b6dc!important;
}


.product-listing .owl-stage-outer{
  direction: rtl;
}
