.form_field__additional_details {
    position: absolute;
    top: -42069px;
}

.contact-form-submission-result {
    display: none;
    padding-top: 64px;
}

.form_field > input,
.form_field > textarea {
    text-transform: none !important;
}

.mobile-only {

}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

.desktop-only {

}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}

.opening-hour-link:hover {
    color: rgba(240, 248, 255, 0.84) !important;
}

.admin-login {
    width: 85%;
    margin: 64px;
    max-width: 768px;
}

@media (max-width: 768px) {
    .admin-login {
        margin: 32px;
    }
}

.menu-block {
    background-image: url("https://api-files.glitchedpolygons.com/api/v1/files/pitabrothers-dellamora-olives-background.png");
    backdrop-filter: brightness(200%) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: none;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .menu-block {
        background-attachment: fixed;
        background-position: center 100%
    }
}

.menu-block__container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%
}

@media (min-width: 640px) {
    .menu-block__container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .menu-block__container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .menu-block__container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .menu-block__container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .menu-block__container {
        max-width: 1536px
    }
}

.menu-block__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    z-index: 20
}

@media (min-width: 768px) {
    .menu-block__container {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media (min-width: 1280px) {
    .menu-block__container {
        padding-bottom: 7rem;
        padding-top: 7rem
    }
}

.menu-block__overlayer {
    --tw-bg-opacity: 1;
    background-color: rgb(5 6 8/var(--tw-bg-opacity));
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.menu-block__dishes {
    display: grid;
    gap: 0;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (max-width: 768px) {
    .menu-block {
        background-image: url("https://api-files.glitchedpolygons.com/api/v1/files/pitabrothers-dellamora-olives-background.png");
        background-size: cover;
    }

    .cta {
        background-image: url("https://api-files.glitchedpolygons.com/api/v1/files/pitabrothers-dellamora-special-announcement-background.png");
        background-size: 0;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

/*
body {
    display: Flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0b0f19;
}
*/

.quantity {
    width: 104px;
    height: 37px;
    background-color: rgba(10, 10, 10, 0.97);
    padding: 15px;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    border-radius: 20px;
}

.btn {
    display: flex;
    Justify-content: center;
!important;
    align-items: center;
    text-align: center;
!important;
    border: none;
    /*width: 50px;*/
    height: 50px;
    font-size: 1rem;
    background: 0 0;
    color: rgba(222, 221, 221, 0.95);
    cursor: pointer;
}

.qtyInput {
    width: 100%;
    border: none;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
!important;
    color: rgba(222, 221, 221, 0.95);
    background: 0 0;
    flex: 1;
    font-weight: 700;
}

.qtyInput:focus-visible {
    outline: none;
}

.quantity > span {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */

}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.minus {
    margin: 0 !important;
}

.plus {
    margin: 0 !important;
}

#cart {
    margin-left: 64px;
    margin-right: 64px;
    margin-bottom: 0;
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

#cart-overview {
    font-size: 1.25rem;
    font-weight: bold;
}

.preorder-form {
    padding-top: 0;
    padding-right: 64px;
    padding-left: 64px;
    padding-bottom: 64px;
    width: auto;
}

.preorder-message-field {
    min-width: 512px;
}

#preorder-btn {
    width: auto;
}

@media (min-width: 768px) {

    #preorder-btn {
        max-width: 205px;
    }
}

@media (max-width: 768px) {

    #preorder-btn {
        flex-grow: 1;
    }

    .preorder-form {
        padding-top: 0;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 32px;
    }

    .preorder-message-field {
        min-width: 0;
        max-width: 690px;
    }

    .dish__content {
        display: block;
    }

    .dish__price {
        margin-top: 4px;
        margin-bottom: 5px;
    }
}

#delivery-info {
    font-size: 1.1337rem;
    font-weight: bold;
    margin-top: 16px;
    text-align: center;
}

#preorder-checkout-section {
    display: flex;
    justify-content: center;
    padding-top: 0;
}

#delivery-time {
    max-width: 192px;
    font-weight: 600;
    font-size: 0.96rem;
    color: black;
    border: none;
    margin-top: 6px;
    background-color: #dfdfdf;
}

@media (max-width: 768px) {
    #opening-hours {
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    #opening-hours {
        margin-top: -70px;
    }
}

#preorder-disclaimer-txt {
    margin-top: 16px;
}