﻿/* ImagerSlider styles */
.dxisControl .dxis-nbItem {
    width: 90px;
    height: 80px !important;
    background-color: transparent;
    text-align: center;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12pt;
    font-family: Nunito Sans, sans-serif;
    border-radius: 19px;
    background-color: #f6f4f4;
    background-size: cover;
}

#cbpCategoryPanel {
    margin: 0 12px 0 12px !important;
}

.dxis-nbSlidePanelWrapper {
    width: calc(100% - 50px) !important;
    height: 80px !important;
}

#categorySlider {
    width: 41.5vw !important;
}

.dxisControl .dxis-nbSelectedItem,
.dxisControl .dxis-nbSelectedItem > div {
    display: none;
    height: 80px !important;
}

.dxis-selected {
    font-family: Nunito Sans;
    font-size: 12pt;
    font-weight: 700;
    color: #6C6CD7;
    text-decoration: rgb(108, 108, 215);
    letter-spacing: 0.4px;
}

.dxis-nextPageBtnHorOutside {
    vertical-align: middle;
    margin-top: -8px !important;
    background-repeat: no-repeat;
}

.dxis-prevPageBtnHorOutside {
    vertical-align: middle;
    margin-top: -8px !important;
    background-repeat: no-repeat;
}

.dxcvCard,
.dxcvFlowCard,
.dxcvBreakpointsCard,
.dxcvEmptyCard {
    border: 0px !important;
    background-color: white !important;
    color: #222222;
    min-width: 400px !important;
    width: 500px !important;
    height: 180px;
    outline: none;
    vertical-align: top;
    cursor: pointer;
}

    .dxcvBreakpointsCard:hover {
        width: 500px !important;
        height: 180px !important;
        border-radius: 20px;
        cursor: pointer;
        background-color: green;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    }

.dxcvControl {
    background-color: transparent;
    border: none;
}

.FoodName {
    width: 420px;
    height: auto;
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 18px;
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
}

.FoodDescription {
    width: 400px;
    height: 44px;
    font-family: Nunito Sans;
    font-size: 16px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.FoodDescriptionLimitLines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: Nunito Sans;
    font-size: 16px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    text-overflow: ellipsis;
    overflow: hidden;
}

.FoodNameImage {
    width: 375px;
    height: auto;
    font-family: Nunito Sans;
    font-weight: 700;
    font-size: 18px;
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
}

.FoodDescriptionImage {
    width: 370px;
    max-height: 30px;
    font-family: Nunito Sans;
    font-size: 16px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
    padding-right: 20px !important;
}

.FoodPrice {
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #6C6CD7;
    width: 500px;
    text-decoration: rgb(108, 108, 215);
}

.FoodCategory {
    width: 161px;
    height: 33px;
    font-family: Nunito Sans, sans-serif;
    font-size: 24px;
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
    letter-spacing: 0.4px;
}

.CategoryMessage {
    width: 1028px;
    height: 48px;
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 18px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    letter-spacing: 0.4px;
}

.CategoryDisclaimer {
    width: 718px;
    height: 30px;
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 11px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    letter-spacing: 0.4px;
    text-align: center;
}

