﻿

.companyTitleCss {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
    color: var(--white);
}

#payment_modal_header {
    display: block !important;
    background-image: url(/assets/logo/creditcardlogos.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 280px;
    min-height: 40px;
    margin-bottom: 10px;
}

.navCss {
    background-color: var(--gray-dark);
    border-top: 1px solid var(--warning);
    border-width: thick;
    width: 100%;
    position: fixed !important;
}

.mod-item-section {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.package-mod-item-list {
    max-height: calc(100vh - 250px);
    overflow: auto;
    width: 100%;
    padding-top:5px;
}
.package-mod-item-img{
    max-height:80px;
    max-width:140px;
}
#dineinMenu {
    background-color: rgb(51, 51, 51);
    overflow: auto;
    white-space: nowrap;
}

.margin-20 {
    margin: 20px;
}

.margin-top-20 {
    margin: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.full-width {
    width: 100% !important;
}

.sp_item_desc {
    margin: 0;
}

.sp_mod_desc, .sp_pizza_desc {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
}

.sp_mod_title_price {
    font-size: 18px;
    margin: 10px;
}

.sp_mod_changesize {
    font-size: 12px;
}

.sp_buttons {
    margin: 5px;
}

.btn_sp_button {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}

.sp_item_qty {
    font-size: 1.25rem;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.sp_pizza_portion {
    display: table;
    width: 100px;
    table-layout: fixed;
    border-spacing: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .sp_pizza_portion > div {
        display: table-cell;
    }

.sp_pizza_index {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.sp_pizza_half_left {
    background-image: url("../../Content/images/icons/half-left-no.png");
    opacity: 0.5;
}

    .sp_pizza_half_left:hover {
        background-image: url("../../Content/images/icons/half-left.png");
    }

    .sp_pizza_half_left.active {
        background-image: url("../../Content/images/icons/half-left.png");
        opacity: 1 !important;
    }

/*pizza right*/
.sp_pizza_half_right:hover {
    background-image: url("../../Content/images/icons/half-right.png");
}

.sp_pizza_half_right {
    background-image: url("../../Content/images/icons/half-right-no.png");
    opacity: 0.5;
}


    .sp_pizza_half_right.active {
        background-image: url("../../Content/images/icons/half-right.png");
        opacity: 1 !important;
    }

/*pizza whole*/
.sp_pizza_whole {
    background-image: url("../../Content/images/icons/whole_no.png");
    opacity: 0.5;
}

    .sp_pizza_whole:hover {
        background-image: url("../../Content/images/icons/whole.png");
    }

    .sp_pizza_whole.active {
        background-image: url("../../Content/images/icons/whole.png");
        opacity: 1 !important;
    }

.sp_bg_black {
    background-color: #000;
    color: #fff;
}

.sp_item_info_group {
    margin-bottom: 1rem;
}

    .sp_item_info_group .form-check {
        margin-bottom: 0px !important;
    }

.sp_subitem_desc {
    padding: 3px;
    background-color: #f3f8fa !important;
    border-color: #f3f8fa !important;
    border-radius: 10px;
    font-size: 11px;
}

.sp_item_detail {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.sp_page_instruction {
    color: #888a8d !important;
    font-size: 12px;
    padding-right: 3px;
    padding-bottom: 3px;
}

#orderedItemDesc {
    color: #212529;
}
/*.vt-pizza-options {
    max-height: 70vh;
}
*/
.visualPoweredTitle {
    font-size: 10px;
    white-space: nowrap;
    color: var(--white);
    margin-top: -10px;
}

.infoOrderedCart {
    /* background: var(--white);*/
}

/*.modal-body {
    padding: 0px !important;
}
*/
.wrap {
    display: flex;
    position: absolute;
    width: 100%;
    /*margin: 20px;*/
    overscroll-behavior: contain;
}

.active.top {
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 5px solid orange;
    background-color: #777;
}


.active.side {
    margin-left: -10px;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 5px solid orange;
}

.tabDescription-top {
    color: white;
}


@media screen and (max-width: 1000px) {
    .tabDescription {
        display: inline-block;        
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }



    .left {
        flex-basis: 20%;
        height: 89vh;
        overflow: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 5px;
        /*  border-top: 1px solid #ccc;
        border-radius: 10px;*/
    }




    .summary {
        background-color: #f8f9fa;
        height: calc(100vh - 90px);
        overflow-y: auto;
    }



    .modal-dialog-full-width {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: none !important;
    }
}

@media screen and (min-width: 1000px) {

    .tabDescription {
        font-weight: 700;
        padding-left: 10px;
    }

        .tabDescription:hover {
            font-weight: 900;
            cursor: pointer;
            text-decoration: underline;
        }

    .left {
        flex-basis: 10%;
        height: 89vh;
        overflow: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        /*  border-top: 1px solid #ccc;
        border-radius: 10px;*/
    }



    .middle {
        background: white;
        flex-basis: 89%;
        height: calc(100vh - 160px);
        overflow-x: hidden;
        /*    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;*/
        padding: 0.3em;
    }


    .summary {
        background-color: #f8f9fa;
        height: calc(100vh - 90px);
        overflow-y: auto;
    }

    .modal-dialog-full-width {
        /* width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;*/
        max-width: 70% !important;
    }
}


.foodImg {
    object-fit: contain;
    height: 180px;
    /*  margin-top: 30px;*/
}



.wordwrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 12px;
}




.line {
    flex-basis: 0.1%;
    height: 88vh;
    background: #ccc;
    margin: 10px;
}







.tagTitle {
    /*  font-family: proxima-nova,sans-serif;
    font-weight: 900;
    border-left: 5px solid orange;
    border-top: 1px solid orange;
    padding: 2px;
    margin-top: 10px;*/
    font-family: segoe script;
    font-weight: 900;
    padding: 5px;
    margin-top: 10px;
    color: #900;
    font-size: 32px;
    text-align: center;
}

.itemDescription {
    /*    height: 57px;*/
    overflow: hidden;
    margin: 5px;
    font-size: 14px;
}

.items {
    position: relative;
    border: 1px solid #e1e7e9;
    border-radius: 10px;
    /*min-height: 200px;*/
    /* margin: .5rem; */
    /*display: -webkit-box;*/
    /* display: -webkit-flex; */
    /*display: -ms-flexbox;*/
    /* flex-wrap: wrap; */
    /* padding-right: 0px;*/
    margin: 5px;
    padding: 10px;
}

    .items:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transition: box-shadow 0s ease-in-out;
    }





.fw-black {
    /*  font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-size: 15px;*/
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.fw-bold {
    font-family: proxima-nova,sans-serif;
    font-weight: 800;
}

.cust-btn {
    font-family: proxima-nova,sans-serif;
    font-weight: 800;
    border: 0;
    border-radius: .28em;
    background-color: #ee5a00;
    min-width: 6.563em;
    height: 3em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .3px;
    color: #fff;
    font-size: 12px;
}






/*
 *  STYLE 1
 */

.middle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.middle::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.middle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}




#ItemDetailOptionModalBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#ItemDetailOptionModalBody::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#ItemDetailOptionModalBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.vt-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.vt-scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.vt-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*
 *  Cart Scrool
 */
.fullCart {
    overflow: auto;
    max-height: 300px;
}

    .fullCart::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .fullCart::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .fullCart::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }


.cartDetail {
    position: absolute;
    /* top: 50px;*/
    right: 20px;
    min-width: 300px;
}

.cartOrderedDetail {
    position: absolute;
    /* top: 50px;*/
    right: 20px;
    min-width: 300px;
}

.chequeDetail {
    position: absolute;
    /* top: 20px;*/
    left: 20px;
    min-width: 300px;
}

.infoCheque:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.infoCart:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.infoOrderedCart:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}




