﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* ------------ LEGACY ------------------------------------------------------------------------------------------------ */

.NormalPageText {

}

    /*.NormalPageText A:link {
        color: #d30000;
    }

    .NormalPageText A:visited {
        color: #d30000;
    }

    .NormalPageText A:hover {
        color: #FF0000;
    }*/

.SmallPageText {
    font-size: .8em;
    font-family: 'Open Sans', Arial, Helvetica;
}

    .SmallPageText A:link {
        color: #d30000;
    }

    .SmallPageText A:visited {
        color: #d30000;
    }

    .SmallPageText A:hover {
        color: #FF0000;
    }

.SmallBox {
    font-size: 9pt;
    font-family: 'Open Sans', Arial, Helvetica;
}

.MenuItemLink {
    font-size: 9pt;
    font-family: 'Open Sans', Arial, Helvetica;
    color: #d30000;
}

    .MenuItemLink A:link {
        color: #d30000;
    }

    .MenuItemLink A:visited {
        color: #d30000;
    }

    .MenuItemLink A:hover {
        color: #FF0000;
    }

.MenuTitle {
    font-size: 12pt;
    font-family: Arial, Helvetica;
}

.ShopCartText {
    font-size: 8pt;
    font-family: 'Open Sans', Arial, Helvetica;
    color: #000000;
}

/* ------------ /LEGACY ------------------------------------------------------------------------------------------------ */

body {
    margin: 0;
    padding: 0;
    font-size: .95em;
    font-family: 'Open Sans', Arial, Helvetica;
}

form {
    margin: 0;
}

#home-banner {
    background-image: url(../img/bamba_tacos01.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$url, sizingMethod='scale');
    -ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=$url, sizingMethod="scale")';
    margin-top: 0;
    min-height: 100vh;
    min-height: calc(100vh - 90px);
    position: relative;
    color: #FFF;
}

.smaller-font {
    font-size: .87em;
}

.x-small-font {
    font-size: .75em !important;
}

.red-font {
    color: #d30000;
}

p {
    margin-top: 0;
}

h1 {
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    margin-top: 0;
    margin-bottom: 12px;
    /*text-shadow: 0 0 15px black,0 0 25px black,0 0 35px #000;*/
}

h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}

h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 12px;
}

.header-font {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 2em;
    white-space: nowrap;
}