.MenuItemName {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AddToCart {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background-color: #6C6CD7;
    background-size: cover;
    font-family: Nunito Sans, sans-serif;
    font-size: 18pt;
    color: #ffffff;
    text-decoration: rgb(255, 255, 255);
    text-align: center;
}

.MenuSelection {
    width: 319px;
    height: 80px;
    margin: 5px;
    padding: 0px 8px 0px 32px;
    border-radius: 20px;
    font-family: Nunito Sans, sans-serif;
    font-size: 18px;
    color: #232323;
    text-decoration: rgb(35, 35, 35);
}

.MenuSelectionBackground {
    width: 370px !important;
    border-radius: 20px;
    background-color: rgb(246, 244, 244);
}

.PopUpControl {
    width: auto;
    height: auto;
    border-radius: 20px;
    fill: #ffffff;
    font-family: Nunito Sans, sans-serif;
}

.PopUpPickUpControl {
    width: auto;
    min-width: 609px;
    overflow: auto;
    border-radius: 20px;
    fill: #ffffff;
    font-family: Nunito Sans, sans-serif;
}

.PopUpFoodOptionCaption {
    height: 24px;
    font-family: Nunito Sans;
    font-weight: 700; /*Bold*/
    font-size: 18px;
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
    letter-spacing: 0.4px;
}

.PopUpFoodOptionCaptionSubTitle {
    width: 174px;
    height: 22px;
    font-family: Nunito Sans;
    font-size: 16px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
}

.PopUpFoodOptionRequired {
    font-family: Nunito Sans;
    font-weight: 600; /*Semi-Bold*/
    font-size: 18px;
    color: #6C6CD7;
    text-decoration: rgb(108, 108, 215);
    text-align: right;
}

.PopUpFoodOptionOptional {
    font-family: Nunito Sans;
    font-weight: 600; /*Semi-Bold*/
    font-size: 18px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    text-align: right;
}

.PopUpFoodOptionSelection {
    width: auto;
    max-width: 100%;
    height: 24px;
    font-family: Nunito Sans;
    font-weight: 600; /*Semi-Bold*/
    font-size: 18px;
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
    letter-spacing: 0.4px;
    vertical-align: bottom;
}

    .PopUpFoodOptionSelection label {
        display: block;
    }

.checkbox-danger input[type="checkbox"]:checked {
    color: aquamarine;
    font-weight: 700; /*Bold*/
}

.PopUpFoodOptionSelectionPrice {
    width: 64px;
    height: 24px;
    font-family: Nunito Sans;
    font-weight: 600; /*Semi-Bold*/
    font-size: 18px;
    color: #8a94a3;
    text-decoration: rgb(138, 148, 163);
    text-align: right;
}

.SpecialInstructions {
    width: 100%;
    box-sizing: border-box;
    height: 132px;
    padding: 16px;
    border-radius: 20px;
    background-color: #f6f4f4;
    background-size: cover;
    font-family: Nunito Sans;
    font-size: 18px;
    color: #232323;
    text-decoration: rgb(35, 35, 35);
    border-color: #f6f4f4;
}

.SpecialInstructionsPizza {
    width: 780px;
    height: 132px;
    padding: 16px;
    border-radius: 20px;
    background-color: #f6f4f4;
    background-size: cover;
    font-family: Nunito Sans;
    font-size: 18px;
    color: #232323;
    text-decoration: rgb(35, 35, 35);
    border-color: #f6f4f4;
}

.PopUpPickUpHeader {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 700; /*Bold*/
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
    letter-spacing: 0.4px;
    text-align: center;
}

.PopUpPickUpSubHeadings {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700; /*Bold*/
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
    letter-spacing: 0.4px;
}

.PopUpPickUpRadioButton {
    cursor: pointer;
}

.PopupFoodName {
    height: 32px;
    font-family: Nunito Sans;
    font-weight: 700; /*Bold*/
    font-size: 24px;
    color: #1C1C76;
    padding-top: 16px;
    text-decoration: rgb(42, 59, 86);
    letter-spacing: 0.4px;
}

.DeliveryAddress {
    width: 100%;
    height: 50px;
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-color: #8a94a3;
    background-color: #ffffff;
    background-size: cover;
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 600; /*Semi-Bold*/
    color: #1C1C76;
    text-decoration: rgb(42, 59, 86);
}

.OrderNowSubText {
    width: 164px;
    height: 22px;
    font-family: Nunito Sans;
    font-size: 16px;
    color: #6C6CD7;
    text-decoration: rgb(108, 108, 215);
    letter-spacing: 0.4px;
}

.OrderLaterDropDown {
    width: 232px;
    height: 50px;
    padding: 0px 24px;
    border-radius: 20px;
    border-color: transparent;
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 700; /*Bold*/
    color: #232323;
    text-decoration: rgb(35, 35, 35);
    /* Custom CSS */
    background-color: rgb(246, 244, 244);
    background-position-x: 244px;
}

.StartOrder {
    height: 50px;
    border-radius: 20px;
    background-color: #6C6CD7;
    background-size: cover;
    font-family: Nunito Sans;
    font-size: 18px;
    color: #ffffff;
    text-decoration: rgb(255, 255, 255);
    text-align: center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*remove upper square from Category Dropdown */
.dxeButtonEditButton,
.dxeSpinLargeIncButton,
.dxeSpinLargeDecButton {
    background: #e6e6e6;
    height: 50%;
    border: 1px solid;
    border-color: black;
}

.td#Menu_B-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1261px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

@media screen and (max-width: 1261px) {
    .center {
        max-width: 90%;
    }
}

label.radio.radioMenuFoodPizzaList {
    border-color: #8a94a3;
    cursor: pointer;
    border-radius: 100px;
}

    label.radio.radioMenuFoodPizzaList input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none;
    }

    label.radio.radioMenuFoodPizzaList span {
        display: table-cell;
        vertical-align: middle;
        align-items: center;
    }

    label.radio.radioMenuFoodPizzaList input:checked + span {
        border-color: #6C6CD7;
        background-color: #6C6CD7;
        color: #ffffff;
    }

label.radio.radioPizzaHalfFull {
    border-color: #8a94a3;
    cursor: pointer;
    border-radius: 100px;
}

    label.radio.radioPizzaHalfFull input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none;
    }

    label.radio.radioPizzaHalfFull span {
        display: table-cell;
        vertical-align: middle;
        align-items: center;
    }

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input[type="radio"] {
    min-height: 1rem;
    min-width: 1rem;
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #6C6CD7;
    outline: 0;
    box-shadow: 0;
    background-image: none;
}

