@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;
    }
}
@media (max-width: 1032px) and (min-width: 500px) { 
    .generic-template-default {
        background: #D8AE6E;
        max-width: 470px;
        min-width: 390px;
        height: auto;
        min-height: 850px;
        border-radius: 10px;
        margin: 0px 10px;
    }

    .generic-template-single {
        background: #D8AE6E;
        min-width: 470px;
        width: auto;
        height: 400px;
        min-height: 580px;
        border-radius: 10px;
        margin: 0px 15px 0px 15px;
    }

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

    .order-button-reg-small {
        margin-right: -5px;
        margin-top: -60px;
    }

    .single-item-box {
        margin: 23px 20px 0px 20px !important;
    }

    #order-button {
        margin-right:10px;
    }

    #edit-order {
        margin-right: 15px;
    }

    #address-field {
        width: 390px !important;
        margin-left: -10px;
    }

    #address_two {
        margin-left: 0px !important;
    }

    #close-order {
        margin-right: -20px;
    }

    #close-order-form {
        margin-right: 18px !important;
    }

    #checkout-form h1 {
        margin: 0px auto 10px 15px;
        line-height: 1;
    }

    #order-form h1 {
        margin-left: 15px;
    }

    #order-form-large h1 { 
        margin-left: 15px !important;
    }

    #decrease-order {
        margin: 5px 0px 0px 120px !important
    }

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

    #payment-widget {
        margin-top: 10px;
    }

    #collect-payment-widget {
        float: left;
        margin-right:unset;
        margin-left: 15px;
        margin-top: 30px;
    }

    #total-order {
        margin: 0px auto 20px 10px !important;
        max-width: 250px;
    }

    .float-right-side {
        margin: 40px 0px !important;
    }

    .privacy-notice {
        width: auto;
        margin: 10px 10px 0px 10px;
        text-align: left;
    }

    #error-message {
        margin: 5px 30px 0px 5px;
    }

    #footer {
        top: 1200px;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 /* Utilities */

.main-dark-color {
    color: #321C14;
}

.headers-neg-bottom-margin {
    margin-bottom: 5px;
}

.cursor-pointer  {
    cursor:  pointer !important;
}

.padding-edges-20px {
    padding: 0px 20px;
}

.fields-group-left {
    float: left;
    display: grid;
    margin-top: -20px;
}

.action-button  {
    background: #D8AE6E;
    padding: 13px 20px;
    text-decoration: none;
    color: #321C14 !important;
    border: 1px solid #D8AE6E;
    letter-spacing: .3px;
    border-radius: 40px;
    font-size: 1.2rem;
    cursor: pointer !important;
}

.action-button:hover {
    background: #fff;
    border: 1px solid #321C14;
}

.action-button-inverse  {
    background: #fff;
    padding: 13px 20px;
    text-decoration: none;
    color: #321C14 !important;
    border: 1px solid #fff !important;
    letter-spacing: .3px;
    border-radius: 40px;
    font-size: 1.2rem;
    cursor: pointer !important;
}

.action-button-inverse:hover {
    background: #D8AE6E;
    border: 1px solid #fff !important;
}

.align-center {
    text-align: center;
}

.make-absolute {
    position: absolute;
}

.float-right-side {
    float: right;
    right: 0;
    margin-right: 20px;
}

.margin-top-neg-30 {
    margin-top: -30px !important;
}

.override-block {
    display: block !important;
}

.primary-color  {
    color:#321C14;
}

.input-label {
    display: block;
    text-align: left;
    font-weight: 300;
    letter-spacing: .6px;
    color: #321C14;
    font-size: 1.2rem;
}

.input-label-small {
    float: left;
    margin-left: -190px;
    font-family: sans-serif;
    letter-spacing: .4px;
}

#error-message {
    float: left;
    top: 0;
    position: absolute;
    left: 0;
    margin: 10px auto 0px 30px;
    color:#dc143c;
    font-size: 1.2rem;
}

.text-left-no-margin {
    text-align: left;
    margin: 0px auto 8px auto;
}

li {
    list-style-type: none;
}

/* stripe css */

.stripe-button-el {
    background-image: none !important;
}


