@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	text-decoration:none;
	font-size:14px;
}
img {
	max-width:100%;
	height:auto;
}
body {
	margin:0;
	padding:0;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#494848;
}
* {
	box-sizing:border-box;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder {
	color: #8c8989 !important;
}
textarea::-webkit-input-placeholder {
	color: #8c8989 !important;
}
.field-error {
	float: left;
	color: #F00;
	width: 100%;
	font-size:12px;
	min-height:20px;

}
.sub-btn{
	margin-top:20px;
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size:46px;
	padding-bottom:20px;
	line-height:1.2em;
	font-family: 'open_sanssemibold';
}
h2{
	font-size:27px;
	text-transform:uppercase;
	color:#323232;
}
h3 {
	font-size:20px;
	text-transform:capitalize;
}
h4 {
	font-size:18px;
	padding:0 0 10px;
}
h5 {
	font-size:16px;
	
}
h6 {
	font-size:15px;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
a{
	color:#494848;
	font-size:14px;
}
p {
	padding: 0 0 10px;
	margin: 0;
	font-size:14px;
	line-height:22px;
	letter-spacing:1px;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
.container{
	width:96%;
	max-width:1160px;
	margin:0 auto;
	display:block;
}
/*--header start--*/
.header{
	width:100%;
	float:left;
	position:absolute;
	z-index:999;
}
.header-top{
	width:100%;
	float:left;
	background:#ffffff;
	padding:10px 0;
}
.header-top-left{
	float:left;
}
.header-top-left ul{
	float:left;
}
.header-top-left ul li{
	float:left;
	margin-right:20px;
}
.header-top-right{
	float:right;
}
.header-top-right ul{
	float:left;
}
.header-top-right ul li{
	float:left;
	margin-left:20px;
	padding-left:22px;
	position:relative;
}
.header-top-right ul li:before{
	content:'';
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	background:url(../images/all-icon.png) no-repeat;
}
.header-top-right ul li.header-login:before{
	background-position:-9px -5px;
}
.header-top-right ul li.header-register:before{
	background-position:-42px -4px;
}
.header-top-right ul li.header-location:before{
	background-position:-71px -5px;
}
.header-bottom {
    width: 100%;
    float: left;
    padding: 5px 0;
    box-shadow: 1px 2px 3px #383838;
    background: #0e0e0e;
}
.header-menu{
	width:100%;
	float:left;
}
.header-bottom .logo{
	float:left;
}
.header-btm-right .book-btn .btn:hover, .location-wrap .btn:hover, .join-txt .btn:hover{
	background:#ffffff;
	color:#414141;
}
.header-btm-right{
	float:right;
	padding-top:15px;
}
.header-btm-right .menu-wrap{
	float:left;
	padding-top:10px;
}
.header-btm-right .menu-wrap ul{
	float:left;
}
.header-btm-right .menu-wrap ul li{
	float:left;
	padding:0 20px;
}
.header-btm-right .menu-wrap ul li a{
	color:#ffffff;
	text-transform:uppercase;
}
.header-btm-right .book-btn{
	float:right;
}
.header-btm-right .menu-wrap ul li.current-menu-item a, .header-btm-right .menu-wrap ul li a:hover{
	color:#f0002f;
}
.btn{
	float:left;
	text-transform:uppercase;
	width:160px;
	min-height:42px;
	line-height:42px;
	color:#ffffff;
	background:#f0002f;
	text-align:center;
	cursor:pointer;
	border:none;
	border-radius: 2px;
}
.btn:hover{
	background:#414141;
}
/*--menu_trigger--*/
#menu_trigger{
	display:none;
	font-size:20px;
}
.mob_menu{
  	position: fixed;
    left: -40%;
    top: 0;
    width: 40%;
    height: 100% !important;
    background: #414141;
    z-index: 99999;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
    overflow: auto !important;
}
.mob_menu ul{
	display:block;
	margin:0 auto;
	padding:0px 0;
	width:100%;
	float:left;
}
.mob_menu ul li {
    list-style: none;
    display:block;
    padding: 8px 15px 8px 30px;
    position: relative;
	width:100%;
	float:left;
    border-bottom: 1px solid #4f4f4f;
    text-transform: uppercase;
}
.mob_menu ul li > ul{
	position: absolute;
    top: 100%;
    float: left;
    left: 0;
}
.close_menu{
	position:absolute;
	top:15px;
	right:10px;
	font-size:14px;
	color:#FFF;
}
.mob_menu ul li a{
	font-size:12px;
	color:rgba(255,255,255,0.8);
}
.fa-bars{
	margin-top:5px;
	color:#290767;
    margin-right: 10px;
}
.menu-opened .mob_menu{
	left:0 !important;
	height:100% !important;
	display:block !important;
}
/*--menu_trigger end--*/
/*--header end--*/
/*--banner-wrap start--*/
.banner-wrap{
	width:100%;
	float:left;
	position:relative;
	margin-top:35px;
}
.banner-wrap ul{
	width:100%;
	float:left;
}
.banner-wrap ul li{
	width:100%;
	float:left;
	line-height:0px;
	position:relative;
}
.banner-wrap ul li img{
	width:100%;
}
.banner-content{
	position:absolute;
	bottom:40px;
	width:100%;
	float:left;
}
.banner-content .banner-txt{
	width:100%;
	float:left;
	text-align:center;
}
.banner-content .banner-txt h1{
	color:#ffffff;
}
.banner-content .banner-txt p{
	color:#dbdbdb;
}
.location-wrap{
	width:100%;
	float:left;
	padding:0 55px;
	padding-top:30px;
}
.location-wrap .btn{
	width:auto;
	padding:0 30px;
}
.location-wrap .sub-btn{
	margin-top:0px;
}
.location-wrap .frm-wrap{
	width:auto;
	float:left;
	padding:0 5px;
}
.location-wrap .frm-wrap:nth-child(1){
	width:30%;
}
.location-wrap .frm-wrap:nth-child(2){
	width:55%;
}
.location-wrap .frm-wrap:nth-child(3){
	width:15%;
}
.location-wrap .frm-wrap .input-txt{
	width:100%;
	float:left;
	min-height:42px;
	background:#ffffff;
	padding-left:10px;
}
/*--banner-wrap end--*/
/*--middle-wrap start--*/
.middle-wrap{
	width:100%;
	float:left;
}
.content-wrapper{
	width:100%;
	float:left;
	padding:40px 0;
}
/*--restaurant-wrap start--*/
.content-wrapper.restaurant-wrap{
	background:#f7f7f7;
}
.restaurants{
	width:100%;
	float:left;
}
.heading-wrap{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:30px;
}
.restaurant-content{
	width:100%;
	float:left;
}
.restaurant-content ul{
	width:100%;
	float:left;
}
.restaurant-content ul li{
	float:left;
	padding:0 10px;
	width:20%;
	text-align:center;
}
.restaurant-content ul li{
	width: 230px !important;
}
.restaurant-content ul li a{
	display:block;
}
/*--restaurant-wrap end--*/
/*--order-wrap start--*/
.order-wrap{
	width:100%;
	float:left;
}
.order-content{
	width:100%;
	float:left;
}
.order-content ul{
	width:100%;
	float:left;
}
.order-content ul li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:23.7%;
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.5);
}
.order-content ul.isotope{
	width:100%;
	float:left;
	background:#f7f7f7;
}
.order-content ul.isotope li{
	float:left;
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.5);
	width: 23%;
    float: left;
    cursor: pointer;
    margin: 10px;
    overflow: hidden;
}
.order-content ul li:nth-child(4n){
	margin-right:0px;
}
.order-content ul li .food-img{
	width:100%;
	float:left;
}
.order-content ul li .content-txt{
	width:100%;
	float:left;
	padding:10px;
}
.order-content ul li .content-txt h4{
	width:100%;
	float:left;
}
.order-content ul li .content-txt h4 a{
	font-size:18px;
	float:left;
	font-family: 'open_sanssemibold';
	color:#f0002f;
}
.order-content ul li .content-txt .order-btn{
	width:100%;
	float:left;
}
.order-content ul li .content-txt .order-btn .btn{
	width:130px;
	min-height:38px;
	line-height:38px;
	border-radius:4px;
}
/*--order-wrap end--*/
/*--step-wrap start--*/
.content-wrapper.step-wrap{
	background:#f0002f;
}
.steps{
	width:100%;
	float:left;
}
.steps h2{
	color:#ffffff;
}
.step-content{
	width:100%;
	float:left;
}
.step-content ul{
	width:100%;
	float:left;
}
.step-content ul li{
	width:33%;
	float:left;
	padding:0 20px;
	text-align:center;
}
.step-content ul li .step-icon{
	width:100%;
	max-width:70px;
	height:70px;
	border-radius:50%;
	border:2px solid #ffffff;
	display:table;
	margin:0 auto;
	padding:10px;
}
.step-content ul li .step-icon img{
	display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.step-content ul li .step-txt{
	width:100%;
	float:left;
	padding:10px;
}
.step-content ul li .step-txt h4{
	color:#ffffff;
	font-family: 'open_sanssemibold';
}
.step-content ul li .step-txt p{
	color:#ffffff;
	padding-bottom:0px;
}
/*--step-wrap end--*/
/*--join-wrap start--*/
.content-wrapper.join-wrap{
	background:url(../images/join-bg.jpg) no-repeat center;
	background-size:cover;
}
.join-txt{
	width:100%;
	float:left;
	text-align:center;
}
.join-txt h2{
	color:#ffffff;
}
.join-txt p{
	color:#ffffff;
}
.join-txt .btn{
	float:none;
	display:table;
	margin:0 auto;
	margin-top:20px;
}
/*--join-wrap end--*/
/*--apps-wrap start--*/
.apps-wrap{
	width:100%;
	float:left;
	display:table;
}
.apps-wrap .apps-img{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.apps-wrap .apps-txt{
	width:50%;
	display:table-cell;
	vertical-align:middle;
}
.apps-wrap .apps-txt h2{
	padding-bottom:20px;
}
.apps-wrap .apps-txt a.gl-play-btn{
	float:left;
	margin-top:20px;
}
/*--apps-wrap end--*/
/*--newsletter-wrap start--*/
.content-wrapper.newsletter-wrap{
	background:url(../images/newsletter-img.jpg) no-repeat center;
	background-size:cover;
}
.newsletters{
	width:100%;
	float:left;
}
.newsletters p{
	color:#ffffff;
	text-align:center;
}
.nws-form{
	width:100%;
	display:table;
	max-width:70%;
	margin:0 auto;
	padding-top:20px;
}
.nws-form .frm-wrap{
	width:100%;
	float:left;
	position:relative;
}
.newsletters h2{
	color:#ffffff;
}
.nws-form .frm-wrap .input-txt{
	width:100%;
	float:left;
	border-radius:20px;
	border:none;
	min-height:42px;
	padding-left:15px;
}
.nws-form .frm-wrap .btn{
	border-radius:20px;
	position:absolute;
	min-height:35px;
	line-height:35px;
	top:2px;
	right:9px;
	margin-top:0px;
}
/*--newsletter-wrap end--*/
/*--middle-wrap end--*/
/*--footer-wrap start--*/
.footer-wrap{
	width:100%;
	float:left;
	background:#323232;
	padding:40px 0 0;	
}
.footer{
	width:100%;
	float:left;
	padding-bottom:20px;
}
.footer .footer-widget{
	float:left;
	width:25%;
	padding-right:20px;
}
.footer .footer-widget h4{
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:10px;
	position:relative;
}
.footer .footer-widget h4:after{
	position:absolute;
	content:'';
	width:60px;
	height:2px;
	background:#ffffff;
	bottom:0;
	left:0;
}
.footer .footer-widget p{
	color:#d0d0d0;
}
.footer .footer-widget a{
	color:#d0d0d0;
}
.footer .footer-widget a:hover{
	color:#ffffff;
}
.footer .footer-widget:last-child{
	padding-right:0px;
}
.footer .footer-widget .contact-info{
	width:100%;
	float:left;
}
.footer .footer-widget .contact-info ul li{
	padding-left:30px;
	position:relative;
}
.footer .footer-widget .contact-info ul li:before{
	width:20px;
	height:20px;
	left:0;
	position:absolute;
	content:'';
	background:url(../images/all-icon.png) no-repeat;
}
.footer .footer-widget .contact-info ul li.footer-call:before{
	background-position:-174px -5px;
}
.footer .footer-widget .contact-info ul li.footer-whatsapp:before{
	background-position:-210px -5px;
}
.footer .footer-widget .contact-info ul li.footer-mail:before{
	background-position:-246px -5px;
}
.footer .footer-widget ul{
	width:100%;
	float:left;
}
.footer .footer-widget ul li{
	width:100%;
	float:left;
	color:#d0d0d0;
	padding:7px 0;
}
.footer .footer-widget .footer-logo{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.copyright-wrap{
	width:100%;
	float:left;
	text-align:center;
	background:#181818;
	padding:10px 0;
}
.copyright-wrap p{
	padding-bottom:0px;
	color:#d0d0d0;
}
.copyright-wrap p a{
	color:#d0d0d0;
}
.social-icon{
	width:100%;
	float:left;
	padding-top:20px;
}
.social-icon a{
	width:32px;
	height:32px;
	float:left;
	margin-right:7px;
	background:url(../images/all-icon.png) no-repeat #ffffff;
}
.social-icon a.fb{
	background-position: -2px -32px;
}
.social-icon a.tw{
	background-position: -37px -32px;
}
.social-icon a.insta{
	background-position: -71px -32px;
}
.social-icon a.pin{
	background-position: -102px -32px;
}
/*--footer-wrap ewnd--*/
/*--about-page start--*/
.about-wrap{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.about-wrap .about-img{
	width: 40%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}
.about-wrap .about-txt{
	width:100%;
	float:left;
}
.about-wrap .about-txt h2{
	padding-bottom:10px;
}
.team-wrap{
	width:100%;
	float:left;
}
.team-wrap ul{
	width:100%;
	float:left;
	text-align:center;
}
.team-wrap ul li{
	width:19%;
	display:inline-block;
	margin-bottom:20px;
	text-align:center;
	padding:0 20px;
}
.team-wrap ul li .img-wrap{
	width:150px;
	height:150px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
}
.team-wrap ul li .content-txt{
	width: 100%;
    float: left;
    padding: 10px;
    background: #f0002f;
    margin-top: 20px;
    border-radius: 5px;
}
.team-wrap ul li .content-txt .team-name{
	width:100%;
	text-align:center;
	float:left;
	color:#ffffff;
	font-family: 'open_sanssemibold';
}
.team-wrap ul li .content-txt .work-name{
	width:100%;
	float:left;
	text-align:center;
	color:#f5f4f4;
	padding-top:5px;
}
.content-wrapper.our-team{
	background:#f7f7f7;
}
/*--about-page end--*/
.menu-item{
	width:100%;
	float:left;
}
.menu-item .menu-item-tab{
	width: 100%;
    float: left;
}
.menu-item .menu-item-tab ul{
	width:100%;
	float:left;
	line-height: 0px;
}
.menu-item .menu-item-tab ul li{
	float:left;
	margin-right:5px;
}
.menu-item .menu-item-tab ul li a{
	float:left;
	padding:0 30px;
	color:#f0002f;
	border:1px solid #ffffff;
	line-height:35px;
	position:relative;
}
.menu-item .menu-item-tab ul li a.current:after{
	position: absolute;
    content: '';
    bottom: -2px;
    border-right: 1px solid;
    width: 100%;
    height: 3px;
    background: #f7f7f7;
    left: -1px;
    border: 1px solid #f7f7f7;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.menu-item .menu-item-tab ul li a.current{
	background:#f7f7f7;
	color:#414141;
	border:1px solid #dbdbdb;
	border-radius:4px;
}
.contact-wrap{
	width:100%;
	float:left;
}
.contact-wrap .contact-info{
	width:25%;
	float:left;
	padding:20px;
	background:#f7f7f7;
}
.contact-wrap .contact-info ul{
	width:100%;
	float:left;
}
.contact-wrap .contact-info ul li{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
	background:#ffffff;
	padding:20px;
}
.contact-wrap .contact-info ul li:last-child{
	margin-bottom:0px;
}
.contact-wrap .contact-info ul li .icon-wrap{
	width:100%;
	max-width:60px;
	height:60px;
	display:table;
	margin:0 auto;
	border-radius:50%;
	background:#f0002f;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}
.contact-wrap .contact-info ul li .icon-wrap img{
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.contact-wrap .contact-info ul li p{
	padding-bottom:0px;
}
.contact-form{
	width:72%;
	float:right;
	background:#f7f7f7;
	padding:20px 10px;
}
.frm-wrap{
	width:50%;
	float:left;
	padding:0 5px;
}
.frm-wrap .input-txt{
	width:100%;
	float:left;
	min-height:42px;
	background:#ffffff;
	border:none;
	padding-left:10px;
}
.frm-wrap .input-heading{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.frm-wrap.full-wrap{
	width:100%;
	float:left;
}
.frm-wrap .input-txt.input-txt-area{
	min-height:80px;
}
.back-btn{
	width:100%;
	float:left;
	padding:50px 0;
}
.back-btn .btn{
	float:none;
	display:table;
	margin:0 auto;
	width:auto;
	padding:0 50px;
}
.restaurant-wrap{
	width:100%;
	float:left;
}
.sidebar{
	width:24%;
	float:left;
	background:#f7f7f7;
}
.sidebar-heading{
	width:100%;
	float:left;
	background:#f0002f;
	padding:10px;
}
.sidebar-heading h4{
	color:#ffffff;
	font-family: 'open_sanssemibold';
	text-transform:uppercase;
	padding-bottom:0px;
}
.sidebar ul.widgets-wrap{
	width:100%;
	float:left;
	padding:10px;
}
.sidebar ul.widgets-wrap .widgets{
	width:100%;
	float:left;
	background:#ffffff;
	margin-bottom:10px;
	padding:10px;
}
.sidebar .widgets .widget-heading{
	width:100%;
	float:left;
	padding:0px 0 7px;
	border-bottom:1px solid #e7e7e7;
	font-family: 'open_sanssemibold';
}
.sidebar ul.widgets-wrap .widgets h5{
	color:#33373D;
}
.widget-content{
	width:100%;
	float:left;
	margin-top:15px;
}
.widget-content .checkbox-wrap{
	width:100%;
	float:left;
}
.widget-content .checkbox-wrap span{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.widget-content.cuisine-wrap{
	height:195px;
	width:100%;
	float:left;
	overflow-y:auto;
}
.widget-content .checkbox-wrap span .check-input{
	float: left;
    margin: 0;
    margin-top: 3px;
}
.widget-content .checkbox-wrap span label{
	float:left;
	padding-left:10px;
}
.widget-content ul{
	width:100%;
	float:left;
}
.widget-content ul li{
	width:100%;
	float:left;
	padding-bottom:7px;
}
.widget-content ul li.active a, .widget-content ul li a:hover{
	color:#f0002f;
}
.widget-content.cuisine-wrap::-webkit-scrollbar {
  width: 2px;
}
.widget-content.cuisine-wrap::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.widget-content.cuisine-wrap::-webkit-scrollbar-thumb {
  background: #888; 
}
.widget-content.cuisine-wrap::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.cnt-wrap{
	width:74%;
	float:right;
	background:#f7f7f7;
	margin-left:20px;
	padding:20px;
}
.cnt-wrap .cnt-wrap-restaurant{
	width:100%;
	float:left;
}
.cnt-wrap .cnt-wrap-restaurant ul{
	width:100%;
	float:left;
}
.cnt-wrap .cnt-wrap-restaurant ul li{
	width:31.7%;
	float:left;
	margin-right:20px;
	background:#ffffff;
	margin-bottom:15px;
	position:relative;
}
.cnt-wrap .cnt-wrap-restaurant ul li .heart-icon{
	position:absolute;
	right:10px;
	top:10px;
}
.cnt-wrap .cnt-wrap-restaurant ul li .heart-icon a{
	width:22px;
	height:22px;
	background:url(../images/all-icon.png) no-repeat;
	background-position:-108px -5px;
	float:left;
}
.cnt-wrap .cnt-wrap-restaurant ul li .time-icon{
	padding:4px 20px;
	position:absolute;
	top:0;
	left:0;
	background:#f0002f;
}
.cnt-wrap .cnt-wrap-restaurant ul li .time-icon p{
	color:#ffffff;
	padding-bottom:0px;
}
.cnt-wrap .cnt-wrap-restaurant ul li:nth-child(3n){
	margin-right:0px;
}
.cnt-wrap .cnt-wrap-restaurant ul li .restaurant-img{
	width:100%;
	float:left;
}
.cnt-wrap .cnt-wrap-restaurant ul li .content-txt{
	width:100%;
	float:left;
	padding:10px;
}
.cnt-wrap .cnt-wrap-restaurant ul li .content-txt h4{
	padding-bottom:5px;
}
.cnt-wrap .cnt-wrap-restaurant ul li .content-txt p{
	color:#848282;
	font-size:12px;
}
.cnt-wrap .cnt-wrap-restaurant ul li .content-txt .order-btn{
	float:left;
}
.cnt-wrap .cnt-wrap-restaurant ul li .content-txt .order-btn .btn{
	width: 130px;
    min-height: 35px;
    line-height: 35px;
}
/*--pagination start--*/
.pagination-wrap{
    float: left;
    width: 100%;
    margin: 0;
	padding:15px;
	padding-left:0px;
	padding-bottom:0px;
}
.pagination-wrap ul li {
    float: left;
    width: auto;
	margin:0px;
	width:auto;
    display: inline-block;
	padding:0px;
	border:none;
    margin-bottom: 0;
    margin-right: 10px;
    box-shadow: none;
    border: 0;
}
.pagination-wrap ul li.doted{
	padding-top:8px;
}
.pagination-wrap ul li:nth-child(3){
	margin-right:10px;
}
.pagination-wrap ul li:nth-child(4){
	margin-right:10px;
}
.pagination-wrap ul li:nth-child(4){
	margin-right:10px;
}
.pagination-wrap ul li a {
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0;
    color: #f0002f;
    line-height: 1;
    padding: 13px 18px;
    background-color: transparent;
    border: 1px solid #f0002f;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination-wrap ul li a.active, .pagination-wrap ul li a:hover {
    background-color: #f0002f;
    color: #fff;
    border-color: #f0002f;
}
/*--pagination end--*/
/*--restaurant-details start--*/
.content-wrapper.restaurant-details-wrap{
	background:#f7f7f7;
}
.restaurant-details{
	width:100%;
	float:left;
}
.details-img{
	width:40%;
	float:left;
}
.details-desc{
	width:58%;
	float:right;
	background:#ffffff;
	padding:0 15px;
}
.details-desc h2{
	padding-bottom:10px;
}
.rating-wrap{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.details-desc p span{
	font-family: 'open_sanssemibold';
}
.details-desc .checkbox-wrap{
	width:100%;
	float:left;
}
.details-desc .checkbox-wrap p{
	width:auto;
	float:left;
}
.details-desc .checkbox-wrap .check-input{
	float:left;
	margin-top:5px;
}
.details-desc .checkbox-wrap label{
	float:left;
	padding-left:4px;
}
.restaurant-menu{
	width:100%;
	float:left;
}
.restaurant-menu .menu-tab{
	width:17%;
	float:left;
	background:#f7f7f7;
}
.restaurant-menu .menu-tab ul{
	width:100%;
	float:left;
}
.restaurant-menu .menu-tab ul li{
	float:left;
	margin-right:10px;
	width:100%;
}
.restaurant-menu .menu-tab ul li a{
	float: left;
    line-height: 36px;
    border-bottom: 1px solid #dbdbdb;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.restaurant-menu .menu-tab ul li.active a, .restaurant-menu .menu-tab ul li a:hover{
    background:#f0002f;
	color:#ffffff;
}
.restaurant-menu .menu-content{
	width: 100%;
    float: left;
}
.menu-content ul{
	width:100%;
	float:left;
}
.restaurant-menu .menu-content ul li{
	width:23.3%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.restaurant-menu .menu-content ul li:nth-child(4n){
	margin-right:0px;
}
.restaurant-menu .menu-content ul li .food-img{
	width:100%;
	float:left;
}
.restaurant-menu .menu-content ul li .food-img img{
	width:100%;
}
.restaurant-menu .menu-content ul li .content-txt{
	width:100%;
	float:left;
	padding:10px;
	background:#ffffff;
}
.restaurant-menu .menu-content ul li .content-txt .price-content{
	width:100%;
	float:left;
	padding-top:5px;
}
.restaurant-menu .menu-content ul li .content-txt h4{
	color:#f0002f;
	padding-bottom:5px;
}
.restaurant-menu .menu-content ul li .content-txt p{
	padding-bottom:0px;
}
.restaurant-menu .menu-content ul li .content-txt .price-content p{
	font-family: 'open_sanssemibold';
}
.restaurant-menu .menu-content ul li .content-txt .btn{
	width:auto;
	line-height:35px;
	min-height:35px;
	background:#f0002f;
	color:#ffffff;
	padding:0 10px;
	margin-top:10px;
}
.header.inner-header{
	position:relative;
}
.header.inner-header .header-bottom{
	background:#181818;
}
.content-wrapper.bestseller-wrap{
	background:#f7f7f7;
}
.bestseller{
	width:100%;
	float:left;
}
.bestseller .order-content ul li{
	width:271px !important;
	float:left;
	margin:0 10px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-15px;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
	background-position:-138px -33px !important;
}
.bx-wrapper .bx-controls-direction a.bx-next{
	background-position:-182px -33px !important;
}
.order-content ul li{
	position:relative;
}
.order-content ul li .price-wrap{
	position:absolute;
	background:#f0002f;
	top:0;
	left:0;
	padding:7px 25px;
}
.order-content ul li .price-wrap span{
	color:#ffffff;
	font-family: 'open_sanssemibold';
}
.bestseller .order-content h4{
	font-family: 'open_sansregular';
}
.bestseller .bx-viewport{
	height:340px !important;
}
.menu-cnt-wrap{
	width: 81.5%;
    float: left;
    padding: 15px 15px;
    margin-left: 15px;
    background: #f7f7f7;
}
/*--restaurant-details end--*/
/*--food-details start--*/
.food-details{
	width:100%;
	float:left;
	padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.food-details-left{
	width:40%;
	float:left;
}
.food-details-left .big-img{
	width:80%;
	float:right;
}
.food-details-left .small-img{
	width:20%;
	float:left;
	padding-right:20px;
}
.food-details-left .small-img ul{
	width:100%;
	float:left;
}
.food-details-left .small-img ul li{
	width:100%;
	float:left;
	margin-bottom:10px;
	border:1px solid #f0002f;
	line-height:0;
}
.food-details-left .big-img img{
	width:100%;
}
.food-details-right{
	width:60%;
	float:left;
	padding-left:25px;
}
.food-details-right .food-details-summary{
	width:100%;
	float:left;
}
.food-details-right .food-details-summary h2{
	text-transform:capitalize;
}
.food-details-right .food-details-summary .food-rating{
	width:100%;
	float:left;
	padding:10px 0;
}
.food-details-right .food-details-summary .price-wrap{
	width:100%;
	float:left;
}
.food-details-right .food-details-summary .price_wrap span{
	color:#f0002f;
}
.food-details-right .food-details-summary .cart-wrap{
	width:100%;
	float:left;
}
.food-details-right .food-details-summary .cart-wrap .qty{
	float:left;
	margin-right:20px;
}
.food-details-right .food-details-summary .cart-wrap .qty .input-qty{
	width:50px;
	min-height:42px;
	border:1px solid #dbdbdb;
	padding-left:10px;
}
.details-content{
	width:100%;
	float:left;
	padding-top:40px;
}
.tab-wrap{
	width:100%;
	float:left;
}
.tab-wrap ul{
	width:100%;
	float:left;
}
.tab-wrap ul li{
	float:left;
	margin-right:10px;
	float:left;
	padding:0 30px;
	line-height:42px;
	background:#f0002f;
	color:#ffffff;
	cursor:pointer;
}
.tab-wrap ul li.current{
	background:#414141;
}
.tab-wrap ul li a{
	
}
.details-content-txt{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:15px;
}
.reviews{
	width:100%;
	float:left;
	padding:15px;
	background:#f7f7f7;
}
.reviews ul{
	width:100%;
	float:left;
}
.reviews ul li{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.reviews ul li .reviews-img{
	width:45px;
	height:45px;
	border-radius:50%;
	background:#ffffff;
	text-align:center;
	display:table;
	padding:10px;
	float:left;
}
.reviews ul li .reviews-img img{
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.reviews ul li .reviews-txt{
	width:95%;
	float:right;
	background:#ffffff;
	padding:10px;
}
.reviews ul li .reviews-txt .review-txt-top{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.reviews ul li .reviews-txt .review-txt-top .name{
	float:left;
	font-size:16px;
}
.reviews ul li .reviews-txt .review-txt-top .date{
	float:right;
}
.reviews ul li .reviews-txt a{
	color:#f0002f;
}
.reviews ul li:nth-child(even){
	padding-left:50px;
}
.comment-wrap{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:15px;
}
.comment-wrap h2{
	text-transform:capitalize;
}
.comment-wrap .form-area{
	width:100%;
	float:left;
	padding-top:20px;
}
.comment-wrap .frm-wrap{
	padding:0 10px;
}
.comment-wrap .frm-wrap.odd{
	padding-left:0px;
}
.comment-wrap .frm-wrap.even{
	padding-right:0px;
}
.comment-wrap .frm-wrap.full-wrap{
	padding:0px;
}
.frm-wrap span{
	width:100%;
	float:left;
	padding-bottom:10px;
}
/*--food-details end--*/
.arrow_wrapper.asc a:after {
	content:'';
	position:absolute;
	right:0;
	width:16px;
	height:16px;
	background: url(images/arrow-up.png) no-repeat;
}
.cart-wrapper{
	position: fixed;
    right: -27%;
    background: #f1f1f1;
    width: 27%;
    z-index: 999999;
    top: 0;
	padding:15px 0;
    height: 100%;
	transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
}
.cart-wrapper.open{
	right:0 !important;
	display:block !important;
}
.cart-table-wrap{
	width: 100%;
    float: left;
    padding:0px 15px 15px;
	height:100%;
    overflow-y: auto;
}
.cart-table-wrap .checkout-wrap{
	width:100%;
	float:left;
	padding-top:10px;
}
.cart-table-wrap .checkout-wrap .btn{
	width:100%;
	cursor:pointer;
}
.cart-wrapper table{
	width:100%;
	float:left;
	margin-bottom:20px;
	border-spacing:0px;
}
.cart-wrapper h2{
	font-size: 20px;
    padding-bottom: 7px;
    text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.cart-wrapper table tr td{
	padding:5px;
	border-bottom:1px solid #ffffff;
}
.cart-wrapper table tr td .qty{
	width:35px;
	height:30px;
	padding-left:5px;
}
.cart-wrapper .sub-total{
	width:100%;
	float:left;
}
.cart-wrapper .sub-total ul{
	width:100%;
	float:left;
}
.cart-wrapper .sub-total ul li{
	width:100%;
	float:left;
}
.cart-wrapper .sub-total ul li .left{
	float:left;
	text-align:left;
}
.cart-wrapper .sub-total ul li .right{
	float:right;
	text-align:right;
}
.cart-wrapper .sub-total ul li.total-wrap{
	border-top:1px solid #dbdbdb;
	padding-top:10px;
}
.cart-wrapper-icon{
	padding: 10px;
	float:left;
    background: #f0002f;
	position:absolute;
	left:-40px;
	cursor:pointer;
	top:50%;
	margin-top:-10px;
	border:1px solid #ffffff;
	border-right:none;
}
.reviews-wrap{
	width:100%;
	float:left;
}
.tab-content{
	width:100%;
	float:left;
	display:none;
}
.tab-content.current{
	display: inherit;
}
.inner-header{
	position:relative;
}
.login-wrap{
	width:100%;
	display:table;
	margin:0 auto;
	max-width:60%;
	background:url(../images/login-bg.jpg) no-repeat center;
	background-size:100%;
	padding:30px;
	position:relative;
}
.login-wrap .heading-wrap{
	text-align:left;
}
.login-form{
	width:68%;
	float:left;
}
.login-form .frm-wrap{
	padding:0px;
}
.login-wrap .wlcm-txt{
	position:absolute;
	right:20px;
	top:20px;
}
.login-wrap .wlcm-txt h2{
	color:#ffffff;
}
.register-wrap{
	width:100%;
	background:#f7f7f7;
	padding:30px;
	max-width:60%;
	display:table;
	margin:0 auto;
}
.register-wrap .register-form{
	width:100%;
	float:left;
}
.cart-table-wrap::-webkit-scrollbar {
  width: 2px;
}
.cart-table-wrap::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.cart-table-wrap::-webkit-scrollbar-thumb {
  background: #888; 
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.menu-order-content{
	padding-top:10px;
	background:#f7f7f7;
	border: 1px solid #dbdbdb;
}
.fixedposition{
	background:#414141;
	position:fixed;
}