.form-check-input:checked {
    background-color: #6C6CD7;
    border-color: #6C6CD7;
}

.ChoosePizza {
    color: #1C1C76;
    font-family: Nunito Sans, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.PizzaSlicesCount {
    padding-top: 8px;
    color: #1C1C76;
    font-size: 12.5px;
    flex-direction: column;
    width: auto;
    cursor: pointer;
    text-align: center;
}

.PopupPizzaSizeRadio {
    height: 100px;
    line-height: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #8a94a3;
    font-family: Nunito sans-serif, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1C1C76;
    opacity: 1;
    text-align: center;
}

.PopupPizzaDoughRadio {
    width: 241px;
    height: 90px;
    line-height: 25px;
    box-shadow: 0px 3px 6px #00000012;
    border-radius: 12px;
    font: normal normal 700 16px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #1C1C76;
    opacity: 1;
    text-align: center;
    cursor: pointer;
}

.PopupPizzaToppingsRadio {
    width: 150px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 3px 6px #00000012;
    border-radius: 12px;
    font-family: Nunito sans-serif, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: #1C1C76;
    opacity: 1;
    align-content: center;
    text-align: center;
}

.ToppingName {
    font-family: Nunito sans-serif, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1C1C76;
    letter-spacing: 0.2px;
}

.PizzaPriceDisclaimer {
    font-family: Nunito Sans;
    font-size: 12px;
    font-weight: normal;
    color: #adb4bf;
}

.OrderMenuCategoryButton {
    width: 120px;
    height: 65px;
    line-height: 25px;
    border-width: 0px;
    border-style: solid;
    box-shadow: 0px 3px 6px #00000012;
    border-radius: 9px;
    font-family: Nunito sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1C1C76;
    opacity: 1;
    text-align: center;
}

.AddToCartPizza {
    width: 100%;
    height: 55px;
    line-height: 55px !important;
    background: #6C6CD7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000012;
    border-width: 0px;
    border-radius: 12px;
    font-family: Nunito Sans, sans-serif;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

.PizzaToppingsHalfFull {
    width: auto;
    min-width: auto;
    cursor: pointer;
    padding-left: 12px;
}

.PizzaImage {
    width: 65px;
    height: 65px;
}

.modal-dialog,
.modal-content {
    padding-top: 1.25%;
    margin: auto;
    height: 80vh;
    max-height: 80vh;
}

::-webkit-scrollbar {
    width: 3px;
    border-radius: 16px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f0f0f0;
    padding-top: 20px;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb {
    background: #6C6CD7;
    border-radius: 16px;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.08);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6C6CD7;
    }

::selection {
    background: rgb(246, 244, 244);
}

::-moz-selection {
    background: rgb(246, 244, 244);
}

.Disabled {
    pointer-events: none;
    touch-action: none;
    cursor: none;
}

.group-subtext {
    font-family: Nunito Sans;
    font-size: 12px;
}

.group-warning {
    color: #c3363e !important;
}

.LabelAmount {
    font-size: 16pt;
    font-weight: bold;
    font-family: "Nunito Sans";
    color: #ffffff;
}

@media screen and (max-width: 1280px) {
    .AddToCart {
        font-size: 14pt;
    }

    img[id^="btnNext_"][id$="Img"].dx-vam {
        margin-left: 12px;
    }

    .LabelAmount {
        font-size: 12pt;
    }

    .PopUpFoodOptionSelection label {
        font-size: 10pt;
    }
}

@media (max-width: 480px) {
    .modal-dialog,
    .modal-content {
        width: 95%;
        margin: auto;
        height: 90%;
        max-height: 90%;
    }

    .PopUpPickUpControl {
        width: 90vw !important;
        min-width: 90vw !important;
        height: auto;
        border-radius: 20px;
        fill: #ffffff;
        font-family: Nunito Sans, sans-serif;
        margin-left: auto;
        margin-right: auto;
    }

    .OrderLaterDropDown {
        width: 100%;
    }

    .PizzaImage {
        width: 55px;
        height: 45px;
    }

        .PizzaImage.Half {
            width: 23px;
        }

    .PopupPizzaDoughRadio {
        width: fit-content;
        padding: 0 16px;
    }

    .PopupPizzaToppingsRadio {
        padding: 0 8px;
    }

    .OrderMenuCategoryButton {
        width: fit-content;
        height: 2.5rem;
        padding: 0 8px;
    }
}