/*Cart Item Display*/



.cn {
    padding: 30px;
}


.cartfoodImg {
    background: rgba(220,240,246,.15);
    background-position: 50%;
    background-size: cover;
    padding: 10px;
}

.cartFoodTitle {
    font-weight: 600;
    text-align: left;
}

.cartFoodModifier {
    text-align: left;
}

.cartRemove, .modcartRemove {
    text-align: left;
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .29px;
    color: #ee5a00;
    font-size: .793em;
}

.cartPrice {
    font-size: .85em;
    font-family: proxima-nova,sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .3px;
    color: #4c3017;
    align-self: center;
}

.cartDetailClose, .closeinfoCheque, .cartOrderedClose {
    text-align: right;
    font-family: proxima-nova,sans-serif;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .29px;
    color: grey;
    font-size: 1em;
}

.placeOrder {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #ee5a00;
    color: #ee5a00 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#ee5a00, #ee5a00);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
}

    .placeOrder:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }




.orderedPayment {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #c1b793;
    color: #c1b793 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#c1b793, #c1b793);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
}

    .orderedPayment:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }

.sendOrder {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #c1b793;
    color: #c1b793 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#c1b793, #c1b793);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
}

    .sendOrder:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }

.previewOrder {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #c1b793;
    color: #000 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#c1b793, #c1b793);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    font-weight: bold
}

    .previewOrder:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }



.viewMenu {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #f29165;
    color: #f29165 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#f29165, #f29165);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
}

    .viewMenu:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }


/* modal css*/


.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: var(--light) !important
}

.modal-header-full-width {
    /*  border-bottom: 1px solid #9ea2a2 !important;*/
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}


/*.confirmPopUp {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 2px solid #ebd317;
    color: #ebd317 !important;
    height: 40px;
}*/


/*.confirmPopUp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 200px;
    display: inline-block;*/
/* padding: 15px 70px; */
/*border: 1px solid #212529;
    color: #212529 !important;
    font-size: 15px;*/
/* font-family: arial; */
/*background-image: linear-gradient(#28a745, #28a745);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #28a74580;
    border-radius: 10px;
}

    .confirmPopUp:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }*/


/*.popupselectors {
    color: #fff !important;
    height: 40px;
    background-color: #77bbb8;
    transition: all .2s ease-in-out;
}

    .popupselectors:hover {
         cursor:pointer;
        transform: scale(1.1);
    }*/


.popupselectors {
    border: 1px solid #e1e7e9;
    border-radius: 10px;
    /* min-height: 200px; */
    /* margin: .5rem; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* flex-wrap: wrap; */
    /* padding-right: 0px; */
    margin: 5px;
    padding: 10px;
}

    .popupselectors:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transition: box-shadow 0s ease-in-out;
        cursor: pointer;
    }


.orderedItemAction {
    color: blue;
}

    .orderedItemAction:hover {
        cursor: pointer;
        text-decoration: underline;
    }

/*.mainModReDirect { 

      width: 15%;
    display: inline-block;*/
/* padding: 15px 70px; */
/*border: 2px solid #343a40;
    color: #212529 !important;
    font-size: 15px;*/
/* font-family: arial; */
/*background-image: linear-gradient(#17a2b8, #17a2b8);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #f8f9fa;
    border-radius: 10px;
    min-width: 100px;
}

    .mainModReDirect:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }*/

.mainModReDirect {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    width: 100px;
}



    .mainModReDirect:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }



/*.mainModDone { 
    width: 30%;
    display: inline-block;*/
/* padding: 15px 70px; */
/*border: 2px solid #343a40;
    color: #212529 !important;
    font-size: 15px;*/
/* font-family: arial; */
/*background-image: linear-gradient(#17a2b8, #17a2b8);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #f8f9fa;
    border-radius: 10px;
     min-width: 200px;
}

    .mainModDone:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }*/

.mainModDone {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    width: 150px;
}



    .mainModDone:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }

