@media (max-width: 767px) and (pointer: coarse) {
    .main {
        margin-top: 10px !important;
        position: absolute;
    } 

    h1, h2 {
        line-height: 1 !important;
    }

    .generic-template-default {
        background: #D8AE6E;
        max-width: 340px;
        height: auto;
        min-height: 830px;
        border-radius: 10px;
        margin: 0px 10px;
    }

    .generic-template-single {
        background: #D8AE6E;
        min-width: fit-content;
        width: auto;
        height: 400px;
        min-height: 620px;
        border-radius: 10px;
        margin: 0px 10px;
    }

    .generic-template-single h2 {
        padding: 0px 40px;
    }

    .generic-template {        
        background: #D8AE6E;
        max-width: 480px;
        min-width: 390px;
        height: auto;
        min-height: 850px;
        border-radius: 10px;
        margin: 0px 10px;
    }

    .generic-template ul {
        display: contents;
        list-style-type: none;
        width: min-content;
        right: 0;
        justify-content: center;
        margin: 15px 0px 15px auto;
        position: absolute;
    }

    .generic-template ul li {
        margin: 10px auto 30px auto;
        padding: 5px 0px;
    }

    .generic-template h3 {
        line-height: 25px;
        text-align: left;
        margin: 0px 90px 0px 10px;
        padding-top: 10px;
        font-size: 1.2rem;
    }

    .generic-template ul li img {
        height: 260px;
        width: 430px;
    }

    .generic-template-multiple {
        min-height: 990px;
        min-width: fit-content;
        width: 450px;
    }

    .generic-template-multiple ul {
        display: block;
    }

    .single-item-box img {
        width: 270px;
    }

    .item-description {
        width: unset;
        font-size: 1.5rem;
        margin: 6px 0px 6px 25px;
    }

    .specials  {
        border: none !important;
    }

    #order-form h1,  #order-form-large h1 {
        width: max-content;
        line-height: 11px;
        margin-left: 10px;
    }

    #checkout-button {
        margin: 80px 0px 0px 200px !important;
    }

    #total-order {
        width: fit-content;
        max-width: 280px;
        height: 90px;
        max-height: fit-content;
        margin: 0px 0px 35px 10px !important;
        font-size: 1.3rem;
        position: absolute;
        background: #fff;
        bottom: 0;
        float: left;
        transform: scaleY(1.1);
        padding: 1px 0px 40px 10px;
        border-radius: 10px;
    }

    #address-field {
        width: 300px;
        font-size:1.3rem;
        margin-left: 0px;
    }

    #footer {
        top: 1220px;
    }

    /* Utilities mobile */
    .fields-group-left {
        margin: 0px 0px 0px -10px;
    }

    .order-status-message {
        background: #fff;
        max-width: fit-content;
        left: 0;
        right: 0;
        position: absolute;
        text-align: center;
        margin: 20px 10px;
        padding: 20px;
        border-radius: 10px;
        font-size: 1.2rem;
    }

    .header-margin-adjustments {
        margin: 0px 0px 10px 15px;
    }

    #order-type {
        margin: 40px auto;
        width: 90%;
    }

    #order-type h2 {
        width: max-content;
        margin-left: 0px;
    }

    #order-type ul {
        list-style-type: none;
        display: block;
        margin: 60px auto 0px 0px !important;
    }
    
    #order-type ul li {
        margin: 20px  !important;;
        font-weight: 700;
        width: max-content;
    }

    #edit-order {
        font-size: 1.5rem !important;
        margin-right: 20px !important;
    }

    .order-button-reg-small {
        margin-right: 6px;
        margin-top: -80px;
    }

    #decrease-order {
        cursor: pointer;
        transform: scaleY(1.5);
        font-size: 3rem;
        margin: 5px 0px 0px 70px !important;
        display: none;
        float: left;
        left: 0;
        position: absolute;
    }

    #decrease-order-small-reg {
        margin: 5px 0px 0px 110px !important;
    }

    #close-order {
        font-size: 1.2rem;
        position: absolute;
        right: 0;
        float: right;
        margin-top: -30px;
        margin-right: -60px;
    }

    #close-order-form  {
        font-size: 1.2rem;
        margin: 5px 12px 0px auto;
    }

    #error-message {
        width: 80%;
        line-height: 1;    
        text-align: left;
        margin-left: 0px;
        padding-left: 15px;
    }

    .privacy-notice {
        width: 270px !important;
        line-height: 1;
        float: left;
        font-size: .9rem;
        position: absolute;
        text-align: left;
        margin: 0px auto 0px 10px !important;
        right: unset;
    }

    #mission p {
        margin: 20px 10px 30px 10px;
    }
}
