﻿@media only screen and (max-width: 800px) {
    .splash-container {
        max-width: 427px;
    }

    .order-type {
        max-width: 427px;
    }

    .menu {
        max-width: 427px;
    }

    .menu-items-page {
        max-width: 427px;
    }

    .single-product {
        max-width: 427px;
    }

    .customize-product {
        width: unset;
    }

    .cart-container {
        max-width: 427px;
    }

    .customer-details-page {
        max-width: 427px;
    }
}