.restaurant-list-section {
    font-size: 1.3em;
    font-weight: normal;
    margin: 26px 0 18px 0;
    background-color: #000000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

h4 {
    font-size: 1.1em;
    margin: 0 0 4px 0;
}

.a-btn i {
    margin-right: .5em;
}

.a-btn {
    border-radius: 4px;
    padding: 4px 12px;
    text-decoration: none;
    font-size: 1em;
    white-space: nowrap;
    display: inline-block;
    margin-right: 12px;
}

.btn-red {
    background-color: #d30000;
    border: solid 1px #d30000;
    color: #fff;
}
    .btn-red:hover {
        background-color: #000000;
        border: solid 1px #000000;
        color: #fff;
    }

.btn-revHov:hover {
    background-color: #9e9e9e;
}

.btn-black {
    background-color: #000000;
    border: solid 1px #000000;
    color: #fff;
}
    .btn-black:hover {
        background-color: #d30000;
        border: solid 1px #d30000;
        color: #fff;
    }

.btn-grey {
    background-color: #9e9e9e;
    border: solid 1px #9e9e9e;
    color: #fff;
}
    .btn-grey:hover {
        background-color: #000000;
        border: solid 1px #000000;
        color: #fff;
    }


.btn-outline {
    background-color: none;
    border: solid 1px #d30000;
    color: #d30000;
}

    .btn-outline:hover {
        background-color: #000000;
        border: solid 1px #000000;
        color: #fff;
    }

.btn-lg {
    font-size: 1.2em;
    padding: 4px 18px;
}

.btn-sm {
    font-size: .8em;
    padding: 2px 8px;
    margin-right: 8px;
}

.ddl-input {
    font-size: 1em;
    padding: 4px;
    border-radius: 4px;
    background-color: #ffffff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-float {
    clear: both;
    margin: 0;
    padding: 0;
}

.clear-float-spacer {
    clear: both;
    margin: 0;
    padding: 0;
    height: 12px;
}

a {
    color: #d30000;
}
    a:hover {
        color: #67b2ff;
    }

img a {
    border: none;
    outline: none;
}

.logo-container, .logo-container-cart {
    float: left;
    cursor: pointer;
}

.home-banner-container {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    padding-top: 15vh;
}

.home-banner-content {
    width: 850px;
    min-height: 200px;
    color: #000000;
    box-sizing: border-box;
    margin: 0 auto;
}

.home-banner-box {
    background-color: rgba(255, 255, 255, .85);
    width: 100%;
    color: #000000;
    box-sizing: border-box;
    margin: 0 auto;
    /*border: solid 1px #000000;*/
    border-radius: 4px;
}

.home-banner-left {
    float: left;
    width: 30%;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 8px 24px 0 24px;
}

.home-banner-right {
    float: right;
    width: 64%;
    box-sizing: border-box;
    padding: 8px 24px 0 24px;
}

.home-banner-full {
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    padding-bottom: 0;
}

.logged-in-name {
    display: table-cell;
    padding-right: 18px;
    width: 100%;
    vertical-align: top;
}

.logged-in-choose-restaurant {
    display: table-cell;
    text-align: right;
    padding-top: 10px;
}

.footer-container {
    /*border-top: solid 1px #ddd;*/

    /*border-top: solid 1px #ddd;*/

    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
}
    .footer-container div {
        margin-top: 0;
        margin-bottom: 24px; 
    }

.footer-nav a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: .9em;
    text-decoration: none;
    color: #b0b0b0;
    line-height: 2em;
}
    .footer-nav a:hover {
        color: #fff;
    }

    .footer-nav a:last-of-type {
        margin-right: 0;
    }

.footer-social a {
    font-size: 2em;
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
    color: #aeaeae;
}
    .footer-social a:hover {
        color: #fff;
    }

.footer-copyright {
    font-size: .75em;
    color: #b0b0b0;
}

.home-3-col-box {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 18px;
    text-align: center;
}

.home-box-cert {
    margin: 0 24px;
    border-top: solid 1px #a09a94;
    padding: 18px 0;
    margin-top: 18px;
}

.masthd-cart {
    border-left: solid 1px #fff;
    height: 90px;
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 8px;
    margin-top: -12px;
}

    .masthd-cart:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

.cart-count {
    background-image: url(../img/ico_tray.png);
    background-repeat: no-repeat;
    width: 73px;
    height: 48px;
    text-align: center;
    color:#fff;
    font-weight: 600;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 18px;
    float: left;
    margin-top: 20px;
    margin-left: 12px;
}

.cart-count-certificate {
    background-image: url(../img/ico_certificate.png);
    background-repeat: no-repeat;
    width: 67px;
    height: 45px;
    text-align: center;
    color:#fff;
    font-weight: 600;
    box-sizing: border-box;
    padding-top: 4px;
    font-size: 18px;
    float: left;
    margin-top: 22px;
    margin-left: 12px;
}


.cart-price {
    color: #000;
    font-weight: 600;
    float: left;
    margin-top: 28px;
    margin-left: 10px;
}
    .cart-price:after {
        content: '\f054';
        font-family: FontAwesome;
        margin-top:-12px;
        margin-left: 16px;
        color: #d0d0d0;
        font-size: 1.5em;
        float: right;
        font-weight: normal;
    }

.shaded-box {
    background-color: #f9f9f9;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    margin-bottom: 12px;
    box-sizing: border-box;
    padding: 12px;
}

