body, html {
	width: 100%;
	min-height: 100%;
	font-family:'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #171a1c;
	background:#fff;
}
body {
	overflow-x: hidden;
}
a {
	text-decoration: none !important;
	transition: ease-in-out .5s;
	-webkit-transition: ease-in-out .5s;
	-moz-transition: ease-in-out .5s;
	-ms-transition: ease-in-out .5s;
	font-weight: 500;
	cursor: pointer;
}
a:focus {
	outline: 0px !important;
	text-decoration: none;
}
img {
	max-width: 100%;
}
*, :after, :before {
    box-sizing: border-box;
}
p{margin:0;}

input.form-control::-webkit-input-placeholder {
	color: #9aa9b8;
}
input.form-control::-moz-placeholder {
	color: #9aa9b8;
}
input.form-control:-ms-input-placeholder {
	color:  #9aa9b8;
}
input.form-control:-moz-placeholder {
	color:  #9aa9b8;
}
.container{
	max-width:1200px;
	width:100%;
}
/*-------------- Header css start here --------*/
.header {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #ececec;
	box-shadow:0 2px 5px 0 rgba(192, 192, 192, 0.45);
	transition: ease-in-out .5s;
}
.fix_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.header .navbar-default {
    background: none;
    border: none;
    margin: 0;
	min-height: auto;
}
.header a.navbar-brand {
    padding: 18px 0 19px;
    height: auto;
}
.header .navbar-header {
    width: auto;
}
.adrs_link a span {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
	color:#686b78;
	margin-right: 8px;
}
.adrs_link a span b{
	color: #3d4152;
}
.adrs_link a span:hover{
	color:#93959f;
}
.adrs_link a span:hover b{
	color: #fc8019;
}
.adrs_link a span b {
    border-bottom: 2px solid;
    padding-bottom: 2px;
	margin-right: 8px;
}
.adrs_link a i {
    vertical-align: middle;
    font-size: 18px;
    color: #fc8019;
}
.header .navbar-nav li a {
    color: #3d4152;
    padding: 25px 17px;
}
.header .navbar-right li.dropdownCart {
    margin-right: -17px;
}
.header .navbar-nav .adrs_link a {
	padding: 24px 17px 23px 30px;
}
.header .navbar-nav li a:hover {
	color:#fc8019;
}
.header .navbar-right li a {
    font-weight: 600;
}
.header .navbar-nav .adrs_link a svg, .header .navbar-nav .adrs_link a svg path {
    fill: #fc8019;
    height: 14px;
    width: 15px;
    vertical-align: middle;
}
.header .navbar-default .navbar-nav>.open>a {
    background: none !important;
}
.header .navbar-right li a i {
    margin-right: 5px;
    vertical-align: middle;
	font-size: 18px;
}

.header .navbar-right .filter_menu {
    display: none;
    opacity: 0;
}
.fix_header .navbar-right .filter_menu {
    display: block;
    opacity:1;
}
.header .navbar-right li.filter_menu a {
    display: flex;
    align-items: center;
}
.header .navbar-right li.filter_menu a span:first-child {
    margin-right: 13px;
}
.header .navbar-right li.filter_menu a .filter_box span{
	 margin-right: 0;
}
.filter_box {
    color: #fc8019;
    border: 1.5px solid #fc8019;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
}

/*-------------- Header css end here --------*/
/*-------------- Sidebar css start here --------*/
.search_bar {
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    padding: 50px 50px 20px;
    max-width: 470px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transform: translate(-100%, 0px);
    transition: ease-in-out 0.5s;
}
.search_slide{
	transform: translate(0%, 0px);
}
.search_area a.close_btn {
    color: #333;
    font-size: 20px;
}
.search_area .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 15px 20px;
    font-weight: 500;
    border: 1px solid #d4d5d9;
    height: auto;
	margin-top: 20px;
}
/*-------------- Sidebar css end here --------*/
.productSec {
    padding: 50px 0;
}
.gap_5{margin: 0 -10px;}
.gap_5 > div{padding: 0 10px;}
.switDish {
    padding: 15px;
    border: 1px solid #cecccc;
	margin-bottom: 20px;
}
.switDish:hover {
    box-shadow: 0 4px 7px 0 rgba(218,220,230,.6);
	border: 1px solid #d3d5df;
}
h2.rest_head {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecccc;
    font-weight: 600;
    font-size: 28px;
}
.food_div {
    padding: 12px 0;
	color: #686b78;
}
.food_div h4 {
    margin: 0;
    font-size: 17px;
    color: #282c3f;
    font-weight: 600;
}
.star_div {
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.star_div p {
    width: 33.33%;
    float: left;
	font-size: 13px;
	color: #535665;
}
.star_div:after{
	display:block;
	content:"";
	clear:both;
}
.star_spn span {
    background: #48c479;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
}
p.coupon {
    color: #fc8019;
}
.overly {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: hsla(0, 0%, 0%, 0.68);
    z-index: 999;
}

/* 02July css start */

.front_page_sec {
    position: relative;
    padding: 10px 0 70px;
    background: #800080;
    height: calc(100vh - 78px);
}
.logo_sec {
    padding-top: 20px;
    position: relative;
}
.logo_sec  img.logo{
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 48px;
}
.login_option {
    float: right;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.login_option .btn {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 0 2.1rem;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    width: auto;
	border-radius: 0;
}
.signUp_btn {
    color: #fff !important;
    background-color: #000;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
}
.login_btn:hover {
    color: #fc8019;
}
.padd_60 {
    padding-right: 60px;
    width: 100%;
    max-width: 680px;
}
.switdish_box {    
    background: url(../images/switdish_img1.jpg);
    position: absolute;
    left:calc(50% + 80px);
    right: 0;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position: center;
    top:0;
    bottom: 0;
	width: auto;
}
.front_text{
	margin-top: 140px;
}
.front_text .h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    color: #fe7503;
    font-family: "InformalRoman-Regular";
}
.front_text .h2{
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    line-height: 40px;
    letter-spacing: -.3px;
    color: #e9e8e8;
}
.search_location{
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 35px;
}
.search_location .input_sec {
    position: relative;
    -ms-flex: 1;
    flex: 1;
}
.location_box {
    padding: 0 5px;
    border: 1px solid #ececef;
    box-shadow: none;
    display: block;
    position: relative;
    transform: translateZ(0);
	outline: none;
}
.location_box .form-control {
    background-color: transparent;
    border: none;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 58px !important;
    line-height: 26px;
    caret-color: #fc8019;
    font-size: 18px!important;
    font-weight: 400;
    outline: none;
    padding: 5px 160px 6px 15px !important;
    color: #fff;
}
.location_box .form-control:focus {
    caret-color: #fc8019;
}
.locate_box {
    position: absolute;
    right: 150px;
    top: 10px;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: -.35px;
    color: #d6d7df;
    height: 40px;
    line-height: 16px;
}
.locate_box:hover {
    background: #e9e9eb;
    color: #535665;
}
.locate_icon {
    margin-right: 2px;
    vertical-align: middle;
}
.findFood {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    color: #fff !important;
    background-color: #fe7503ad;
    right: 0;
    height:60px;
    line-height: 59px;
    width: 140px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .53px;
    padding: 0;
	position: absolute;
	z-index:1;
}
.findFood:hover {
    -ms-transform: none!important;
    transform: none!important;
    box-shadow: none;
    position: absolute!important;
}

.front_text .h3 {
    font-weight: 400;
    font-size: 15px;
    color: #e2e2e3;
    margin: 30px 0 10px;
    letter-spacing: -.2px;
    text-transform: uppercase;
}
.front_text .inline-ul {
    max-width: 570px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.front_text .inline-ul  li {
    display: inline-block;
    padding: 0;
}
.front_text .inline-ul  li a{
    font-weight: 600;
    font-size: 14px;
    margin-right: 8px;
    color: #e6e6e9;
    line-height: 1.5;
    letter-spacing: -.3px;
}
.front_text .inline-ul  li:nth-child(2n) a {
    color: #d5daf5;
}
footer {
    background: #000;
}
.footer_contant {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    width: 100%;
}
.social_text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 20px;
    letter-spacing: -.6px;
	color:#fff;
}
.social_icons a{
    margin-left: 30px;
    display: inline-block;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    will-change: transform;
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
}
.social_icons a:hover {
    transform: scale3d(1.2,1.2,1);
}
.social_icons a img {
    max-width: 24px;
}
/* login side bar */
.login_section, .send_feedback, .filter_section{
    transform: translate(100%, 0px);
    left: auto;
    right: 0;
    padding: 0;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    max-width: 470px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: ease-in-out 0.5s;
}
.login_section.search_slide, .login_section.login_section_show {
    transform: translate(0%, 0px);
}
.box_holder{
    padding: 0 60px 25px 40px;
}
.login_head{
	height: 130px;
	position: relative;
    padding-top: 30px;
    margin-bottom: 69px;
    z-index: 1;
}
.login_head .close_btn i {
	font-size: 17px;
	color: #333;
}
.close_btn svg {
    fill: #333;
    height: 15px;
    width: 15px;
}
.login_head .h2 {
    margin-top: 25px;
    font-size: 30px;
    font-weight: 600;
	color: #222;
}
.login_head .account_text{
	margin-top: 10px;
    position: relative;
}
.login_head .account_text a {
    font-weight: 600;
    cursor: pointer;
    color: #fc8019 !important;
}
.login_head .account_text:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 30px;
    border: 1px solid #000;
}
.login_head .image_login {
    position: absolute;
    top: 58px;
    right: 0;
    z-index: -1;
    max-width: 105px;
}
.login_field .form_group {
    margin-bottom: 10px;
}
.login_form .form-control {
    background: #fff;
    line-height: normal;
    height: 55px;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 500;
    border: 1px solid #b7b4b4;
    box-shadow: none !important;
    outline: none !important;
}
.button_box{
    margin-top: 20px;
}
.button_box .btn {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0 2rem;
    letter-spacing: 0;
    color: #fff;
    background-color: #fc8019;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
	-webkit-transition: ease-in-out .7s;
    -moz-transition: ease-in-out .7s;
    -ms-transition: ease-in-out .7s;
}
.button_box .btn:hover{
	background-color: #222;	
}
.social-btn {
    margin: 15px -4px 0;
}
.social-btn .btn {
    width: 48%;
    padding: 10px 12px;
    margin: 0 2px;
}
/* .signUp_account{
	display:none;
} */
.show_signUp_account .login_account{
	display:none;
}
.show_signUp_account .signUp_account{
	display:block;
}

.profile_form {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
    max-width: 1050px;
    margin:40px auto 50px;
    border-radius: 20px;
}
.userImage_sec div#images {
    display: block;
    width: 120px;
    overflow: hidden;
    height: 120px;
    border-radius: 100%;
    border: 3px solid #ffff;
    box-shadow: 0 2px 10px 0 #0000006b;
    margin: 5px auto;
    width: 100%;
}
.userImage_sec input[type="file"] {
    display: none !important;
}
.userImage_sec label.custom-file-upload {
    margin: 15px auto;
    background: none;
    border-radius: 15px;
    color: #fc8019;
    width: 100%;
    padding: 25px 15px;
    border: 2px dashed #bdbfbf;
    display: block;
    float: none;
    font-weight: 500;
    font-size: 15px;
    box-shadow: none;
	cursor: pointer;
	text-align: center;
	max-width: 250px;
}
.userImage_sec .custom-file-upload i{
    color: #fc8019;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
}
.profile_sec .form-control {
    background: #fff;
    line-height: normal;
    border: 1px solid #b7b4b4;
    outline: none !important;
    height: 45px;
    width: 100% !important;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: 400;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.13) !important;
}
.profile_sec .save_location .form-control {
    box-shadow: none !important;
}
.profile_sec .form-control:focus{
	border-color: #b7b4b4;
}
.button_sec .btn {
    display: inline-block;
    width: 100%;
    background: #fc8019;
    border: none !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
    box-shadow:0 3px 0 rgba(0, 0, 0, 0.15);
    transition: ease-in-out .5s;
    max-width: 170px;
	margin: 10px 5px 0;
    border-radius: 6px;
    outline: none !important;
}
.button_sec .cancel_btn, .button_sec .btn:hover{
    background: #f3f2f2;
	color:#fc8019;
}
.button_sec .cancel_btn:hover{
    background: #fc8019;
    color: #fff;	
}
.profile_sec h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 25px 0 0;
}
.profile_form h3 {
    margin: 20px 0 25px;
    font-size: 30px;
}
.form-group {
    margin-bottom: 10px;
}
.button_sec .form-group{
text-align: center;
}
.profile_sec .control-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom:3px;
    color: #585454;
}
.error_text {
    top: 59px;
    width: 100%;
    background: #fa4a5b;
    border-top-width: 0;
    box-shadow: 0 1px 7px 0 #d4d5d9;
    padding: 17px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    z-index: 1;
}

/* 02July css Closed */

/* 03July css Start */

