.orderpage{
    border: rgba(0, 0, 0, 0) 1px solid;
    margin: 0;
    grid-template-columns: 1fr 110px 1fr;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 120px;
}
.ordertitleimg{
    width: 100px;
}

.sheettop{
    display: grid;
    grid-template-columns: 1fr auto 1fr;

}
.sheettopcenter{
    font-family: Tangerine, serif, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-size: 40px;
    padding: 0 10px;
    text-shadow: var(--shadowc);
    background: linear-gradient(transparent 57%, rgba(195, 218, 175, 0.4) 80%);
}

.sheettopleft{
    display: flex;
    border-top: var(--borderc) 1px solid;
    border-top: var(--borderc) 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-left: var(--borderc) 1px solid;
    border-radius: var(--borderr) 0 0 0;
    height: auto;
    margin: 30px 0 0 0;
    background: var(--mediumbackgr);
}

.sheettopright{
    display: flex;
    border-top: rgba(160, 179, 143, 0.8) 1px solid;
    border-right: rgba(160, 179, 143, 0.8) 1px solid;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 10px 0 0;
    height: auto;
    margin: 30px 0 0 0;
    background: rgba(195, 218, 175, 0.4);
}

.sheet{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    border-top: 0;
    border-right: rgba(160, 179, 143, 0.8) 1px solid;
    border-bottom: 0;
    border-left: rgba(160, 179, 143, 0.8) 1px solid;
    border-radius: 0;
    background: rgba(195, 218, 175, 0.4);
}

.sheetbottom{
    display: flex;
    border-top: 0;
    border-right: rgba(160, 179, 143, 0.8) 1px solid;
    border-bottom: rgba(160, 179, 143, 0.8) 1px solid;
    border-left: rgba(160, 179, 143, 0.8) 1px solid;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 20px;
    margin: 0 0 10px 0;
    background: rgba(195, 218, 175, 0.4);
}

.ordercounter{
    float: left;
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    padding: 0;
    width: 13rem;
    border: 0 rgba(160, 179, 143, 0.8) solid;
    border-radius: 10px;
    height: 1.5rem;
}

.orderrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 60px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border: 0;
    border-radius: 0;
    /*background: #fff;*/
}

.orderrowgrid{
    display: grid;
    grid-template-columns: auto 80px;
    /*border: 1px solid rgba(160, 179, 143, 0.8);*/
    /*border-radius: 10px;*/
    width: 100%;
    max-width: 500px;
}

.hrorder{
    margin: 3px 5%;
    width: 90%;
    max-width: 650px;
    display: block;
    float: left;
}
.hrcenter{
    margin: 3px auto;
    width: 90%;
    max-width: 650px;
    display: block;
    float: left;
}
.hrtotals{
    margin: 3px auto;
    width: 200px;
    display: block;
    float: left;
}

.orderpageimg {
    max-width: 60px;
    height: auto;
}

.productPriceNonem{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    color: var(--textclow);
    float: right;
}

.em{
    font-weight: bold;
    font-size: 20px;
}

.ordertotal{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    margin: 3px 0 0 0;
    width: 100%;
    /*background: #fff;*/
    /*border: 1px solid #000;*/
}
.discount{
    display: none;
}
.ordersubtotal{
    font-size: 16px;
    font-weight:normal;
    /* background: #fff; */
    /*border: 1px solid #000;*/
}
.total{
    display: none;
}

.twofieldscenter{
    display: flex;
    justify-content: center;
    width: 100%;
}

h6{
    display: block;
    float: left;
    font-family: inherit;
    font-size: inherit;
    margin: 3px 0;
    padding: 0;
}

h7{
    margin: 0;
    padding: 0;
}

.contactform{
    display: block;
    justify-content: left;
    width: 100%;
    background: none;
}

label{
    background: transparent;
    font-weight: bold;
    text-align: right;
    width: 7em;
    margin: 3px 3px;
}
.widerlabel{
    width: auto;
    text-align: left;
 }

.textinput{
    width: 15em;
    border-top: 0;
    border-right: 0;
    border-bottom: rgba(160, 179, 143, 0.8) 1px solid;
    border-left: 0;
    background: transparent;
    margin: 3px 30px 3px 3px;
    padding: 0 6px;
}
.textinput:user-invalid{
    background: #ff000033;
    border-radius: 5px;
    border-color: transparent;
}
.textinput:disabled{
    border: 0;
}

.tiwide{
    width: 25em;
}

.contactcontainer{
    margin: 3px 0;
    display: flex;
    float: left;
    width: 50%;
}
.ccleft{
    justify-content: right;
}
.ccright{
    justify-content: left;
}
.ccfull{
    width: 100%;
    justify-content: center;
}

