/* font-family: "BrandonGrotesque-Bold";  */


/* font-family: "BrandonGrotesque-Light";  */


/* font-family: 'Rokkitt-Regular'; */


/* font-family: 'Rokkitt-Bold'; */


/* header */

body {
    font-family: "BrandonGrotesque-Light";
    font-size: 16px;
}

.error {
    color: red;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    padding: 3px 4px 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(136, 200, 124, 0.6);
    border-color: #88C87C;
}

.mb_logo {
    display: none;
}

.header {
    padding: 1.7% 3%;
}

.menu_block .navbar-default {
    background-color: transparent;
    border: medium none;
}

.menu_block .navbar-nav > li > a {
    font-family: "BrandonGrotesque-Bold";
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 17px;
    color: #5c6870;
}

.menu_block {
    float: right;
    text-align: right;
}

.menu_block .navbar {
    border: medium none;
    margin-bottom: 0;
    min-height: auto;
    padding: 19px 0 0;
}

.menu_block .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #88c87c;
}

.coming_soon_text {
    position: absolute;
    right: 24px;
    top: -16px;
    width: 90px;
}

.head_fix {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    box-shadow: 0 0 2px 1px grey;
}

.top_pad {
    padding: 94px 0 0 !important;
}

.login_box_new.sign_up {
    margin-bottom: 20px;
}

.menu_block .navbar-nav > li > .active {
    color: #88C87C;
}

.cart_block_11 {
    font-size: 25px;
    line-height: 1;
    margin-top: -8px;
}

.cart_block_1 {
    position: relative !important;
}

.cart_block_12 {
    background-color: #88c87c;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: -11px;
    width: 20px !important;
}

.user_icon {
    font-size: 22px;
    line-height: 1 !important;
    margin-top: -10px;
}


/* home */

.home_slider_bg {
    background-image: url(../images/home.jpg);
    min-height: 560px;
    height: 560px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    background-position: 0 -75px;
}

.home_slider_inner_block {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.slider_text_1 {
    color: #ffffff;
    font-size: 50px;
    font-family: "BrandonGrotesque-Bold";
}

.slider_text_2 > span {
    color: #ffffff;
    display: inline-block;
    font-family: "BrandonGrotesque-Light";
    font-size: 39px;
    line-height: 0.8;
}

.slider_text_2 > img {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
    width: 20px;
}

.slider_btnn {
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin: 1% 0;
    padding: 12px 25px;
    text-transform: uppercase;
    font-family: "BrandonGrotesque-Light";
    font-weight: bold !important;
    transition: all 300ms ease 0s;
}

.slider_text_2 {
    margin: 2% 0;
}

.home_slider_inner {
    padding-top: 13%;
    text-align: center;
}

.slider_btnn:hover,
.slider_btnn:focus,
.slider_btnn:active {
    background-color: #88c77d;
    border: 1px solid;
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms ease 0s;
}


/* footer */

.delivery_order_right_inner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 262px;
    min-height: 262px;
    position: relative;
    text-align: center;
    padding-top: 108px;
    background-color: #12232e;
}

.delivery_order_block {
    background-color: #88c87c;
}

.home_text_3 {
    color: #ffffff;
    font-size: 35px;
    font-family: "BrandonGrotesque-Bold";
}

.home_text_4 {
    color: #ffffff;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Rokkitt-Regular';
}

.home_text_5 {
    color: #ffffff;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Rokkitt-Regular';
}

.delivery_order_left {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    vertical-align: top;
    padding-top: 74px;
    float: left;
}

.delivery_order_right {
    display: inline-block;
    width: 39.7%;
    vertical-align: top;
    float: right;
}

.home_text_6 {
    color: 5C676F;
    font-size: 31px;
    font-family: "BrandonGrotesque-Light";
}

.off_text {
    color: 5C676F;
    font-size: 31px;
    font-family: "BrandonGrotesque-Bold";
}

.signup_form_block {
    padding: 4% 0;
    text-align: center;
}

.footer_signup {
    background-color: #f6f6f6;
    border: medium none;
    box-shadow: none;   
	margin-right: 5px;
}

.btn_clr {
    font-family: "BrandonGrotesque-Bold";
    background-color: #88c87c !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 32px !important;
    border: 1px solid #88c87c !important;
    transition: all 300ms ease 0s;
}

.btn_clr:hover {
    background-color: transparent !important;
    border: 1px solid #88c87c !important;
    color: #88c87c !important;
    transition: all 300ms ease 0s !important;
}

.signup_form {
    padding: 18px 0;
}

.delivery_order_left_inner {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.footer_bottom_block {
    background-color: #f6f6f6;
    padding: 2% 3%;
}

.footer_bottom_left > p {
    color: #d0d2d6;
    display: block;
    font-family: "BrandonGrotesque-Bold";
    font-size: 17px;
    margin: 0;
    padding: 3px 0;
    vertical-align: middle;
}

.social_icon {
    background-color: #d3d4d8;
    border-radius: 100%;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 300ms ease 0s;
}

.social_lists > li {
    display: inline-block;
    padding: 0 4px;
}

.social_lists {
    text-align: right;
    margin: 0;
    padding: 0;
}

.social_lists a:hover .social_1 {
    background-color: #4867AA;
    transition: all 300ms ease 0s;
}

.social_lists a:hover .social_2 {
    background-color: #1DA1F2;
    transition: all 300ms ease 0s;
}

.social_lists a:hover .social_3 {
    background-color: #9B2D83;
    transition: all 300ms ease 0s;
}

.salads_sec {
    padding: 85px 0 0;
}

.order_now_text {
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-family: "BrandonGrotesque-Bold";
    font-weight: bold !important;
    margin: 1% 0;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    background-color: transparent;
}

.order_now_text:hover,
.order_now_text:active {
    background-color: #88c77d;
    border: 1px solid;
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms ease 0s;
}

.order_now_text:focus {
    color: #ffffff;
}


/*  location page */

.side_menu_block {
    left: 0;
    position: fixed;
    top: 20%;
    z-index: 1;
}

.location_slider_bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 430px;
    position: relative;
}

.menu_1 {
    background-image: url("../images/menu_salad.jpg");
    background-position: 0 -65px;
}

.menu_2 {
    background-image: url("../images/menu_bowls.jpg");
    background-position: 0 -125px;
}

.menu_3 {
    background-image: url("../images/menu_juice.jpg");
    background-position: 0 -205px;
}

.menu_4 {
    background-image: url("../images/menu_brkfast.jpg");
    background-position: 0 -65px;
}

.menu_5 {
    background-image: url("../images/menu_own.jpg");
    background-position: 0 -105px;
}

.location_bg {
    background-image: url("../images/location_1.jpg");
    background-position: 0 -165px;
}

.about_bg {
    background-image: url("../images/about_us.jpg");
    background-position: 0 -138px;
}

