/* vietnamese */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x7T2kn3.woff2)
        format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323,
        U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x_T2kn3.woff2)
        format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
        U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3nWuZEC.woff2)
        format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323,
        U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3jWuZEC.woff2)
        format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
        U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lwz3bWuQ.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*for select food by size*/
.checkbox-wrapper-12 {
    position: relative;
}

.checkbox-wrapper-12 > svg {
    position: absolute;
    top: -130%;
    left: -170%;
    width: 110px;
    pointer-events: none;
}

.checkbox-wrapper-12 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox-wrapper-12 .cbx {
    width: 24px;
    height: 24px;
    top: calc(100px - 12px);
    left: calc(100px - 12px);
}

.checkbox-wrapper-12 .cbx input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #bfbfc0;
    border-radius: 50%;
    cursor: pointer;
}

.checkbox-wrapper-12 .cbx label {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: trasnlate3d(0, 0, 0);
    -ms-transform: trasnlate3d(0, 0, 0);
    transform: trasnlate3d(0, 0, 0);
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
    position: absolute;
    top: 5px;
    left: 4px;
    z-index: 1;
    pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg path {
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
    -webkit-transition: stroke-dashoffset 0.3s ease;
    transition: stroke-dashoffset 0.3s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked + label {
    -webkit-animation: splash-12 0.6s ease forwards;
    animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked + label + svg path {
    stroke-dashoffset: 0;
}

@-webkit-keyframes splash-12 {
    40% {
        background: #4d037f;
        -webkit-box-shadow: 0 -18px 0 -8px #4d037f, 16px -8px 0 -8px #4d037f,
            16px 8px 0 -8px #4d037f, 0 18px 0 -8px #4d037f,
            -16px 8px 0 -8px #4d037f, -16px -8px 0 -8px #4d037f;
        box-shadow: 0 -18px 0 -8px #4d037f, 16px -8px 0 -8px #4d037f,
            16px 8px 0 -8px #4d037f, 0 18px 0 -8px #4d037f,
            -16px 8px 0 -8px #4d037f, -16px -8px 0 -8px #4d037f;
    }

    100% {
        background: #4d037f;
        -webkit-box-shadow: 0 -36px 0 -10px transparent,
            32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent,
            0 36px 0 -10px transparent, -32px 16px 0 -10px transparent,
            -32px -16px 0 -10px transparent;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
            32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
            -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

@keyframes splash-12 {
    40% {
        background: #4d037f;
        -webkit-box-shadow: 0 -18px 0 -8px #4d037f, 16px -8px 0 -8px #4d037f,
            16px 8px 0 -8px #4d037f, 0 18px 0 -8px #4d037f,
            -16px 8px 0 -8px #4d037f, -16px -8px 0 -8px #4d037f;
        box-shadow: 0 -18px 0 -8px #4d037f, 16px -8px 0 -8px #4d037f,
            16px 8px 0 -8px #4d037f, 0 18px 0 -8px #4d037f,
            -16px 8px 0 -8px #4d037f, -16px -8px 0 -8px #4d037f;
    }

    100% {
        background: #4d037f;
        -webkit-box-shadow: 0 -36px 0 -10px transparent,
            32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent,
            0 36px 0 -10px transparent, -32px 16px 0 -10px transparent,
            -32px -16px 0 -10px transparent;
        box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent,
            32px 16px 0 -10px transparent, 0 36px 0 -10px transparent,
            -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
    }
}

/*for select ingredients*/
/* .checkbox-wrapper-4 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}
.checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
}
.checkbox-wrapper-4 .cbx:hover {
    background: rgba(0, 119, 255, 0.06);
}
.checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 1px solid #cccfdb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
}
.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    -webkit-animation: wave-4 0.4s ease;
    animation: wave-4 0.4s ease;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
        width: 100%;
        display: inline-block;
    }
}
@-webkit-keyframes wave-4 {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes wave-4 {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
} */

/* body {
    background-color: #f0f0f0;
    padding: 40px;
}
h1 {
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    color: $checked-color;
}
h2 {
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    color: $checked-color;
}
#proof {
    border: 1px solid $unchecked-color;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 2px 2px 8px 0px #999;
} */
.cl-custom-check {
    display: none;

    + .cl-custom-check-label {
        /* Unchecked style  */
        background-color: #a7a7a7;
        color: #fff;
        /* text-shadow: 3px 1px 5px #05000873; */
        padding: 5px 10px;
        font-family: sans-serif;
        cursor: pointer;
        user-select: none;
        border-radius: 5px;
        display: inline-block;
        margin: 0 10px 10px 0;
        backface-visibility: hidden;
        transition: all 0.5s ease;
    }

    &:checked {
        + .cl-custom-check-label {
            /* Checked style  */
            background-color: #4d037f;
            backface-visibility: hidden;
            transform: rotateY(360deg);
        }
    }
}

/*for quantity input*/
.quantityOne {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}

.quantityOutput {
    font-size: 16px;
    font-weight: 600;
    color: #4d037f;
    /* width: 30%; */
    text-align: right;
    /* margin-left: 50px; */
}

.spinNumber {
    display: flex;
    justify-content: center;
    /* width: 70%; */
}

.spinNumber .incrimentButton,
.spinNumber .decrimentButton {
    /* width: 37px;
    height: 37px; */
    background: transparent;
    /* border: 1px solid #c6f5f56b; */
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    /* font-family: 'Open Sans', sans-serif; */
    margin: 0 4px;
    /* line-height: 50px; */
    background: #4d037f;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    /* margin: auto; */
    border-radius: 5px;
    padding-top: 3px;
    box-shadow: none !important;
}

.spinNumber .incrimentButton:hover,
.spinNumber .decrimentButton:hover {
    background: #6c00b5;
    color: #fff !important;
}

.spinNumber .incrimentButton:disabled,
.spinNumber .incrimentButton[disabled],
.spinNumber .decrimentButton:disabled,
.spinNumber .decrimentButton[disabled] {
    border: 1px solid #464646 !important;
    /* background: linear-gradient(
        82deg,
        rgb(223, 223, 223) 0%,
        rgb(160, 160, 160) 100%
    ); */
    color: #060606 !important;
    /* text-shadow: 2px 2px 5px #fff !important; */
    cursor: not-allowed;
    background-color: #b8b8b8 !important;
}

.spinNumberOutput:disabled,
.spinNumberOutput[disabled] {
    border: 1px solid #464646 !important;
    cursor: not-allowed;
    background-color: #fff;
    color: #000 !important;
}

.spinNumber input {
    width: 45px;
    height: 37px;
    border: 1px solid #4d037f;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #4d037f;
    background: #f6eaff;
    border-radius: 5px;
}

input:focus {
    outline: none;
}

.regularPrice {
    display: none;
}

/*for select extra food items*/
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;

    & > * {
        margin: 0.5rem 0.5rem;
    }
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile {
        border-color: #4d037f;
        background-color: #d3bce5;
        /* box-shadow: inset -1px -3px 6px #2200416c !important; */
        color: #4d037f;

        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #4d037f;
            border-color: #ffffff;
        }

        .checkbox-icon,
        .checkbox-label {
            color: #4d037f;
        }

        .checkbox-price {
            color: #4d037f;
            background-color: #f5f0ff;
        }

        .checkbox-icon img {
            border: solid 1px #4d037f;
            filter: none;
        }
    }

    &:focus + .checkbox-tile {
        border-color: #4d037f;
        /* background-color: #dbc3ed;
        box-shadow: inset -1px -3px 6px #2200416c !important; */

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7.2rem;
    min-height: 10rem;
    max-height: 16rem;
    border: 1px solid #afafaf;
    background-color: #fff;
    /* box-shadow: inset -1px -3px 6px #00000047; */
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        z-index: 1;
    }

    &:hover {
        border-color: #4d037f;

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-icon img {
    transition: 0.375s ease;
    /* color: #494949; */
    width: 7.2rem;
    height: 5rem;
    margin-top: 0rem;
    object-fit: cover;
    border: solid 0px #dadada;
    border-radius: 0px;
    filter: grayscale(1);
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    margin: 5px;
    font-weight: 600;
    font-size: 12px !important;
    overflow: hidden;
    word-break: break-word;
}

.checkbox-price {
    background-color: #e3e3e3;
    padding: 2px 5px 2px 5px;
    text-align: center;
    color: #4e4e4e;
    width: 90%;
    font-weight: 600;
    font-size: 13px !important;
    margin: 0 0 8px 0;
    border-radius: 10px;
}

.custom-textarea {
    border-radius: 10px !important;
    font-size: 13px !important;
    color: #4d037e !important;
    border: solid 1px #acacac;
}
.custom-textarea:focus,
.custom-textarea:hover {
    border: solid 1px #4d037e !important;
}

.total-price-area {
    width: 100%;
    height: auto;
    background-color: #4d037f;
    /* background: linear-gradient(135deg, rgb(80 0 128) 0%, rgb(37 0 59) 99%); */
    /* margin:auto; */
    z-index: 1;
    position: sticky;
    bottom: -1px;
    right: 0;
    left: 0;
    /* box-shadow: 1px -9px 12px 0px rgb(0 0 0 / 25%); */
    /* display: flex; */
    padding: 10px;
    overflow-x: hidden;
}

/* for order type selection */
.radio-inputs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    /* background-color: #eee; */
    /* background: linear-gradient(348deg, rgb(75 0 122) 10%, rgb(101 0 164) 60%); */
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0px 6px 10px 1px rgb(0 0 0 / 30%); */
    padding: 6px 6px 0px;

    width: 150px;
    font-size: 12px;
    font-weight: 400;
    margin: auto;
    transition: 0.4s ease;
    text-transform: uppercase;
    border: 2px solid #4d037f;
}

.radio-inputs:hover {
    /* background: linear-gradient(145deg, rgb(75 0 122) 10%, rgb(101 0 164) 60%); */
    background-color: #ffffff;
}

.radio-inputs .radio {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    /* text-shadow: 2px 2px 4px #ffffff; */
    font-weight: 600;
    padding: 10px 0;
    color: #5d0594;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease;
}

.radio-inputs .radio input:checked + .name {
    background-color: #4d037f;
    font-weight: 600;
    color: #ffffff;
    /* text-shadow: 2px 2px 4px #ffffff; */
    /* box-shadow: inset 3px 4px 10px 1px rgb(64 0 110 / 43%); */
}
.flag-img {
    border: 2px solid #fff;
    border-radius: 10px;
}
/*for extra item quantity*/
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: fit-content; */
    margin: 0 auto;
    /* background: #eaeaea; */
    background: #d0a7ed;
    border-radius: 10px;
    padding: 4px;
    margin-top: 0px;
    margin-bottom: 5px;

}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
    font-size: 30px;
    color: #4d037f;
    background-color: #d0a7ed;
    height: 34px;
    width: 34px;
}
.minus-button {
    border-radius: 10px 0px 0px 10px;
}
.plus-button {
    border-radius: 0px 10px 10px 0px;
}

.quantity-btn:disabled,
.quantity-btn[disabled] {
    /* border: 1px solid #7f7f7f !important; */
    /* background: linear-gradient(
        82deg,
        rgb(232, 232, 232) 0%,
        rgb(187, 187, 187) 100%
    ); */
    color: #4d037f;
    /* text-shadow: 2px 2px 5px #fff !important; */
    cursor: not-allowed;
    background-color: #d0a7ed !important;
}
.quantity-btn svg {
    width: 15px;
    height: 15px;
}
.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    /* border: 2px solid #4d037f; */
    height: 34px;
}
.quantity-input:disabled,
.quantity-input[disabled] {
    /* border: 1px solid #7f7f7f !important; */
    background-color: #fff;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
a.first__buy_now_row{
    cursor: pointer;
}
.food-subtotal.row{
    transition: all 0.3s ease;
}
a.first__buy_now_row .food-subtotal.row:hover{
    box-shadow: 0px 7px 15px rgba(0, 0, 0, .2);
}
.food-subtotal {
    background-color: #4d037f;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    margin-bottom: 14px;
    border-radius: 10px;
}
.food-subtotal:hover{
    cursor: pointer;
}
.food-subtotal button.btn.btn-primary.radius-button.next-btn.float-left:hover{
    background-color: #4d037f !important;
}

.food-subtotal button.btn.btn-primary.radius-button.next-btn:hover{
    background-color: #4d037f !important;
}
button.btn.btn-primary.radius-button.prv-btn{
    background-color: #4d037f;
}
button.btn.btn-primary.radius-button.prv-btn:hover{
    background-color: #4d037f !important;
}
.cancel-btn {
    margin-right: 20px !important;
    font-size: 18px !important;
    /* text-shadow: 3px 3px 5px #2b2b2b; */
    min-height: 55px;
    max-height: max-content;
    border-radius: 10px !important;
    /* box-shadow: inset 2px 4px 10px #4d040091; */
    background-color: #ff372d;
    color: #fff;
}
.cancel-btn:hover,
.cancel-btn:focus {
    background: #ee1d12 !important;
    color: #fff !important;
}

/* ////// */
div.radio-with-Icon {
    display: block;
}

div.radio-with-Icon p.radioOption-Item {
    display: inline-block;
    width: 200px;
    /* height: 150px; */
    box-sizing: border-box;
    margin: 10px 15px;
    border: none;
}

div.radio-with-Icon p.radioOption-Item label {
    display: block;
    /* height: 100%; */
    /* width: 100%; */
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    border: 3px solid #4d037f;
    color: #4d037f;
    cursor: pointer;
    transition: none;
    font-size: 20px;
    padding-top: 25px;
    /* padding-bottom: 15px; */
    text-align: center;
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item label:hover,
div.radio-with-Icon p.radioOption-Item label:focus,
div.radio-with-Icon p.radioOption-Item label:active {
    /* opacity: 0.7; */
    background-color: #a175be;
    border: 5px solid #fff;
    color: #fff;
    margin: 0 !important;
    transition: 0.5s ease-in-out;
}

div.radio-with-Icon p.radioOption-Item label::after,
div.radio-with-Icon p.radioOption-Item label:after,
div.radio-with-Icon p.radioOption-Item label::before,
div.radio-with-Icon p.radioOption-Item label:before {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item label i.fa {
    display: block;
    font-size: 50px;
}

/* .radioOption-Item img{
    transition: 0.5s ease-in-out;
} */

.radioOption-Item:hover img{
    mix-blend-mode: plus-lighter;
    /* transform: scale(1.05); */
    /* mix-blend-mode: screen; */
    filter: invert(1);
}
.radioOption-Item:focus img{
    mix-blend-mode: plus-lighter;
    /* mix-blend-mode: screen; */
    filter: invert(1);
}
/* div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked + img {
    mix-blend-mode: screen;
    filter: invert(1);
} */

.radioOption-Item input[type="radio"]:checked + label .order_type_img{
    mix-blend-mode: plus-lighter;
    /* mix-blend-mode: screen !important; */
    filter: invert(1) !important;
    /* display: none; */
}

div.radio-with-Icon p.radioOption-Item input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:active ~ label {
    opacity: 1;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 3px solid #ffffff;
    background-color: #4d037f;
    color: #fff;
    border-radius: 10px;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:hover,
div.radio-with-Icon p.radioOption-Item input[type="radio"]:focus,
div.radio-with-Icon p.radioOption-Item input[type="radio"]:active {
    margin: 0 !important;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"] + label:before,
div.radio-with-Icon p.radioOption-Item input[type="radio"] + label:after {
    margin: 0 !important;
}

.order-heading {
    color: #5b0097;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 25px;
    text-transform: uppercase;
}

.select-table-heading{
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1rem;
    /* text-transform: uppercase; */
}

.continue-btn {
    border-radius: 10px;
    color: #4d037e;
    /* background: linear-gradient(226deg, #7600c5, #4d037f 100%); */
    border: solid 3px #4d037f;
    height: 70px;
    width: 230px;
    margin: 0 15px 0 15px;
    font-size: 22px !important;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    /* border-radius: 0px !important; */
}

.continue-btn:hover,
    .continue-btn:focus{
    color: #ffffff;
    /* text-shadow: 3px 3px 5px #414141; */
    /* background: linear-gradient(41deg, #7600c5, #4d037f 100%); */
    background-color: #4d037f !important;
}
.continue-btn i{
    transition: ease-in-out 0.5s;
}
.continue-btn:hover i{
    transform: translateX(8px) scale(1.05);
}

.continue-btn:disabled,
.continue-btn[disabled] {
    color: #272727 !important;
    background: linear-gradient(41deg, #fefeff, #c4c4c4 100%) !important;
    border: solid 3px #272727 !important;
    cursor: not-allowed;
}

/* ////// */
.cart-btn {
    background-color: #00a256 !important;
    color: #fff !important;
}
.cart-btn:hover {
    background-color: #008f4c !important;
}
.cart-btn:disabled,
.cart-btn[disabled] {
    border: 1px solid #525252 !important;
    background-color: #cccccc !important;
    color: #000000 !important;
    cursor: not-allowed;
}
.avoid-btn{
    background-color: #ff372d !important;
    color: #fff !important;
}
.avoid-btn:hover{
    background-color: #d62218 !important;
}
.text-green{
    color: #00a256 !important;
}
.w-30{
    width:30% !important;
}

/* ////// */
.next-btn i,
.prv-btn i{
    transition: ease 0.5s;
}
.next-btn:hover i{
    transform: translateX(5px);
}
.prv-btn:hover i{
    transform: translateX(-5px);
}
.addto-cart-btn i{
    transition: ease 0.5s;
}
.addto-cart-btn:hover i{
    transform: rotate(180deg);
}
.cart-bttn i{
    transition: ease 0.5s;
}
.cart-bttn:hover i{
    transform: rotate(15deg);
}

.kiosk-main{
    height: 100%;
    overflow: hidden;
}

.kiosk-main .kiosk-card{
    width:100%;
    background: url('../img/blurred_bg.jpg') no-repeat center/cover;
    border-radius:0px !important;
    z-index: 4;
    background-size: cover;
    margin-bottom:0px !important;
    box-shadow: none;
    height:100%
}

.custom__kiosk__container {
    width: 100vw;
    height: 100%;
}
.custom__kiosk__container::before{
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, .6),rgba(0, 0, 0, 0)); */
    background: rgba(0, 0, 0, .35);
}
.custom__kiosk__container > * {
    z-index: 2;
}

.custom__kiosk__container .custom__header{
    position: absolute;
    top:3%;
    right: 8%;
}

.custom__kiosk__container .custom__logo__propertyname{
    position: relative;
}

.custom__order__type{
    width: 100%;
    position: relative;
    display: block;
}

h5.order-heading{
    font-weight: 900;
}

.image-container a.custom-close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-container a.custom-close i{
    font-size: 0.5em;
}
.select__strength a.custom-close{
    position:absolute;
    top: 3%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select__strength a.custom-close i{
    font-size: 0.5em;
}

.custom-close:focus {
    outline: none;
    border: none;
}

.custom-close:hover {
    color: #d9122b !important;
}

/* =======  Rounded selection start ========= */

.outer__container{
    background: #ffffff;
    padding:20px 0;
    border-radius: 10px;
    border: 1px solid #4d037f;
    padding-top: 29px;
}
.food__item__container{
    position: relative;
    margin-left: 20px ;
    padding-left: 35px ;
    background: transparent !important;
    color: #4d037f !important;
    border-radius: 0px;
    border:none;
    border-color: transparent;
    cursor: pointer !important;
}


.food__item__container:hover .food__item::before{
    content: '';
    position: absolute;
    right: -2px;
    top:-50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 35px 35px 0 10px #6403a5;
    pointer-events: none;
    z-index: 2;
}

.food__item__container:hover .food__item .side_line::before{
    content: '';
    position: absolute;
    right: 0%;
    top: -50%;
    width: 20px;
    height: 150px;
    background: transparent;
    box-shadow: 31px 0px 0 10px #ffffff;
    pointer-events: none;
    z-index: 3;
}

.food__item__container:hover .food__item::after{
    content: '';
    position: absolute;
    right: -2px;
    bottom:-50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 35px -35px 0 10px #6403a5;
    pointer-events: none;
}

.food__item__container:hover{
    color: #fff !important;
    background: #6403a5 !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
}

/* Active state */

.food__item__container.active{
    color: #fff !important;
    background: #4d037f !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
}

.food__item__container.active .food__item::before{
    content: '';
    position: absolute;
    right: -2px;
    top:-50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 35px 35px 0 10px #4d037f;
    pointer-events: none;
    z-index: 2;
}

.food__item__container.active .food__item .side_line::before{
    content: '';
    position: absolute;
    right: 0%;
    top: -50%;
    width: 20px;
    height: 150px;
    background: transparent;
    box-shadow: 31px 0px 0 10px #ffffff;
    pointer-events: none;
    z-index: 3;
}

.food__item__container.active .food__item::after{
    content: '';
    position: absolute;
    right: -2px;
    bottom:-50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 35px -35px 0 10px #4d037f;
    pointer-events: none;
}
/* Active state end */
/* =======  Rounded selection end ========= */


/* ========  Media Queries start ============== */

@media screen and (max-width:1920px){
    .custom__modals{
        max-height: 760px !important;
    }
    .custom__select_accessories{
        max-height: 93px !important;
    }
    .third__panel{
        height:580px !important;
    }
}
@media screen and (max-width:1280px){
    .third__panel{
        height:622px !important;
    }
    .custom__select_accessories{
        max-height: 93px !important;
    }
}

/* ========  Media Queries end ============== */