.stripe-button-el span {
    background: rgb(50, 28, 20) !important;
}

/* Fonts */
.roboto-100 {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.roboto-300 {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

.roboto-400 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-500 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-600 {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

/* Constants */
html, body {
    height: 100%;
    margin: 0;
    background: #fff;
    display: contents;
}

input {
    padding: 10px 10px;
    border-radius: 10px;
    border: none;
    margin: 3px auto 15px auto;
    width: 250px;
}

a {
    color: #321C14;
    font-weight: 700;
}

h1, h2 {
    font-family: 'Roboto';
}

.far-right-link {
    float:right;
    right:0;
    margin-right:10px;
}

.far-right-link:hover {
    color:#fff !important;
}

#statement a:hover {
    color: #D8AE6E;
}

/* LOGO */
#logo  {
    margin: 40px auto 30px auto;
    text-align: center;
    width: auto;
    position: relative;
}

#logo img {
    height: 170px;
    position: relative;
    margin: 0px auto;
    border-radius: 20px;
}

/* generic */

.main {
    min-height: 430px;
}

/* Partial UI Pages */

#page-two, #page-two-a, #page-three, #page-four, #page-five {
    display: none;
    position: relative;
    width: fit-content;
    margin: 0px auto;
}

/* Order */
#order-button {
    position: relative;
    margin: 0px auto 20px auto;
    width: auto;
    text-align: center;
}

.order-button-reg-small {
    right: 0;
    position: absolute;
    margin-right: 10px;
    margin-top: -90px;
}

#collect-payment-widget {
    float:right;
    margin-right: 10px;
}

.checkout-button-override {
    margin: 110px 10px 20px auto !important;
}

#increase-order, #increase-order-small-reg, #increase-order-small-choc {
    cursor: pointer;
    margin: 20px 0px -20px 10px !important;
    transform: scaleY(1.5);
    font-size: 3rem;
}

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

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

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

#order-form, #order-form-large {
    text-align: center;
    margin: 20px auto;
    width: auto;
}

#order-form h1,  #order-form-large h1 {
    width: max-content;
    line-height: 11px;
    margin: 20px 0px 15px 0px;
}

#close-order {
    right: 0;
    float: right;
    position: absolute;
    margin-top: -15px;
    background: rgb(50, 28, 20);
    border-radius: 100%;
    border: .5px solid rgb(50, 28, 20);
    padding: 10px 15px;
    color: #D8AE6E;
    margin-right: -40px;
    transform: scale(1);
    cursor: pointer;
    z-index: 100;
    font-size: 1rem;
    text-shadow: .5px .5px 1px black;
    text-decoration: none;
}

#close-order-form {
    right: 0;
    float: right;
    position: absolute;
    margin-top: 5px;
    background: rgb(50, 28, 20);
    border-radius: 100%;
    border: .5px solid rgb(50, 28, 20);
    padding: 10px 15px;
    color: #D8AE6E;
    margin-right: 2px;
    transform: scale(1);
    cursor: pointer;
    z-index: 100;
    font-size: 1rem;
    text-shadow: .5px .5px 1px black;
    text-decoration: none;
}

#edit-order {
    right: 0;
    float: right;
    position: absolute;
    margin-top: 5px;
    color: rgb(50, 28, 20);
    margin-right: 10px;
    transform: scale(1);
    cursor: pointer;
    z-index: 100;
    font-size: 1.7rem;
    text-shadow: .5px .5px 1px black;
    text-decoration: none;
}

#edit-order:hover, #close-order-form:hover, #close-order:hover {
    color: rgb(50, 28, 20);
    background: transparent;
}

.coming-soon {
    background-color: lightgray;
    cursor:not-allowed !important;
}

.coming-soon:hover {
    background-color: lightgray !important;
}



.generic-template, .generic-template-single, .generic-template-default {
    height: auto;
    min-height: 410px;
    background: #D8AE6E;
    width: 1000px;
    border-radius: 10px;
    box-shadow: -2px -2px 17px 0px rgb(50, 28, 20);
}

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