.nodelivery{
    display: flex;
    flex-direction: column;
}

.deliveryoptions{
    display: none;
}

.datepickercont{
    display: none;
    height: fit-content;
    visibility: visible;
    overflow: clip;
    transition: height 0.3s ease-out, visibility 0.3s ease-out;
}
.datepickercont h6{
    width: 100%;
    margin-bottom: 20px;
}
.datepicker{
    /* position: absolute;
    top: 100%; */
    min-width: 250px;
    /* z-index: 100; */
    margin-top: 20px;
    padding: 10px;

    /* border: var(--borderc) 1px solid; */
    border-radius: var(--borderr);
    background: transparent;
}
.datepicker button{
    cursor: pointer;
    border: var(--borderc) 1px solid;
    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    color: var(--textc);
    aspect-ratio: 1;
    display: inline-block;
}
.datepicker button:disabled{
    color: var(--textclow);
}
.datepicker button:enabled:hover{
    background: var(--darkbackgr);
}
.datepicker button:disabled{
    cursor: default;
    border: 0px;
}
.datepicker button.today{
    background: var(--highlightnorm);
}
.datepickerheader button{
    width: 40px;
    aspect-ratio: 1;
}
.datepickerheader label{
    display: inline-block;
    text-align: center;
    min-width: 100px;
}
.days, .dates{
    display: grid;
    grid-template-columns: repeat(7, 40px);
    gap: 4px;
    margin-top: 0.5rem;
}
.days span{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.timeslotcont{
    height: 0;
    visibility: hidden;
    width: 100%;
    overflow: clip;
    transition: height 0.3s ease, visibility 0.3s ease;
}
.timeslotcont h6{
    text-align: center;
}
.timeslotcont button{
    padding: 4px;
    margin-left: 10px;
    cursor: pointer;
    border: var(--borderc) 1px solid;
    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    color: var(--textc);
    display: inline-block;
}
.timeslotcont button:enabled:hover{
    background: var(--darkbackgr);
}
.timeslotbutton:disabled{
    /* border: 0px; */
    cursor: default;
    opacity: 0.5;
    /* display: none; */
}

.choicepresenter{
    height: 0;
    visibility: hidden;
    padding-bottom: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: clip;
    transition: height 0.3s ease, visibility 0.3s ease;
}
.choicepresenter button{
    padding: 0 12px 0 12px;
    margin-left: 10px;
    cursor: pointer;
    border: var(--borderc) 1px solid;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: var(--textc);
    display: inline-block;
}
.choicepresenter button:enabled:hover{
    background: var(--mouseroverbackgr);
}
.choicepresenter h6{
    margin-left: 10px;
    margin-right: 4px;
}

.timeslotbutton{
    margin: 4px;
}
.timeslotdiv{
    width: 310px;
    display: grid;
    padding: 4px;
}
.timeslotdiv label{
    text-align: center;
    width: 100%;
}
.timeslotdiv label.lowtitle{
    color: var(--textclow);
    font-weight: bold;
}

.slideInHeight{
    height: fit-content;
    visibility: visible;
}
.slideOutHeight{
    height: 0;
    visibility: hidden;
}

.deliveryoverlay{
    display: none;
    position: fixed;
    padding: 60px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.4);
}
.deliveryoverlay .container{
    display: flex;
    padding: 10px;
    flex-direction: column;
    background: var(--darkbackgr);
    border-radius: 10px;
    border: 1px solid var(--borderc);
    filter: drop-shadow(0 0 4px var(--darkshadowc));
    width: 100%;
    min-height: 200px;
}

.flexcenterhidden{
    display: none;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.waitinganim img{
    width: 40px;
    height: 40px;
    padding: 4px 3px;
    opacity: 0.2;
}
@keyframes pulse{
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    30% {
        transform: scale(1.3);
        opacity: 1;
    }
    60% {
        transform: scale(1);
        opacity: 0.2;
    }
}
[anim="pulse"] {
    animation: pulse ease-in-out 1200ms infinite;
  }

@media only screen and (max-width:660px) {
    /* For tablets: */
    .textinput{width: 20em;}
    .tiwide{width: 20em;}
    .widerlabel{width: 20em;}
    .contactcontainer{ width: 100%; }
    .ccright{justify-content: center;}
    .ccleft{justify-content: center;}
}

@media only screen and (max-width:600px) {
    /* For mobile phones: */
    .sheettopleft{
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .sheettopright{
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .sheet{
        padding: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .sheetbottom{
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    .textinput{
        margin-right: 10px;
    }
}