.searchProductSec {
    padding-top: 60px;
	position: relative;
    min-height: calc(100vh - 70px);
}
.searchContainer{
	max-width:930px;
	margin:0 auto;
}
.searchProductSec .search_holder {
    position: relative;
    z-index: 1;
}
.search_holder .search_box {
    height: 70px;
    position: relative;
    border: 1px solid #d4d5d9;
	line-height: normal;
}
.search_holder .search_icon, .search_holder .cross_icon {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search_holder .search_icon {
    left: 30px;
	line-height: 12px;
}
.search_holder .search_icon svg {
    width: 19px;
    height: 19px;
    fill: #3d4152;
}
.search_holder .cross_icon svg {
    width: 30px;
    height: 30px;
    fill: #282c3f;
    margin-bottom: 9px;
}
.search_holder .cross_icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    right: -90px;
    text-align: center;
    cursor: pointer;
}
.search_holder .form-control {
    border: 0;
    font-size: 24px;
    color: #282c3f;
    font-weight: 500;
    padding: 20px 60px 20px 70px;
    margin: 0;
    width: 100%;
    height: 68px;
    line-height: 1.3em;
    caret-color: #fc8019;
    text-transform: capitalize;
    outline: none !important;
	box-shadow:none;
}
.search_holder .form-control:focus{
    box-shadow: 0 2px 8px #d4d5d9;
}
.search_holder .clear_text {
    position: absolute;
    padding: 10px;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #fc8019;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    line-height: 1;
}
.search_holder .clear_text:hover {
    color: #282c3f;
}
.search_holder .cross_icon span {
    color: #7e808c;
    font-weight: 300;
    font-size: 16px;
}
.searchDetails{
    margin: 60px auto 0;
}
.searchProduct .switDish {
	padding:18px;
	border: 1px solid rgba(236, 236, 236, 0.70);
}
.searchProduct .switDish:hover {
    box-shadow: 0 4px 7px 0 rgba(218,220,230,.6);
    border: 1px solid #d3d5df;
}
.searchDetails .nav_tabs{
	border-bottom: 1px solid #e9e9eb;
}
.searchDetails .nav_tabs li {
    display: inline-block;
}
.searchDetails .nav_tabs li a {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #93959f;
	padding: 0 0 15px;
	background:none !important;
}
.searchDetails .nav_tabs li.active a {
    color: #282c3f;
}
.searchDetails .nav_tabs li.active a:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -1px;
    background: #fc8019;
}
.foodRelated{
    text-transform: uppercase;
    color: #7e808c;
    font-size: 14px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-weight: 500;
}
.foodRelated .food{
	color: #282c3f;
}
.searchDetails .tab-content {
    padding: 30px 0 0;
}

/* 03July css Closed */

/* 08July css Start */

.list_view {
    position: relative;
    padding: 0 20px;
}
.showListing {
    background-color: #800080;
    color: #fff;
    height: 245px;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out;
    margin: 0 ;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    pointer-events: auto;
    padding: 0 20px;
}
.list_view .list_contant {
    margin: 0 -20px;
    padding-bottom: 25px;
}
.listing_sec {
    -ms-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition: transform .2s ease-in-out;
    display: table;
    height: 100%;
    table-layout: fixed;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
	width: 100%;
}
.list_img {
    width: 254px;
    max-width: 254px;
    overflow: hidden;
}
.img_produ {
    width: 100%;
    height: 165px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #eef0f5;
    transform: translate3d(0,40px,0) scaleX(1);
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: transform .2s ease-in-out;
    cursor: pointer;
}
.img_produ img {
    height: 165px;
    position: absolute;
    top: 0;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transform: translateZ(0) scaleX(1);
    transition: transform .2s ease-in-out;
}
.list_img, .offer_sec {
    display: table-cell;
    vertical-align: top;
}
.listing_text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 55px;
    transform: translateZ(0);
    transition: transform .2s ease-in-out;
    position: relative;
}
.offer_sec {
    color: inherit;
    width: 298px;
    padding: 74px 0 48px;
    height: 100%;
}
.showProdu {
    overflow: visible;
    position: relative;
    pointer-events: auto;
}
.productHeading {
    max-width: 538px;
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 38px;
    color: #fe7503;
    font-family: "InformalRoman-Regular";
    letter-spacing: 2px;
}
.delaware_text {
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    top: 47px;
    width: 100%;
    z-index: -1;
}
.rating_time_text:after {
    content: "|";
    margin: 0 10px;
}
.rating_time_text:last-child:after{
	display:none;
}

