@media only screen and (min-device-width: 320px) and (max-device-width : 1024px){
    html,body{
        background-color: #fff
    }
	#recent_location{
		margin-bottom: 25px;
	}
    #login_menu{
        /*float: left;*/
        /*animation: zoom 0.6s;*/
        /*display: none;*/
        position: fixed;
        left: -100%;
        transition: 1s;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 5;
        /*box-shadow: 2px 2px 10px #555;
        -moz-box-shadow: 2px 2px 10px #555;
        -webkit-box-shadow: 2px 2px 10px #555;*/
    }
		#login_menu_inner{
			width: 85%;
			height: 100%;
			background: #fff;			
		}
		#login_menu button#close_menu{
			color: #fff
		}
	.close_filter{
		position: fixed;
		right: 15px;
		top: 6%;
		background: transparent;
		border: none;
		font-family: 'open_sanssemibold';
		font-size: 15px;
		color: #fff;
		text-decoration: underline;
	}
	#empire_logo{
		background-size: 85%;
	}
    .nav_menu_header p {
        display:block;
    }
    #login_menu button#logo {
        display:block;
        height:100px;
        /*background-color: linear-gradient(90deg, #FF4A4D 0%, #CC3739 100%);*/
        /*background:  #CC3739  url(../images/image.png)  0px center no-repeat;*/
        /*background-size: 100px;*/
        /*background: 40px;*/
    } 
    #login_menu button#logo img {
        width: 250px;
        float: left;
        margin: 0 0 25px 15px;
    }
    #login_menu button#logo a {
        float: left;
        text-align: left;
        margin-left: 20px;
        width: 100%;
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        line-height: 22px;*/
        font-size: 20px;
        text-transform: lowercase;
        text-decoration: none;
        color: #FFFFFF;
    }
    #login_menu a {
        text-decoration: none;
        color:#000000;
    }
    #login_menu button{
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;*/
        font-size: 14px;
        color: #000000;
        width: 100%;
        margin: 0;
        /*border-bottom: 1px solid #ddd;*/
        text-align: left;
        padding: 0 0 0 15px
    }
    #app_container{
        margin-top: 0px;
		padding-top: 60px;
    }
    #app_choose_location{
        width: 95%;
        background: transparent;
        background-color: #fff;
        border: none;
        padding: 0px;
        z-index: 0;
    }
	button#location_close{
		right: 0;
		top: -23px;
	}
    #app_choose_location .item_row .type_to_search input[type="text"]{
        width: 100%;
        /*height: 35px;*/
    }
    /*#app_category{
        display: none
    }*/
	#app_category{
        display: none;
		width: 100%;
		top: 108px;
		height: auto;
		padding: 8px 7px;
        z-index: 2;
        position: fixed;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	#app_category button{
		padding: 5px 8px;
		font-size: 11px;
	}
		#app_category button.active{
			background: #000;
			color: #fff;
			font-family: 'open_sansregular';
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		#app_category .items{
			position: relative;
			white-space: nowrap;
		}
			#app_category .items .item{
				display: inline-block;
			}
	#app_category h3{
		display: none;
	}
    #app_menu_items{
        width: 100%;
        margin-left: 0;
        border: 0;
    }
    #app_menu_header{
        /*position: relative;
        float: left;*/
        /*position: fixed;*/
        width: 100%;
        left: 0;
        border: none;
        position: fixed;
        top: 90px;
        background: #fff;
        /*left: 0;
        top: 45px;*/
        padding: 6px;
        border-bottom: 1px solid #ccc;
    }
    #banner-menu-header{
        background-color: transparent;
        height: auto;
        position: relative;
        z-index: 1;
    }
    /*#app_menu_header input#menu_search,
    #app_menu_header div#veg_only,
    #app_menu_header h2{
        display: none
    }*/
	#app_menu_header h2{
        font-size: 15px;
        color: #333;
		margin-bottom: 5px;
	}
		#app_menu_header h2 button{
			position: absolute;
			right: 0;
            bottom: 3px;
            color: #555;
		}
		#app_menu_header .store_img img{
			height: 70px;
		}
	#app_menu_header div#veg_only{
		margin-top: 0px;
	}
	#app_menu_header div#veg_only label{
		font-size: 11px;
		color: #777
	}
    #app_menu_header input#menu_search{
        width: 95%;
		margin: 10px auto 0 auto;
		position: relative;
		float: none
    }
	div.mob_search{
		position: relative;
		/*left: 0;
		top: 85px;*/
		background: #fff;
		width: 100%;
        height: 80px;
		padding: 10px;
		/* margin-top: 15px; */
        z-index: 1;
		text-align: center
    }
    .mob_search  .close_search{
    font-size: 30px;
    color: #000;
    background: transparent;
    border: none;

    }
	button.close_search{
		position: absolute;
		top: 30px;
		right: 10px;
		height: 40px;
		font-family: 'open_sansregular';
		font-size: 13px;
		color: #000;
	}
	#menu_search,
	#cat_search{
		border: 1px solid #ccc;
		border-radius: 3px;
		font-family: 'open_sansregular';
		font-size: 15px;
		height: 40px;
		color: #000;
		padding: 10px;
		margin-top: 20px;
	}
    #app_menu_container .item .item_image img {
        width:100%;
        height: 90px;
    }
	#app_menu_container .item h5{
		font-size: 14px;
	}
    /*#app_menu_header h2{
        font-size: 15px;
    }*/
    #app_menu_container{
        padding-top: 125px;
        width: 95%;
        margin: 0 auto
    }
    #app_menu_container .item .item_name{
        width: 100%;
        height: auto;
        float: left;
        margin: 2px 0;
    }
    #app_menu_container .item .item_name h5{
        color: #000000;
        /* color: #888; */
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;*/
        font-size: 14px;

    }
    #orderingapp .autocomplete button {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #000;
    background: transparent;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 9px 12px;
}
    #app_menu_container .item .item_type{
        width: 100%;
		/* float: left; */
		margin-top: -2px;
		margin-bottom: 5px;
		/* margin: 7px 0 0 6px;*/
    }
    #app_menu_container .item .item_type img{
        width: 12px;
    }
    #app_menu_container .item .item_price{
        width: auto;
        float: left;
        /*margin-left: 20px;*/
        /*margin: 0 0 0 42px*/
    }
    .item_action button.item_qty {
        width:25px;
    }
    #app_menu_container .item .item_image{
        width:100%;
        float:left;
        /*margin:1%;*/
        height:auto;
    }
    #app_menu_container .item .item_price label{
        /*font-family: Montserrat;
        font-style: normal;
        color:#000;
        font-weight: 600;
        line-height: 22px;*/
        font-size: 14px;
    }
    #app_menu_container .item .item_actions{
        width: auto;
        float: right;
        /*border: 0.5px solid rgba(204, 55, 57, 0.2);*/
		border: 1px solid #ccc;
        margin: 10px 10px 10px 0
    }
    .item_price_add{
        float:right;
        width:100%;
        align-items: center;
    display: flex;

        /*width:30%;*/
    }
    .detect-location{
        width: 100%;
        font-size: 13px;
        color: #c1102a;
        font-weight: bold;
        font-family: "open_sanssemibold";
        cursor: pointer;
        background: #fff;
        border: 1px solid #c1102a;
        padding: 10px 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        text-align: center;
    }
	#recom_items .recom_item{
		width: 175px;
	}
	#recom_items .recom_item .item_name h5{
		padding-top: 3px;
		font-size: 12px;
	}
    #or_locate span,
    #or_orders span{
        font-size: 14px;
        display: block;
        /*color:#333;*/
        text-align: center;
        text-transform: uppercase;
    }
    #mobile_category_wrapper {
        width:100%;
        height: 100%;
        position:fixed;
		left: 0px;
		top: 0px;
        z-index: 5;
        background: rgba(0,0,0,0.78);
    }
	.mobile-top-header{
		display: none
	}
    .mobile_category_list {
        position: fixed;
    background: #fff;
    z-index: 1;
    border: 2px solid #eee;
    border-radius: 6px;
    line-height: 30px;
    /* width: 65%; */
    overflow: auto;
    height: 82%;
    bottom: 6%;
    padding: 5px;
    /* right: 17.5%; */
    right: 3%;
    left: 3%;
    }
    .mobile_expand_list {
        position: fixed;
        background: #fff;
        z-index: 1;
		width: 100%;
        /* border:2px solid #eee; */
        /* border-radius: 6px; */
        line-height:30px;
		margin-left: 0;
        /* width: 65%;
        overflow: auto; */
        /* height:70%; */
        bottom: 0px;
        /* right: 17.5%; */
        left: 0;
    right: 0;
    top: auto;
    border: none;
    border-radius: 0;
    }
	.close_box{
		right: 10px;
	}
    @-webkit-keyframes blinker {
        from {opacity: 1.0;}
        to {opacity: 0.0;}
    }
    .view_order_inner {
        /* width: 95%;
        margin: auto; */
        width: 100%;
        margin: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .view_order_inner h2{
        margin-left: 5px;
        padding-left: 0px;
        font-family: 'avenir_medium'!important;
        font-size: 14px !important;
    }
    .order_details_inner {
        width:100%;
        margin-left:0;
        border-bottom: 6.25px solid #f6f2e7;
    }
    .order_details_inner .inner-detail1{
        width: 90%;
        margin: auto;
        /* padding-left: 15px; */

    }
    .order_list_right{
      /* width:100%; */
      width: 100%;
      float:left;
    }
    .order_list_right .order_date {
        /* margin-left: 20px; */
    }
    .order_list_left {
       /* width:100%; */
      width: 100%;
    }
    #order_details .my_account_back {
        margin-left: 2.5%;
    }
    #order_details h3 {
        margin-left: 5%;
    }
    #view_order_details {
        /* position: fixed; */
    }
    .view_order_inner .order_menu_list {
       
   
        margin: auto;
        width: 90%;
        float: none;
         /* margin: 10px 0px 0px 15px; */
    } 
    .view_order_inner .order_menu_list .item-name {
        float:left;
        width:60%;
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;*/
        margin: 15px 0;
        /*line-height: 22px;*/
        font-family: 'avenir_roman';
        font-size: 13px;
        color: #000000;
    }
    .view_order_inner .order_menu_list .item-qty{
        /* border: 1px solid #ccc;
        color: green;
        padding: 5px; */
        text-align: center;
        width: 20%;
        float: left;
        /* width: 70%; */
        margin: 10px 0px;
        /* line-height: 22px; */
        /* font-family: 'open_sansregular';
        font-size: 8px;
        color: #555; */
    }
    .view_order_inner .order_menu_list .item-price {
        float:right;
        width:20%;
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;*/
        margin: 15px 0;
        /*line-height: 22px;*/
        font-size: 12px;
        color: #000000;
        font-family: 'avenir_roman';
    }
    #bill_summary .item_row {
        float:left;
        width:100%;
        margin:10px 0;
    }
    #bill_summary .item_row label {
        width:80%;
        float:left;
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;*/
        font-family: 'avenir_roman';
        font-size: 13px;
        color: #000000;
        /* color: #555; */
    }
    #bill_summary .item_row em {
        width:20%;
        float: left;
        font-family: 'avenir_roman';
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;*/
        font-size: 12px;
        color: #000000;
    }
    button.logout {
        position: absolute;
        left:0;
        bottom:0;
        color:#CF383A;
    }
    .blink{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.2s;
        -webkit-animation-iteration-count:6;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
    }
    .item_action button.menu_item_remove,
    .item_action button.menu_item_add{
        width:25px;
    }
    .mobile_category_list h2{
        font-family: 'open_sanssemibold';
    }
    .mobile_category_list button {
        border:none;
        width:100%;
        padding:0;
        animation:zoom 0.6s;
        background: #fff;
        cursor:pointer;
        /*font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;*/
		font-family: 'open_sansregular';
        font-size: 13px;
        text-align: left;
        /*margin:10px 0 10px 10px;*/
		padding: 10px;
        border-bottom: 1px solid #eee;
    }
    .item_actions{
        width: 40%;
    }
    #app_choose_location{
        top: 45px;
        /* top: 120px; */
		width: 100%;
    }
    .fixed_bg{
        background: #fff;
    }
    .fixed_bg #address-header{
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        box-shadow: 0px 0px 10px #555;
    }
    .fixed_bg #address-header button.back_close_Window img{
        width: 18px;
    }
    .fixed_bg #address-header button.back_close_Window{
    display: block;
    background: #fff;
    border: none;
    float: left;
    padding: 15px;
    }
    .fixed_bg #address-header h2{
    font-size: 18px;
    text-align: center;
    /* margin-top: 3px; */
    padding: 15px;
    }
    .fixed_bg .container{
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        max-height: initial;
        height: 100%;
        margin-top: 0;
        padding: 0px;
    }
    #mobile_header{
        display: block;
    }
    #mobile_header #back_arrow,
    #mobile_header #mobile_menu{
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        height: 50px;
        float: left;
        margin: 0 12px
    }
    #mobile_header #back_arrow img{
        height: 20px;
    }
    #mobile_header button#page_title ,
    #mobile_header button#location_icon{
        margin-left: 5px;
        padding: 0;
        border: none;
        background: transparent;
        height: 45px;
        font-family: 'open_sansregular';
        font-size: 18px;
        font-weight: 100;
        /* color: #fff;          */
        color: #000000;
    }
	#mobile_header button#page_title{
		margin-left: 8px
	}
	#mobile_header button#location_icon{
		position: relative;
		top: -5px		
	}
	#mobile_header button#location_icon span{
		display: block;
        font-family: 'open_sansregular';
        font-size: 9px;
		color: #333
	}
    #mobile_header button#cart,
    #mobile_header button#search{
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        height: 50px;
        float: right;
        margin: 0 15px 0 0
    }
    #mobile_header button#cart span{
        display: block;
        position: absolute;
        right: -10px;
        top: 3px;
        width: 20px;
        height: 20px;
        font-family: 'open_sansregular';
        font-size: 11px;
        color: #fff;
        background: #890405;
        text-align: center;
        padding-top: 3px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
	#header{
		background: #fff;
        /* height: 100px; */
		box-shadow: 0px 2px 4px #bbb;
		top: 0;
        height: 50px;
		/*top: 45px;*/
	}
		#header.with_order_type{
            /* height: 90px; */
            height: 90px;
        }
        #header.with_order_type2{
            /* height: 90px; */
            height: 125px;
		}
	.holder{
		width: 98%;
	}
	#header .header_item{
		width: 98%;
    }
    
	/*.header_item{
        margin-top: 5px;
        width: 99.5%;
    }*/
   #header .locations{
        display: none;
	}
	.header_item.mid{
		margin: 0 0 0 1%;
		position: relative;
		top: -4px;
		/*float: right;*/
	}
    #header .user_login{
        display: none
    }
	/*#app_menu_info{
		display: none;
	}*/
	#app_menu_info{
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		border: 0;
		/*padding: 7px 0*/
	}
		#app_menu_header .store_img{
			display: none
		}
		#app_menu_header .store_info{
			width: 100%
		}
    #menubar{
		display: block;
        top: 0;
        /*background: linear-gradient(180deg, #FF4A4D 0%, #CC3739 100%);
        background: #c1102a*/
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #555;
		/* background: url(../images/top_bg.jpg) left top repeat-y; */
		background-size: cover;		
    }
	#promo_banner{
        /* margin-top: 145px; */
        margin-top: 100px;
	}
		#promo_banner{
			height: auto;
			padding: 10px 0;
		}
		#promo_banner h2{
			padding: 5px 0 10px 10px
		}
		#promo_banner .holder{
			white-space: nowrap;
			overflow: auto;
		}
		/* #promo_banner a{
			display: inline-block;
			float: none;
			width: 48%;
		}
			#promo_banner a,
			#promo_banner a.first{
				margin: 0 0.5%;
			} */
	#brands{
		height: auto
	}
	#brands h3{
		text-align: center;
	}
	#brands .brand_item,
	#brands .brand_item.first{
		width: 48%;
		margin: 10px 1% 0 1%;
	}
	#outlets .outlet_item,
	#outlets .outlet_item.first{
		width: 97.5%;
		margin: 10px 1% 0 1%;		
	}
    #category_menu{
        padding-top: 5px;
        width: 97.5%;
        /*font-family:Montserrat;*/
    }
    #category_menu #category_banner {
        width: 100%;
        margin-top: 10px;
    }
    #category_menu #category_banner img {
        width: 98%;
        height: 170px;
        margin-left: 1%;
        object-fit: cover;
        overflow:hidden;
        border-radius: 8px;
    }
    #category_menu a {
        text-decoration: none;
        color:#000000;
        padding-right: 20px;
        background: url(../images/location_dropdown.png)  right center no-repeat;
        background-size: 12px;
        border-bottom: 1px dashed  #CC3739;
        padding-bottom: 4px;
    }
    #category_menu h4 {
        text-align: center;
        margin: 20px 0;
        /*font-family: Montserrat;
        font-weight: bold;*/
        font-size: 16px;
        color: #000000;
        
        /*border-bottom: dotted 1px #CC3739;*/
    }
    #category_menu button  {
        width:25%;
        height:106.67px;
        border:  0.1px solid #f8f8f8;
        background: #fff;
    }
    #category_menu button span{
        color:#fff;
    }
     #category_menu button label {
        color:#000000;
        /*font-family: Montserrat;
        font-weight: bold;*/
        margin-top: 6px;
        font-size: 10px;
     }
    #category_menu button img {
        width:40px;
        height:40px;
        position:relative;
    }
    #app_choose_location .item_row label.label{
        /*color: #333;*/
        font-size: 13px;
        font-family: 'open_sansregular';
        width: 40%;
        text-align: left;
    }
    #app_choose_location .item_row .type_to_search input[type="text"]{
        border: 1px solid #ccc;
        font-size: 12px;
    }
	#login_window{
		z-index: 49
	}
    div.item_box{
        position: relative;
        width:100%!important;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px 2px 5px #bbb;
        -moz-box-shadow: 0px 2px 5px #bbb;
        -webkit-box-shadow: 0px 2px 5px #bbb
    }
    #app_choose_location h3{
		position: relative;
        font-family: 'open_sanssemibold';
        font-size: 14px;
        /*color: #000;*/
        margin: 20px 0 10px 0;
    }
		#app_choose_location h3 button{
			display: block;
			/*position: absolute;
			left: 0;
			top: -70px;*/
			width: 100%;
			border: 1px solid #ccc;
			padding: 10px;
			float: none;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
    #location_box{
        position: relative;
		/*z-index: 20;*/
		width: 95%;
		padding: 0px 0px 10px 0px;
		margin: 0 auto !important
    }
    #location_box .location-container{
        width: 100%;
        padding: 45px 0 0 0;
        margin-left: 0px;
        margin-bottom: 30px;
       
    }
	#favItems .favholder .items{
		margin: 0 15px 0 0;
	}
    #location_box .item_row{
        margin: 5px 0;
    }
    .flex-container {
        display: flex;
        flex-direction: column;
    }
    /*#app_choose_location .item_row .type_to_search{
        width: 57%;
    }*/
    #choose_order_type{
        position: relative;
        margin-top: 15px;
    }
    #choose_order_type .item_row label.label{
        display: none
    }
    #app_choose_location .item_row .order_type_options,
    #app_choose_location .item_row .order_type_options div.item{
        width: 100%
    }
    #app_choose_location .item_row .order_type_options{
        margin-top: 12px
    }
    .order_type_options div.item label{
        color: #333;
        font-size: 13px;
        font-family: 'open_sansregular';        
    }
    .order_type_options div.item .checkmark{
        border: 1px solid #890405;
    }
    #checkout
    .order_type_options div.item .checkmark:after{
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px; 
        background: #890405;       
    }
    #app_choose_location .item_row .type_to_search .autocomplete,
    #web_choose_location .item_row .type_to_search .autocomplete{
        width: 95%;
        margin: 0px 8px;
        z-index: 99;
    }
    button#add_address {
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        line-height: 22px;*/
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        background: #890405;
        border:none;
        box-sizing: border-box;
        border-radius: 4px;
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width:100%;
    }
    #track_driver_details {
        /* font-size: 13px;
        text-transform: uppercase; */
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        border-top:1px solid #ccc;
        width:100%;
    }
    #track_driver_details #order-details label{
    
        font-size: 10px;
        text-decoration: underline;
        color: #2c96ed;
    }
    #track_driver_details #order-details{
        width: 40%;
        padding: 20px;
        text-align: center;
    }
    #track_driver_details #driver-details{
        width:60%;
        padding: 5px 10px;
        text-align: left;
    }
    #track_driver_details #driver-details h2{
        font-size: 11px;
        font-family: 'open_sansregular';
        color: #555;
        padding: 0px;
        padding-top: 5px;
    }
    #track_driver_details #driver-details h3{
        font-size: 13px;
        font-family: 'open_sansbold';
        color: #000;
        padding: 0px;
        padding-top: 5px;
    }
    button#start_order{
        display: none;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        font-family: 'open_sanssemibold';
        font-size: 15px;
        color: #fff; 
        background: linear-gradient(90deg,#FF4A4D 0%,#CC3739 100%);;
        border: none;
        text-transform: uppercase
    }
   /* #my_address_window{
        width:96%;
        margin-left: 2%;
        top:25px;
        position:relative;
        padding:0;
        margin-bottom: 50px;
        border:none;
    }*/
    /*#add_address_window{
        width:96%;
        margin-left: 2%;
        top:25px;
        position:relative;
        padding:0;
        border:none;
    } */
    #add_address_window .container #maps{
        width:100%;
        height: 200px;
        /* margin-left: -25px; */
        margin-top: 0px !important;
        position:relative;
    }
	#address-info-buttons{
		width: 100%;
		margin: auto
    }
    #address-location-detail{
        margin: 15px;
    }
    #new_address label {
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        line-height: 22px;*/
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'open_sanssemibold';
        color: #000;
    }
    #address_wrapper {
        max-height: 100%;
    }
    #existing_address_wrapper {
        max-height: 800px;
        padding: 0px;
        margin: 0px 0 10px 0;
    }
    #new_address .row button{
        width:100%;
        position: fixed;
        left:0;
        bottom: 0;
    }
    #add_address_window .container .row input[type="text"],
    #add_address_window .container .row textarea{
        width:100%;
    }
	#add_address_window{
		padding-bottom: 50px;
	}
    #add_address_window .row{
        margin:5px 0;
    } 
    #add_address_window .row button.cancel,
    button.go_home {
        background: #ffff !important;
        color: #555 !important;
        border: 1px solid #c1102a !important;
    }
    button.view_orders,
    button.go_home {
        border: none;
        cursor: pointer;
        font-family: 'open_sansbold';
        font-size: 15px;
        width:80%;
        color: #fff;
        background: #ff8328;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        margin: 0;
        padding: 0 40px;    
        height: 40px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;      
    }
    #success_title {
        text-align: center;
        margin-top: 40px;
    }
    #success_title .sub_title{
        margin-top: 20px;
        font-size: 18px;
        font-family: "open_sanssemibold";
    }
    .order_details label {
        font-size: 14px;
        font-family: "open_sansregular";
        color: #000;
    }
    .order_details {
        text-align: center;
        margin: 50px 0 0 0;
    }
    .order_details p {
        margin: 20px;
        font-size: 15px;
        font-family: "open_sansregular";
        color: #555;
    }
    div.item_box_web {
        height: auto;
        margin: 5px 0 10px;
    }
    #existing_address {
        padding: 0px 15px;
        background-color: #fff;
    }
    #add_address_window .row label{
        float:left;
        width:100%;
        margin: 10px 0;
    }
    #add_address_window #new_address form{
        margin: 15px;
    }
    #checkout_left .form_left {
        width:100%;
    }
    #checkout_left .order_type_options{
        display: flex;
        flex-direction: column;
    }
    #checkout_left .form_right {
        width:100%;
    }
	#checkout_left .form_right div{
		/* margin-left: 0 !important */
	}
	#cart_items .item .item_name{
		width: 44.5%;
	}
	#cart_items .item .item_total{
		font-size: 15px;
	}
    #app_cart{
        left: 0;
        top: 45px;
        width: 100%;
        height: calc(100% - 45px);
        z-index: 1
    }
    #app_cart h3{
        display: none
    }
    .checkout button{
        font-size: 17px;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        background: linear-gradient(90deg, rgb(137, 4, 5) 0%, rgb(137, 4, 5) 100%);
    }
    .fixed_bg .container button.back_close_Window {
        display:block;
        background: #fff;
        border:none;
        float:left;
        padding:15px;
    }
    .fixed_bg .container button.back_close_Window img {
        width:18px;
     }
    .fixed_bg .container button.close_window{
        display:none;
        right: 15px;
        top: 15px!important;
        border: none;
        background: transparent;
        font-size: 30px;
    }
    .fixed_bg .container h2{
        font-size: 18px;
        /* text-align: center; */
        /*margin-top: 3px;*/
        padding: 15px;
    }
    #checkout_window .container,
    #checkout_left,
    #checkout_right{
        width: 100%
    }
    #checkout_window .container{
        overflow: auto;
    }
    button.add_to_cart{
        font-size: 12px;
        /*background: #b71d34;
        border: 1px solid #b71d34;*/
        /*font-family: Montserrat;
        font-weight: 600;
        font-style: normal;
        color:#CC3739;*/
		color: #000;
		font-family: 'open_sansregular';
        /*border: 0.5px solid rgba(204, 55, 57, 0.2);
        border-radius: 4px;*/
        width: 80px;
        height: 30px;
    }
   
    #app_menu_container.no_sub_menu{
        padding-top: 5px;
    }
    #app_choose_location .item_row{
        margin-bottom: 0;
    }
    /*.main_group h3{
        display: none
    }*/
	.main_group h3{
		font-size: 14px;
        /* background: #ddd; */
        color: #000;
		padding: 10px 0px;
	}
    .sub_group .items h4{
        font-size: 14px;
        /*font-family: Montserrat;
        font-weight: bold;*/
        background: #FAFAFA;
        margin: 0 0 0 10px;
        /*display: none;*/
    }
    .sub_group .items{
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .sub_group .items_issearch {
        margin-top:44px;
    }
    /*.sub_cat_header {
        width:105%;
        margin-left: -10px;
    }*/
    #app_menu_container .item{
        /*width: 48%;*/
        /*height: 198px;*/
        /*margin: 1%;*/
        /*border: 1px solid #ddd;*/
        border-radius: 3px;
        border-bottom: 0;
        padding:0;
        margin-bottom: 15px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        overflow: hidden
    }
    /*#app_menu_container .item .item_name p{
        display: none;
    }*/
    #cart_items{
        padding-bottom: 30px;
    }
    .checkout{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .forgot_password{
        border: none;
        /*border-bottom: 0.25px solid rgba(204, 55, 57, 0.2);*/
        margin: 0;
        padding: 0;
        height: 50px;
        background: #fff;
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;*/
        font-size: 13px;
        text-transform: capitalize;
        color: #000000;
        cursor: pointer;
        text-decoration: none;
        text-align: right;
        font-family: 'avenir_book';
        width:100%;
        /*font-family: "open_sansregular";
        text-decoration: underline*/
    }
    .signup_link {
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .signup_link p {
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        line-height: 22px;*/
        font-size: 14px;
        font-family: 'gilory_bold';
        /*width: 50%;*/
        float: left;
        text-transform: uppercase;
        color: #BFBFBF;
        margin: 0px 10px 0px 0;
    }
    .signup_link button {
        margin-left: 15px;
        display: block;
        /* border: 1px solid #CC3739; */
        border: none;
        cursor: pointer;
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        line-height: 22px;*/
        font-size: 14px;
        /* margin: 30px 0; */
        float: left;
        font-family: 'gilory_bold';
        text-transform: uppercase;
        color: #000;
        background: #fff;
        cursor: pointer;
        /* width: 100%; */
        /* border-bottom: 1px solid #ddd; */
        margin: 30px 0;
        padding: 0 10px;
        height: 40px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    #track_order #maps {
        height: 250px;
		margin-top: 0;
        /* margin-left: -25px;
        width:115%; */
    }
    #track_order{
        overflow: none;
    }
    #track_order .container{
        overflow: auto;
        width: 100%;
    }
	button.call_driver{
		padding-bottom: 5px;
		background: #fff;
		border: none;
		font-family: open_sansregular;
		color: #000;
		font-size: 11px
	}
		button.call_driver img{
			width: 18px;
			padding-right: 5px
		}
    .fixed_bg .container .row input[type="text"], .fixed_bg .container .row input[type="password"], .fixed_bg .container .row input[type="email"], .fixed_bg .container .row select, .fixed_bg .container .row textarea{
        width: 100%
    }
    #checkout_window .container{
        /* padding-left: 10px;
        padding-right: 10px; */
    }
    #order_details button.track-order-btn {
        margin-left: 0px !important;
        width: 49%;
        padding: 15px !important;
        font-family: 'gilory_bold';
    }
    #order_details button.view-order-btn {
        width: 49%;
        padding: 15px !important;
        font-family: 'gilory_bold';
    }
    #checkout_window .container .row button.placeorder-btn{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #62B906 0%, #529F00 100%);
        /*font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        line-height: 22px;*/
        font-size: 14px;
        text-transform: uppercase;
        color: #FFFFFF;

    }
    .modifier_items{
  
  position: relative; 
    /* font-size: 16px; */
  background: #fff;
  float: left;
  width: 100%;
  padding: 10px 0 10px 0;
  margin: 0;
  -webkit-box-shadow: initial; 
  transition: background 0.5s; 
}
.modify_content_wrap {
  height:92%;
}
.modifier_items input[type="checkbox"]{
  width: 20px;
  height: 20px;
  margin: 0;
}
.modifier_items input {
    float: left;
}
.add_item button {
  font-size: 20px;
}
.modify_title{
  margin: 10px 0 10px 10px;
  float:left;
  font-size: 20px;
  width: 95%;
}
#modify_title{
  margin-top: 50px;
}
.modifier_items label{
  float:left;
  /*line-height: 40px;*/
  margin-left: 10px;
}
.modify-content{
    /* width: 90%;
    margin-left: 1.5px;
    position: fixed;
    height: 80%;
    right: 20px;
    margin-top:70px; */
    width: 100%;
    /* margin-left: 1.5px; */
    position: fixed;
    /* height: 80%; */
    /* right: 20px; */
    /* margin-top: 70px; */
    bottom: 15px;
    margin: auto;
    background: #fff;
  }
  .modify_title h3{
	  padding: 15px 0;
  }
  #bannerimage {
    width: 100%;
    height: 180px;
    /* background-color: purple; */
    /* background-position: center; */
    position: relative;
    /* margin-top: 143px; */
    /*margin-top: 133px;*/
    z-index: 0;
  }
  .slideshow-container{
	  height: inherit
  }
  .slideshow-container img{
    height: 180px;
    object-fit: fill;
}
  #favItems{
    /* margin-top: 50px; */
    /* top: 260px !important; */
}
#favItems .favholder{
    padding: 8px 0 16px 0 !important;
}
	#favItems .favholder p{
		padding-left: 0 !important
	}
