
@media screen and (max-width: 600px) {
    html {
        max-width: 600px;
        overflow-x: hidden;
    }

    .itemside {
        display: table;
        width: 100%;
        height: 100%;
    }

    .itemsidesplit {
        padding-top: 5px;
        width: 50%;
        max-height: 60px;
        color: #9b9b9b;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

    .ordercolumn.edititem {
        background-color: inherit;
        margin-bottom: 0;
    }

    .ordercolumn.removeitem {
        background-color: inherit;
        margin-bottom: 0;
    }

    .ordercolumn .boldlink {
        color: #9b9b9b;
        font-weight: 700;
        text-decoration: none;
    }

    #mainContainer {
        padding-top: 48px;
        height: 100%;
    }

    .main-scroll {
        height: auto;
        overflow-y: auto;
    }

    .main-scroll.enable-scroll {
        height: 100%;
    }

    .main-scroll.enable-scroll #mainContainer {
        padding-top: 0;
    }

    .main-scroll.enable-scroll .header {
        position: relative;
    }

    .header.stickynav {
        height: 48px;
        line-height: 48px;
    }

    .bgood .header {
        padding-top: 32px;
        padding-bottom: 24px;
        height: auto;
    }

    .logo {
        height: 30px;
        margin: auto;
        margin-top: 10px;
    }

    .checkout-container {
        overflow-y: inherit;
    }

    #menuOptions {
        width: 100%;
        min-width: 0;
    }

    .introleft {
        width: 100%;
        color: #000;
        margin-top: 240px;
        overflow-y: visible;
    }

    .introright {
        margin-left: 0;
        width: 100%;
        height: 240px;
    }

    .body.rtl .introright {
        margin-left: 0;
        margin-right: 0;
    }

    #locationSearch {
        width: 100%;
    }

    .locatebutton {
        width: 100%;
    }

    .serving-options-container .introh1 {
        margin-bottom: 16px;
        font-size: 26px;
        line-height: 29px;
        font-weight: 200;
    }

    .serving-option.w-col {
        width: 100%;
    }

    .button {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 18px;
    }

    .locations-search-list-header {
        width: auto;
        opacity: 0;
        font-size: 26px;
        line-height: 29px;
    }

    #map {
        overflow: visible !important;
    }

    .bag {
        line-height: 48px;
    }

    .login-toggle {
        line-height: 48px;
    }

    .checkout-item-actions {
        display: table;
        width: 100%;
        margin-bottom: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cfcfcf;
    }

    .checkout-list-container {
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }

    .itemwrap .orderitem .w-col.ordercolumn {
        width: 100%;
    }

    .itemwrap .orderitem .itemside .w-col.ordercolumn {
        width: 50%;
    }

    .checkout-container .centercontent, .thanks-container .centercontent {
        width: 98%;
        max-width: 98%;
    }

    .addtobagbutton {
        margin-right: 8px;
        margin-left: 8px;
        width: inherit;
    }

    #checkoutErrors {
        padding: 0 10px;
    }

    .moneydiv {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 4px;
    }

    .checkoutformblock {
        padding-top: 0;
    }

    .checkoutwrap .checkoutformblock .w-col {
        width: 100%;
    }

    .quantity, .quantitybox {
        width: 50%;
    }

    .quantity {
        padding-left: 8px;
    }

    .quantitybox {
        text-align: right;
        padding-right: 8px;
    }

    .itemphoto.category {
        padding: 18px;
        padding-top: 34px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        background-position: center center;
        background-size: auto, cover;
        text-align: left;
    }

    #mainContainer.right .itemphoto.category {
        text-align: right;
    }

    .h1.whiteh1 {
        display: inline-block;
        vertical-align: middle;
        font-size: 38px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: 200;
    }

    .category-item {
        border-radius: 3px;
    }

    .customizebox {
        z-index: 1;
    }

    .location-menu-item .itemside, .location-coupon-item .itemside {
        margin-top: -20px;
    }

    .itembox:hover {
        transform: none;
    }

    .location-menu-item, .location-coupon-item {
        max-height: none;
    }

    .item-for-bag, .coupon-for-use {
        opacity: 1;
        padding-top: 0;
        z-index: 1;
    }

    .coupons-header {
        margin-top: 20px;
    }

    .bagbox {
        z-index: 1;
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }

    .checkout-wait {
        margin-bottom: 36px;
    }

    .coupons-login-container {
        width: 100%;
    }

    .bgood #mainContainer {
        padding-top: 142px;
    }

    .bgood .header .logo {
        height: 60px;
    }

    .location-menu-item, .location-coupon-item {
        width: 100%;
    }

    .locationform {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .category-coupon .itemphoto {
        height: 120px;
    }

    #bagItemCount {
        top: 4px;
    }
    
    .backtext.wide {
        display: none;
    }

    .backtext.narrow {
        display: inline-block;
    }
}