.address_txt {
    color: inherit;
    opacity: .7;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    line-height: 18px;
}
.food_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: inherit;
    opacity: .7;
    font-size: 15px;
    max-width: 538px;
    margin: 10px 0 0;
    line-height: 16px;
}
.delawareFood, .foodRating_time {
    display: inline-block;
    vertical-align: middle;
}
.delawareFood {
    margin-top: 20px;
}
.foodRating_time {
    padding: 0 35px;
    border-right: 1px solid hsla(0,0%,100%,.2);
}
.foodRating_time:first-child {
    padding:0 35px 0 0;
}
.foodRating_time:last-child {
    border-right: none;
    padding:0 0 0 35px;
}
.foodRating_time .h5 {
    color: inherit;
    font-weight: 600;
    font-size: 16px;
	margin: 0;
}
.foodRating_time .h6 {
    color: inherit;
    opacity: .7;
    font-weight: 400;
    font-size: 12px;
    margin: 5px 0 0;
    text-transform: capitalize;
}
.star_icon {
    margin-right: 6px;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.googGood_icon {
    position: relative;
    top: 8px;
    margin: -20px 0 -6px;
    display: -ms-flexbox;
    display: flex;
	cursor: pointer;
    transition: transform .3s cubic-bezier(.215,.61,.355,1);
}
.googGood_icon img {
    height: 55px;
    width: 55px;
	transition: transform .3s cubic-bezier(.215,.61,.355,1);
}
.googGood_icon:hover img{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.offer_box {
    transform: translateZ(0);
    transition: transform .2s ease-in-out;
    border: 1px solid #bec0c8;
    position: relative;
}
.offer_text {
    color: inherit;
    font-size: 20px;
    font-weight: 500;
    background-color: #171a29;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: absolute;
    top: -13px;
    left: -6px;
	margin:0;
}
.offer_off {
    padding: 31px 40px 25px 25px;
}
.offer_off_box {
    z-index: -1;
    line-height: 17px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}
.offer_icon {
    margin-right: 10px;
    font-size: 22px;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.off_text {
    font-size: 14px;
    color: inherit;
    opacity: .9;
    line-height: 1.2;
    font-weight: 500;
}
.productListSearch {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.listSearch {
    color: #3d4152;
    font-weight: 500;
    height: 40px;
    font-size: 14px;
    position: absolute;
    bottom: 50px;
    width: 538px;
    transform: translate3d(0,72px,0);
    transition: transform .2s ease-in-out;
    pointer-events: auto;
    left: 309px;
}
.searchBox1 {
    float: right;
    cursor: pointer;
    width: 122px;
    display: table;
    table-layout: fixed;
    box-shadow: 0 3px 15px 0 rgba(40,44,63,.1);
    border: 1px solid rgba(0,0,0,.04);
    height: 40px;
    background-color: #fff;
}
.searchBox_txt {
    display: table-cell;
}
.heart_icon {
    font-size: 16px;
    color: #3d4152;
    font-weight: 700;
    position: relative;
    transition: color .3s ease;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    vertical-align: top;
    padding-top: 11px;
    width: 37px;
}
.searchBox_txt {
    vertical-align: middle;
    padding-right: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: color .2s ease-in-out;
    will-change: color;
}
.searchBox1:hover .searchBox_txt {
    color: #fa4a5b;
}
.searchBox2 {
    float: right;
    display: table;
    table-layout: fixed;
    box-shadow: 0 3px 15px 0 rgba(40,44,63,.1);
    border: 1px solid rgba(0,0,0,.04);
    height: 40px;
    background-color: #fff;
	margin:0 22px 0 0;
}
.leaf_icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 40px;
	color: #339a33;
}
.leaf_text {
	display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    text-transform: capitalize;
    font-weight: 600;
    transition: color .2s ease-in-out;
    will-change: color;
}
.searchBox3 {
    width: 254px;
    display: table;
    table-layout: fixed;
    box-shadow: 0 3px 15px 0 rgba(40,44,63,.1);
    border: 1px solid rgba(0,0,0,.04);
    height: 40px;
    background-color: #fff;
}
.magnifier_icon {
    font-size: 16px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    width: 45px;
    text-align: center;
}
.search_sec {
    display: table-cell;
    width: 100%;
    height: 100%;
	vertical-align: middle;
}
.search_sec input {
    border: none;
    vertical-align: middle;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    top: -1px;
    caret-color: #fc8019;
	outline: none !important;
}
.close_icon {
    cursor: pointer;
    display: table-cell;
    text-align: center;
    width: 40px;
    color: #282c3f;
    font-size: 10px;
	font-weight:600;
	vertical-align: middle;
}
.menu_content {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}
.recommended_box {
    width: 902px;
    display: -ms-flexbox;
    display: flex;
}
.recommended_sideBar {
    margin-top: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    top: 150px;
}
.recommended_sideBar {
    width: 254px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: calc(100vh - 150px);
}
.menu_content .side_holder {
    height: 100%;
    max-height: calc(100vh - 197px);
}
.sideBar_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.lestside {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
}
.side_holder:after {
    content: " ";
    position: absolute;
    top: -21px;
    bottom: 0;
    right: 0;
    border-right: 1px solid #e9e9eb;
}
.recommended_center {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 648px;
    padding: 15px 55px 100px;
}
.recommended_center .h2{
	margin: 0;
    padding: 17px 0 2px;
    font-size: 32px;
    letter-spacing: -.3px;
    font-weight: 600;
}
.lestside_menu {
    padding:30px 15px 0 0;
    text-align: right;
}
.lestside_menu .item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #282c3f;    
    font-weight: 400;
    margin-right: -15px;
    padding:5px 20px 0 0;
}
.lestside_menu .item, .lestside_menu .item:first-child {
    padding-bottom: 5px;
}
.lestside_menu .item:hover {
    color: #fc8019;
}
.lestside_menu .active{
	font-weight: 600;
	color: #fc8019;
}
.recomm_box {
    border-bottom: 2px solid #282c3f;
    margin-top: 23px;
}
.recomm_box:first-child {
    margin-top: 0;
}
.recommended_center  .h3{
	padding-bottom: 30px;
    font-size: 13px;
    color: #686b78;
    font-weight: 600;
    text-transform: uppercase;
	margin:0;
}
.item_sec{
    padding-bottom: 20px;
}
.description_box {
    padding-bottom: 20px;
    height: 100%;
    position: relative;
    margin-bottom: 15px;
    min-height: 300px;
}
.item_img {
    position: relative;
    margin-bottom: 18px;
    background-color: #eef0f5;
    line-height: 0;
	cursor:pointer;
}
.item_img_overlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40,44,63,.05);
    content: "";
    background-blend-mode: overlay;
}
.hover_item_txt{
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 20px 18px 20px;
    background-color: rgba(0,0,0,.8);
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0;
    will-change: opacity;
    transition: opacity .2s ease;
}
.hover_item_txt p {
    color: #fff!important;
    overflow: hidden;
    max-height: 107px;
    line-height: 15px;
    font-size: 12px;
}
.item_img:hover .hover_item_txt {
    opacity: 1;
}
.bestseller_box {
    padding: 3.5px 7px 4px;
    text-transform: uppercase;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
	position: absolute;
    left: -6px;
    top: 0;
	background-color: rgb(213, 61, 76);
	color: rgb(255, 255, 255);
}
.daily_dish .bestseller_box {
    color: #fff;
    position: relative;
    display: inline-block;
	left: 0;
}
.bestseller_box .shape1 {
    left: 0;
    bottom: -6px;
    border-width: 3px;
	border-color: rgb(176, 35, 49) rgb(176, 35, 49) transparent transparent;
}
.bestseller_box .shape1, .bestseller_box .shape2 {
    position: absolute;
    content: "";
    border-style: solid;
}
.bestseller_box .shape2 {
    right: -4px;
    top: 0;
    border-width: 8px 4px;
    bottom: 0;
	border-color: rgb(213, 61, 76) transparent;
}
.h2yZ {
    float: left;
    margin-top: 6px;
    font-size: 11px;
    margin-right: 5px;
	color: #339a33;
}
.tcDp {
    position: relative;
}
.ft_i6 {
    margin:0 0 0 20px;
}
.syqU{
    font-size: 16px;
    color: #282c3f;
    font-weight: 500;
    line-height: 20px;
	width: 100%;
}
.hwSGt {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #7e808c;
    text-transform: capitalize;
    margin-top: 4px;
}
.JWyJG {
    padding: 15px 0 0 20px;
}
.wiZC {
    display: inline-block;
    margin-top: 3px;
    float: left;
    color: #535665;
    font-size: 15px;
}
.l1X9 {
    display: inline-block;
    height: 30px;
    width: 83px;
    border: 1px solid #fc8019;
    color: #fc8019;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    background-color: #fff;
    float: right;
    margin-top: -1px;
}
.l1X9:hover {
    position: relative;
    box-shadow: 0 2px 8px #d4d5d9;
}
.numbering_box:hover {
    box-shadow: none;
}
.numbering_box {
    border: none !important;
}
.rPOp {
    color: #fc8019;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hy2E {
    position: absolute;
    right: 5px;
    top: 0px;
    -ms-transform-origin: -6px 6px;
    transform-origin: -6px 6px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
}
.c1Fl {
    color: #7e808c;
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    top: 35px;
    pointer-events: none;
}
.wg_t:last-child .gaqmA {
    padding-bottom: 35px;
    border-bottom: none;
}
.gaqmA {
    position: relative;
    padding-bottom: 25px;
    margin-left: 20px;
    border-bottom: 1px solid #e9e9eb;
}
.jTy8b {
    font-size: 16px;
    color: #282c3f;
    font-weight: 500;
    line-height: 20px;
	margin-right: 10px;
}
.gojq {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px;
}
.wg_t {
    padding-top: 23px;
    position: relative;
}
.wg_t:first-child {
    padding-top: 0;
}
.cartEmpty_sec {
    width: 298px;
    padding: 26px 10px 0;
    transition: height .4s ease;
    contain: layout;
    margin-top: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    top: 150px;
    height: calc(100vh - 130px);
}
.cartEmpty_sec .heading {
    color: #d53c4c;
    letter-spacing: -.3px;
    font-size: 32px;
    font-weight: 600;
	margin: 0;
}
.emptyCart_img {
    margin-top: 47px;
    opacity: .5;
    width: 100%;
    height: 212px;
}
.cartEmpty_sec p {
    color: #93959f;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
    max-width: 218px;
}
.rPOp:disabled,
.rPOp[disabled]{
    color: #93959f;
    font-weight: 500;	
}
.foodModal .modal-content {
    border-radius: 0;
}
.foodModal .modal-header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 26px 0 0 30px;
    width: 100%;
	min-height: auto;
    border: none;
}
.foodSymbol {
    color: #339a33;
    position: relative;
    font-size: 10px;
    width: 10px;
    padding-top: 7px;
}
.h0SZ {
    margin-left: 10px;
    padding:0 14px 20px 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
.hzcR7 {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.closeIcon {
    width: 46px;
    height: 46px;
    cursor: pointer;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    margin-top: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 26px 0 0 30px;
}
.foodModal .h2 {
    font-weight: 600;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 490px;
	margin:0;
}
.gIu4 {
    margin-top: 7px;
}
.foodModal .ueSas {
    color: #535665;
    font-size: 15px;
}
._2rqLb{
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
}
._3UzO2 {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
}
.method_box {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-y: hidden;
}
.method_text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-flex-positive: 1;
	max-height:300px;
	padding: 0 30px;
    background: #fff;
}
._1_jO5 {
    border-bottom: 1px dashed #bebfc5;
    margin-left: 50px;
}

._2TRwy {
    margin-top: 16px;
}
._2TRwy:first-child {
    margin-top: 0;
}
._1J8A4 {
    color: #282c3f;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 10px 50px;
    position: relative;
}
.mtuI {
    padding: 7px 0 7px 50px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
	margin: 0;
}
._12XvR {
    font-size: 10px;
    position: absolute;
    left: 29px;
    top: 15.2px;
    width: 12px;
    padding-left: 1px;
}
._1WJ1j {
    color: #339a33;
}
._1XtU3 {
    top: 15px;
}
.fwaMU {
    margin-right: 3px;
    position: relative;
    left: -4px;
    top: 2px;
}
.mI0y {
    position: relative;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding-left: 30px;
    font-size: 1rem;
    transition: .28s ease;
    transform: translateZ(0);
}
.mtuI:hover ._2OGeA {
    font-weight: 600;
}
.mI0y:after, .mI0y:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 14px;
    height: 14px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #93959f;
    border-radius: 50%;
}
.hFvLl {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.fwaMU input:checked~.mI0y:after, .fwaMU input:checked~ .mI0y:before {
    border: 1px solid #60b246;
}
.fwaMU input:checked~.mI0y:after {
    -ms-transform: scale(.5);
    transform: scale(.5);
    background-color: #60b246;
}
._3c6_x {
    color: #282c3f;
    text-transform: capitalize;
    padding-right: 16px;
    -ms-flex: 1;
    flex: 1;
}
._2OGeA {
    margin-right: 9px;
    font-size: 17px;
	color:#282c3f;
	font-weight:500;
}
._1RskK {
    color: #7e808c;
    font-size: 14px;
    display: inline-block;
}
._10CRg {
    font-size: 14px;
    color: #686b78;
    margin-left: 4px;
    font-weight: 300;
}
._1X1xw {
    cursor: pointer;
    display: block;
    height: 100%;
    border: 1px solid #a9abb2;
    background-color: transparent;
    transition: border .3s;
	width: 15px;
}
.b5XpK {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
}
._1WnJw {
    display: none;
}
._2m7ny {
    height: 16px;
    width: 16px;
    transition: transform .3s cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    fill: #60b246;
    -ms-transform: scale(0);
    transform: scale(0);
}
.fxwGX {
    margin-right: 3px;
    width: 25px;
    padding-right: 15px;
}
._1WnJw:checked~.checkbox {
    border-color: #60b246;
}
._1WnJw:checked~._2m7ny {
    -ms-transform: scale(1);
    transform: scale(1);
}
.foodModal  .modal-body {
    padding: 0;
}
._1ZFmK {
    padding:12px 30px 30px;
    position: relative;
    background-color: #fff;
    color: #282c3f;
}
._3XFX4 {
    padding-bottom: 12px;
}
._31QRR {
    font-size: 11px;
    font-weight: 400;
}
._1rtOk {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #7e808c;
    font-size: 13px;
}
._3coNr {
    padding: 11px 16px;
    background-color: #fc8019;
    color: #fff;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.mmytI {
    font-weight: 600;
}
._38xdN {
    float: right;
    text-transform: uppercase;
}
/* 08July css Closed */

/* Checkout & cart css Start */

span.cart_icon {
    position: relative;
	margin-right: 5px;
	padding-bottom: 2px;
}
.cart_icon svg {
    fill: #fff;
    stroke-width: 2px;
    stroke: #282c3f;
    position: relative;
    vertical-align: middle;
}
.cart_value{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 13px;
    font-weight: 600;
}
.header .navbar-nav li a:hover .cart_icon svg{
    stroke-width: 2px;
    stroke: #fc8019;
}
.cart_dropdown {
    animation: _3FHXl .3s .4s ease-out forwards;
    opacity: 0;
	display:none;
}
.header .dropdownCart:hover .cart_dropdown  {
    opacity: 1;
	display:block;
}
.cart_drop .arrow {
    position: absolute;
    top: -30px;
    left: 50%;
	z-index: 99999;
}
.cart_drop .arrow:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top:15px;
    box-shadow: -3px -4px 9px -4px rgba(40,44,63,.5);
    background-color: #fff;
    border: 2px solid #fc8019;
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.cart_box {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    z-index: 9999;
	border-radius: 10px;
    padding: 25px 30px;
    position: absolute;
    background-color: #fff;
    border-top: 2px solid #fc8019;
    box-shadow: 0 2px 20px 0 #93959f;
    right: -5px;
    top: -10px;
}
.cart_drop {
    position: relative;
}
.cart_width, .cartValueWidth{
    width: 280px;
    position: relative;
}
.cart_dropdown h2 {
    color: #7e808c;
    -spacing: -.3px;
    foletternt-size: 32px;
    font-weight: 600;
	margin: 0;
}
.cart_dropdown p {
    color: #93959f;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    max-width: 230px;
}
.checkout_ntn{
    width: 100%;
    padding: 11px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #fc8019;
    margin-bottom: 4px;
    font-weight: 600;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform .8s cubic-bezier(.2,1,.2,1);
	-webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
}
.checkout_ntn:hover{
	background: #222;	
}
.cart_products {
    padding-bottom: 20px;
    position: relative;
}
.cart_products:after {
    content: "";
    border-bottom: 1px solid #d4d5d9;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
}
.cart_products .product_img {
    height: 66px;
    width: 66px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}
.product_descr {
    margin-left: 85px;
    height: 66px;
    overflow: hidden;
    padding-right: 30px;
}
.product_descr h3, .product_descr p {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product_descr h3 {
    padding-top: 2px;
    font-size: 17px;
    font-weight: 500;
    color: #282c3f;
	margin:0;
	line-height: 18px;
}
.product_descr p {
    font-size: 13px;
    color: #7e808c;
    font-weight: 300;
	margin:0;
}
.product_descr .viewMenu {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5d8ed5;
    cursor: pointer;
}
.product_descr .viewMenu:hover{
	font-weight:700;	
}
.subTotal{
    padding: 15px 0;
    color: #282c3f;
}
.subTotal .total{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.subTotal .amount{
	font-size: 15px;
    font-weight: 500;
}
.subTotal h4{
    font-size: 15px;
    font-weight: 500;
    -ms-flex: 1;
    flex: 1;
	margin:0;
}
.subTotal .apply{
    font-size: 13px;
    color: #7e808c;
    font-weight: 300;
	margin:0;
}
.items_sec{
	padding: 15px 0 12px;
    border-bottom: 1px dashed #a9abb2;
    min-height: 60px;
    max-height: 130px;
    overflow-y: auto;
}
.items_sec .items_box {
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 15px;
    font-size: 15px;
    -ms-flex-align: center;
    align-items: center;
}
.items_sec .items_txt {
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 13px;
    color: #3d4152;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.items_sec .foodSymbol{
    margin-right: 8px;
    font-size: 10px;
    color: #339a33;	
}
.cart_page .subTotal .amount{
    color: #3d4152;
    font-size: 15px;
    font-weight: 600;
}
.cart_page .subTotal h4 {
    font-size: 17px;
    font-weight: 600;
}
.cart_page .subTotal {
    padding: 20px 0 28px;
}
.cart_page h3 {    
    color: #282c3f;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 3px;
	margin-top:2px 0 0;
}
.cart_page h3 a {
    font-weight: 600;
    color: #5d8ed5;
}
.cart_page h5 {
    font-weight: 600;
    font-size: 13px;
    color: #686b78;
    text-transform: uppercase;
    padding-top: 2px;
	margin:0;
}
.cart_page .heading{
	color: #282c3f;
	margin-bottom: 7px;
}
.cart_page .cart_products:after {
	display:none;
}

.menu_number {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.menu_number .button {
    padding: 5px 7px;
    background: #fff !important;
    color: #fc8019;
    box-shadow: 0 0 0 1px #fc8019 !important;
    cursor: pointer;
    line-height: 14px;
    height: 25px;
    font-size: 13px;
    border: none !important;
    outline: none !important;
}
.menu_number input {
    width: 30px;
    margin: 0;
    background: #fc8019;
    color: #fff;
    font-size: 14px;
	height: 27px;
    border: 1px solid #fc8019 !important;
    padding: 0;
    text-align: center;
    border-radius: 0;
	outline: none !important;
}
.menu_number .left {
	border-radius: 5px 0 0 5px;
}
.menu_number .right {
	border-radius: 0 5px 5px 0;
}

.product_dateils {
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.dateils_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
	-ms-flex-positive: 1;
    flex-grow: 1;
}
.numbers_of_items {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.symbol_icon {
    font-size: 10px;
    color: #339a33;
    width: 10px;
    height: 10px;
    top: 4px;
	position: relative;
}
.nameFood {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 5px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.checkout_sec {
    min-height: 100%;
    background: #e9ecee;
}
.checkout_row {
    max-width: 1200px;
    position: relative;
    margin: 31px auto 50px;
    display: -ms-flexbox;
    display: flex;
}
.checkout_col {
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    position: relative;
}
.white_box {
    position: relative;    
    background: #fff;
	margin:0 0 20px 25px;
    padding: 35px 40px 39px;
}
.checkout_col_edit .white_box:first-child {
    cursor: pointer;
}
.white_box:last-child {
    margin-bottom: 0;
}
.checkout_right {
    width: 366px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    height: calc(100vh - 140px);
    top: 111px;
}
.payment_method {
    contain: content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.payment_head{
    cursor: pointer;
    padding: 20px 30px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
}
.product_image {
    width: 50px;
    height: 50px;
    position: relative;
}
.toPAY_box {
    width: 100%;
    background: #fff;
    height: 60px;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #282c3f;
    padding: 0 30px;
    z-index: 1;
}
.toPAY_box .amount {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.checkout_heading{
	margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;  
}
.checkout_heading h2, .payment_heading h2 {
    margin:0 25px 0 0;
	font-size: 32px;
    font-weight: 600;
    color: #282c3f;
    letter-spacing: -.3px; 
    line-height: 36px; 
}
.addresses_txt {
    display: block;
    font-size: 16px;
    color: #7e808c;
    font-weight: 400;
    margin:-30px 0 36px;
}
.deliver_boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.deliver_boxes>:nth-child(2n) {
    margin-right: 0;
}
.deliver_style{
    position: relative;
    max-width: 324px;
    margin: 0 25px 25px 0;
    cursor: pointer;
    width: 100%;
}
.deliver_style:hover {
    position: relative;
    box-shadow: 0 2px 8px #d4d5d9;
}
.dotted_line {
    position: absolute;
    border-left: 1px dashed #282c3f;
    top: 35px;
    left: -10px;
    bottom: -57px;
}
.checkout_sec .icon_box {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #282c3f;
    box-shadow: 0 3px 5px 0 rgba(40,44,63,.4);
    top: 34px;
    left: -30px;
}
.checkout_sec .wallet_icon {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(40,44,63,.4);
}
.marker_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
}
.wallet_icon .marker_icon{
	color: #282c3f;
}
.checkout_sec {
    min-height: 100%;
    background: #e9ecee;
    padding: 5px 0;
}
.style_box {
    padding: 23px 30px 29px 57px;
    border: 1px solid #cac8c8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}
.deliver_icon {
    position: absolute;
    top: 26px;
    left: 30px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 18px;
    color: #3d4152;
}
.deliver_style .heading {
    font-size: 17px;
    font-weight: 600;
    color: #282c3f;
    line-height: 1.18;
    text-transform: capitalize;
	margin: 0;
}
.deliver_style .address {
    font-size: 13px;    
    color: #93959f;
    margin-bottom: 8px;
    font-weight: 300;
    line-height: 16px;
    height:55px;
    overflow: hidden;
}
.deliver_time{
    font-size: 13px;
    color: #282c3f;
    font-weight: 600;
    margin: 10px 0 17px;
}
.deliver_btn {
    padding: 6px 0;
    color: #fff;
    text-transform: uppercase;
    background: #fc8019;
	border: 1px solid transparent;
    cursor: pointer;
    width: 130px;
    height: 34px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    letter-spacing: .3px;
    position: relative;
    -webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
	outline: none !important;

}
.deliver_btn:hover{
    border: 1px solid #fc8019;
    color: #fc8019;
    background: #fff;
}
.addNew_btn{
    border: 1px solid #fc8019;
    color: #fc8019;
    background: #fff;
}
.addNew_btn:hover{
	background: #fc8019;
	color: #fff;
	border: 1px solid #fc8019;	
}
.product_name {
    margin-left: 14px;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 50px;
}
.product_name h2 {
    font-size: 17px;
    color: #282c3f;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0;
    line-height: 21px;
}
.product_name h3 {
    font-size: 13px;
    color: #686b78;
    margin:0;
    line-height: 17px;
}
.product_name:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #282c3f;
    width: 40px;
    height: 2px;
}
.oder_box {
    margin: 0 -16px;
    padding:0 16px;
    position: relative;
}
.oder_box .bXOy {
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.oder_box .sG03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
	-ms-flex-positive: 1;
    flex-grow: 1;
}
.oder_box .bWmk {
    width: 120px;
}
.oder_box .mJB6 {
    font-size: 10px;
    color: #339a33;
    width: 10px;
    height: 10px;
    top: 4px;
	position: relative;
}
.oder_box .kRy {
    font-size: 14px;
    font-weight: 400;
    margin:0 5px 0 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.oder_box .dMP {
    font-size: 11px;
    color: #686b78;
    font-weight: 500;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
}
.oder_box .yTZI {
    float: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.oder_box .mx0r {
    font-size: 13px;
    color: #535665;
	text-align: right;
    width: 33px;
}
.textarea_box {
    margin-top: 15px;
    position: relative;
    height: 48px;
    color: #686b78;
    font-size: 13px;
}
.textarea_box textarea {
    border: 0;
    outline: 0;
    resize: none;
    width: 100%;
    height: 100%;
    padding: 12px 16px 12px 35px;
    color: #93959f;
    font-weight: 400;
    font-size: 13px;
    background: #f9f9f9;
}
.textarea_box svg {
	position: absolute;
    top: 16px;
    left: 15px;
    width: 15px;
    height: 10px;
    color: #282c3f;
}
.dill_details {
    margin-top: 17px;
    padding-bottom: 21px;
    border-bottom: 2px solid #282c3f;
}
.dill_details .rlIu {
    font-size: 13px;
    color: #686b78;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 5px;
}
.dill_details .vV4a {
    -ms-flex: 1;
    flex: 1;
}
.dill_details .sNvC {
    color: #686b78;
    font-weight: 400;
    margin-left: 7px;
    font-size: 12px;
    position: relative;
    top: 1px;
    display: inline;
    cursor: pointer;
}
.hr {
	border-top: 1px solid #e9e9eb;
    margin: 15px 0;
}
.dill_details .h3 {
    font-weight: 600;
    font-size: 13px;
    margin:0 0 10px;
    color: #282c3f;
}
.location_plush {
    position: absolute;
    background: #fc8019;
    width: 12px;
    height: 12px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    right: -4px;
    top: -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.payment_heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	margin:0 0 0 -2px;
}
.payment_heading h2 {
    color: #93959f;
}
.checkout_col_edit .deliver_style:hover {
    box-shadow: none;
} 
.checkout_col_edit .deliver_style {
    width: 100%;
    margin: 0;
}
.checkout_col_edit .deliver_style .address{
	height: auto;
}
.checkout_col_edit .deliver_time {
    margin: 15px 0 0;
}
.checkout_col_edit .checkout_heading {
    position: relative;
}
.checked_sec .check_box {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #60b246;
    text-align: center;
    transition: all .3s ease;
    position: relative;
    background-color: #60b246;
    color: #fff;
}
.checked_sec .tickRound_icon {
    font-size: 11px;
    position: absolute;
    top: 2px;
    line-height: 15px;
    left: 4px;
    font-weight: 600;
}
.change_txt {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fc8019;
    line-height: 2.14;
    cursor: pointer;
}

.payment_tabs_row {
    display: -ms-flexbox;
    display: flex;
    min-height: 70vh;
}
.payment_tabs_row .side_tabs {
    min-width: 230px;
    background: #edf1f7;
    max-width: 245px;
}
.payment_tabs_row .side_dateils {
    background: #fff;
    -ms-flex: 1;
    flex: 1;
}
.payment_tabs .nav-tabs {
    border: none;
	padding: 20px 0 15px 15px;
}
.payment_tabs .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    height: 70px;
    position: relative;
    cursor: pointer;
	display:block;
}
.payment_tabs .nav-tabs>li.active {
    background: #fff;
}
.payment_tabs .nav-tabs>li .card_icon {
    color: #686b78;
    font-size: 16px;
	margin: 0 8px 0 0;
}
.payment_tabs .nav-tabs>li.active .card_icon {
	color: #282c3f;
}
.payment_tabs .nav-tabs>li a  {
    display:block;
    color: #686b78;
    font-weight: 500;
    font-size: 16px;
    transition: color .25s ease-in-out;
	padding:23px 15px;
    border: none !important;
	margin: 0;
	background: none !important;
}
.payment_tabs .nav-tabs>li.active a{
    font-weight: 600;
    color: #282c3f;
    font-size: 17px;
}
.payment_tabs .nav-tabs>li:hover a{
	font-weight: 600;
    color: #282c3f;
    font-size:17px;
}
.payment_tabs .nav-tabs>li:hover a .card_icon{
	color: #282c3f;
}
.payment_tabs_row .side_dateils .tab-content {
    padding: 0 0 40px 40px;
}
.choose_dateils .h2 {
    color: #282c3f;
    font-weight: 600;
    font-size: 18px;
    margin:0 0 25px;
}
.addCard_box .accept_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.addCard_box .h3 {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}
.addCard_box .visa_list{
    display: -ms-flexbox;
    display: flex;
}
.visa_list .visa_img {
    margin-right: 16px;
}
.visa_list .visa_img img {
    max-height: 30px;
    display: block;
}
.addCard_form{
    padding-top: 10px;
    margin-top: 12px;
}
.addCard_form .formTwoBox .form_group{
	border-top: none;
}
.formTwoBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: justify;
    justify-content: justify;
}
.formTwoBox .form_group:first-child{
    width: 60%;
}
.formTwoBox.form_group:last-child {
    width: 40%;
    -ms-flex: 1;
    flex: 1;
}
.formTwoBox .form_group:first-child .form-control {
    border-right: none;
}
.pay_btn {
    text-align: center;
    padding: 0 16px;
    color: #fff !important;
    text-transform: uppercase;
    border: 0;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    min-width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fc8019;
    font-size: 15px;
    outline:none !important;
    border-radius: 0;
    -webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
}
.pay_btn:hover{
    box-shadow: 0 4px 14px #d4d5d9;
    color: #fff !important;
    background: #222;
}
.custom_checkmark{
	display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    width: 100%;
    transform: translateZ(0);
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.custom_checkmark .check_box {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
}
.custom_checkmark .check_box label {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
}
.custom_checkmark .check_box input{
    display: none;
}
.custom_checkmark .checkmark {
    cursor: pointer;
    display: block;
    height: 100%;
    border: 1px solid #a9abb2;
    background-color: transparent;
    transition: border .3s;
    width: 20px;
    border-radius: 3px;
}
.custom_checkmark .check_box svg {
    height: 20px;
    width: 20px;
    transition: transform .3s cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    fill: #60b246;
    -ms-transform: scale(0);
    transform: scale(0);
	border-radius: 3px;
}
.custom_checkmark .check_box input:checked~svg {
    -ms-transform: scale(1);
    transform: scale(1);
}
.custom_checkmark .checkmark_txt {
    margin-left: 10px;
    vertical-align: middle;
    color: #3d4152;
    font-size: 13px;
    font-weight: 300;
}

.multipleBank {
    border-bottom: 1px solid #e9e9eb;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.bankName_box {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e9e9eb;
    width: 182px;
    margin: 0 20px 20px 0;
    border-radius: 3px;
	cursor: pointer;
	position: relative;
}
.bankName_box:hover {
    box-shadow: 0 2px 8px #d4d5d9;
}
.bank_icons {
    width: 30px;
    height: 30px;
	overflow:hidden;
}
.bank_icons img {
    max-width: 30px;
}
.bankName {
    text-transform: uppercase;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 15px;
    font-weight: 500;
    color: #282c3f;
    font-size: 15px;
}
.banking_check { 
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
	padding: 10px 15px;
}
.banking_check  input{
	display:none;
}
.banking_check .banking_txt {
    display: flex;
    align-items: center;
}
.banking_check .check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(40,44,63,.3);
    text-align: center;
    color: #bebfc5;
    background-color: #fff;
    transition: all .3s ease;
    position: relative;
}
.banking_check .icon {
    font-size: 11px;
    position: absolute;
    top: 2px;
    line-height: 15px;
    left: 4px;
    font-weight: 600;
}
.banking_check  input:checked ~ .banking_txt .check{
	border-color: #60b246;
    background-color: #60b246;
    color: #fff;
}

.banking_box {
    border: 1px solid #e9e9eb;
    color: #3d4152;
    padding: 0 15px;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 25px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
    background: #fff url(../images/check_icon.png) no-repeat;
    -webkit-appearance: none;
    background-position: right 15px center;
    background-size: 17px;
}
.payOnDelivery_sec{
	max-width: 318px;
}
.payOnDelivery_sec .pay_img {
    margin:40px 0 42px;
}
.payDelivery_txt {
    line-height: 1.4;
    opacity: .8;
    margin:0 0 20px;
    font-weight: 600;
    color: #282c3f;
}
.payDelivery_txt h3 {
    color: #282c3f;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    line-height: 23px;
}
.payDelivery_txt p{
	font-size: 13px;
    margin: 2px 0 0;
    color: #7e808c;
    font-weight: 300;
    line-height: 18px;
}
.checkout_col_edit .wallet_icon {
    background-color: #282c3f;
    box-shadow: 0 3px 5px 0 rgba(40,44,63,.4);
}
.checkout_col_edit .wallet_icon .marker_icon {
    color: #fff;
}

.search_address {
    padding: 0;
    border: 1px solid #d4d5d9;
	margin-top: 20px;
}
.search_address h5 {
    font-size: 12px;
    color: #7e808c;
    margin: 25px 0 0 56px;
}
.search_address .address_box{
    overflow: hidden;
    cursor: pointer;
	position: relative;
}
.search_address .media {
    height: auto;
    padding: 22px 24px;
}
.search_address .address_sec:first-child:after {
    content: "";
    display: block;
    border-top: 1px dashed #a9abb2;
    position: relative;
    margin-left: 56px;
}

.set_location {
    padding: 32px 0 20px;
    margin-bottom: 20px;
}
.set_location .back_icon {
    float: left;
    color: #3d4152;
    cursor: pointer;
}
.set_location  h3{
    margin:0 0 0 30px;
	font-size: 18px;
    font-weight: 700;
    color: #282c3f;
	line-height: 16px;
}

.showAddress {
    border: 1px solid #b7b4b4;
    padding: 0;
    display: block;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 15px;
    cursor: pointer;
}

.save_location .form_group, .newAddress_sec .form_group {
    margin-bottom: 10px;
}

.showAddress input{
    background-color: transparent;
    line-height: normal;
    border: none;
    outline: none;
    height: 70px;
    width: 100%;
    font-size: 17px;
    margin: 0;
    padding:22px 20px 0;
    box-shadow: none;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
.address_label {
    position: absolute;
    left: 0;
    bottom: 24px;
    padding-left: 20px;
    line-height: 20px;
    cursor: text;
    transition: .2s ease;
    width: 100%;
    color: #93959f;
    will-change: transform,color,font-size;
    pointer-events: none;
    font-size: 12px;
    font-weight: 500;
    color: #7e808c;
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}
.more_btns_boxes .add_btn {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding:15px;
    font-weight: 600;
    height: 66px;
    line-height: 66px;
    letter-spacing: 0;
    color: #fc8019;
    border: 1px solid #fc8019;
}
.more_btns_boxes .skip_btn {
    color: #fff;
    background-color: #fc8019;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    margin-top: 15px;
}
.more_btns_boxes .skip_btn:hover {
    position: relative;
    box-shadow: 0 2px 8px #d4d5d9;
}
.more_btns_boxes .add_btn span {
    display: block;
    line-height: 18px;
}
.more_btns_boxes .add_btn .small_txt {
    line-height: 16px;
    font-size: 12px;
    font-weight: 300;
}
.current_location {
    margin-top: -50px;
}
.feedback_sec {
    max-width: 360px;
    height: 80px;
    background-color: #f7f8fd;
    position: fixed;
    bottom: 10px;
    right: 85px;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 0 14px 0 rgba(40,44,63,.2);
    animation: _2XmXR .3s ease-out forwards;
}
.feedback_sec .feedback {
    position: absolute;    
	width: 100%;
	max-width: 75px;
    height: 26px;
    background-color: #5d8fd5;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 2;
    top: -11px;
    left: 22px;
}
.feedback_sec .feedback_txt {
    float: left;
    padding: 20px 0 0 26px;
}
.feedback_sec .feedback_txt h3{
	color: #282c3f;
    font-size: 16px;
    font-weight: 600;
    margin:0;
    line-height:19px;
}
.feedback_sec .feedback_txt p{
	font-size: 12px;
    color: #282c3f;
    max-width: 240px;
	margin:0;
}
.feedback_sec .feedback_icon{
    float: left;
    margin: 20px 14px;
    font-size: 46px;
}
.myAccount_box {
    padding: 0 20px;
    background: #37718e;
    min-height: 100vh;
    position: relative;
}
.account_dateils {
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 20px;
}
.account_dateils .account_box {
    color: #fff;
    margin: 25px 0;
}
.account_dateils h2{
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin:0 0 10px;
    line-height: 35px;
}
.account_dateils p{
    margin: 2px 0 0;
    font-size: 16px;
}
.account_dateils .gmail_id {
    margin-left: 15px;
}
.account_dateils .gmail_id:before {
    content: ".";
    margin-right: 15px;
}
.myAccount_sec .userImage_sec div#images {
    width: 110px;
    height: 110px;
}
.profile_image {
    float: right;
    position: absolute;
    bottom: 7px;
    right: 0;
    cursor: pointer;
    top: 12px;
    height: auto;
}
.users_identity {
    float: left;
}
.account_dateils .account_box:before, .account_dateils .account_box:after{
	display: table;
	content: " ";
}
.account_dateils .account_box:after{
	clear: both;
}
.editProfile_tabs {
    background: #fff;
    padding: 50px 0;
}
.editProfile_tabs .payment_tabs_row {
    max-width: 1200px;
    margin: 0 auto;
}
.editProfile_tabs .payment_tabs_row .side_tabs {
    min-width: 260px;
    background: #edf1f7;
    max-width: 260px;
}
.editProfile_tabs .nav-tabs>li a{
	padding: 22px 15px
}
.editProfile_tabs .nav-tabs>li .card_icon {
	color: #535665;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.favourites_dish h2.rest_head {
    padding-bottom: 15px;
    border-bottom: none;
}

/* Checkout & cart css Closed */

/*--- My account css start ---*/

.editProfile_tabs .panel-title {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
}
.editProfile_tabs hr{
	margin: 0 0 30px;
}
.orderBox{
	border: 1px solid #ececec;
	padding: 30px;
}
.orderRow {
    display: flex;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}
.orderRow .orderImage{
	width: 150px;
    cursor: pointer;
}
.orderRow .orderDesc{
	flex: 1;
    position: relative;
    padding-left: 18px;
}
.orderDesc .orderTitle{
	font-size: 17px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}
.orderDesc .orderTitle a{
	color: #3d4152;
	text-decoration:none;
}
.orderDesc .orderTitle a:hover{
	color:#fc8019;
}
.orderDesc .orderLoc{
	font-size: 13px;
    color: #686b78;
    text-transform: capitalize;
    margin-top: 3px;
}
.orderDesc .orderId{
	margin-top: 6px;
    color: #7e808c;
    font-size: 12px;
}
.orderDesc .viewDetail{
	margin-top: 14px;
    color: #fc8019;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}
.orderDesc .deliverDate{
	float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #686b78;
}
.orderDesc .deliverDate .check {
    font-size: 20px;
    color: #60b246;
}
.orderDesc .deliverDate a{
	color: #686b78;
}
.orderBox .orderBottom{
    padding-top: 20px;
    position: relative;
}
.orderBottom .orderName{
	font-size: 15px;
    padding-right: 240px;
    color: #282c3f;
    line-height: 20px;
}
.orderBottom  .orderButtons{
	margin-top:20px;
}
.orderButtons .orderbtn {
    color: #fff;
    text-transform: uppercase;
    background: #fc8019;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    letter-spacing: .3px;
    position: relative;
    outline: none !important;
    -webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
    max-width: 120px;
    width: 100%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.orderButtons .orderbtn.help{
    border: 1px solid #fc8019;
	background: #fff;
	color: #282c3f;
	margin-left:20px;
}
.orderButtons .orderbtn.help:hover{
	background: #fc8019;
	color:#fff;
}
.orderButtons .orderbtn:hover{
    border: 1px solid #fc8019;
    color: #fc8019;
    background: #fff;
}
.orderBottom .payTotal{
	float: right;
    position: absolute;
    top: 22px;
    right: 0;
    color: #535665;
    font-size: 14px;
}
.orderBottom .payTotal .price:before {
    font-family: ProximaNova;
    content: "\20B9";
}
.paymentType .typetitle{
	font-size: 18px;
    font-weight: 500;
}
.paymentType .paymentBox {
    border: 1px solid #d4d5d9;
    padding: 20px;
    position: relative;
	max-width: 400px;
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.paymentBox .payCard {
    width: 50px;
}
.paymentPrice {
	flex: 1;
	margin-left: 10px;
}
.paymentPrice .priceTitle{
	font-size: 15px;
    font-weight: 600;
}
.paymentBox .payHelp {
    color: #fc8019;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    position: absolute;
    top: 26px;
    right: 0;
    cursor: pointer;
}
.paymentPrice .baltype:before {
    font-family: ProximaNova;
    content: "\20B9";
}
.manageAddress .deliver_style {
    width: 48.5%;
}
.manageAddress .deliver_style .address {
    height: 40px;
    color: #535665;
    line-height: 20px;
    margin-top: 2px;
}
.edit_delete_btns {
    margin-top: 11px;
}
.edit_delete_btns a {
    color: #fc8019;
    font-weight: 600;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
    letter-spacing: -.3px;
}
.edit_delete_btns a:hover {
    color: #282c3f;
}
.edit_delete_btns .edit_btn {
	color: #282c3f;
}
.edit_delete_btns .edit_btn:hover {
    color: #fc8019;
}
.send_feedback {
    max-width: 520px;
    padding: 0;
}
.send_feedback.send_feedback_show, .filter_section.filter_section_show {
    transform: translate(0%, 0px);
}
.send_feedback .box_holder, .filter_section .box_holder{
    padding: 0;
}
.send_feedback .login_head {    
    height: auto;
    padding: 30px 0 20px;
	margin:0 0 30px 40px;
}
.send_feedback .close_btn svg {
    fill: #3d4152;
}
.send_feedback .close_btn {
    float: left;
}
.feedback_heading{
    font-weight: 700;
    color: #282c3f;
    font-size: 18px;
    line-height: 16px;
	margin:0 0 0 30px;
}
.send_feedback iframe{
	width: 100%;
}

/*--- My account css end ---*/

/*--- live Order Tracking page css start ---*/

.orderTracking_sec .feedback {
    max-width: 100px;
}
.orderTracking_sec .feedback_txt h3 {
    font-weight: 700;
    margin:2px 0;
}
.orderTracking_sec{
    height: 95px;
}
.deliveryManImg {
    height: 45px;
    width: 45px;
    overflow: hidden;
    background: #cccbcb;
    float: left;
    margin:25px 14px 0;
    border-radius: 100%;
}
.liveOrderTracking_sec{
	padding:30px 0;
}
.orderTrackingBody .header .navbar-nav .order_link a {
    padding: 24px 17px 23px 30px;
}
.orderTrackingBody .order_link a span b {
    border-bottom: none;
    padding-bottom: 0;
}
.orderTrackingBody .order_link a span b {
    color: #3d4152;
}
.orderTrackingBody .order_link a span b:hover{
	color: #fc8019;
}
.orderTracking_daleils {
    position: relative;
    margin-bottom: 35px;
}
.orderTracking_map {
    height:600px;
    overflow: hidden;
    background: #f1f0f0;
}
.delivery_daleils {
    position: absolute;
    left: auto;
    max-width: 355px;
    right: 15px;
    top: 15px;
    width: 100%;
}
.delivery_daleils .daleils {
    background: #fff;
    padding: 18px 22px;
    border-bottom: 1px solid #ccc;
}
.delivery_daleils .daleils:first-child{
	margin-bottom:10px;
	border-bottom:none;
}
.delivery_daleils .daleils:last-child{
	border-bottom:none;
}
.delivery_daleils .order_name {
    font-size: 17px;
    font-weight: 600;
    word-break: break-word;
    margin: 10px 0 2px;
    color: #282c3f;
    line-height: 21px;
}
.delivery_daleils p {
    color: #686b78;
    font-size: 13px;
}
.delivery_daleils .totalAmount{
	font-family: ProximaNova;
}
.orderDaleils .order_name{
	margin: 2px 0 8px;
}
.clipboard_box {
    background: #5baecf;
    padding: 5px;
    width: 55px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.clipboard_box span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.next_later_btn {
    background: #fff;
    padding: 3px 5px;
    width: 55px;
    display: block;
    font-size: 11px;
    color: #222;
    text-align: center;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
	box-shadow:none !important;
	outline:none !important;
}
.next_later_btn:hover {
	background: #fc8019;
	border: 1px solid #fc8019;
	color: #fff;
}
.orderPrepared .order_name {
    font-weight: 500;
    margin: 0;
}
.delivery_daleils .orderPrepared {
    min-height: 90px;
    display: flex;
    align-items: center;
    margin: 0;
}
.liveOrderDaleils {
    border: 1px solid #dde5ec;
    padding:40px 80px 20px 50px;
    background: #fff;
}
.liveOrderDaleils .deliver_to {
    margin-top: 35px;
}
.liveOrderDaleils h2 {
    margin: 0;
    padding:0 0 25px;
    font-size: 32px;
    font-weight: 600;
    color: #282c3f;
}
.liveOrderDaleils h4 {
    font-size: 17px;
    font-weight: 600;
    word-break: break-word;
	margin: 7px 0 3px;
    color: #282c3f;
}
.liveOrderDaleils h5 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #7e808c;
    text-transform: uppercase;
}
.liveOrderDaleils p{
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #7e808c;;
}
.orderFrom .order_rupes {
    float: right;
}
.orderFrom .foodSymbol {    
    font-size: 11px;
    padding-top: 0;
	margin:5px 5px 0 -20px;
}
.orderFrom .order_items {
    display: flex;
    position: relative;
    margin: 7px 0 4px;
}
.orderFrom .items_txt {
	position: relative;
    margin-left: 5px;
    width: 100%;
}
.orderFrom .orderSummer p {
    font-size: 13px;
    color: #282c3f;
    font-weight: 500;
    line-height: 20px;
}
.order_food_show .order_items:last-child .items_txt {
    border-bottom: 1px dashed #bebfc5;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
.total_amount_box .order_rupes {
    font-size: 15px;
    font-weight: 600;
    color: #282c3f;
	float:none;
}
.liveOrderDaleils .total_amount_box h4 {
    margin: 0;
}
.total_amount_box {
    margin-top:10px;
}
.total_amount_box .viewBreakup {
    text-transform: uppercase;
    font-weight: 600;
    color: #fc8019;
    line-height: 2.14;
    cursor: pointer;
    font-size: 14px;
}
.total_amount_box .viewBreakup:hover{
    color: #282c3f;	
}
.total_amount_box .row:last-child{
	margin-top:4px;
}
.customFilters_sec{
	padding:0 75px 0 40px;
}
.filters_box .heading{
    font-weight: 600;
    margin-top: 35px;
    font-size: 17px;
}
.filters_listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filters_listing .filters_label {
    width: 50%;
    padding-top: 15px;
    cursor: pointer;
    display: block;
    margin: 0;
}
.filters_listing .listing_txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	font-weight:400;
}
.filters_listing .listing_txt:hover {
    font-weight: 500;
}
.filters_listing .list_name {
    margin-left:8px;
}
.filters_listing .listing_check {
    float: left;
	margin-top: 3px;
}
.filters_listing .listing_check .check_label {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
}
.filters_listing .check_input {
    display: none;
}
.filters_listing .check_box {
    cursor: pointer;
    display: block;
    height: 100%;
    border: 1px solid #a9abb2;
    background-color: transparent;
    transition: border .3s;
}
.filters_listing .checkMark  {
    height: 16px;
    width: 16px;
    transition: transform .3s cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    fill: #fc8019;
    -ms-transform: scale(0);
    transform: scale(0);
}
.filters_listing .check_input:checked~.checkMark {
    -ms-transform: scale(1);
    transform: scale(1);
}
.filter_section .login_head {
    height: auto;
    padding: 30px 0 20px;
    margin:0 0 30px 40px;
}
.filter_section .close_btn svg {
    fill: #3d4152;
}
.filter_section .close_btn {
    float: left;
}
.showRestaurants{
	padding-right:0 75px 0 40px;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    background: #fff;
    z-index: 1;
	bottom: 0;
	margin-top: 25px;
    box-shadow: 0 -2px 4px 0 #e9e9eb;
}
.restaurant_box {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}
.showRestaurants .restaur_btn{
	width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0 2rem;
    letter-spacing: 0;
    color: #fff;
    background-color: #fc8019;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
}
.showRestaurants .clear_btn{
    color: #535665;
	background-color: transparent;
    border: 1px solid #535665;
    -ms-flex: 0;
    flex: 0;
}
.showRestaurants .restaur_btn:hover {
    position: relative;
    box-shadow: 0 2px 8px #d4d5d9;
}

/*--- live Order Tracking page css end ---*/
#get_location {
    cursor: pointer;
}
.newAddress_sec .form_control {
    border: 1px solid #b7b4b4;
    background-color: transparent;
    line-height: normal;
    outline: none;
    height: 45px;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 5px 20px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
    font-weight: 500;
}
.saveAddress_sec{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
    background: #fff;
    z-index: 1;
    bottom: 0;
    box-shadow: 0 -2px 4px 0 #e9e9eb;
	margin: 15px -50px 0;
    padding:12px 50px 0;
}
.saveAddress_btn {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0 2rem;
    letter-spacing: 0;
    color: #fff;
    background-color: #fc8019;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    -webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
}
.saveAddress_btn:hover{
    background-color: #222;
	color: #fff;
}
.choose_newAddress {
    position: relative;
    border: 1px solid #b7b4b4;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
}
.choose_newAddress .choose_address {
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #b7b4b4;
    border-right: 1px solid #b7b4b4;
    cursor: pointer;
	margin: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
	color: #282c3f;
}
.choose_newAddress .choose_address:hover{
	background: #000;
    color: #fff;
}
.choose_newAddress .choose_address:first-child, .choose_newAddress .choose_address:last-child {
    border-width: 0;
}
.choose_newAddress input {
    display: none;
}
.choose_newAddress h2 {
    font-size: 14px;
    font-weight: 300;    
    margin: 0 0 0 5px;
}
.choose_newAddress .choose_new_txt {
    display: flex;
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}
.choose_newAddress .icon{
    font-size: 14px;
    padding-bottom: 3px;
}
.choose_newAddress .checked11{
	background: #000;
	color: #fff;
    font-weight: 600;
}
.choose_newAddress  .checked11 h2{
	color: #fff;
    font-weight: 600;
}
.choose_newAddress  .checked11 .home_icon:before{
	content: "\E94A";
}
.choose_newAddress  .checked11 .work_icon:before{
	content: "\E94C";
}
.choose_newAddress  .checked11 .location_icon:before{
	content: "\E94B";
}

.selectCustomAgents {
    margin-bottom: 20px;
}
.selectCustomAgents .row {
    margin: 0 -10px;
}
.selectCustomAgents .row>div {
    padding: 0 10px;
}
.agents_list {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.30);
	margin-bottom:20px;
}
.agent_img {
    display: block;
    width:75px;
    height: 75px;
	overflow: hidden;
    border-radius: 100%;
    border: 3px solid #ffff;
    box-shadow: 0 2px 10px 0 #0000006b;
    margin: 0 auto;
}
.detailsTabel .agent_img{
    width:100px;
    height: 100px;
}
.agents_dateils {
    display: flex;
    align-items: start;
	position: relative;
}
.agents_dateils .dateils {
    padding:3px 15px 0;
}
.agents_dateils h2 {
    font-size: 18px;
    margin: 0 0 1px;
	color: #222;
    font-weight:600;
    line-height: 21px;
}
.agents_dateils h4 {
    font-size: 13px;
    margin: 0;
    color: #696767;
    line-height: 18px;
}
.agents_list input {
    display: none;
}
.agents_list .check {
    width:40px;
    height:40px;
    border-radius: 50%;
    border: 1px solid rgba(40,44,63,.3);
    text-align: center;
    color: #bebfc5;
    background-color: #fff;
    transition: all .3s ease;
    position: relative;
	cursor: pointer;
}
.agents_list .check .icon {
    font-size: 17px;
    position: absolute;
    top: 49%;
    line-height: 15px;
    left: 50%;
    font-weight: 600;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.agents_list label {
    display: block;
}
.agents_list .custom_check{
	position: absolute;
    right: 10px;
    top: 50%;
	-webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.agents_list input:checked ~.agents_dateils .check {
    border-color: #60b246;
    background-color: #60b246;
    color: #fff;
}
.details_Button {
    font-weight: 600;
    color: #fc8019;
    line-height: 2.14;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}
.details_Button:hover {
    color: #282c3f;
}
.title_label {
    font-size: 18px;
    font-weight: 500;
    margin:0 0 4px;
    color: #000;
    display: block;
    line-height: 18px;
}
.control-label {
    margin: 0;
    font-weight: normal;
    color: #5a5959;
    font-size: 14px;
    display: block;
    line-height: 16px;
}
.heading_txt {
    padding:6px 0;
}
.popup_header .modal-title {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 3px;
    text-transform: uppercase;
	font-weight: 600;
}
.popup_header {
	background: linear-gradient(to top, #fc8019 0%, #ce650d 100%);
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    display: block;
    padding: 12px;
	cursor: pointer;
}
.popup_header .close {
    outline: none;
    padding: 4px 8px;
    background: #000;
    opacity: 1;
    border-radius: 100%;
    color: #fff;
    font-weight: 500;
    margin-top: 0 !important;
}
.fade.in {
    background: rgba(0, 0, 0, 0.50);
}
.detailsTabel {
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.29);
    padding: 15px 15px;
	border-radius: 10px;
}
.media-left.details_col {
    padding-right: 25px !important;
	padding-top: 10px;
}
.dialog_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    margin: 0 auto;
    width: 100% !important;
    max-width: 675px;
    z-index: 999;
}
.dialog_box  .modal-content {
    min-height: 300px;
}
div#restaurants {
    background: none;
}
.header .navbar-right .dropdown-menu a {
    padding: 11px 15px;
}
button.back_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #fc8019;
    margin-bottom: 4px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
}
.cart_page .dill_details {
    margin-top: 10px;
    padding-bottom: 13px;
}
.product_showing {
    max-height: 180px;
    overflow-y: auto;
}
.optional_tips {
    margin: 0;
    padding: 0;
}
.optional_tips .kRy {
    margin: 0 5px 0 0;
    font-size: 13px;
}
.optional_tips .menu_number input {
    width:26px;
    font-size: 13px;
    height: 22px;
}
.optional_tips .menu_number .button {
    padding: 5px;
    line-height: 11px;
    height: 20px;
    font-size: 11px;
}
.addTip_btn {
    height: 22px;
    width: 65px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 21px;
    margin-top: 0;
    text-align: left;
    padding: 0px 5px;
    margin-right: 10px;
}
.addTip_btn .hy2E {
    right: 4px;
}
.description_box .ueSas{
    font-size: 14px;
}
.wallets_pays {
    padding: 25px;
    border: 1px solid #e9e9eb;
    margin-bottom: 20px;
}
.wallets_pays .pay_btn{
    max-width: 160px;
    height: 40px;
    margin-top: 8px;
    width: 100%;
    min-width: auto;
    line-height: 40px;
}
.wallets_pays .pay_name {
    color: #282c3f;
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
}
.myOrder_btn {
    width: 85%;
    padding: 11px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ff0000d9;
    margin-bottom: 4px;
    font-weight: 600;
    border: none;
    margin-top: 11px;
}
.deliverAgent {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.deliverAgent>div:last-child{
    padding-left: 7px;
}
.deliverAgent h4.order_name {
    font-size: 13px;
    margin: 2px 0 0;
    font-weight: 500;
    line-height: 16px;
}
.deliverAgent p {
    font-size: 10px;
    font-size: 11px;
}
.deliverAgent .next_later_btn {
    padding: 5px 5px;
    width: 85px;
}
.all_orderDaleils .daleils {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc !important;
}
.preloader {
    position: fixed !important;
}
.preloader .spinner {
    top: 25%;
    transform: translateY(-25%);
}
.errors_sms {
    color: #fa4a5b;
    font-size: 13px;
}
.items_sec .items_txt .productQuantity {
    font-size: 14px;
    font-weight: 600;
    padding-left: 1px;
}
.items_sec .items_txt .closeIconThin {
    font-size: 7px;
    font-weight: bold;
    padding-left: 5px;
    color: #000;
}
input::-webkit-calendar-picker-indicator{
    display: none !important;
}
input::-moz-calendar-picker-indicator {
    display: none !important;
}
.searchBox2 .b5XpK {
    margin: 0 auto;
}
.searchBox2 ._1X1xw {
    border-color: #3d4152;
    border: 1.5px solid #7e808c;
}
.favourite_input {
    display: none;
}
.favourite_input:checked~.heart_icon:before{
    content: "\E92A";
    color: #fa4a5b;
}
.emptyCart_sec {
    padding: 10px 0 0;
}
.emptyCart_box {
    height: calc(100vh - 90px);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.emptyCart_sec .emptyCart_img {
    width: 271px;
    height: 256px;
    background-image: url(../images/empty_cart.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.emptyCart_box .h3 {
    font-size: 20px;
    font-weight: 600;
    color: #535665;
    margin: 24px 0 0;
    line-height: 22px;
}
.emptyCart_box .h4 {
    color: #7e808c;
    margin: 5px 0;
    font-size: 14px;
    line-height: 19px;
}
.emptyCart_box .checkout_ntn {
    max-width: 260px;
    margin: 5px auto;
}
.confirm_sec .login_form div.form-control {
    padding: 15px;
 }
.checkout_right .items_txt {
    padding-left: 7px;
}
.checkout_right .closeIconThin {
    font-size: 7px;
    font-weight: bold;
    padding-left: 5px;
    color: #000;
}
.checkout_right .productQuantity {
    font-size: 14px;
    font-weight: 600;
    padding-left: 1px;
}





.popup_head_details {
    padding: 32px 0 20px;
    margin-bottom: 30px;
 }
 .Invoice_txt {
    position: relative;
    float: right;
    top: -70px;
    font-size: 12px;
    color: #fc8019;
    font-weight: 600;
 }
 .order_selected_address {
    margin: -15px 0 0;
    padding-bottom: 20px;
 }
 .order_address {
    margin-bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
 }
 .order_address .location_icon {
    font-size: 25px;
    padding-right: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #000;
 }
 .order_addressName {
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
 }
 .order_addressDetails {
    font-size: 12px;
    color: #7e808c;
    line-height: 14px;
 }
 .border_line_bottom {
    border-bottom: 1px solid #e9e9eb;
    left: 10%;
    width: 90%;
    margin-top: -5px;
    padding-top: 3px;
    position: relative;
 }
 .orders_popup_head, .order_Total_pop {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    z-index: 1;
 }
 .orders_popup_head {
    top: 0;
    box-shadow: 0 2px 4px 0 #e9e9eb;
    padding-left: 40px;
    padding-right: 75px;
 }
 .orders_popup_items{
    padding-left: 40px;
    padding-right: 75px;
 }
 .ordersItems {
    padding-top: 25px;
    padding-bottom: 3px;
    border-top: 1px solid #000;
    background-image: linear-gradient(90deg,#a9abb2 25%,hsla(0,0%,100%,0) 0);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
 }
 .itemTotal_Show {
    padding-top: 18px;
    padding-bottom: 11px;
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
 }
 .ordersItems .items_sec {
    padding: 0 0 12px;
 }
 .ordersItems .items_sec .items_box {
    margin: 8px 0;
 }
 .ordersItems .items_sec .items_box:first-child {
    margin-top: 0;
 }
 .ordersItems .showItems {
    color: #7e808c;
    padding-bottom: 5px;
    font-size: 12px;
 }
 .itemTotal_Show .showAllItem {
    margin-bottom: 10px;
    color: #7e808c;
    display: -ms-flexbox;
    display: flex;
 }
 .itemTotal_Show .AllItem {
    font-size: 13px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #282c3f;
    font-weight: 400;
 }
 .order_Total_pop {
    bottom: 0;
    box-shadow: 0 -2px 4px 0 #e9e9eb;
    padding-left: 40px;
    padding-right: 75px;
 }
 .order_Total_pop .order_Total {
    padding: 21px 0;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 600;
 }
 .order_Total_pop .total {
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #000;
 }
 .orders_details_popup .close_btn {
    float: left;
    color: #3d4152;
    cursor: pointer;
 }
 .order_Id {
    margin-left: 30px;
    font-weight: 700;
    color: #282c3f;
    line-height: 21px;
    font-size: 18px;
 }
 .order_address1:before {
    content: "";
    position: absolute;
    height: 28px;
    border-right: 1px dashed #a9abb2;
    top: 38px;
    left: 9px;
 }
 .order_Time_show {
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
 }
 .order_Time_show .alert_icon {
    font-size: 15px;
    padding-right: 22px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fa4a5b;
 }
 .order_Time_show .alert_details {
    font-size: 12px;
    color: #7e808c;
    line-height: 15px;
 }
 .valueNumber {
    width: 30px;
    margin: 0;
    background: #fc8019;
    color: #fff;
    font-size: 14px;
    height: 27px;
    border: 1px solid #fc8019 !important;
    padding: 4px;
    text-align: center;
}
.description_box .valueNumber {
    padding: 0;
    font-size: 13px;
    line-height: 26px;
}
.style_box .deliver_btn {
    margin-top: 10px;
}
.liveOrderTracking_sec button.back_btn {
    position: static;
 }
 .emptyCart_btn {
    padding: 6px 15px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #222;
    font-weight: 500;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform .8s cubic-bezier(.2,1,.2,1);
    -webkit-transition: ease-in-out .6s;
    -moz-transition: ease-in-out .6s;
    -ms-transition: ease-in-out .6s;
    border: none !important;
    border-radius: 6px;
}
.emptyCart_btn:hover {
    background: #fc8019;
}
.cart_page .cart_products {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.numbers_field {
    display: flex;
}
.numbers_field .form-control {
    border-left: none;
    padding: 5px 10px;
}
.numbers_field .codeNo {
    width: 50px !important;
    padding: 5px;
    border-right: none;
    background: #e7e5e5;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    border-left: 1px solid #b7b4b4;
}
.orderFeedbackSec {
    overflow-y: auto;
    height: calc(100vh - 98px);
	padding-bottom: 20px;
}
.feedback_option, .thanks_sidebar{
    max-width: 375px;
    margin: 0 auto;
}
.feedback_option h2 {
    color: #282c3f;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 30px;
}
.not_likely {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.not_likely p{
	color: #282c3f;
    font-size: 14px;
}
.option_numbers {
    display: flex;
    margin-bottom: 30px;
}
.option_numbers input {
    display: none;
}
.option_numbers label {
    display: block;
    margin: 0;
}
.feedbackValue {
    border: 1px solid #999999;
    padding: 9px;
    margin: 0;
    display: block;
    max-width: 34px;
    width: 100%;
    text-align: center;
    border-left: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background: #fff;
    min-width: 34px;
    height: 40px;
}
.option_numbers label:first-child .feedbackValue{
	border-left: 1px solid #999999;
}
.option_numbers input:checked~.feedbackValue{
	background:#ee7e33;
	color:#fff;
}
.feedbackValue:hover{
	background:#e6e6e6;
}
.feedback_input{
	margin-bottom:50px;	
}
.feedback_input .form-control {
    border: 1px solid rgba(40, 44, 63, 0.1) !important;
    height: 141px;
    padding:10px 15px;
    resize: none;
    box-shadow: none !important;
    outline: none !important;
}
.orderFeedbackSec .checkout_ntn {
    height: 55px;
    padding: 17px;
    font-size: 16px;
    border: none !important;
    outline: none !important;
}
.thanks_sidebar h2 {
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
    color: #282c3f;
    margin:20px 0 30px;
    font-size: 15px;
    font-weight: 500;
}
.thankyou_image {
    height: 145px;
    width: 145px;
    display: block;
    margin: 0 auto;
}
.addCard_form .form_group {
    margin-bottom: 10px;
}
.header .navbar-right li .switDish_logo {
    background: #fc8019;
    color: #fff;
    border-radius: 7px;
    padding: 12px 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
    margin: 13px 0 14px 40px;
    text-transform: uppercase;
}

form.checkout {
    max-width: 500px;
    margin: 2rem auto;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 1rem 2rem;
    background: white;
  
    font-family: monospace;
    color: #525252;
    font-size: 1.1rem;
  }
  
  form.checkout button {
    padding: 0.5rem 1rem;
    color: white;
    background: coral;
    border: none;
    border-radius: 4px;
    margin-top: 1rem;
  }
  
  form.checkout button:active {
    background: rgb(165, 76, 43);
  }
  .payment_tabs .iframe_div {
        height: 55px;
        border: 1px solid #b7b4b4;
        padding: 6px 15px;
        margin-bottom: 10px;
}

.addCard_form input::placeholder{
   color:#CFD7E0;
   font-weight: 500;
}


.custom_check_active .check {
    border-color: #60b246;
    background-color: #60b246;
    color: #fff;
}
.forgotten_account .login_head {
    margin-bottom: 20px;
}

.forgotten_text {
    margin-top: 5px;
}
.forgotten_text a {
    font-size: 14px;
    color: #222;
}
.forgotten_text a:hover {
    color: #3b5998;
    text-decoration: underline !important;
}
.liveOrderTracking_sec span.icon-close-thin.closeIconThin {
    font-size: 7px;
    font-weight: bold;
    padding-left: 5px;
    color: #000;
}
.pinCode_box{
    position: relative;
}
.pinCode {
    position: absolute;
    right: 2px;
    top: 0;
    max-width: 35px;
    bottom: 0;
    padding: 5px;
    font-size: 24px;
    color: #8c8c8c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pinCode .question_icon{
    line-height: 16px;
}
.agentsModalOpen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.70);
}




/* media css start here  */
@media (min-width:1199px) {
	/* fix Listing css start */
	.fix_showListing {
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	.fix_showListing .listSearch {
		transform: translate3d(0,-64px,0);
	}
	.fix_showListing .address_box{
		margin: 3px 0 0;
	}
	.fix_showListing .address_box .food_name{
		margin: 3px 0 0;
	}
	.fix_showListing .delaware_text {
		opacity: 1;
	}
	.fix_showListing .img_produ {
		transform: translate3d(0,20px,0) scaleY(.66667);
	}
	.fix_showListing .showListing {
		-ms-transform: scaleY(.61224);
		transform: scaleY(.61224);
		overflow: hidden;
	}
	.fix_showListing .listing_sec {
		-ms-transform: scaleY(1.63333);
		transform: scaleY(1.63333);
	}
	.fix_showListing .offer_box {
		transform: translate3d(0,-54px,0);
	}
	.fix_showListing .listing_text {
		transform: translate3d(0,-80px,0);
	}
	.fix_showListing .offer_off {
		padding: 20px 40px 20px 25px;
	}
	.fix_showListing .listSearch {
		left: 265px;
	}
	/* fix Listing css Closed */
}
@media (min-width:1199px) and (max-width:1250px){
	.foodRating_time {
		padding: 0 30px;
	}
	.foodRating_time:first-child {
		padding-right: 30px;
	}
	.foodRating_time:last-child {
		padding-left: 30px;
	}
}

@media (max-width:1250px) {
	.editProfile_tabs .payment_tabs_row {
		padding: 0 15px;
	}
	.checkout_row {
		padding:0 15px 0 35px;
	}
	.white_box {
		margin: 0 0 20px 0;
	}
}


@media (max-width:1199px) {
	.padd_60{
		padding-right: 40px;
		max-width: 575px;
	}
	.searchProductSec .search_holder {
		max-width: 805px;
	}
	.foodRating_time {
		padding: 0 20px;
	}
	.foodRating_time:first-child {
		padding:0 20px 0 0;
	}
	.foodRating_time:last-child {
		padding-left: 18px;
	}
	.googGood_icon img {
		height: 50px;
		width: 50px;
	}
	.listing_text {
		padding: 0 25px
	}
	.list_img {
		width: 225px;
		max-width: 225px;
	}
	.offer_sec {
		width: 275px;
		padding:60px 0 40px;
	}
	.showListing{
		padding:0 15px;
	}
	.list_view .list_contant {
		margin: 0 -15px;
	}
	.list_view {
		padding: 0 15px;
	}
	.listSearch{
		left: 225px;
	}
	.offer_off {
		padding: 23px 20px;
	}
	.recommended_sideBar {
		width: 180px;
	}
	.recommended_center {
		width: 570px;
		padding: 30px 20px 50px;
	}
	.recommended_box {
		width:725px;
	}
	.header .navbar-right li.dropdownCart {
		margin-right: 0;
	}
	.manageAddress .deliver_style {
		width: 47.5%;
	}
	.orderRow {
		display: block;
	}
	.orderRow .orderDesc {
		padding: 15px 0 0;
	}
	.orderBottom .orderName {
		padding-right: 150px;
	}
	.deliver_style {
		max-width: 100%;
		margin: 0 0 25px;
	}
	.deliver_style .address {
		margin-bottom: 15px;
		height: auto;
	}
	.payment_tabs_row .side_dateils .tab-content {
		padding: 0 0 20px 20px;
	}
	.checkout_sec .white_box {
		padding: 25px 20px;
	}
	.deliver_boxes {    
		display: block;
	}
	.search_holder .cross_icon {
		right:-70px;
	}
}

@media (max-width: 991px){
	.padd_60 {
		padding-right: 15px;
		max-width: 465px;
	}
	.front_text .h1 {
		font-size: 32px;
	}
	.front_text .h2 {
		font-size: 19px;
		line-height: 27px;
	}
	.findFood{
		width: 125px;
		font-size: 15px;
	}
	.location_box .form-control{
		padding: 5px 215px 6px 10px !important;
	}
	.locate_box {
		right: 130px;
	}
	.search_holder .search_holder {
		max-width: 645px;
	}
	.searchContainer {
		max-width: 750px;
	}
	.search_holder .cross_icon {
		right: -65px;
	}
	.list_img, .offer_sec {
		display: block;
	}
	.listing_sec{
		display: block;
		padding: 15px 0 30px;
	}	
	.showListing {
		height: auto;
	}
	.list_img {
		width: 225px;
		max-width: 225px;
		float: left;
	}
	.listing_text {
		padding: 0 0 0 25px;
		float: left;
		display: block;
		width: 67%;
	}
	.offer_sec {
		display: block;
		margin-top: 180px;
		padding: 25px 0;
	}
	.img_produ {
		transform: initial;
	}
	.listSearch {
		left: 15px;
	}
	.menu_content {
		display: block;
		padding-bottom: 50px;
	}
	.recommended_box {
		width: 100%;
	}
	.cartEmpty_sec {
		width: 100%;
		margin-top: 20px;
	}
	.cartEmpty_sec {
		padding: 15px 2px 0;
	}
	.filter_section .login_head {
		padding: 25px 0 20px;
		margin:0 0 20px 20px;
	}
	.customFilters_sec {
		padding:0 25px 0 20px;
	}
	.showRestaurants {
		padding:0 25px;
	}
	.showRestaurants .clear_btn {
		margin-left: 0;
	}
	.listing_sec:before, .listing_sec:after {
		display: table;
		content: " ";
	}
	.listing_sec:after {
		clear: both;
	}
	.manageAddress .deliver_style {
		width: 100%;
		margin: 0 0 25px;
	}
	.switDish {
		max-width: 375px;
	}
	.orderBottom .orderName {
		padding-right: 100px;
	}
	.orderBox {
		padding: 20px 15px;
	}
	.payment_tabs_row .side_dateils .tab-content {
		padding: 0 0 20px 15px;
	}
	.editProfile_tabs .payment_tabs_row .side_tabs {
		min-width: 220px;
	}
	.myAccount_box {
		padding: 0 15px;
	}
	.orderDesc .deliverDate {
		padding-left: 10px;
		max-width: 175px;
	}
	.checkout_row {
		display: block;
	}
	.checkout_col {
		margin-right: 0;
	}
	.checkout_right {
		margin-top: 40px;
		height: auto;
		width: 100%;
		max-width: 370px;
	}
	.searchProductSec .search_holder {
		max-width: 650px;
	}
	.search_holder .cross_icon {
		right:-55px;
	}
	.fix_header .adrs_link a span {
		max-width: 220px;
	}
	.liveOrderDaleils {
		padding: 30px 25px;
    }
    button.back_btn {
        left: auto;
        margin-left: 5px;
        bottom: 30px;
     }
	.item_description {
		max-width: 310px;
		margin: 0 auto;
    }        
}

@media (max-width:767px) {
	.header {
		padding: 10px 0;
	}
	.adrs_link a span {
		max-width: 245px;
	}
	.header .navbar-default .navbar-toggle {
		margin: 15px 0;
		padding: 0;
		background: none;
		border: none;
	}
	.header .navbar-default .navbar-toggle span{transition: ease-in-out 0.2s;}
	button.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {
		webkit-transform: rotate(-45deg) translate(-4px, 5px);
		transform: rotate(-45deg) translate(-4px, 5px);
	}
	button.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(3) {
		opacity: 0;
	}
	button.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(4) {
		webkit-transform: rotate(45deg) translate(-3px, -5px);
		transform: rotate(45deg) translate(-4px, -5px);
	}
	.search_bar{padding: 30px;}
	.padd_60 {
		padding-right: 15px;
		max-width: 100%;
	}
	.switdish_box {
		position: static;
		left: 0;
		height: 350px
	}
	.search_location {
		display: block;
	}
	.findFood {
		width: 100%;
		font-size: 15px;
		display: block;
		position: static;
	}
	.locate_box {
		right: 10px;
		font-size: 13px;
		line-height: 15px;
	}
	.findFood:hover {
		position: static !important;
	}
	.location_box .form-control {
		padding: 5px 100px 6px 10px !important;
	}
	.front_text .h2 {
		line-height: 24px;
		margin-top: 6px;
	}
	.login_section, .send_feedback, .filter_section{
		padding:0;
	}
	.front_text {
		margin-bottom:30px;
	}	
	.error_text {
		top: 120px;
	}	
	.profile_form {
		padding: 25px 15px 35px;
		margin: 25px auto 50px;
	}
	.button_sec .btn {
		font-size: 14px;
		padding: 12px;
		max-width: 125px;
		margin: 10px 1px 0;
	}
	.profile_form h3 {
		margin: 20px 0;
		font-size: 24px;
		text-align: center;
	}
	.profile_sec h2 {
		font-size: 30px;
	}
	.search_holder .cross_icon {
		right: 12px;
	}
	.search_holder .cross_icon span{
		display:none;
	}
	.search_holder .cross_icon svg {
		width: 17px;
		height: 17px;
		margin-bottom: 0;
	}
	.search_holder .search_icon {
		left:12px;
	}
	.search_holder .search_box {
		height: 60px;
	}
	.search_holder .form-control {
		font-size: 18px;
		padding:15px 40px 15px 35px;
		height:58px;
	}
	.search_holder .search_icon svg {
		width: 17px;
		height: 17px;
	}
	.header .navbar-nav .adrs_link a {
		padding-left: 15px;
	}	
	.list_img {
        width: 100%;
        max-width: 225px;
        float: none;
        position: relative;
        overflow: visible;
	}
	.listing_text {
		padding: 15px 0 0;
		float: none;
		display: block;
		width: 100%;
	}
	.offer_sec {
		margin-top: 25px;
		width: 100%;
	}
	.googGood_icon img {
		height: 45px;
		width: 45px;
	}
	.googGood_icon {
		top: 0;
		margin:0;
	}
	.foodRating_time {
		padding: 0 15px;
	}
	.foodRating_time:first-child {
		padding-right: 15px;
	}
	.foodRating_time:last-child {
		padding-left: 15px;
	}
	.productListSearch {
		padding: 0 15px;
		margin-top: -40px;
	}
	.listSearch {
		position: static;
		background: #fff;
		padding: 0;
		box-shadow: 0 0 9px #000;
		border-radius: 15px;
		height: auto;
		width: 100%;
		max-width: 100%;
		transform: none;
		overflow: hidden;
	}
	.searchBox1 {
		float: none;
		width: 49.3%;
		display: inline-block;
		margin: 0;
	}
	.searchBox2 {
		float: right;
		margin: 0;
		width: 49.3%;
		display: inline-block;
	}
	.searchBox3 {
		width: 100%;
	}
	.leaf_icon, .heart_icon{
		height: 40px;
	}
	.listing_sec {
		padding:15px 0 60px;
	}
	.menu_content {
		padding: 0 0 30px;
	}
	.item_sec {
		display: block;
		padding-bottom: 25px;
	}
	.item_description {
		width: 100%;
		max-width: 270px;
		margin: 0 auto;
		padding: 0 0 25px;
    }
    .description_box {
        min-height: 275px;
    }
	.item_description:last-child {
		padding:0;
	}
	.recommended_center .h2 {
		padding: 15px 0 2px;
		font-size: 28px
	}
	.recommended_center .h3 {
		padding-bottom: 20px;
	}
	.recommended_center {
		width: auto;
		padding: 0;
	}
	.recommended_box {
		width: 100%;
		display: block;
	}
	.lestside {
		position: static;
		margin: 0 !important;
		padding: 0 !important;
	}
	.recommended_sideBar {
		width: auto;
		height: auto;
		position: static;
		margin: 0;
	}
	.side_holder:after {
		display:none;
	}
	.item_img img {
		width: 100%;
	}
	.lestside_menu {
		padding: 0 !important;
		text-align: left;
	}
	.lestside_menu .item {
		margin-right: 0;
		padding-right: 0;
	}
	.feedback_sec {
		right: 15px;
	}
	.header a.navbar-brand {
		padding: 5px 0;
		height: auto;
	}
	.editProfile_tabs .payment_tabs_row {
		display: block;
	}
	.payment_tabs_row .side_dateils .tab-content {
		padding: 20px 0;
	}
	.editProfile_tabs .payment_tabs_row .side_tabs {
		min-width: 100%;
	}
	.payment_tabs .nav-tabs {
		border: none;
		padding: 15px;
	}
	.payment_tabs .nav-tabs>li {
		width: 100%;
		float: none;
		height: 60px;
		border-bottom: 1px solid #fff;
	}
	.editProfile_tabs .nav-tabs>li a {
		padding: 17px 15px;
	}
	.orderDesc .deliverDate {
		padding-left: 0;
		max-width: 100%;
		float: none;
		position: static;
	}
	.myAccount_box {
		padding: 0 15px 20px;
	}
	.editProfile_tabs {
		padding: 20px 0;
	}
	.myAccount_sec .userImage_sec {
		margin-bottom: 25px;
	}
	.identity_sec span.phone_no {
		display: block;
	}
	.account_dateils .gmail_id {
		margin-left: 0;
		display: block;
	}
	.account_dateils .gmail_id:before {
		display:none;
	}
	.payment_tabs_row {
		display: block;
	}
	.payment_tabs_row .side_tabs {
		min-width: 100%;
	}
	.checkout_heading h2, .payment_heading h2 {
        font-size: 24px;
        line-height: 29px;
	}
	.bankName_box {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.payment_tabs .nav-tabs>li a {
		padding: 18px 15px
	}
	.searchProductSec .search_holder {
		max-width: 100%;
	}
	.header .navbar-nav li a {
		padding: 15px 17px;
	}
	.cart_box {
		left: -10px;
		padding: 20px 15px;
		top: 2px;
		right: auto;
		max-width: 295px;
	}
	.cart_drop .arrow {
		top: -18px;
		left: 6%;
	}
	.liveOrderDaleils h2 {
		padding: 0 0 20px;
		font-size: 24px;
	}
	.liveOrderDaleils {
		padding: 25px 15px;
	}
	.total_amount_box .row {
		margin: 0 -5px;
	}
	.total_amount_box .row>div{
		padding: 0 5px;
	}
	.orderItemsDaleils {
		padding: 25px 0 0 10px;
	}
	.orderFrom .foodSymbol {
		margin-left: -18px;
	}
	.liveOrderDaleils .deliver_to {
		margin-top: 25px;
	}
	.delivery_daleils {
		position: static;
		background: #f1f0f0;
		padding: 15px 10px;
		max-width: 100%;
	}
	.orderTracking_map {
        height: 275px!important;
        margin-bottom: 25px;
    }
	.orderTrackingBody .header .navbar-nav .order_link a {
		padding: 8px 10px;
	}
	.total_amount_box .row:last-child {
		margin-top: 10px;
	}
	.header .navbar-collapse.in {
		overflow-y: visible !important;
	}
	.dialog_box {
		padding:8px;
    }
    .myOrder_btn {
        width: 100%;
    }
    .productHeading {
        font-size: 26px;
        line-height: 30px;
    }
    .food_name {
        font-size: 14px;
        margin: 6px 0 0;
        line-height: 15px;
    }
    button.back_btn {
        position: absolute;
        left: auto;
        right: -70px;
        bottom: 0;
        margin-bottom: 5px;
     }
    .delivery_daleils .daleils {
        padding: 15px 12px;
    }
    .all_orderDaleils .order_name {
        font-size: 15px;
        line-height: 19px;
    }
    .orderDaleils .order_name {
        margin: 2px 0 3px;
    }
    .delivery_daleils .orderPrepared {
        min-height: 80px;
    }
	.menu_content .side_holder {
		max-height: none;
	}
	.cartEmpty_sec {
		height: auto;
	}
	.orderBottom .orderName {
		padding-right: 105px;
    }
    .header .navbar-right li .switDish_logo {
        margin: 10px 0;
    }
    .front_page_sec {
        height: auto;
        padding: 10px 0 0;
    }
    .front_page_sec .row {
        margin: 0 -15px;
    }
}

@media (max-width:425px){
	.box_holder {
        padding: 0 5px 35px 5px;
    }
	.logo_sec {
		padding-top: 20px;
	}
	.logo_sec img.logo {
		position: static;
		margin-top: 0;
		display: block;
	}
	.login_option {
		float: left;
		margin-top: 20px;
	}
	.front_text {
		margin-top: 100px;
	}
	.footer_contant {
		display: block;
		padding: 25px 0;
		text-align:center;
	}
	.social_text {
		font-size:18px;
		margin: 10px 0;
	}
	.social_icons a:first-child{
		margin-left:0;
	}
	.header .navbar-nav li a {
		padding: 8px 10px;
	}
	.header .navbar-nav .adrs_link a {
		padding: 8px 10px;
	}
	.social-btn .btn {
		width: 47.5%;
	}
	.search_holder .clear_text{
		font-size:10px;
	}
	.search_holder .form-control {
		font-size: 16px;
		padding: 15px 65px 15px 35px;
	}
	.searchDetails {
		margin: 35px auto 0;
	}
	.searchProduct .switDish {
		padding: 15px;
	}
	.foodRelated {
		margin-bottom:0 0 25px 15px;
	}
	.searchDetails .tab-content {
		padding: 25px 0 0;
	}
	.searchProductSec {
		padding-top: 40px;
	}
	.foodRating_time {
		width: 49%;
		margin: 9px 0;
	}
	.foodRating_time:nth-child(2) {
		border-right: none;
	}
	.foodRating_time:nth-child(3) {
		padding-left: 0;
	}
	.jTy8b {
		font-size: 14px;
		line-height: 19px;
		margin-right: 8px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.l1X9 {
		width: 82px;
        font-size: 10.3px;
    }
    .addTip_btn {
        height: 22px;
        width: 65px;
    }
	.hwSGt {
		font-size: 12px;
	}
	.daily_dish .bestseller_box {
		padding: 3.5px 5px 4px;
		text-transform: uppercase;
		font-size: 9px;
	}
	.gojq {
		margin-right:77px;
	}
	.c1Fl {    
		font-size: 9px;
	}
	.item_sec {
		padding-bottom:25px;
	}
	.foodModal .modal-header{
		padding: 20px 0 0 15px;
	}
	.closeIcon {
		width: 15px;
		height: 15px;
		font-size: 14px;
		padding: 0 0px 1px;
		margin:-5px 0 0; 
	}
	.h0SZ {
		margin-left: 7px;
		padding-right: 50px;
	}
	._1ZFmK {
		padding: 25px;
	}
	._1_jO5 {
		margin-left: 25px;
	}
	._1J8A4 {
		font-size:19px;
		padding:18px 0 10px 35px;
	}
	.mtuI {
		padding: 7px 0 7px 35px;
	}
	._12XvR {
		left: 17px;
	}
	.feedback_sec {
		max-width: 290px;
		right: 15px;
	}
	.feedback_sec .feedback_txt {
		padding: 20px 0 0 15px;
		width: 74%;
	}
	.orderTracking_sec .feedback_txt h3 {
		font-size: 14px;
	}
	.feedback_sec .feedback_txt p {
		font-size: 11px;
	}
	.adrs_link a span {
		max-width: 220px;
	}
	.search_bar {
		padding: 30px 20px;
	}
	.current_location {
		margin-top: -30px;
	}
	.productSec {
		padding: 35px 0;
	}
	.orderBottom .payTotal span.price {
		font-weight: 600;
	}
	.editProfile_tabs .panel-title {
		font-size: 24px;
	}
	.style_box {
		padding: 20px 20px 20px 45px;
	}
	.deliver_icon {
		top: 24px;
		left: 24px;
	}
	.orderBottom .payTotal {
		top: 30px;
		font-size: 13px;
	}
	.orderBottom .orderName {
		font-size: 14px;
	}
	.orderButtons .orderbtn{
		max-width: 105px;
	}
	.orderButtons .orderbtn.help {
		margin-left: 7px;
	}
	.feedback_sec .feedback_txt h3 {
		font-size: 14px;
	}
	.feedback_sec .feedback_icon {
		margin: 20px 10px;
		font-size: 40px;
	}
	.myAccount_sec .userImage_sec div#images {
		width:95px;
		height: 95px;
	}
	.profile_image {
		top: 20px;
	}
	.send_feedback .login_head {
		padding: 25px 0 20px;
		margin: 0 0 20px 18px;
	}
	.checkout_sec .icon_box {
		width: 25px;
		height: 25px;
		top: 25px;
		left: -16px;
	}
	.marker_icon {
		font-size: 15px;
	}
	.dotted_line {
		left: -7px;
	}
	.checkout_row {
		padding: 0 15px 0 20px;
	}
	.checkout_sec .white_box {
		padding: 25px 15px;
	}
	.formTwoBox {
		display: block;
	}
	.formTwoBox .form_group:first-child {
		width: 100%;
		border-right: 1px solid #d4d5d9;
	}
	.payment_head {
		padding: 20px 15px;
	}
	.toPAY_box, .method_text{
		padding: 0 15px;
	}
	.oder_box .bXOy {
		display: block;
    }
    .optional_tips .bXOy {
        display: flex;
    }
	.oder_box .bWmk {
		width: auto;
	}
	.oder_box .yTZI {
		float: none;
		margin-top: 10px;
	}
	.oder_box .kRy {
		margin: 0 0 0 8px;
    }
    .optional_tips .kRy {
        margin: 0 5px 0 0;
    }
	.change_txt {
        top: 30px;
        right: -5px;
	}
	.textarea_box textarea {
		padding: 12px 10px 12px 30px;
		font-size: 12px;
	}
	.textarea_box svg {
		left: 10px;
		width: 10px;
	}
	.agents_list {
		padding:12px 8px;
	}
	.media-left.details_col {
		padding-right: 13px !important;
		padding-top: 0;
		vertical-align: middle;
	}
	.detailsTabel {
		padding: 15px 12px;
	}
	.title_label {
		font-size: 16px;
		margin: 0;
		line-height: 17px;
	}
	.control-label{
		font-size: 13px;
	}
	.details_col .row {
		margin: 0;
	}
	.details_col .row>div {
		padding: 0 0 6px;
	}
	.dialog_box .modal-body {
		padding: 12px;
	}
	.heading_txt {
		padding: 2px 0;
	}
	.agents_dateils {
		align-items: center;
	}
	.agents_dateils .dateils {
		padding: 0 0 0 8px;
	}
	.agents_list .check {
		width: 30px;
		height: 30px;
	}
	.agents_list .check .icon {
		font-size: 15px;
	}
	.agents_dateils h2 {
        font-size: 16px;
        margin: 0;
	}
	.agents_dateils h4 {
		font-size: 13px;
	}
	.details_Button {
		font-size: 12px;
	}
	.agent_img {
        width: 65px;
        height: 65px;
	}
	.agents_list .custom_check {
		right: 5px;
	}
	.dialog_box {
		top: 7%;
	}
	.popup_header .modal-title {
		font-size: 20px;
	}
	.dialog_box .agent_img {
		width: 90px;
		height: 90px;
	}	
}

				