#mobile_filter button#checkout_btn{
	height: 48px;
}
#favItems .favholder .items{
    width: 60% !important;
}
#favItems .item{
	overflow: hidden
}
#favItems .item .item_image img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.location-container img{
    margin-left: 35%;
    margin-top: 10px;
}
#header-empire-logo{
    display: none;
}
.brands-banners #image-cats {
    margin-left:15px !important;
}
#menupage-Storeinfo{
    display: none;
}
#menupage-DeliveryType{
    display: block;
}
#menupage-ToggleType{
    display: flex;justify-content: space-between;
                          margin: auto;
                          width: 50%;/*margin-top: 5px;*/
                          padding-top: 3px;
    }
    #order_details .order_history_header{
    display: none;
    }   
    #view_order_details .order_history_header{
        text-align: left;
        background-color: #f6f2e7;
        margin-bottom: 0px;
        display: block;
    }
    #view_order_details #order-history-title{
        display: block;
    }
    #view_order_details .order_history_header label{
        margin-left: 15px;
        color: #000000;
        font-family: 'open_sansbold';
    }
    #view_order_details #bill_summary{
        /* margin-left: 10px; */
        /* margin-right: 20px; */
        width: 90%;
        margin: auto;
    }

    #order_details .order_date,
#order_details .order_time{
    text-align: left;
}
#view_order_details .delivery_date_time{
    margin: 15px;
}
.brandsofempire{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.brandsofempire img{
    width: 60px;
    margin-left: 0px;
    margin-right: 0px;
}
.location-container #image-cats img {
    width: 60px;
}
.header_item{
    height: 35px;
}
#my_address_window .container{
    background-color: #f6f2e7;
}
#my_address_window .item_row{
    border-bottom: none;
}
#my_address_window .deliver_here {

    float: none;
}
.fixed_bg .container .form {
	margin: 0px auto;
	overflow: auto;
	width: 90%;
}
.mobile-top-header{
    box-shadow: 0px 0px 10px #555;
}
.fixed_bg .container .rows {
    margin: 8px 15px;
}
#order-user-info{
    margin: 15px;
}
#order-user-address{
    margin: 15px;
}
#add_address_inner{
    width: 100%;
    height: 85%;
    max-height: none;

}
.track_details{
    margin: 10px;
}
#feedback-content #food img{
    width: 50px;
}
#feedback-content h4{
    font-family: 'open_sansbold';
    color: #000000;
    font-size: 16px;


  }
  #order_details .order_total {
    /*font-family: Montserrat;*/
    font-size: 12px;
			font-family: 'avenir_book';
            color: #000000;
            font-weight: 100;
    line-height: 26px;
   
}
#order_details .order_status {
    padding-top: 5px;
}
#menu-ToggleFilter{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
    margin: auto;
}
#menu-ToggleFilter #selected-Address{
    width: 80%;
}
#menu-ToggleFilter #selected-Search{
    width: 20%;
}
#menu-ToggleFilter button#search{
    height: 30px;
}
#menupage-ToggleType #menu-veg{
    padding: 5px 0px 0px 7px; font-size: 10px;color:#555;font-family: 'avenir_book';height: 5px;
}
#menupage-ToggleType #menu-togglecontent{
    text-align: left; display: flex; width: 100%;align-items: center;flex-direction: column;
}
#menu-ToggleFilter #menu-selectedarea{
    font-family: 'open_sanssemibold';font-size: 14px;
    margin-top: -3px;
}
#menu-delivery-to{
    font-family: 'open_sansbold';display: inline-block;
}
#web_home_container{
    padding-top: 230px;
    background: #f0ddbb;
    /* bottom: 0; */
    /* padding-bottom: 40%; */
    }
    #web_choose_location{
        position: relative;
        width: 95%;
        top: 0px;
        margin: auto;
        padding: 0px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #f0ddbb;
        border: none;
        box-sizing: border-box;
    }
    #web_choose_location .order_type_options
{
    display: flex;
    flex-direction: column;
}
#homepage_container{
    height: 100vh;
    background: #f0ddbb;
}
}