.generic-template ul {
    display: inline-flex;
    list-style-type: none;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 15px auto 15px -40px;
    position: absolute;
}

.generic-template  ul li {
    margin: 5px 130px;
}

.generic-template ul li img {
    border-radius: 20px;
    height: 200px;
    width: revert-layer;
    border: outset 2.5px rgb(50, 28, 20);
}

.generic-template-multiple {
    height: auto;
    min-height: 410px;
    background: #D8AE6E;
    width: 1000px;
    border-radius: 10px;
    box-shadow: -2px -2px 17px 0px rgb(50, 28, 20);
}

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

.generic-template-multiple ul  {
    display: inline-flex;
    list-style-type: none;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 15px auto 15px -40px;
    position: absolute;
}

.generic-template-multiple ul li {
    margin: 5px 130px;
}

.generic-template-multiple ul li img {
    border-radius: 20px;
    height: 200px;
    width: revert-layer;
    border: outset 2.5px rgb(50, 28, 20);
}

.single-item-box {
    display: inline-grid;
    margin: 0px auto 0px auto;
    position: relative;
}

.single-item-box span {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: .5px;
    transform: scaleY(1.1);
    margin: 14px auto 10px auto;
}

.single-item-box img {
    border-radius: 20px;
    margin: 0px auto;
    transform: scale(1.02);
    border: outset 2.5px rgb(50, 28, 20);
}

.specials {
    padding: 4px 6px 4px 8px;
    border-radius: 10px;
    border: 2px dotted #dc143c;
    font-weight: 700;
}

.item-titles {
    font-size: 2.4rem;
    margin: 15px auto 0px auto;
    text-shadow: 0px 2px 0px #fff;
}

.item-titles-reg-small {
    font-size: 2rem;
    margin: -10px 10px 0px 10px;
    line-height: 1;
}

.item-description {
    text-align: left;
    float: left;
    font-size: 1.2rem;
    letter-spacing: .5px;
    transform: scaleY(1.1);
    margin: 6px 0px 6px 0px;
}

#order-type ul {
    list-style-type: none;
    display: flex;
    margin: 50px 20px;
}

#order-type ul li {
    margin: 0px 20px;
    font-weight: 700;
}

#checkout-form, #order-status-page, #order-type {
    text-align: center;
    margin: 20px auto;
}

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

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

#total-order {
    width: fit-content;
    max-width: 320px;
    height: 90px;
    max-height: fit-content;
    margin: 49px 0px 15px 450px !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;
}

#total-amount {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 1.7rem;
}

#checkout-button {
    display: none;
}


#checkout-button-LG {
    display: none;
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    margin: 0px 140px 60px 0px;
}

#mission {
    text-align: center;
    margin: 0px auto 40px auto;
}

#mission p {
    letter-spacing: .5px;
    font-size: 1.2rem;
    transform: scaleY(1.1);
    margin: 20px 10px;
}

#mission span  {
    font-size: 1rem;
    padding: 0px 20px;
    font-family: monospace;
    letter-spacing: -1px;
}

#statement {
    margin: 30px auto 0px auto;
    width: max-content;
}

#statement p {
    font-size: 1.3rem;
    padding: 5px 20px;
    letter-spacing: .1px;
    line-height: 1.2;
}

#supporters {
    width: auto;
    margin: 30px auto;
    text-align: center;
}

#supporters h3 {
    color: #351C14;
    transform: scale(1.1, 1.2);
}

#supporters ul {
    list-style-type: none;
}

#footer {
    margin: 70px auto 0px auto;
    position: absolute;
    background: #D8AE6E;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    top: 650px;
}

#footer p {
    padding-top: 12px;
}

#store-close {
    text-align: center;
    font-size: 1.1rem;
    color: #ff0000;
    letter-spacing: .4px;
    padding-top: 13px;
}

#payment-form {
    margin: 0px auto;
    width: fit-content;
}

.privacy-notice {
    width: 420px;
    float: right;
    font-size: .9rem;
    position: absolute;
    right: 0;
    margin: 0px 140px;
    line-height: 0;
}

.privacy-notice input {
    width: auto !important;
}

#private-notice  {
    font-size: 1.4rem;
}