.restaurant-logo-block {
    border: solid 1px #cecece;
    text-align: center;
    background-color: #fff;
    float: left;
    padding: 6px;
    margin-right: 18px;
    min-width: 100px;
}

.restaurant-info {
    float:left;
    max-width:60%
}

.restaurant-delivery-times {
    float: right;
}

.restaurant-delivery-times-today {
    display: none; 
    font-size: 1em;
}

.delivery-time-note {
    background-color: #d30000;
    margin: 20px 0 10px 0;
    padding: 10px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

    .delivery-time-note:before {
        content: '\f1b9';
        font-family: FontAwesome;
        margin-right:6px;
    }

.checkout-alert {
    background-color: #d30000;
    margin: 0 0 20px 0;
    padding: 10px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

    .checkout-alert:before {
        content: '\f071';
        font-family: FontAwesome;
        margin-right:6px;
    }

.checkout-coupon {
    box-sizing: border-box;
    padding: 12px;
    border: solid 1px #e2e2e2;
    margin: 12px 0;
    float:left;
    width: 48%;
}

    .checkout-coupon p {
        margin-bottom:8px;
    }

.checkout-certificate {
    box-sizing: border-box;
    padding: 12px;
    border: solid 1px #e2e2e2;
    margin: 12px 0;
    float:right;
    width: 48%;
}

    .checkout-certificate p {
        margin-bottom:8px;
    }


.payment-section {
    margin: 18px 0;
    padding-top: 18px;
    border-top: solid 1px #e2e2e2;
}

.field-label {
    float: left;
    width: 110px;
    box-sizing: border-box;
    padding-right: 8px;
    padding-top: 4px;
    font-weight: 600;
    font-size: .9em;
    text-align: right;
}

.long-field {
    width: 140px !important;
}

.wide-textarea {
    width: 600px;
}

.field-form {
    float: left;
}

.menu-col-left {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-right: 25px;
}

.menu-col-right {
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-left: solid 1px #e2e2e2;
    padding-left: 25px;
}

.menu-cat-selection {
    background-color: #d30000;
    color: #ffffff;
    padding: 6px 10px;
    margin-bottom: 24px;
    border-radius: 4px;
    margin-top:8px;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #000000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.3s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 12px 12px 12px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition:  0.3s;
    z-index: 9999999;
    max-width: 350px;
    margin:0 auto;
    white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #ff0000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 0;
}


.menu-active {
    width: 50%;
}

#nav-overlay {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    cursor: ew-resize;
}

.delivery-city-list {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
    .delivery-city-list:first-of-type {
        margin-right: 160px;
    }

    .delivery-city-list li {
        padding: 6px 0;
    }

        .delivery-city-list li:before {
            content: "\f041";
            font-family: FontAwesome;
            color: #d30000;
            margin-right: 6px;
        }

.restaurant-partner-form {
    float: right;
    width: 35%;
    box-sizing: border-box;
    padding: 0 24px 18px 24px;
    background-color: #000000;
}
    .restaurant-partner-form input, .restaurant-partner-form select {
        margin: 3px 0;
        width: 100%;
    }

    .restaurant-partner-form h2 {
        display: block;
        margin: 0 -24px 6px -24px;
        padding: 12px 8px;
        font-weight: normal;
        font-size: 1.45em;
        text-align: center;
        color: #ffffff;
    }


.restaurant-partner {
    float: left;
    width: 65%;
    box-sizing: border-box;
    padding-right: 100px;
}


/* ------------ DESKTOP -------------------------------------------------------------------------------- */
@media (min-width: 980px) {
    body {
        background-color: #000000;
    }

    .top-navbar {
        width: 100%;
        height: 90px;
        margin: 0 auto;
        padding: 12px 0 12px 0;
        background-color: #f9f9f9;
        border-bottom: solid 1px #ddd;
        box-sizing: border-box;
    }

        .top-navbar > div:first-child {
            width: 960px;
            margin: 0 auto;
        }

    .logo-container, .logo-container-cart {
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        width: 331px;
        height: 62px;
    }

    .main-content-wrapper {
        width: 100%;
        background-color: #ffffff;
        padding: 0;
        box-sizing: border-box;
    }

    .main-content {
        width: 960px;
        margin: 0 auto;
        padding: 30px 0 50px 0;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    .main-content-full {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    .restaurant-list {
        float:left;
        width: 50%;
        box-sizing: border-box;
        margin-bottom:36px;
    }

        .restaurant-list:nth-child(3n+1) {
            padding-left: 120px;

        }
        .restaurant-list h2 {
            font-size: 21px;
            font-weight: 600;
            margin: 0;
        }

    .restaurant-list-divide {
        clear: both;
        padding-top:24px;
        border-top:solid 1px #f2f2f2;
    }

    .home-banner-container h1 {
        font-size: 44px;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 60px;
    }

    .login-un {
        float: left;
        width: 170px;
    }

        .login-un input {
            width: 170px;
        }

    .login-pw {
        float: left;
        width: 170px;
        margin: 0 5px;
    }

        .login-pw input {
            width: 170px;
        }

    .login-btn {
        float: left;
        box-sizing: border-box;
    }

    .login-remember {
        float: left;
        width: 170px;
        margin: 0 10px;
        margin-left: -4px;
        margin-top: 4px;
    }

    .login-reset-pw {
        float: left;
        margin-top: 6px;
    }


}



/* ------------ TABLET -------------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 979px) {
    body {
        background-color: #000000;
    }

    .hidden-tablet {
        display: none;
    }

    .top-navbar {
        width: 100%;
        padding: 12px 0 12px 12px;
        background-color: #f9f9f9;
        border-bottom: solid 1px #ddd;
        box-sizing: border-box;
        height: 90px;
    }

    .logo-container, .logo-container-cart {
        background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        width: 331px;
        height: 62px;
    }

    .main-content-wrapper {
        width: 100%;
        background-color: #ffffff;
        padding: 0;
        box-sizing: border-box;
    }

    .main-content {
        width: auto;
        margin: 0 auto;
        padding: 24px 18px;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    #home-banner {
        margin-top: 0;
    }

    .home-banner-container {
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        padding-top: 10vh;
    }

    .home-banner-container h1 {
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 48px;
    }

    .home-banner-content {
        width: 90%;
        min-height: 200px;
        color: #000000;
        box-sizing: border-box;
        margin: 0 auto;
        
    }

    .restaurant-list {
        float:left;
        width: 50%;
        box-sizing: border-box;
        margin-bottom:36px;
    }

        .restaurant-list:nth-child(3n+1) {
            padding-left: 120px;

        }
        .restaurant-list h2 {
            font-size: 21px;
            font-weight: 600;
            margin: 0 0 0 0;
        }

    .restaurant-list-divide {
        clear: both;
        padding-top: 24px;
        border-top: solid 1px #f2f2f2;
    }

    .city-select {
        width: 220px;
    }

    .login-un {
        float: left;
        width: 140px;
    }

        .login-un input {
            width: 140px;
        }

    .login-pw {
        float: left;
        width: 140px;
        margin: 0 5px;
    }

        .login-pw input {
            width: 140px;
        }

    .login-remember {
        float: left;
        width: 140px;
        margin: 0 10px;
        margin-left: -4px;
        margin-top: 4px;
    }

    .login-reset-pw {
        float: left;
        margin-top: 6px;
    }

    .btn-lg {
        font-size: 1em;
        padding: 4px 18px;
    }

    .delivery-city-list:first-of-type {
        margin-right: 100px;
    }

}


/* ------------ PHONE -------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    body {
        background-color: #000000;
        font-size: 1em;
    }

    .hidden-phone {
        display: none;
    }

    .phone-full {
        width: 100%;
    }

    .top-navbar {
        width: 100%;
        background-color: #f9f9f9;
        border-bottom: solid 1px #f0f0f0;
        box-sizing: border-box;
        padding-left: 12px;
        height: 62px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-box-shadow: 0 8px 6px 0 #b6b6b6;
        -moz-box-shadow: 0 8px 6px 0 #b6b6b6;
        box-shadow: 0 0 6px 0 #b6b6b6;
    }

    .logo-container {
        background-image: url(../img/logo.png);
        background-size: 200px 37px;
        background-repeat: no-repeat;
        width: 200px;
        height: 37px;
        margin: 7px;
        margin-left: 0px;
        margin-top: 12px;
    }

    .logo-container-cart {
        background-image: url(../img/logo_bug.png);
        background-size: 40px 40px;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        margin: 7px;
        margin-top: 12px;
        margin-left: 0px;
    }

    .main-content-wrapper {
        width: 100%;
        background-color: #ffffff;
        padding: 0;
        box-sizing: border-box;
    }

    .main-content {
        width: auto;
        margin: 0 auto;
        padding: 24px 18px;
        box-sizing: border-box;
        background-color: #ffffff;
        padding-top: 86px;
    }

    .header-font {
        font-size: 1.2em;
        font-weight: 600;
        line-height: 2em;
    }

    .home-banner-container h1 {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        padding: 0 18px;
        line-height: 1.2em;
        margin-bottom: 24px;
    }


    #home-banner {
        margin-top: 48px;
        min-height: 640px;
        z-index: 1;
        /*margin-bottom: -70px;*/
    }

    .home-banner-container {
        float: left;
        margin: 20px 0;
        box-sizing: border-box;
        width: 100%;
        padding-top: 15px;
    }

    .home-banner-box {
        border: solid 1px #9c9c9c;
    }


    .home-banner-content {
        width: 90%;
    }

    .home-banner-left {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 8px 24px 0 24px;
    }

    .home-banner-right {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 24px 0 24px;
    }

    .home-banner-full {
        width: 100%;
        box-sizing: border-box;
        padding: 24px;
        padding-bottom: 0;
    }

    .logged-in-name {
        display: block;
        padding-right: 0;
        width: 100%;
    }

    .logged-in-choose-restaurant {
        display: block;
        width: 100%;
        text-align: left;
        padding-top: 18px;
    }

    .city-select {
        width: 100%;
    }

    .login-un {
        float: none;
        width: 100%;
    }

        .login-un input {
            width: 100%;
        }

    .login-pw {
        float: none;
        width: 100%;
        margin: 8px 0;
    }

        .login-pw input {
            width: 100%;
        }

    .login-remember {
        display: none;
    }

    .login-btn {
        float: left;
        box-sizing: border-box;
        margin: 0;
    }

    .login-reset-pw {
        float: right;
        margin-top: 6px;
    }

    .home-3-col-box {
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 18px;
        text-align: center;
    }


    .restaurant-list {
        float: none;
        width: auto;
        box-sizing: border-box;
        margin-bottom: 18px;
        padding-bottom: 26px;
        border-bottom: solid 1px #f2f2f2;
    }

        .restaurant-list h2 {
            font-size: 19px;
            font-weight: 600;
            margin: 0;
        }

    .restaurant-list-divide {
        display: none;
    }

    .ddl-input {
        font-size: 1em;
        padding: 4px;
        border-radius: 6px;
    }

    .restaurant-logo-block {
        display: none;
    }

    .restaurant-info {
        float: none;
        max-width: 100% !important;
        width: 100%;
    }

    .restaurant-delivery-times {
        float: none;
        margin-top: 12px;
    }

        .restaurant-delivery-times p {
            float: left;
            margin-right: 36px;
        }

            .restaurant-delivery-times p:last-of-type {
                margin-right: 0;
            }

    .restaurant-delivery-times-today {
        display: block;
        margin-top: 8px;
        font-size: .75em !important;
    }


    .delivery-time-note {
        text-align: center;
    }

    .checkout-alert {
        text-align: center;
    }

    .restaurant-list-section {
        font-size: 1.1em;
        font-weight: 600;
        margin: 26px 0 18px 0;
    }

    .masthd-cart {
        border-left: solid 1px #fff;
        height: 71px;
        float: right;
        margin: 0;
        padding: 0;
        padding-right: 8px;
        margin-top: -10px;
    }

        .masthd-cart:hover {
            background-color: #e8e8e8;
            cursor: pointer;
        }

    .cart-count {
        background-image: url(../img/ico_tray.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 58px;
        height: 38px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        box-sizing: border-box;
        padding-top: 10px;
        font-size: 16px;
        float: left;
        margin-top: 20px;
        margin-left: 12px;
    }

    .cart-count-certificate {
        background-image: url(../img/ico_certificate.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 57px;
        height: 38px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        box-sizing: border-box;
        padding-top: 4px;
        font-size: 16px;
        float: left;
        margin-top: 20px;
        margin-left: 12px;
    }

    .cart-price {
        color: #000;
        font-weight: 600;
        float: left;
        margin-top: 20px;
        margin-left: 6px;
    }

        .cart-price:after {
            content: '\f054';
            font-family: FontAwesome;
            margin-left: 10px;
            color: #d0d0d0;
            font-size: 1.5em;
            float: right;
            font-weight: normal;
        }


    .menu-col-left {
        float: none;
        width: 100%;
        box-sizing: border-box;
        border-right: none;
        padding-right: 0;
    }

    .menu-col-right {
        display: none;
    }

    .menu-cat-selection {
        text-align: center;
    }

        .menu-cat-selection span {
            display: block;
            margin-bottom: 4px;
        }

    .btn-lg {
        font-size: 1.2em;
        padding: 6px 18px;
        box-sizing: border-box;
        display: block;
        margin-bottom: 12px;
    }

    .sidenav {
        padding-top: 40px;
    }

        .sidenav a {
            font-size: 16px;
        }

    .menu-active {
        width: 100%;
    }

    .delivery-city-list {
        float: none;
    }

        .delivery-city-list:first-of-type {
            margin-right: 0;
        }

    .checkout-coupon {
        float: none;
        width: 100%;
    }

    .checkout-certificate {
        float: none;
        width: 100%;
    }


    .checkout-coupon {
        box-sizing: border-box;
        padding: 12px;
        border: solid 1px #e2e2e2;
        margin: 12px 0;
        float: none;
        width: 100%;
    }

        .checkout-coupon p {
            margin-bottom: 8px;
        }

    .checkout-certificate {
        box-sizing: border-box;
        padding: 12px;
        border: solid 1px #e2e2e2;
        margin: 12px 0;
        float: none;
        width: 100%;
    }

        .checkout-certificate p {
            margin-bottom: 8px;
        }

    .field-label {
        float: none;
        width: 100%;
        padding-top: 0;
        margin-bottom: 2px;
        font-weight: 600;
        font-size: .9em;
        text-align: left;
    }

    .field-form {
        float: none;
    }

    .clear-float-spacer {
        height: 8px;
    }

    .restaurant-partner-form {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 24px 18px 24px;
        background-color: #000000;
    }

        .restaurant-partner-form input, .restaurant-partner-form select {
            margin: 3px 0;
            width: 100%;
        }

        .restaurant-partner-form h2 {
            display: block;
            margin: 0 -24px 6px -24px;
            padding: 12px 8px 8px 8px;
            font-weight: normal;
            font-size: 1.45em;
            text-align: center;
            color: #ffffff;
        }


    .restaurant-partner {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        margin-bottom: 32px;
    }

    .wide-textarea {
        width: 100%;
    }

    .footer-container {
        padding: 12px;
        /*padding-top: 90px;*/
    }

}