.location_slider_inner_block {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.location_slider_inner {
    padding-top: 13%;
    text-align: center;
}

.location_text_1 {
    color: #ffffff;
    display: inline-block;
    margin: 0;
    font-size: 48px;
    padding: 15px 0;
    font-family: "BrandonGrotesque-Light";
    text-transform: uppercase;
}

.outline_border_1 {
    margin: 0 auto;
    text-align: center;
}

.side_menu_lists > li {
    background-color: #F3F3F3;
    display: block;
    list-style: outside none none;
    text-align: right;
    width: 135px;
    margin: 10px 0;
}

.side_menu_lists {
    padding: 0;
    margin: 0 !important;
}

.side_menu_01 {
    background-repeat: no-repeat;
    color: #5c676f;
    display: block;
    font-size: 14px;
    height: 62px;
    text-transform: uppercase;
    line-height: 1.1;
    transition: all 300ms ease 0s;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.side_menu_0 {
    background-repeat: no-repeat;
    color: #5c676f;
    display: block;
    text-transform: uppercase;
    min-height: 65px;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.side_menu_111 {
    background-image: url("../images/side_menu_1.png");
    padding: 10px 7px;
    background-position: 6px 3px;
}

.side_menu_222 {
    background-image: url("../images/side_menu_3.png");
    padding: 10px 7px;
    background-position: 0 3px;
}

.side_menu_333 {
    background-image: url("../images/side_menu_2.png");
    padding: 10px 7px;
    background-position: 0 3px;
}

.side_menu_444 {
    background-image: url("../images/side_menu_5.png");
    padding: 18px 7px;
    background-position: 0;
}

.side_menu_555 {
    background-image: url("../images/side_menu_4.png");
    padding: 10px 7px;
    background-position: 6px 3px;
}

.side_menu_60 {
    background-image: url("../images/side_menu_2.png");
    padding: 20px 7px;
    background-position: 6px 3px;
}

.side_menu_61 {
    background-image: url("../images/side_menu_1.png");
    padding: 10px 7px;
    background-position: 6px 3px;
}

.side_menu_62 {
    background-image: url("../images/side_menu_3.png");
    padding: 10px 7px;
    background-position: 0 3px;
}
.side_menu_63 {
    background-image: url("../images/side_menu_5.png");;
    padding: 10px 7px;
    background-position: 0 3px;

   
}

.active_side_menu:hover,
.active_side_menu:focus {
    /* background-color: #88c780;*/
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms ease 0s;
}

.map_marker {
    display: inline-block;
}

.side_menu_01:hover
 {
    background-color: #88c780;
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
.location_text_2 {
    color: #ffffff;
    display: inline-block;
    font-family: "BrandonGrotesque-Light";
    font-size: 45px;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
}

.location_text_6 {
    color: #5c6870;
    font-size: 16px;
    font-family: "BrandonGrotesque-Bold";
}

.location_text_7 {
    color: #5c6870;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Rokkitt-Regular';
}

.location_text_8 {
    font-size: 15px;
    font-family: "BrandonGrotesque-Light";
    color: #5c6870;
}

.map_marker {
    margin: 0;
    vertical-align: sub;
    width: 15px;
}

.location_text_8 > span {
    line-height: 1;
    vertical-align: middle;
}

.salad_block {
    padding: 3% 0 3% 10%;
}

.location_block_11 {
    padding: 14px 96px 10px 0;
}

.wraps_block {
    padding: 7% 0 7% 10%;
}

.locatio_title_2 {
    color: #87c67d;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "BrandonGrotesque-Light";
}

.location_block_12 {
    padding: 14px 96px 0 0;
}

.location_block_13 {
    padding: 1px 96px 0 0;
}

.location_text_8 {
    color: #5c6870;
    font-size: 15px;
    font-family: "BrandonGrotesque-Bold";
    margin: 0;
}

.locatio_title_9 {
    color: #87c67d;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "BrandonGrotesque-Light";
    margin: 0 0 15px;
}
.locatio_title_10 {
    color: #87c67d;
    font-family: "BrandonGrotesque-Light";
    font-size: 15px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.breakfast_block {
    padding: 7% 0 17% 10%;
}

.build_own_list > li {
    color: #5c6870;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Rokkitt-Regular';
    list-style: none;
}

.build_own_list {
    margin: 1% 0 20%;
    padding: 0;
}

.build_own_block_1 {
    padding: 7% 0 7% 10%;
}

.soup_block {
    background-color: #f3f3f3;
    padding: 18% 8%;
    text-align: center;
    margin: 15px 0 0;
}

.location_text_11 {
    color: #5c6870;
    font-size: 17px;
    font-family: "BrandonGrotesque-Bold";
    padding: 3px 0 4px;
}

.location_text_12 {
    color: #5c6870;
    font-size: 17px;
    font-family: 'Rokkitt-Regular';
}

.location_text_13 {
    color: #5c6870;
    font-size: 17px;
    font-family: 'Rokkitt-Regular';
    line-height: 1.1;
}

.border_block_3 {
    border-top: 2px dotted #5c6870;
    height: 1px;
    width: 95px;
    text-align: center;
    margin: 15px auto 22px;
}

.order_text_1 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "BrandonGrotesque-Bold";
    color: #5c6870;
}

.call_pop_footer {
    background-color: #88c87c;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    padding: 8px 20px;
    margin: 10px 0;
    border: 1px solid #88c87c;
    transition: all 300ms ease 0s;
}

.call_pop_footer:hover {
    background-color: transparent;
    transition: all 300ms ease 0s;
    color: #88c87c;
}

.order_now_block .close > span {
    display: block;
    font-size: 30px !important;
}

.order_now_block .modal-header {
    padding: 5px 15px;
}

.order_text_4 {
    font-size: 16px;
    font-family: "BrandonGrotesque-Bold";
    color: #5c6870;
}

.order_text_5 {
    font-family: "BrandonGrotesque-Bold";
    background-color: transparent;
    border: 1px solid #88c87c;
    color: #88c87c;
    margin: 0 7px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}

.order_text_3 {
    padding-top: 15px;
}

.order_text_5:hover {
    background-color: #88c87c;
    color: #ffffff;
}

.btn_clr_2 {
    background-color: #88c87c;
    border: 1px solid #88c87c;
    color: #ffffff;
    float: right;
    font-family: "BrandonGrotesque-Bold";
    font-size: 14px;
    font-weight: 800;
    margin: 12px 0;
    padding: 5px 10px;
    text-align: right;
    transition: all 300ms ease 0s;
}

.cart_min_block_1 {
    padding: 2px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cart_min_block_2 {
    padding: 5px 0 0;
}

.qntity_text {
    display: inline-block;
    vertical-align: middle;
}

.qntity_value {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 0 5px;
}

.wrapper_menu_dishes {
    padding: 3% 5% 3% 11%;
}


/*.ingred_block_lists .ingred_lists {
    padding: 1% 1% 32%;
}*/

#not_find_location {
    color: red;
    text-align: left;
}

.active_side_menu {
    background-color: #88c780;
    color: #ffffff;
    transition: all 300ms ease 0s;
}

.text_locate_1 {
    color: #88c87c !important;
    font-weight: 600;
}

.qnty_21 {
    position: relative;
}

.qnty_21 input {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 75px;
}

.remv_item_block {
    background: #fff none repeat scroll 0 0;
    color: #555555;
    /* padding: 1px 20px;*/
    width: 100%;
}


/*.order_head_new a {
    color: #88c87c;
    font-weight: 800;
}

.remv_item_text {
    border: medium none;
    float: right;
    line-height: 1;
    padding: 0;
    text-align: right;
    color: #88C87C;
}

.remv_item_text:hover,
.remv_item_text:focus {
    border: medium none;
    color: #5c6870;
}
*/

.chck_block {
    display: block;
}

.sb_menu_2 {
    float: right;
    margin: 0;
    padding: 10px 0;
}

.sb_menu_2 > li {
    display: inline-block;
}

.sb_menu_2 a {
    display: block;
    font-size: 16px;
    padding: 15px 8px;
    transition: all 300ms ease 0s;
}

.sb_menu_2 a:hover,
.sb_menu_2 a:focus {
    color: #5c6870;
    transition: all 300ms ease 0s;
}

.dish_img {
    height: 220px;
    overflow: hidden;
    width: 100%;
}

.dish_img img {
    height: 100%;
    width: 100%;
}

.locate_prnt_block {
    padding: 12px 10px 0;
}

.sb_menu_2 a {
    background-color: #88c87c;
    color: #ffffff;
    display: block;
    font-size: 14px !important;
    padding: 5px 12px;
    transition: all 300ms ease 0s;
    border: 1px solid #88c87c;
}

.sb_menu_2 a:hover {
    background-color: transparent;
    border: 1px solid #88c87c;
    color: #88c87c;
}


/* about */

.about_text_1 {
    color: #5c676f;
    font-family: "BrandonGrotesque-Light";
    font-size: 18px;
    padding: 1% 23% 0;
    text-align: center;
}

.about_block {
    padding: 6% 0;
}


/* contact */

.contact_adress_block address {
    color: #5c676f;
    font-family: "BrandonGrotesque-Light";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 25px 0 10px;
    font-weight: 500;
}

.contact_adress_block p {
    color: #5c676f;
    font-family: "BrandonGrotesque-Light";
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
}

.college_map_block_left {
    padding: 14% 5%;
}

.college_map_block_right {
    padding: 14% 5%;
}

.contact_title_1 {
    color: #5c676f;
    font-size: 26px;
    text-align: center;
    font-family: "BrandonGrotesque-Bold";
}

.contact_block_2 {
    background-color: #f3f3f3;
    padding: 5% 0;
    text-align: center;
}

.contact_form_block {
    display: inline-block;
    margin: 3% 0;
    min-height: 335px;
    min-width: 485px;
    text-align: center;
}

.input_block_2 {
    background-color: transparent;
    border: 1px solid #88C87C;
    padding: 5px;
}


/* order location */

.location_order_bg {
    background-image: url("../images/home.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 560px;
    min-height: 560px;
    position: relative;
}

.location_order_inner_block {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.location_order_inner {
    background-color: #ffffff;
    padding: 8% 2% 0;
    position: absolute;
    text-align: center;
    width: 31%;
}

.locate_text_1 {
    color: #5c6870;
    font-size: 58px;
    font-family: "BrandonGrotesque-Light";
}

.locate_text_2 {
    color: #5c6870;
    font-family: "BrandonGrotesque-Light";
    font-size: 28px;
    line-height: 1;
    margin: 20px 0 35px;
    padding: 0 12%;
}

.input_block_1 {
    background-color: transparent;
    border: 1px solid #88c87c;
    width: 100% !important;
    height: 42px;
    padding: 0 5px;
}

.btn_sbmt {
    background-color: #88c87c;
    border: 1px solid #88c87c;
    color: #ffffff;
    font-family: "BrandonGrotesque-Bold";
    font-weight: bold !important;
    height: 100%;
    margin: 20px 0;
    padding: 10px 15px;
    text-transform: uppercase;
}

.location_order_inner_blocks {
    float: left;
    width: 31%;
    border-top: 1px solid #88c87c;
}

.location_order_block {
    float: right;
    width: 69%;
    position: relative;
}

.locate_text_3 {
    color: #5c6870;
    font-family: "BrandonGrotesque-Light";
    font-size: 28px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}

.location_order_inner_blocks_1 {
    float: left;
    /*width: 50%; */
    border-top: 1px solid #88c87c;
}

.location_order_inner_11 {
    background-color: #f8f8f6;
    height: 559px;
    overflow-y: scroll;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    position: absolute;
    text-align: center;
    width: 40%;
}

.location_order_block_1 {
    float: right;
    width: 60%;
    position: relative;
}

.google_location_mapp {
    overflow: hidden;
    height: 468px !important;
    width: 100% !important;
}

.location_order_inner_1 {
    background-color: #f8f8f6;
    height: 559px;
    overflow-y: scroll;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 3%;
    position: absolute;
    text-align: center;
    width: 50%;
}

.locate_text_6 {
    color: #88C87C;
    font-size: 38px;
}

.com_locatn_text_block {
    color: #5c676f;
    font-family: "BrandonGrotesque-Light";
    font-size: 20px;
    line-height: 1.2;
    padding: 25px 0 15px;
}

.com_locatn_img_wrap {
    height: 262px;
    width: 530px;
}

.location_imgs_1 {
    height: 100%;
    width: 100%;
    transition: all 300ms ease 0s;
}

.com_locatn_img_wrap {
    border: 1px solid #88c87c;
    border-radius: 3px;
    height: 270px;
    width: 100%;
    overflow: hidden;
    transition: all 300ms ease 0s;
}

.com_locatn_text_block {
    color: #5c676f;
    font-family: "BrandonGrotesque-Light";
    font-size: 20px;
    line-height: 1.2;
    padding: 12px 0;
    text-align: left;
}

.locate_text_4 {
    color: #5c6870;
    font-family: "BrandonGrotesque-Light";
    font-size: 28px;
    text-align: left;
    margin-bottom: 0;
}

.com_locatn_block {
    border: 1px solid #88C87C;
    border-radius: 3px;
    padding: 10px 10px 0;
    width: auto;
    margin: 15px 0;
    transition: all 300ms ease 0s;
}

.com_locatn_block:hover {
    border: 1px solid #88c87c;
    box-shadow: 0 0 4px 1px #88c87c;
}

.com_locatn_block:hover .location_imgs_1 {
    transition: all 300ms ease 0s;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.com_locatn_text_block address {
    margin: 0;
}

.com_locatn_text_block address a {
    color: #5c6870;
}

.location_order_map_bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* height: 560px;
min-height: 560px;*/
    width: 100%;
    right: 0;
}

.form_block_1 .form-group {
    width: 100%;
}

.form_block_1 .input_block_2 {
    width: 80%;
    background-color: transparent;
    border: 1px solid #88c87c;
    height: 42px;
}

.form_block_1 {
    margin-bottom: 25px;
}

.company_locate_1 {
    color: #88c87c;
    font-size: 22px;
    font-weight: 800;
}

.btn_sbmt_2 {
    background-color: #88c87c;
    border: 1px solid #88c87c;
    color: #ffffff;
    font-family: "BrandonGrotesque-Bold";
    font-weight: bold !important;
    height: 100%;
    margin: 0 0 0 5px;
    padding: 10px 5px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
}

.company_locate_1:hover {
    color: #5c6870;
}


/* main menu location */

.main_menu_section {
    float: left;
    width: 31%;
    background-color: #f2f2f2;
}

.m_text_2 {
    color: #5c6870;
    font-family: "BrandonGrotesque-Light";
    font-size: 28px;
    float: left;
    line-height: 1;
    margin: 0;
}

.m_text_3 {
    color: #5c6870;
    font-family: "BrandonGrotesque-Light";
    font-size: 28px;
    float: right;
    line-height: 1;
    margin: 0;
}

.m_text_1 {
    color: #88c87c;
    display: block;
    font-family: "BrandonGrotesque-Light";
    font-size: 30px;
    padding-bottom: 0px;
    margin: 0;
}

.ingred_lists {
    padding: 0;
}

.ingred_block_lists .ingred_lists {
    padding: 3px 3px 42px;
    margin: 0;
}

.ingred_img_wrap_11 img {
    height: 100%;
    width: 100%;
}

.ingred_hover {
    position: relative;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.hover_1 {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    color: #5c6870;
    height: 90px;
    margin: 0 auto;
    padding: 32px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 1;
}

.cross_1 {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #52a244;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cross_1 i {
    border: 2px solid;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 100 !important;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    color: #52a244;
}

.included_1 {
    background-color: rgba(136, 200, 124, 0.9);
    border: 1px solid #52a244;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.included_1 i {
    border: 2px solid;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 100 !important;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
    color: #ffffff;
}

.remove_1 {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ef7b74;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.remove_1 i {
    border: 2px solid;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 100 !important;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
    color: #ef7b74;
}

.money_icon {
    font-size: 15px;
    font-weight: 300 !important;
    padding: 0 1px;
}

.m_text_4 {
    color: #5c6870;
    font-family: "BrandonGrotesque-Light";
    font-size: 14px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 4px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    text-transform: capitalize;
    text-align: left;
    border-top: 1px solid #f0f7ee;
    /*width: 6.3em;*/
}


/*
.ingred_lists.clearfix > li {
    background-color: #ffffff;
    border: 1px solid #88c87c;
    border-radius: 3px;
    display: inline-block;    
    padding: 5px;
    vertical-align: top;
    width: 32.5%; margin:0;
}*/

.ingred_img_wrap_11 {
    /* height: 90px;
    width: 90px;*/
    height: 100px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/*.ingred_lists.clearfix > li {
    margin:5px; 
    background-color: #ffffff; 
    border-radius: 3px;
    display: inline-block;        
    vertical-align: top;
    width: 29.8%; 
}
*/

.main_menu_wrap {
    padding: 23px 5px 0;
}

.m_text_1_title {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0;
    padding: 3px 10px;
}

#remake_text {
    border: 1px solid #88c87c;
    border-radius: 3px;
    color: #88c87c;
    display: block;
    font-family: "BrandonGrotesque-Bold";
    font-size: 15px;
    padding: 4px 5px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    vertical-align: middle;
}


/*.remake_section .ingred_lists.clearfix > li {margin: 8px; width: 23%;  border-radius: 5px; }*/

.ingred_content_title {
    padding: 0 0 10px;
}

.ingred_content_block {
    background-color: #f0f7ee;
    border-radius: 8px;
    margin: 12px 0 0;
    padding: 8px;
}

.hover_1 {
    display: none;
}

.ingred_hover:hover .hover_1 {
    display: block;
    /*border:1px solid #ef7b74;*/
}

.ingred_block_lists {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 360px;
    overflow-y: scroll;
    padding: 3px;
}

.main_menu_1 {
    position: relative;
}

.cart_min_block {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    /*position: absolute;*/
    width: 100%;
    padding: 7px 10px;
    z-index: 1;
}

.m_text_5 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    font-family: "BrandonGrotesque-Light";
    float: left;
}

.m_text_51 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    font-family: "BrandonGrotesque-Light";
    float: right;
}

.m_text_61 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    font-family: "BrandonGrotesque-Light";
    float: left;
}

.m_text_6 {
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    margin: 0;
    font-family: "BrandonGrotesque-Light";
    float: right;
    padding: 6px 8px;
    background-color: #88c87c;
    transition: all 300ms ease 0s;
    border-radius: 3px;
}

.m_text_6:hover {
    background-color: #5c6870;
    color: #ffffff;
    text-decoration: none;
    transition: all 300ms ease 0s;
}

#remake_text:hover {
    color: #88c87c;
    text-decoration: none;
}


/* main side menu location */

.remake_section {
    background-color: #ffffff;
    display: none;
    height: 100%;
    margin: 0;
    padding: 20px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.remake_wrap_block {
    background-color: #ffffff;
    border-radius: 6px;
    height: 540px;
    overflow-y: scroll;
    padding: 20px;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    font-family: "BrandonGrotesque-Light";
    color: #5c6870;
    font-size: 18px;
    text-decoration: none;
}

.ingred_blocks_1 .ingred_img_wrap_11 {
    height: 175px;
    width: 100%;
}

.ingred_blocks_1 .hover_1 {
    height: 175px;
    padding-top: 60px;
    top: 0;
    width: 100%;
}

.m_text_8 {
    font-family: "BrandonGrotesque-Light";
    font-size: 17px;
    text-align: center;
    padding: 5px 0;
}

.m_text_9 {
    color: #ffffff;
    font-weight: 800;
}

.m_text_10 {
    color: #ef7b74;
    font-weight: 800;
}

.m_text_11 {
    color: #52a244;
    font-weight: 800;
}

.remake_section .ingred_lists {
    margin: 0;
}

.remake_section .panel-body {
    padding: 10px 5px;
}

.no_dish_record > p {
    border: 1px solid #88c87c;
    color: #555555;
    font-size: 25px;
    margin: 3% 0 0;
    padding: 3% 0;
    text-align: center;
}


/* order bill */

.order_head_new > p {
    float: right;
    font-family: "BrandonGrotesque-Light";
    font-size: 20px;
    margin: 0;
    padding: 7px 0 0;
    vertical-align: bottom;
}

.order_bill_blocks {
    background-color: #ffffff;
    border: 1px solid #88c87c;
   /* height: 440px;*/
	height:370px;
	
    overflow-y: scroll;
    padding: 5px;
}

.order_bill_1 .order_head_new h3 {
    display: inline-block;
    margin: 0;
}

.qntity_value > select {
    height: 30px;
}


.order_head_new {
    padding: 27px 0 1px;
}

.head_text_new {
    padding-left: 5%;
}


/*.add_more_1 {
    color: #5c6870;
    display: block;
    font-family: "BrandonGrotesque-Light";
    font-size: 16px;
    padding: 9px 0;
    text-align: right;
}*/

.order_img {
    height: 175px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
}

.order_img img {
    width: 100%;
    height: 100%;
}

.no_item_bbag1 {
    color: #5c6870;
    font-size: 16px;
    text-align: center;
}

.pay_img_text_1 {
    color: #5c6870;
    display: block;
    font-family: "BrandonGrotesque-Light";
    font-size: 18px;
    padding: 0 0 8px;
}

.pay_img_block {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    vertical-align: middle;
}

.remake_section .panel-heading {
    padding: 0 !important;
}

.remake_section .panel-heading a {
    color: #5c6870;
    display: block;
    font-weight: 600;
    padding: 10px 15px !important;
}

.pay_imgs {
    display: block;
    padding-top: 4px;
}

.basic_block_10 {
    margin: 0 auto;
    padding: 2% 0;
    width: 50%;
}

.order_detail_block_outer {
    padding-top: 7%;
}

.order_imgs_1 {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.order_imgs_1 img {
    width: 100%;
    height: 100%;
}

.order_detail_block_22 {
    text-align: right;
}

.desc_p1 {
    font-size: 14px;
    line-height: 1;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
}

.desc_p2 {
    border-top: 1px solid #88c87c;
}

.order_t1 {
    font-family: "BrandonGrotesque-Bold";
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    color: #5c6870;
    border-bottom: 1px solid #5c6870;
}

.order_detail_block {
    padding: 3% 0;
}

.order_detail_title > p {
    background-color: #ebebeb;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    font-family: "BrandonGrotesque-Light";
}

.order_detail_content {
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 15px 20px;
}

.order_p_21 {
    display: inline-block;
    margin-right: 0;
    width: 115px;
    font-family: "BrandonGrotesque-Light";
}

.order_p_22 {
    display: inline-block;
    font-family: "BrandonGrotesque-Light";
}

.order_table_block th {
    background-color: #ebebeb;
    font-family: "BrandonGrotesque-Light";
    font-size: 18px;
}

.order_pay_t1 {
    background-color: #ebebeb;
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    margin: 2px 0;
    font-family: "BrandonGrotesque-Bold";
    font-size: 20px;
}

.order_pay_t11 {
    display: inline-block;
    text-align: left;
    width: 130px;
}

.order_pay_t2 {
    background-color: #88C87C;
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    margin: 2px 0;
    color: #ffffff;
    font-family: "BrandonGrotesque-Bold";
    font-size: 20px;
}

.order_detail_block_1 {
    padding: 1% 0;
}

.no_more_ent {
    color: red;
    text-align: left;
}

.order_bill_inner_block {
    padding: 10px;
    transition: all 300ms ease 0s;
}

.mb_r_block {
    display: none;
}

#yes-error {
    position: absolute;
}

.check_signup_wrap {
    position: relative;
    padding: 0 0 15px;
}

.mb_menu_2 {
    display: none;
}

.mb_side_menus_1 {
    display: none;
}

.mb_side_menus_wrap {
    position: relative;
}

textarea.form-control {
    height: auto !important;
}

.order_pay_t21 {
    display: inline-block;
    text-align: left;
    width: 130px;
}

.order_pay_t31 {
    display: inline-block;
    text-align: left;
    width: 150px;
}

.order_pay_t41 {
    display: inline-block;
    text-align: left;
    width: 135px;
}

.small_menu_block {
    background-color: #f2f2f2;
    display: block;
    margin: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    width: 200px;
    display: none;
    transition: all 300ms ease 0s;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.small_menu_block > li {
    list-style: outside none none;
    padding: 5px 0;
}

.small_menu_block a {
    color: #88C87C;
}

.user_anchor_link:hover .small_menu_block {
    display: block;
    transition: all 300ms ease 0s;
}

.user_anchor_link > a:hover {
    color: #5c6870 !important;
}

.login_box_new.sign_up i {
    color: red;
    font-size: 20px;
    font-weight: 800;
    text-align: left !important;
}

.contact_adress_block a {
    color: #5c676f;
}

.p_order_block_1 {
    margin: 15px 0;
    padding: 10px;
}

.basic_block_10 i {
    color: red;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pickdate1 {
    padding-left: 0;
}

.picktime1 {
    padding-right: 0;
}

.order_p_1 {
    color: #88C87C;
    font-weight: 600;
}

.order_p_2 {
    color: #5c6870;
    font-weight: 600;
    margin: 0 3px;
}

.order_p_11 {
    display: inline-block;
    margin: 0 23px 0 0;
    vertical-align: middle;
}

.p_order_3 {
    border-top: 20px solid #ffffff !important;
    background-color: #eff7ed;
}

.order_detl_5 {
    background-color: #ffffff;
}

.order_detl_5 td {
    border-top: none !important;
}

.btn_clr_4 {
    background-color: #88c87c;
    border: 1px solid #88c87c;
    color: #ffffff;
    float: right;
    font-family: "BrandonGrotesque-Bold";
    font-size: 14px;
    font-weight: 800;
    padding: 5px 10px;
    text-align: right;
    transition: all 300ms ease 0s;
}

.order_block_p_11 {
    display: inline-block;
    padding-top: 7px;
}

.order_block_wrap15 {
    padding: 0 0 8px !important;
}

.u_name {
    color: #88c87c;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    vertical-align: middle;
    font-family: "BrandonGrotesque-Light";
}

.mb_m_text_3 {
    display: none;
}

.details_head_5 h3 {
    color: #555555;
    font-size: 32px;
    margin: 0 0 15px;
    text-align: center;
}

.estrict_error {
    color: red;
}

.btn_clr_5 {
    background-color: #88c87c;
    border: 1px solid #88c87c;
    color: #ffffff;
    float: left;
    font-family: "BrandonGrotesque-Bold";
    font-size: 14px;
    font-weight: 800;
    padding: 5px 10px;
    text-align: right;
    transition: all 300ms ease 0s;
}

.ship_detail_block11 {
    padding-top: 5%;
}


/*.ingred_lists.main_ing_item { text-align: center; }*/

.dish_main:hover {
    border: 1px solid #88C87C;
    transition: all 300ms ease 0s;
    box-shadow: 0 0 4px 1px grey;
}

.dish_main:hover h3 {
    color: #88C87C;
    transition: all 300ms ease 0s;
}

.dish_main {
    background: #F8F8F6;
    padding: 5px;
    /*-webkit-box-shadow: 4px 4px 6px 0px rgba(166,166,166,1);
-moz-box-shadow: 4px 4px 6px 0px rgba(166,166,166,1);
box-shadow: 4px 4px 6px 0px rgba(166,166,166,1);
transition-duration: 0.2s;*/
    margin: 25px 15px;
    border: 1px solid #88C87C;
    transition: all 300ms ease 0s;
}

.remake_wrap_block .panel-body {
    background-color: #f2f2f2;
}

.remake_wrap_block .m_text_4 {
    padding: 8px 4px;
    font-size: 16px;
}

.menu_cstm_txt_1 {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: 0 3px 0 0;
}

.menu_cstm_on {
    display: inline-block;
    vertical-align: middle;
}

.menu_cstm_txt_2 {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.menu_cstm_off {
    display: inline-block;
    vertical-align: middle;
}

.btn_style_5 {
    border: 1px solid #88C87C;
    border-radius: 3px;
    color: #88c87c;
    font-weight: 800;
    padding: 1px 5px;
}


/* cart popup */

.cart_bucket_11 {
    height: 50px;
    width: auto;
}

.cart_bucket_11 img {
    height: 100%;
    width: 100%;
}

.cart_bucket_block {
    background-color: #ffffff;
    box-shadow: 0 0 1px 1px #eeeeee;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: left;
    transition: all 300ms ease 0s;
    width: 380px;
    display: none;
	z-index: 1;
}

.cart_bucket_wrap_section {
    height: 113px;
    overflow-y: scroll;
    display: block;
    list-style: outside none none;
    padding: 0 7px;
    vertical-align: middle;
}

.cart_bucket_1 {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

.cart_bucket_2 {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 4px;
}

.cart_bucket_3 {
    width: 23%;
    display: inline-block;
    vertical-align: top;
}

.cart_bucket_wrap span {
    display: inline-block;
    vertical-align: middle;
}

.cart_qty_1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 65px;
}

.cart_bucket_wrap {
    border-bottom: 1px solid #dddddd;
    color: #5c6870;
    padding: 10px 0;
}

.cart_prdct_name {
    line-height: 1;
    min-height: 48px;
    font-size: 15px;
}

.cart_qty_1 input {
    border: 1px solid #88c87c;
    border-radius: 2px;
    height: 24px;
    padding: 2px;
}

.cart_text_2 {
    padding-top: 10px;
}

.cart_bucket_3 {
    text-align: right;
}

.cart_cls_5 {
    margin-left: 3px;
    vertical-align: middle;
}

.cart_rmv {
    background-color: #5c6870;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 3px 6px;
    text-align: right;
}

.cart_rmv:hover {
    background-color: #88C87C;
    color: #ffffff;
}

.cart_prc {
    margin: 0;
    min-height: 67px;
    font-family: "BrandonGrotesque-Bold";
    color: #88C87C;
}

.desk_cart_link:hover .cart_bucket_block {
    display: block;
    transition: all 300ms ease 0s;
}

.cart_chk_1 {
    background-color: #88c87c;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    padding: 13px 0 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    transition: all 300ms ease 0s;
}

.cart_chkout_blck {
    border-top: 1px dashed #88c87c;
    padding: 10px;
}

.cart_chk_1:hover,
.cart_chk_1:focus {
    background-color: #5c6870;
    color: #ffffff;
    transition: all 300ms ease 0s;
}

#note {
    border: 1px solid #88C87C;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
   /* text-transform: uppercase;*/
    color: #ffffff;
    position: fixed;
    z-index: 1000000 !important;
    top: 0;
    left: 0;
    right: 0;
    background: #88C87C;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    border-radius: 3px;
}

.cssanimations.csstransforms #note {
	
	-ms-transform: translateY(-50px);
    -ms-animation: slideDown 3.5s 1.0s 1 ease forwards;
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 3.5s 1.0s 1 ease forwards;
    -moz-transform: translateY(-50px);
    -moz-animation: slideDown 3.5s 1.0s 1 ease forwards;
	-o-transform: translateY(-50px);
    -o-animation: slideDown 3.5s 1.0s 1 ease forwards;
	transform: translateY(-50px);
    animation: slideDown 3.5s 1.0s 1 ease forwards;
}

#close {
    position: absolute;
    right: 10px;
    top: 9px;
    text-indent: -9999px;
    background: url(images/close.png);
    height: 16px;
    width: 16px;
    cursor: pointer;
    z-index: 1000000;
}

.cssanimations.csstransforms #close {
    display: none;
}

@-webkit-keyframes slideDown {
    0%,
    100% {
        -webkit-transform: translateY(-50px);
    }
    10%,
    90% {
        -webkit-transform: translateY(90px);
    }
}

@-moz-keyframes slideDown {
    0%,
    100% {
        -moz-transform: translateY(-50px);
    }
    10%,
    90% {
        -moz-transform: translateY(90px);
    }
}

@-o-keyframes slideDown {
    0%,
    100% {
        -o-transform: translateY(-50px);
    }
    10%,
    90% {
        -o-transform: translateY(90px);
    }
}

@keyframes slideDown {
    0%,
    100% {
        transform: translateY(-50px);
    }
    10%,
    90% {
        transform: translateY(90px);
    }
}


/*.custmz_order_2 { display:none; }*/

.custmz_order_1 {
    display: block;
    position: relative;
    width: 100%;
}

.custmz_order_11 {
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    text-align: center;
    width: 50%;
    position: absolute;
    left: 0;
    padding: 60px 0;
    border-right: 1px solid #aaa;
}

.custmz_order_12 {
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    text-align: center;
    width: 50%;
    position: absolute;
    right: 0;
    padding: 60px 0;
}

.custmz_order_2 {
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 300ms ease 0s;
}

.bag_icon_1 {
    color: #5c6870;
    font-size: 24px;
}

.bag_icon_2 {
    color: #5c6870;
    font-size: 24px;
}

.bag_icon_text_1 {
    color: #5c6870;
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.bag_icon_text_2 {
    color: #5c6870;
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.custmz_order_2 {
    display: none;
}

.order_bill_inner_block:hover .custmz_order_2 {
    display: block;
}

.custmz_order_11:hover .bag_icon_1 {
    color: #88C87C;
    /*transform:scale(1.1);*/
    transition: all 300ms ease 0s;
}

.custmz_order_11:hover .bag_icon_text_1 {
    color: #ffffff;
}

.custmz_order_12:hover .bag_icon_2 {
    color: #ef7b74;
    /*transform:scale(1.1);*/
    transition: all 300ms ease 0s;
}

.custmz_order_12:hover .bag_icon_text_2 {
    color: #ffffff;
}

.btn_bag_1 {
    background-color: #5c6870;
    border-radius: 3px;
    color: #ffffff;
    font-family: "BrandonGrotesque-Bold";
    font-size: 20px;
    padding: 5px 0;
    transition: all 300ms ease 0s;
    width: 49.55555%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*border:1px solid #454e54; */
    transition: all 300ms ease 0s;
}

.btn_bag_2 {
    background-color: #88c87c;
    border-radius: 3px;
    color: #ffffff;
    font-family: "BrandonGrotesque-Bold";
    font-size: 20px;
    padding: 5px 0;
    transition: all 300ms ease 0s;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*border:1px solid #6bbb5d; */
    transition: all 300ms ease 0s;
}

.shop_more_block {
    padding: 8px 0;
	text-align: center;
}

.order_bill_1 { background-color:#f2f2f2; }




.btn_bag_1:hover {
    background-color: #6bbb5d;
    color: #ffffff;
    transition: all 300ms ease 0s;
}

.btn_bag_2:hover {
    background-color: #454e54;
    color: #ffffff;
    transition: all 300ms ease 0s;
}

.menu_prc_82 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.menu_prc_83 {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    float: right;
}

.menu_prc_81 {
    border-top: 1px solid #eee;
    color: #5c6870;
    font-size: 13px;
    line-height: 1;
    padding: 6px 4px;
}

.mm_3 {
    display: inline-block;
    float: left;
    padding: 7px 5px 2px;
    width: 33.3333%;
}

.ingred_block_in_11 {
    background-color: #ffffff;
}

.rmm_3 {
    display: inline-block;
    float: left;
    padding: 7px 5px 2px;
    width: 25%;
}

.past_order_fix_cont {
    table-layout: fixed;
}

.remake_wrap_block .panel-title {
    background-color: #f0f7ee;
}



.order_grnd_total {
    background-color: #ccc;
    border-radius: 4px;
    color: #5c6870;
    display: inline-block;
    font-family: "BrandonGrotesque-Bold";
    font-size: 20px;
    margin: 5px auto;
    padding: 5px 8px;
    width: 100%;
}

.order_pay_t411 {
    display: inline-block;
    float: right;
    text-align: right;
}

.dscnt_1 {
    display: inline-block;  
	vertical-align:middle;	
}

.dscnt_2 {
    display: inline-block;   
	vertical-align:middle;	
}


.dscnt_error {
	
	position: absolute;
}


.p_order_55 {
    float: right;
    width: 30%;
}

.card_11 {
    padding-left: 0;
}

.card_12 {
    padding-right: 0;
}


.promo_div > span {
    color: #5c6870;
    display: inline-block;
    font-size: 24px;
    /*font-weight: bold;*/
    margin-bottom: 25px;
    font-family: "BrandonGrotesque-Bold";
    border-bottom: 1px solid #ccc;
    width: 100%;

}
.small_tb_new {
    float: left;
   /* width: 48% !important;*/
    margin-bottom:3px;
}
.btn_promo_sub {
    background: #88c87c none repeat scroll 0 0 !important;
    color: #fff;
    font-weight: bold;
    height: auto;
    margin-top: 0;
    width: 120px !important;
   /* float: left;*/
    height: 35px;
}
.promo_tb
{
	/*float: left;*/
	height: 35px;
	width: 80%;
	border-radius: 0px;
	/*border-right: none;*/
	margin-bottom: 10px;

}
.order_porom_div > ul
{
	margin: 0px;
	padding:0px;
	list-style: none;
}
.order_porom_div > span
{
	color: #5c6870;
    display: inline-block;
    font-size: 24px;
   /* font-weight: bold;*/
    margin-bottom: 10px;
    margin-top: 0px !important;
    font-family: "BrandonGrotesque-Bold";
    border-bottom: 1px solid #ccc;
    width: 100%;


}
.order_porom_div > ul
{
	text-align: right;
}
.order_porom_div li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    font-weight: bold;
}
.one_new {
    color: #88c87c;
    font-weight: normal;

}
.two_new {
    color: #000;
    font-weight: normal;
    margin-left: 20px;
    font-size: 20px;
}

/*
.promo_validate{
	color: red;
}*/


.basic_block_10 .alert-success { text-align:center; }





/*---------- media query --------------*/

@media only screen and (min-width: 320px) and (max-width:767px) {
	
	
	.cart_bucket_block { z-index:1; }
	
	
	.check_signup_wrap span { font-size:15px; }
	
	
	
	.basic_block_10 .btn_sub.form-control {
		margin-top: 15px; 
	}
		
	/*.order_pay_t2 { display: block; }*/
	.order_img
    {
        margin-bottom: 20px;
    }
	.p_order_55 {
		width: 100%;
	}
	
	
	.past_order_fix_cont .order_pay_t2 {
		display: block;
		width: 30%;
	}
	
	.card_11 {
		padding: 0 0 15px 0;
	}

	.card_12 {
		padding: 0 0 15px 0;
	}
	
	
	
	
	.cart_chk_1 { color:#ffffff !important; }
	
	.head_fix { z-index: 1000; }
	
	
	.past_order_fix_cont {
		table-layout: inherit;
	}
	
	
	
	/*#foot_sign .error { float: none; }*/
	
	#foot_sign {
		display: block;
		margin: 0 auto;
		width: 200px;
	}
	
	.small_menu_block{	
	text-align: right;
	}
	
	
	
	#foot_sign .btn_clr {
		display: block;
		margin-top: 30px;
	}
	
	.ingred_blocks_1 .ingred_img_wrap_11 {
		height: 90px;
		width: 100%;
	}
	
	.ingred_blocks_1 .hover_1 {
		height: 90px;
		padding-top: 17px;
	}
	
	.ingred_img_wrap_11 { height: 90px; }
	
	.hover_1 {
		height: 90px;
		padding-top: 30px;
	}
	
	
    .check_signup_wrap {
        text-align: left !important;
    }
    .user_mb_accnt:hover .small_menu_block {
        display: block;
    }
    .pickdate1 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .picktime1 {
        padding-left: 0;
        padding-right: 0;
    }
    .side_menu_111 {
        background-image: none;
    }
    .side_menu_222 {
        background-image: none;
    }
    .side_menu_333 {
        background-image: none;
    }
    .side_menu_444 {
        background-image: none;
    }
    .side_menu_555 {
        background-image: none;
    }
    .side_menu_60 {
        background-image: none;
    }
    .side_menu_61 {
        background-image: none;
    }
    .side_menu_62 {
        background-image: none;
    }
    .side_menu_lists > li {
        text-align: left;
        width: auto;
    }
    .top_pad {
        padding: 72px 0 0 !important;
    }
    .mb_logo {
        display: block;
        padding: 9px 0 0;
        width: 105px;
    }
    .desktop_logo {
        display: none;
    }
    .menu_block {
        float: none;
    }
    .menu_block .navbar {
        padding: 0;
    }
    .header {
        padding: 10px 0;
    }
    .menu_block {
        text-align: left;
    }
    .coming_soon_text {
        left: 24px;
        top: -12px;
    }
    .menu_block .navbar-nav > li > a {
        padding: 12px 0;
    }
    .coming_soon_text {
        left: 7px;
        top: -4px;
    }
    .home_slider_bg {
        height: 213px;
        min-height: 213px;
    }
    .slider_text_1 {
        font-size: 18px;
    }
    .slider_text_2 > span {
        font-size: 26px;
    }
    .slider_text_2 > img {
        margin: 0 3px;
        width: 13px;
    }
    .slider_btnn {
        padding: 5px 14px;
    }
    .slider_text_2 {
        margin: 4% 0;
    }
    .home_text_3 {
        font-size: 25px;
    }
    .delivery_order_left {
        padding: 40px 10px 50px;
        text-align: left;
        width: 100%;
    }
    .home_text_4 {
        font-size: 16px;
    }
    .home_text_5 {
        font-size: 16px;
    }
    .delivery_order_right {
        width: 100%;
    }
    .delivery_order_right_inner {
        height: 158px;
        min-height: 158px;
    }
    .home_text_6 {
        font-size: 20px;
    }
    .off_text {
        font-size: 18px;
        margin: 0 4px;
        vertical-align: middle;
    }
	
  /*  .footer_signup {
        margin: 0 auto 15px;
    }*/
	
    .footer_bottom_left > p {
        font-size: 14px;
        text-align: center;
    }
    .social_lists {
        margin: 0;
        padding: 12px 0 8px;
        text-align: center;
    }
    .contact_form_block {
        min-width: 250px;
    }
    .college_map_block_left {
        padding: 6% 0;
    }
    .college_map_block_right {
        padding: 6% 0;
    }
    .location_slider_inner {
        padding-top: 95px;
    }
    .delivery_order_left_inner {
        text-align: center;
    }
    .home_slider_bg {
        background-position: 0 0;
    }
    .home_slider_inner {
        padding-top: 8%;
    }
    .slider_text_2 {
        margin: 2% 0;
    }
    .menu_1 {
        background-position: 0 0;
    }
    .menu_2 {
        background-position: 0 0;
    }
    .menu_3 {
        background-position: 0 0;
    }
    .menu_4 {
        background-position: 0 0;
    }
    .menu_5 {
        background-position: 0 0;
    }
    .location_bg {
        background-position: 0 0;
    }
    .about_bg {
        background-position: 0 0;
    }
    .cart_block_12 {
        right: auto;
        top: -6px;
        left: 20px;
    }
    .wrapper_menu_dishes {
        padding: 0 10px 10px;
    }
    .basic_block_10 {
        width: 100%;
    }
    .sb_menu_2 {
        float: none;
        display: inline-block;
    }
    .account_head_new a {
        font-size: 13px !important;
        padding: 3px 4px;
    }
    .mb_menu_2 {
        display: inline-block;
    }
    .navbar-header > a {
        display: inline-block;
    }
    .mb_menu_2 {
        display: inline-block;
        margin: 0;
    }
    .mb_menu_2 > li {
        display: inline-block;
        padding: 0 10px;
    }
    .mb_menu_2 {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 20px 0 0;
    }
    .mb_menu_2 a {
        color: #5c6870;
    }
    .mb_menu_2 a:hover,
    .mb_menu_2 a:focus {
        color: #88C87C;
    }
    .desk_link {
        display: none !important;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .mb_side_menus_1 {
        background-color: rgba(255, 255, 255, 0.8);
        display: block;
        padding:4px 4px 0;
        position: fixed;
        top: 72px;
        width: 100%;
        z-index: 1;
    }
    .mb_menu_btnn_1 {
        background-color: #88C87C;
        color: #ffffff;
        width: 100%;
        box-shadow: none !important;
        transition: all 300ms ease 0s;
		padding: 4px 12px;
    }
	
	
	
	
	
    .mb_menu_btnn_1:focus,
    .mb_menu_btnn_1:hover {
        background-color: #5c6870;
        color: #ffffff;
        width: 100%;
        transition: all 300ms ease 0s;
    }
    #section-1 {
        display: block;
        margin-top: 0px;
    }
    .top_pad_1 {
        padding: 150px 0 0 !important;
    }
    .locate_prnt_block {
        padding: 8px 5px 0;
    }
    .locate_51 {
        width: 31%;
        margin: 0;
    }
    #yes-error {
        top: 42px;
		line-height: 1.3;
    }
    .btnn_grp_11 {
        width: 100%;
    }
    /* location */
    .side_menu_lists {
        display: none;
        width: 100%;
    }
    .side_menu_lists > li {
        background-color: rgba(243, 243, 243, 0.2);
    }
    .location_slider_bg {
        height: 213px;
    }
    .location_block_11 {
        padding: 15px 0;
    }
    .salad_block {
        padding: 15% 0;
    }
    .wraps_block {
        padding: 15% 0;
    }
    .breakfast_block {
        padding: 15% 0;
    }
    .build_own_block_1 {
        padding: 15% 0;
    }
    .location_text_6 {
        margin: 2px 0;
        font-size: 13px;
    }
    .location_text_7 {
        margin-bottom: 1px;
    }
    .locatio_title_2 {
        margin: 0 0 6px;
    }
    .location_block_1 {
        margin-bottom: 20px;
    }
    .location_block_12 {
        padding: 14px 0;
    }
    .location_block_13 {
        padding: 14px 0;
    }
    .location_text_1 {
        font-size: 25px;
    }
    .mb_r_block {
        padding: 15px 8px 0;
        display: block;
    }
    /*.desktop_block_lmap  { display:none; }*/
    .google_location_mapp {
        height: 300px !important;
    }
    /*.locate_prnt_block { padding: 0 15px; }*/
    /* more page than 4 pages */
    .location_order_block {
       /* float: none;*/
        width: 100%;
    }
    .location_order_inner_blocks {
        float: none;
        width: 100%;
    }
    .location_order_block_1 {
        float: none;
        width: 100%;
    }
    .location_order_inner_blocks_1 {
        float: none;
        width: 100%;
    }
    .location_order_inner_blocks_1 {
        float: none;
        width: 100%;
    }
    .location_order_bg {
        height: 260px;
        min-height: 260px;
    }
    .location_order_inner {
        width: 100%;
        position: inherit;
    }
    .location_order_map_bg {
        min-height: 200px;
        overflow: hidden;
        position: inherit;
    }
    .location_order_inner_1 {
        position: inherit;
        width: 100%;
    }
    .mid_content_pad {
        padding: 72px 0 0;
    }
    .location_order_inner_11 {
        height: auto;
        position: inherit;
        width: 100%;
    }
    .menu_order_bg {
        display: none;
    }
    .remake_section {
        background-color: transparent;
        padding: 0 0;
        position: inherit;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .main_menu_section {
        width: 100%;
        padding-top: 70px;
    }
    .remake_wrap_block {
        height: 380px;
        margin-top: 40px;
        padding: 0 10px;
        background-color: transparent;
    }
    /*   .ingred_blocks_1 .ingred_img_wrap_11 {
        height: 124px;
        width: 124px;
    }
     .ingred_blocks_1 .hover_1 {
        height: 124px;
        width: 124px;
       top: -111px;
    }*/
    .remake_section .ingred_lists.clearfix > li {
        margin: 2px 1px;
        width: 32.4%;
    }
    .form_block_1 .input_block_2 {
        display: inline-block;
        height: 40px;
        width: 67%;
    }
    .btn_sbmt_2 {
        display: inline-block;
        padding: 9px 5px;
    }
    .locate_text_4 {
        font-size: 20px;
    }
    .locate_text_6 {
        font-size: 25px;
    }
    .form_block_1 {
        padding: 16px 0 0;
        margin: 0 0 0 5px;
        vertical-align: top;
    }
    .form_block_1 {
        margin: 0;
        padding: 0;
    }
    .main_menu_1 {
        padding: 0 0 5px;
    }
    .main_menu_wrap {
        padding: 20px 15px 0;
    }
    .ingred_block_lists .ingred_lists {
        padding: 0;
    }
    .ingred_content_block {
        padding: 8px 5px;
    }
    /*.ingred_lists.clearfix > li { width: 32.5%; margin:0; }
    .ingred_img_wrap_11 { height: 100%; width: 100%; }
    .m_text_4 { width: auto; }
    */
    .mb_m_text_3 {
        display: block;
        margin-top: -34px;
        padding: 0 14px;
    }
    .ingred_block_lists {
        height: auto;
    }
    .cart_min_block {
        bottom: inherit;
        left: 0;
        position: fixed;
        right: 0;
        top: 72px !important;
        width: 100%;
        z-index: 100;
    }
    .main_menu_1 {
        position: inherit;
    }
    .location_order_bgs {
        position: relative;
    }
    .about_text_1 {
        padding: 1% 0 0;
    }
    .side_menu_0 {
        min-height: auto;
    }
    .new_menu_head {
        padding: 40px 0 !important;
    }
    .mb_side_menus_1 .side_menu_lists > li {
        margin: 0;
    }
    .mb_side_menus_1 .side_menu_0 {
        display: block;
        min-height: auto;
        padding: 10px 7px !important;
    }
    /*  
.animation_section-1 { padding-top: 126px; }    
.animation_section-2 { padding-top: 126px; }        
.animation_section-3 { padding-top: 126px; }        
.animation_section-4 { padding-top: 126px; }        
.animation_section-5 { padding-top: 126px; }        
    */
    .dish_main {
        margin: 40px auto 0;
        width: 260px;
    }
    .map_block_1 .mejs-container,
    iframe {
        width: 100%;
    }
    .cart_bucket_block {
        width: 295px;
    }
    .cart_bucket_2 {
        width: 50%;
    }
    .cart_bucket_wrap {
        padding: 15px 0;
    }
    .cart_bucket_3 .cart_rmv {
        color: #ffffff;
    }
    .mb_cart_dtl:hover .cart_bucket_block {
        display: block;
    }
	
	.menu_prc_83 { float:left; display:block; padding:2px 0; }
	
	.menu_prc_82 { float:none; display:block; }
	
	.m_text_2 { font-size: 22px; padding: 2px 0 0; }
}

@media only screen and (min-width: 600px) and (max-width:767px) {
#yes-error { top: 28px; }

}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .delivery_order_right_inner {
        padding-top: 62px;
    }
    .delivery_order_left_inner {
        text-align: center;
    }
    .delivery_order_left {
        text-align: center;
    }
}

@media only screen and (min-width:1025px) and (max-width:1250px) {
    .delivery_order_right_inner {
        background-size: 100% 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	
	
	.small_menu_block { padding: 8px !important; }
	
    .about_text_1 {
        padding: 1% 0 0;
    }
    .top_pad {
        /*padding: 70px 0 0 !important;*/
    }
    .mb_logo {
        display: block;
    }
    .desktop_logo {
        display: none;
    }
    .menu_block {
        float: none;
    }
    .menu_block .navbar {
        padding: 0;
    }
    .header {
        padding: 10px 0;
    }
    .menu_block ul {
        float: right;
        padding: 15px 0 0;
    }
    .home_slider_bg {
        height: 410px;
        min-height: 410px;
    }
    .delivery_order_left {
        padding: 40px 10px 50px;
        text-align: center;
        width: 100%;
    }
    .delivery_order_right {
        width: 100%;
    }
    .delivery_order_right_inner {
        padding-top: 14%;
    }
    /* location */
    .location_block_11 {
        padding: 14px 0;
    }
    .salad_block {
        padding: 2% 0;
    }
    .wraps_block {
        padding: 6% 0;
    }
    .breakfast_block {
        padding: 7% 0;
    }
    .build_own_block_1 {
        padding: 7% 0;
    }
    .build_own_list {
        margin: 1% 0;
    }
    .locatio_title_9 {
        margin: 0 0 8px;
    }
    .breakfast_block_1 {
        margin: 0 0 45px;
    }
    .location_slider_bg {
        height: 280px;
    }
    /*  .inner_menu_wrap_block {
        padding: 0 0 0 18%;
    }*/
    .dish_img {
        height: 130px;
        overflow: hidden;
        width: 100%;
    }
    .menu_123 {
        padding: 0 0 0 9% !important;
    }
    /*.wrapper_menu_dishes {
    padding: 3% 5% 3% 11%;
}
    */
    .wrapper_menu_dishes {
        padding: 3% 0 3% 18%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	
	
	.coming_soon_text {
		height: 19px;
		left: 0;
		position: absolute;
		right: 0;
		top: -15px;
		width: 100%;
	}
	
	
	.p_order_55 {
		width: 50%;
	}
	
	.order_pay_t21 {
		width: 76px;		
	}
	
	
    .delivery_order_left {
        padding: 40px 10px 50px;
        text-align: center;
        width: 100%;
    }
    .delivery_order_right {
        width: 100%;
    }
    .location_slider_bg {
        height: 280px;
    }
    .location_order_block {
        width: 59%;
    }
    .location_order_inner {
        width: 40%;
    }
    /*  .ingred_img_wrap_11 {
        height: 91px;
        width: 91px;
    }*/
    .hover_1 {
        height: 100px;
        width: 100%;
    }
    .ingred_img_wrap_11 {
        height: 100px;
        width: 100%;
    }
    .remake_section {
        width: 100%;
        /* top: 70px;*/
    }
    .ingred_blocks_1 .ingred_img_wrap_11 {
        height: 125px;
        width: 100%;
    }
    /*.remake_section .ingred_lists.clearfix > li {
    margin: 2px;
    width: 24.5%;
}*/
    .ingred_blocks_1 .hover_1 {
        height: 100%;
        padding-top: 25px;
        width: 100%;
    }
    .head_text_new {
        padding-left: 10%;
    }
    .basic_block_10 {
        width: 82%;
    }
    .check_signup_wrap {
        text-align: left !important;
    }
    .menu_block .navbar-nav > li > a {
        padding: 5px 8px;
    }
    .form_block_1 .input_block_2 {
        width: 74%;
    }
    .build_own_block_1 {
        padding: 7% 0 7% 18%;
    }
    .breakfast_block {
        padding: 7% 0 7% 18%;
    }
    .wraps_block {
        padding: 7% 0 7% 18%;
    }
    .salad_block {
        padding: 7% 0 7% 18%;
    }
    /*.wrapper_menu_dishes {
        padding: 3% 0 3% 17%;
    }
    */
    .btn_sbmt_2 {
        width: 22%;
    }
    .new_menu_head {
        padding: 0 !important;
    }
    .menu_123 {
        padding: 0 0 0 3%;
    }
    .main_menu_section {
        width: 41%;
    }
    /*  .ingred_lists.clearfix > li {  width: 32%; }*/
    .m_text_4 {
        padding: 2px 0;
    }
    .dish_main {
        margin: 12px auto;
    }
    .rmm_3 {
        width: 33.3333%;
    }
    .menu_prc_81 {
        font-size: 12px;
        padding: 6px 2px;
    }
    .remake_wrap_block .m_text_4 {
        font-size: 14px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .location_slider_bg {
        height: 320px;
    }
    .dish_img {
        height: 130px;
        overflow: hidden;
        width: 100%;
    }
    /*.wrapper_menu_dishes {
        padding: 0 0 15px;
    }
    
    .inner_menu_wrap_block {
        padding: 0 0 0 12%;
    }
    
    */
    /*.account_block .tb_email.form-control { width: 440px !important; }
.account_block .btn_sub.form-control { width: 440px !important; }
    */
    .wrapper_menu_dishes {
        padding: 3% 0 3% 14%;
    }
}

@media only screen and (min-width:1700px) and (max-width:1920px) {
	
	.location_order_inner_11
    {
        height: 553px;  
    }
	.top_pad {
		padding: 115px 0 0 !important;
	}
	
    .location_order_bg {
        height: 790px;
        min-height: 790px;
    }
    .location_order_inner {
        padding: 12% 2% 0;
    }
    .form_block_1 {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .com_locatn_img_wrap {
        height: 350px;
    }
    .location_imgs_1 {
        margin-top: -6%;
        height: auto;
    }
    .menu_order_bg {
        height: 558px !important;
        min-height: 558px !important;
    }
}
#join_our_team_form label.error
{
    margin-top:10px;

}

/*syscraft css*/
/*.side_menu_64
{
    background-image: url("../images/side_menu_5.png");
    background-position: 0 center;
    padding: 18px 7px;
}
.side_menu_64{
background-image: url("../images/side_menu_2.png");
    background-position: 0 3px;
    padding: 10px 7px;
    }*/