.modextrainfo {
    background: #00ff7d73;
    margin-top: -7px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
    text-align: center;
    border: 1px solid #e1e7e9;
    /* border-radius: 10px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


#visualpowered {
    position: fixed;
    top: 0px;
    left: 0px;
    font-size: 9px;
    background: var(--primary);
    padding: 6px;
    color: white;
}
/*.nextModPage {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 200px;
    display: inline-block;*/
/* padding: 15px 70px; */
/*border: 2px solid #343a40;
    color: #212529 !important;
    font-size: 15px;*/
/* font-family: arial; */
/*background-image: linear-gradient(#17a2b8, #17a2b8);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

    .nextModPage:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }*/
/*  pizzza*/
.grouptitle {
    font-family: proxima-nova,sans-serif;
    font-weight: 900;
    border-left: 5px solid orange;
    border-top: 1px solid orange;
    padding: 2px;
    margin-top: 10px;
}




.pizzaGoBack {
    width: 150px;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #343a40;
    color: #212529 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#17a2b8, #17a2b8);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #f8f9fa;
    min-width: 150px;
}

    .pizzaGoBack:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }

.pizzaAdd {
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #343a40;
    color: #212529 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#17a2b8, #17a2b8);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #f8f9fa;
    min-width: 150px;
}

    .pizzaAdd:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }

.pizzaAddPakage {
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #343a40;
    color: #212529 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#17a2b8, #17a2b8);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
    background-color: #f8f9fa;
    min-width: 150px;
}

    .pizzaAddPakage:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }


/*checkbox animation*/
.lineSize h2 {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .lineSize h2 span {
        background-color: white;
        position: relative;
        top: 10px;
        padding: 0 10px;
        font-family: Apple Chancery, cursive;
        font-size: 20px;
    }

.checkbox-animated {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox-animated input[type="checkbox"] {
        display: none;
    }

        .checkbox-animated input[type="checkbox"]:disabled ~ label .box {
            border-color: #777;
            background-color: #e6e6e6;
        }

        .checkbox-animated input[type="checkbox"]:disabled ~ label .check {
            border-color: #777;
        }

        .checkbox-animated input[type="checkbox"]:checked ~ label .box {
            opacity: 0;
            -webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);
        }

        .checkbox-animated input[type="checkbox"]:checked ~ label .check {
            opacity: 1;
            -webkit-transform: scale(1) rotate(45deg);
            -moz-transform: scale(1) rotate(45deg);
            transform: scale(1) rotate(45deg);
        }

    .checkbox-animated label {
        cursor: pointer;
        padding-left: 28px;
        font-weight: normal;
        margin-bottom: 0;
    }

        .checkbox-animated label span {
            display: block;
            position: absolute;
            left: 0;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

        .checkbox-animated label .box {
            border: 2px solid #000;
            height: 20px;
            width: 20px;
            /* z-index: 888;*/
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .checkbox-animated label .check {
            top: -7px;
            left: 6px;
            width: 12px;
            height: 24px;
            border: 2px solid #bada55;
            border-top: none;
            border-left: none;
            opacity: 0;
            /*z-index: 888;*/
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

.checkbox-animated-inline {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pizzasizediv {
    max-height: 80vh !important;
    overflow-y: auto;
}

.btn-pizza-topping-desc {
    border: none;
    background-color: #fff;
    margin: 5px;
    text-align: left;
    padding-left: 10px;
}

.pizza-topping-minus-icon {
    height: 30px;
    width: 30px;
}

.addPizzaToppingSelect {
    position: absolute;
    top: -3px;
    left: 2px;
    color: black;
    font-size: x-large;
}

.removePizzaToppingSelect {
    position: absolute;
    top: -2px;
    right: 2px;
}

.checkbox-animated-inline input[type="checkbox"] {
    display: none;
}

    .checkbox-animated-inline input[type="checkbox"]:disabled ~ label .box {
        border-color: #777;
        background-color: #e6e6e6;
    }

    .checkbox-animated-inline input[type="checkbox"]:disabled ~ label .check {
        border-color: #777;
    }

    .checkbox-animated-inline input[type="checkbox"]:checked ~ label .box {
        opacity: 0.6;
        /*-webkit-transform: scale(0) rotate(-180deg);
            -moz-transform: scale(0) rotate(-180deg);
            transform: scale(0) rotate(-180deg);*/
    }

    .checkbox-animated-inline input[type="checkbox"]:checked ~ label .check {
        opacity: 1;
        -webkit-transform: scale(1) rotate(45deg);
        -moz-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

.checkbox-animated-inline label {
    cursor: pointer;
    padding-left: 28px;
    font-weight: normal;
    margin-bottom: 0;
}

    .checkbox-animated-inline label span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .checkbox-animated-inline label .box {
        top: -7px;
        border: 2px solid #000;
        height: 20px;
        width: 20px;
        /* z-index: 888;*/
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .checkbox-animated-inline label .check {
        top: -15px;
        left: 9px;
        width: 12px;
        height: 24px;
        border: 5px solid black;
        border-top: none;
        border-left: none;
        opacity: 0;
        /*  z-index: 888;*/
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

.checkbox-animated-inline.checkbox-animated-inline {
    display: inline-block;
}

    .checkbox-animated-inline.checkbox-animated-inline + .checkbox-animated-inline {
        margin-left: 10px;
    }

.priceAbs {
    position: absolute;
    right: 10px;
    bottom: 5px;
    /* background: floralwhite;*/
    /* border-bottom-right-radius: 10px; */
    /* border-bottom-left-radius: 10px; */
    padding: 3px;
    font-size: 13px;
    border: 1px solid darkgrey;
}

.priceAbsIncrease {
    position: absolute;
    right: 10px;
    top: -10px;
    background: #efefef;
    padding: 3px;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

button:focus {
    outline: none;
}

.pizzaimg {
    position: absolute;
    top: -2px;
    left: -35px;
    height: 25px;
}

/*size buttons*/
.center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

button.fancy {
    -webkit-appearance: button;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    /*color: #fff;*/
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease-in-out;
    user-select: none;
    width: 16.8125rem;
}

    button.fancy::before {
        content: " ";
        width: 1.5625rem;
        height: 2px;
        background: black;
        top: 50%;
        left: 1.5em;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: background 0.3s linear, width 0.3s linear;
        transition: background 0.3s linear, width 0.3s linear;
    }

    button.fancy a {
        font-size: 1.125em;
        line-height: 1.33333em;
        padding-left: 2em;
        display: block;
        text-align: left;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        text-decoration: none;
        color: black;
    }

    button.fancy .top-key {
        height: 2px;
        width: 1.5625rem;
        top: -2px;
        left: 0.625rem;
        position: absolute;
        background: white;
        -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
        transition: width 0.5s ease-out, left 0.3s ease-out;
    }

    button.fancy .bottom-key-1 {
        height: 2px;
        width: 1.5625rem;
        right: 1.875rem;
        bottom: -2px;
        position: absolute;
        background: white;
        -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
        transition: width 0.5s ease-out, right 0.3s ease-out;
    }

    button.fancy .bottom-key-2 {
        height: 2px;
        width: 0.625rem;
        right: 0.625rem;
        bottom: -2px;
        position: absolute;
        background: white;
        -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
        transition: width 0.5s ease-out, right 0.3s ease-out;
    }

    button.fancy:hover {
        color: white;
        background: black;
    }

        button.fancy:hover::before {
            width: 0.9375rem;
            background: white;
        }

        button.fancy:hover a {
            color: white;
            padding-left: 1.5em;
        }

        button.fancy:hover .top-key {
            left: -2px;
            width: 0px;
        }

        button.fancy:hover .bottom-key-1,
        button.fancy:hover .bottom-key-2 {
            right: 0;
            width: 0;
        }


/*addorderbutton*/
a.ahov {
    border: 4px solid #3F3F3F;
    color: #3F3F3F;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: auto;
    padding: 12px 32px 12px 82px;
    position: relative;
    text-decoration: none;
    background: radial-gradient(var(--white), #ced4da);
}

    a.ahov .label,
    a.ahov .icon-arrow {
        backface-visibility: hidden;
        transform: translateZ(0);
        perspective: 1000;
    }

    a.ahov .label {
        display: inline-block;
        transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
    }

    a.ahov .icon-arrow {
        fill: #3F3F3F;
        height: 15px;
        top: 17px;
        transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
        width: 35px;
    }

        a.ahov .icon-arrow.before {
            left: 32px;
            margin-right: 15px;
            position: absolute;
            transform-origin: left center;
        }

        a.ahov .icon-arrow.after {
            margin-left: 15px;
            opacity: 0;
            position: absolute;
            right: 32px;
            transform: translateX(75%) scaleX(0.1);
            transform-origin: right center;
        }

    a.ahov:hover .label {
        transform: translateX(-52px);
    }

    a.ahov:hover .icon-arrow.before {
        opacity: 0;
        transform: translateX(-75%) scaleX(0.1);
    }

    a.ahov:hover .icon-arrow.after {
        opacity: 1;
        transform: translateX(0) scaleX(1);
    }

    a.ahov:active {
        border-color: #FD6154;
        color: #FD6154;
    }

        a.ahov:active .icon-arrow {
            fill: #FD6154;
        }


/* Dine in Css Button*/

.continue-application {
    --color: #212529;
    --background: #ced4da;
    /* --background-hover: #74cea7;*/
    --background-hover: #999999;
    --background-left: #56dfa4;
    --paper: #FFFFFF;
    --paper-lines: #BBC1E1;
    --paper-behind: #E1E6F9;
    --shadow: rgba(13, 15, 25, .2);
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 10px 40px 14px 40px;
    -webkit-transition: background .3s;
    transition: background .3s;
    color: var(--color);
    background: var(--bg, var(--background));
    min-width: 200px;
}

    .continue-application > .leftpic {
        top: 2px;
        left: 0;
        bottom: 0;
        width: 53px;
        position: absolute;
        overflow: hidden;
        border-radius: 5px 0 0 5px;
        background: var(--background-left);
    }

.btn-item-sold-out {
    cursor: none !important;
    background: #838e9e !important;
    color: #fff !important;
}

.continue-application > .rightText {
    white-space: nowrap;
}

.continue-application > .rightTextPayment {
    white-space: nowrap;
    padding-left: 20px;
}




.continue-application:before, .continue-application:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background: var(--color);
    -webkit-transform-origin: 9px 1px;
    transform-origin: 9px 1px;
    -webkit-transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
    transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
    top: 21px;
    right: 16px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.continue-application:after {
    --r: 45deg;
}

.continue-application:hover {
    --cx: 2px;
    --bg: var(--background-hover);
    --fx: -40px;
    --fr: -60deg;
    --fd: .15s;
    --fds: 0s;
    --pbx: 3px;
    --pby: -3px;
    --pbd: .15s;
    --pex: -24px;
}

/*.pakagegroupItem, .pakageItem, .pakagePanelItems, .pakageMultiItems {
    border: 1px solid grey;
    margin-top: 5px; 
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
}*/

.removePackageItem {
    padding: 5px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin: 10px;
}

    .removePackageItem:hover {
        background-color: #ef0909ba;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        cursor: pointer;
    }


.nextModPagePackage {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}



    .nextModPagePackage:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }


.nextModPage {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}



    .nextModPage:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }

.nextPizzaPage {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    position: fixed;
    right: 10px;
}



    .nextPizzaPage:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }


.backModPage {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}



    .backModPage:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }

.backModPagePackage {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

    .backModPagePackage:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }


.backPizzaPage {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    position: fixed;
    left: 10px;
}

    .backPizzaPage:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }




.confirmPopUp {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}



    .confirmPopUp:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }

.showItems {
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}



    .showItems:hover {
        color: #ffffff !important;
        background: #f6b93b;
        border-color: #f6b93b !important;
        transition: all 0.4s ease 0s;
        cursor: pointer;
    }


.pakageItems {
    margin: 4px;
    padding-bottom: 6px;
    background: aliceblue;
}


.paymentAmount {
    padding: 1px;
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    border-top: 1px solid #777;
    box-shadow: 5px 9px #88888887;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.summaryItem {
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
}


.orderPayment {
    position: relative;
    display: inline-block;
    /* padding: 15px 70px; */
    border: 2px solid #c1b793;
    color: #c1b793 !important;
    font-size: 15px;
    /* font-family: arial; */
    background-image: linear-gradient(#c1b793, #c1b793);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size .5s, color .5s;
    height: 45px;
}

    .orderPayment:hover {
        background-size: 100% 100%;
        color: #fff !important;
        cursor: pointer;
    }

label {
    font-family: AvenirLT-Roman, arial, verdana, helvetica, sans-serif !important;
    color: #051B33;
    font-size: 14px;
    /*    margin: 25px 0px 10px 0px;*/
    display: inline-block;
}

.sp-mod-item-row {
    overflow: hidden;
}

.bgc-warning {
    background-color: #efae43 !important;
}

.sp-brc-required, .sp-brc-required:hover {
    border: 1px solid #ef0909ba;
    box-shadow: 0px 0px 4px 0px #ef0909ba;
}

.modal_sp_mod .modal-dialog {
    max-width: 750px;
}

.sp-item-row {
    margin-top: 10px;
}

.sp-card-body {
    padding: 5px !important;
}

.sp-hr {
    margin-bottom: 5px;
    margin-top: 10px;
}

.cartCount {
    border-radius: 10px;
    font-family: "robotobold", sans-serif;
    font-size: 76.92308%;
    line-height: 110.0%;
    background-color: #dee2e6;
    /* color: #fff; */
    display: block;
    height: 20px;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    right: 45px;
    top: 1px;
    text-align: center;
    width: 20px;
    z-index: 10;
}


.homebut {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px;
    -webkit-transition: border 3s ease;
    -moz-transition: border 3s ease;
    -o-transition: border 3s ease;
    -ms-transition: border 3s ease;
    transition: border 3s ease;
}

    .homebut:hover {
        background: var(--secondary);
        border-left: 1px solid white;
        border-right: 1px solid white;
    }

.gofront {
    position: absolute;
    background-color: white;
    top: 0px;
    right: 0px;
}



.goback {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
}

.arrow-container-left {
    /*  width: 50px;*/
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    /* height: 50px; */
    position: absolute;
    left: 20px;
    top: 75px;
    z-index: 100;
}

.arrow-container-right {
    /* width: 40px; */
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    /* height: 50px; */
    position: absolute;
    right: 0px;
    top: 75px;
    z-index: 100;
    /* padding-left: 20px; */
    /* padding-right: 20px;*/
}


@keyframes bounce {
    50% {
        transform: translateX(-15px);
    }
}


.itemCart {
    background: white;
    width: 300px;
    height: 300px;
    border: 1px solid black;
    padding: 10px;
    overflow: scroll;
    margin: 10px;
}

.tagDesc:after {
    content: '>';
    font: 40px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /* top: 18px; */
    padding: 0 0 2px;
    /* border-bottom: 1px solid #999; */
    position: absolute;
    pointer-events: none;
}

.modTagDesc {
    font: 20px "Consolas", monospace;
    color: #333;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

#RotateTimer {
    margin-left: 200px;
}

#div-header-token {
    height: 81px;
}

#div-header-token-kiosk {
    height: 61px;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
    #ItemDetailOptionModal .modal-header {
        padding: 8px !important;
    }

    #div-header-token {
        height: 65px !important;
    }

    /*    .vt-pizza-options {
        max-height: 60vh !important;
    }*/

    #ItemDetailOptionModal hr {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    #ItemDetailOptionModalBody {
        max-height: 90vh !important;
        overflow-y: auto;
    }

    .menuData hr {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    #dineinNav {
        padding: 3px !important;
        z-index: 1;
    }
}
@media (max-width:1680px) {

    .package-mod-item-img {
        max-width: 100px;
    }
    .package-mod-item-img-container {
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width:1024px) {
    .continue-application {
        min-width: 150px;
    }
    .package-mod-item-img {
        max-height: 50px;
        max-width: 80px;
    }
    .package-mod-item-img-container {
        padding-right: 5px;
        padding-left: 5px;
    }
}
