.tab-list h4 {
    width: 98px !important;
}

/* .product-box-view .md-number-input.number-input {
    width: 13.8rem !important;
} */

button.btn.btn-primary.btn-lag-inner.cart-btn {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 70px;
    width: 100%;
}

button.btn.btn-primary.btn-lag-inner.cart-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.form-btns button {
    padding: 10px 40px;
    border-radius: 50px;
    margin-right: 5px;
}

/************************** common css **********************/

.loader {
    display: none;
    top: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 2222;
}

.loader img {
    width: 15%;
    margin: 0 auto;
}

.back-drop {
    background-color: #000000;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    position: fixed;
    z-index: 1111;
    transition: opacity 0.15s linear 0s;
}

.promo-btn {
    background-color: #fff22a;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 16px;
    border-color: #fff22a;
    color: #000;
    float: right;
    margin-top: -66px;
    position: relative;
    left: -5px;
    font-weight: 600;
}

.promo-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.delivery_option .nav-pills .nav-link.active,
.delivery_option .nav-pills .nav-link:hover {
    color: #000 !important;
    background-color: #FFF22A !important;
}

.magic-radio {
    position: absolute;
    display: none;
}

.text-right {
    text-align: right;
}

.form-btns-inner button.btn.btn-primary.btn-lag {
    box-shadow: none;
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

div#addressModal {
    z-index: 99998 !important;
}

.pac-container {
    z-index: 999999 !important;
}

.delivery-selection {
    color: red;
    font-size: 16px;
    text-decoration: underline;
    float: right;
}

/* .cart-view .cart-button a {
    font-size: 17px !important;
} */
.order-btn {
    font-size: 18px !important;
    font-weight: 500 !important;

}

.__view_cart_table thead {
    vertical-align: inherit;
}

.__order_options {
    text-transform: capitalize;
}

.place_order_btn {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 70px;
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: center;
}

.addressModal .modal-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.form_view.inner-div-height {
    margin-top: 50px !important;
}

a.nav-link.active {
    font-weight: 700 !important;
}

.btn.btn-primary.btn-lag-inner {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 150px;
    border-radius: 50px;
}

.footer-txt li {
    margin-bottom: 10px;
    color: #fff;
}

/***************************************************************** Store CSS Starts ***************************************************/


.contact_info {
    background: #fff;
}

.contact_info h2 {
    font-size: 30px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}



.info-box {
    border-radius: 5px;
    height: 290px;
}

.boxbg-1 {
    background-image: url(../../img/s1.jpg);
}

.boxbg-2 {
    background-image: url(../../img/s2.jpg);
}

.boxbg-3 {
    background-image: url(../../img/s3.jpg);
}

.overlay {
    position: relative;
}

.info-box {
    overflow: hidden;
    margin: 0 0 15px 0;
}

.overlay.dark-3:before {
    background-color: rgba(23, 34, 46, 0.85);
}

.overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
}

.btn,
.overlay:before {
    -webkit-transition: all .3s ease 0s;
}

.overlay:before,
.v-shape::after,
.v-shape::before {
    content: "";
}

.info-box>div {
    z-index: 2;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.d-table-cell h4 {
    font-size: 24px;
    color: #fff;
}

.info-box .v-shape {
    height: 20px;
    margin-bottom: 10px;
    width: 1px;
    margin-top: 15px;
}

.v-shape.white,
.v-shape.white::after,
.v-shape.white::before {
    background-color: #fff;
}

.v-shape {
    background-color: #222429;
    display: block;
    height: 40px;
    margin: 10px auto;
    position: relative;
    width: 2px;
}

.info-box .v-shape::after,
.info-box .v-shape::before {
    height: 10px;
    width: 1px;
}

.v-shape.white,
.v-shape.white::after,
.v-shape.white::before {
    background-color: #fff;
}

.v-shape::before {
    left: 0;
}

.v-shape::after {
    right: 0;
}

.overlay.theme-overlay:before {
    background-color: rgba(234, 56, 18, 0.5);
}

.v-shape::after,
.v-shape::before {
    background-color: #222429;
    bottom: 0;
    height: 24px;
    margin: auto 6px;
    position: absolute;
    top: 0;
    width: 2px;
}

.overlay:before,
.social-icon.style1 li a::after,
.v-shape::after,
.v-shape::before {
    content: "";
}

.info-box p,
.info-box p a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 0 20px;
}


.maindelicraft {
    padding: 50px 0;
    background: #fff;
}

.maindelicraft .Deliout {
    text-align: center;
}

.maindelicraft .Deliout h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.opening-time {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /*background: #f5f5f5;*/
    padding: 20px 25px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
}

.ot-week {
    text-align: center;
}

.ot-hour {
    text-align: center;
}

.ot-head {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

.opening-time ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.opening-time ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.opening-time ul li p:empty {
    display: none;
}

@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

/***************************************************************** Store CSS Ends ***************************************************/
.reward-row {
    margin: 0;
    padding: 0;
}

h4.spr-pizza-name {
    display: none;
}

.spr-detail-items.active .spr-pizza-name {
    display: block;
}

img.img-fluid.overlay-image {
    filter: grayscale(1);
}

div#order_error {
    padding: 10px;
    margin: 10px;
}

#open_app_popup {
    padding: 18px 15px 9px;
    background: #f5f2f2;
    visibility: hidden;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px 0 12px 0;
}

.app-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-info b {
    max-width: 160px;
    width: 100%;
}

.app-info img {
    margin-right: 12px;
    max-width: 56px;
    -webkit-box-flex: 56px;
    -ms-flex: 56px 0 0px;
    flex: 56px 0 0;
}

.open_app_btn {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    color: #f26522;
    border: 1px solid #f26522;
    padding: 5px 15px;
    margin: 0 2px;
}

.close-bar-btn {
    -webkit-box-flex: 25px;
    -ms-flex: 25px 0 0px;
    flex: 25px 0 0;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.open_app_close {
    color: #ada9a9;
    background: none;
    border: none;
    float: right;
    font-size: 20px;
    margin-right: 5px;
    margin-left: -5px;
}

.open_app_text {
    padding-top: 5px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #open_app_popup {
        visibility: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media (min-width: 479px) {
    .inner-div {
        width: 100%;
    }
}

@media (min-width: 150px) and (max-width: 601px) {
    /* .inner-div {
        top: 100px !important;
    }*/
}

li.tabClicker.btn.btn-primary.btn-sm {
    margin-right: 15px;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 15px;
}

.custom-choose.mb-3.extra {
    margin-top: 20px;
}

div#remove_boxx .custom-choose label {
    /* width: 19%; */
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}

.box-deal {
    float: left;
    margin-right: 5px;
    width: 16%;
}

.add-category .notActive {
    color: #000 !important;
}

.rem-ingredients .yummy_div_img {
    /*height: 140px;*/
}

.box-extra .yummy_div_img img,
.box-rem .yummy_div_img img {
    /* height: auto !important; */
    background: #fff;
}

@media (min-width: 768px) {
    .category-inner {
        display: inline-block;
        width: 14%;
        margin: 0px 13px;
    }

}

td.__payment_option {
    width: 53%;
}

.category-links.nav-link.active {
    background-color: transparent;
    border-bottom: 8px solid #fff22a;
    border-radius: 0;
    padding-bottom: 0;
    display: block;
}

.category-links.nav-link.active:hover {
    border-color: #fff22a;
}

p.rewrad-point {
    /* float: right; */
    margin-top: 10%;
    text-align: center;
}

@media (min-width: 1367px) and (max-width: 1920px) {
    .inner-div {
        width: 64% !important;
    }
}

div#login_error,
#signup_error,
#forget_error,
#login_msg,
#signup_msg,
#forget_msg {
    /*width: 61px;*/
    /*height: fit-content;*/
    z-index: 1;
}

/* #slider .carousel-indicators */
/* { */
/* z-index:9999 !important; */
/* } */
.product-list-tab a {
    margin-bottom: 15px;
}

.menu-section {
    text-align: left !important
}

.required:after {
    content: " *";
    color: red;
}

.history-list .product-price ul li {
    width: 100% !important;
}

.list-product-img {
    height: 158px !important;
}

.product-info p,
.history-product p {
    padding: 0 !important;
}

.remove-ing .yummy_div_imgs img {
    padding: 5px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
}

.custom-choose.extra input[type='checkbox']:checked+label,
.custom-choose.remove input[type='checkbox']:checked+label {
    background: white !important;
}

.price_div h3 {
    top: 26px !important;
}

/* view order css start */
.view-order-detail .marker-icon {
    background-position: center;
    background-size: 22px 22px;
    border-radius: 50%;
    height: 22px;
    left: 4px;
    position: absolute;
    text-align: center;
    top: 3px;
    transform: rotate(45deg);
    width: 22px;
}

.view-order-detail .marker {
    height: 30px;
    width: 30px;
}

.view-order-detail .marker-content {
    background: #c30b82;
    border-radius: 50% 50% 50% 0;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 30px;
}

.view-order-detail .marker-content::before {
    background: #ffffff;
    border-radius: 50%;
    content: "";
    height: 24px;
    margin: 3px 0 0 3px;
    position: absolute;
    width: 24px;
}

.view-order-detail .tt-overlay-panel {
    width: 320px;
}

@media (min-width: 768px) {
    p.rewrad-point .point-span {
        width: 51px !important;
    }

    .__gift_card_view .gift_card_details label {
        width:30%;
        text-align: right;
    }
}

@media (max-width: 480px) {
    .category_select {
        padding: 7px 30px !important;
        margin-bottom: 10px;
    }

    .__offer_items ._item {
        width: 50% !important;
    }

    ._item_title {
        clear: both;
        margin: 0;
    }
}

div#login_error,
#signup_error,
#forget_error,
#login_msg,
#signup_msg,
#forget_msg {
    /*margin: 0px 152px 0px 150px;*/
    /*width: fit-content;*/
    /*margin: auto;*/
}

div#otp_error,
#otp_msg,
#reset_error,
#reset_msg {
    margin: 9px 19px 0px 21px;
}

.login-check {
    float: right;
}

.or-text {
    text-align: center;
    margin-top: 19px;
}

.account-div {
    text-align: center;
}

.post-form .login_type {
    height: unset !important;
    margin-right: 7px;
}

.category_select {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 50px;
    width: fit-content;
}

.category_select:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.__cat_deal_title {
    font-size: 20px;
    color: black;
    font-weight: 600;
    padding: 16px 36px 16px 0px;
}

.__offer_items .product-boxx-inner {
    padding-bottom: 10px;
}

.__offer_items .product-boxx-inner p {
    height: unset !important;
}

.__offer_items .product-boxx-inner .item-name {
    padding-top: 5px;
}

.__offer_items .item-inner .spl-img {
    height: 102px;
    padding: 0;
    border: 0;
}

.__offer_items .item-inner .spl-img img {
    height: 100%;
}

.__offer_items input[type='radio'],
.__offer_items input[type='checkbox'] {
    display: none;
}

.__offer_items .product-boxx-inner label {
    position: relative;
    width: 100%;
    height: 100%;
}

.__offer_items .product-boxx-inner .radio-select .list-view {
    border: 1px solid green;
    border-radius: 17px;
    background: transparent;
}

.__offer_items .item-inner,
.__offer_items .product-boxx-inner {
    height: 100%;
}

.__offer_items .product-boxx-inner i {
    display: none;
}

.__offer_items .product-boxx-inner .radio-select i {
    display: flex;
    margin-right: 10px;
    color: green;
    position: absolute;
    right: -2px;
    bottom: 6px;
}

.vType {
    padding: 1px 7px;
    font-size: 12px;
    background-color: #fff22a !important;
    color: #000 !important;
    font-weight: 600;
}

.font-13 {
    font-size: 13px;
}

.invite-btn,
.invite-btn:hover {
    background-color: #fff200;
    color: #000;
    font-weight: 600;
}

._fetch_placeholder {
    position: relative;
    bottom: 14px;
    font-size: 14px;
    padding-left: 15px;
    color: #f50000;

}

.un_available {
    font-size: 18px;
    text-align: center;
    margin: 0 20px 8px 20px;
    background: #ededed;
    border-radius: 5px;
}

.un_available_txt {
    color: #ed4c78;
    text-transform: none;
    font-size: 15px;
}

.cursor_none {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.5;
}

.offer-extrass {
    color: #000;
}

div#dynamicLoad {
    z-index: 999998 !important;
}

.store-selection .list-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 6px;
    min-height: 50px;
}

.store-selection .list-item a {
    color: #677788;
}

.store-selection .list-item a:hover,
.store-selection .list-item a:active {
    color: #ff0000;
}

.store-selection .list-item .m-icon {
    width: 10%;
    float: left;
}

.store-selection .list-item .s-name {
    width: 90%;
    float: left;
}

.choose-store {
    padding: 10px 40px !important;
    font-size: 16px !important;
}

.dealx-button {
    width: 40px;
    /*background: #fff22a;*/
    border-radius: 25px;
    padding: 5px;
    margin-left: 20px;
    position: absolute;
    top: 8px;
    right: 10px;
    text-align: center;
    font-size: 12px;
}

.s-banner-wrapper {
    margin-bottom: 20px;
}
.__gift_card_view .default-card {
    width: 300px;
    height: 180px;
    background-color: #f5f5f5;
    background-image: url('../../../uploads/gift_card_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: skewX(10deg);
}

.__gift_card_view .default-card img {
    height: 45%;
    width: 25%;
}

.__gift_card_view .default-card img.ribbon {
    object-fit: cover;
    transform: rotate(359deg);
    width: 100%;
}

.__gift_card_view .text-outline {
    color: #fff;
    text-shadow: 1px 1px 0 yellow;
    font-size: 35px;
    width: 100%;
    text-align: end;
    padding-right: 10px;
    align-self: self-end;
}

.__gift_card_view .__custom_radio input[type="radio"] {
    display: none;
}

.__gift_card_view .__custom_radio label {
    vertical-align: middle;
}

.__gift_card_view .__custom_radio {
    padding: 8px 8px;
    outline: 1px solid #000;
    margin: 5px 8px 5px 1px;
    border-radius: 4px;
    width: 80px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.__gift_card_view .checked-radio {
    /* //outline: 2px solid #fff200; */
}

.__gift_card_view .gift_card_details {
    /* //margin-left: 14%; */
}

.__gift_card_view .gift_card_details label {
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    color: #000;
    margin-top: 8px;
}

.__gift_card_view .gift_card_details .label {
    width: 12%;
    text-align: end;
}

.__gift_card_view .shop-btn .btn {
    background-color: #FFF22A;
    color: #000;
    border: 2px solid #FFF22A;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 0px #fff;
    font-size: 18px;
    margin: auto;
    display: flex;
}

.__gift_card_view .__payment_method {
    justify-content: center;
    display: flex;
    align-items: center;
}

.order_address {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 21px;
}

.order_address::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    border-radius: 8px;
}

.order_address::-webkit-scrollbar-track {
    background: #fff;
}

.order_address::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}


.history-list .list-view ul {
    padding: 10px 12px;
    margin: auto 0 10px 0;
    padding-top: 0;

}

.history-list .list-view ul li {
    width: 100%;
}

.history-list .list-product-img {
    height: 115px !important;
}

.history-list .product_name_list a {
    width: 150px;
}

/* category images style */
.menu_details img {
    /*height: 100px;*/
    margin-bottom: 10px;
}

.menu_details h3 {
    font-size: 17px;
}


.how_spicy {
    position: absolute;
    right: 20px;
    top: 340px;
}
table#gift-card-form tr td {
    padding:5px;
}

/* website header css*/
@media (min-width: 768px) {


    header nav .search-container {
        margin-top: 0;
    }

    .w-md-fit {
        width: fit-content !important;
    }


}

@media (min-width: 1024px) {

    /* header {
        background-color: gray;
    } */
    .w-lg-50 {
        width: 50%;
    }

    /* banner css start */

    .navbar-collapse {
        background-color: transparent;
    }

    .main-banner {
        background-size: 100% 100%;
    }

    .main-banner h1 {
        font-size: 85px;
    }

    .main-banner .banner {
        padding-top: 55px;
    }


    footer .logo {
        width: 150px;
    }

    /* footer {
        background: url('../img/footer-bg.png') no-repeat;
        background-size: 100% 100%;
    } */
}

@media (min-width: 1280px) {


    .container {
        max-width: 1150px;
    }

    .main-banner {
        padding-bottom: 10rem;
    }

    .__gift_card_view .gift_card_details {
        width:80%;
    }
}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {

    body {
        font-size: 17px;
    }

    /* .main-banner {
        height: 120vh;
    } */


}

/*body {*/
    /*font-size: 14px;*/
/*}*/

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    line-height: 1.6;
    margin-bottom: 0;
}

.w-fit {
    width: fit-content;
}

header nav, .navbar-brand-logo, .inner-div ul, .inner-div, .grp-input, p.rewrad-point {
    position: unset !important;
}

.inner-div ul {
    float:  unset !important;
}

header nav {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header nav .logo-container {
    width: 180px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

header nav .nav-icons {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 15px;
    margin: 0 !important;
    padding: 0;
}

p.rewrad-point {
    font-size: 14px;
}

header nav .search-container li div {
    margin-top: 0;
}

header nav .search-container li a {
    max-width: unset !important;
}

.use-gift-balance-btn {
    background-color: #fff22a;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 16px;
    border-color: #fff22a;
    color: #000;
    position: relative;
    font-weight: 600;
}

.use-gift-balance-btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.bal {
    font-size: 14px;
}

.applied#use_gift_card_balance {
    pointer-events: none;
    opacity: 0.6;
}

/* Width and height */
.related_items .row.d-flex::-webkit-scrollbar {
    width: 5px; /* Adjust the width as needed */
    height: 10px; /* Adjust the height as needed */
}

/* Track */
.related_items .row.d-flex::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.related_items .row.d-flex::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.related_items .row.d-flex::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.modal-body.related_items{
    padding: 35px 25px 30px 35px !important;
}

.ritems-container {
    /*flex-wrap: nowrap;*/
    /*overflow-x: scroll;*/
    justify-content: center;
    /*height: 70vh;*/
    /*overflow-y: scroll;*/
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.ritems {
    width:25%;
    padding-left: 0;
    margin-bottom: 30px;
}
.ritem-name {
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 15px;
}

.ritems .add-btn {
    font-size:14px;
}
.ritems .list-view ul {
    margin:0;
}

.btn-continue {
    background-color: #f7fb04;
    color: #000000!important;
    border: none;
    border-radius: 20px;
    width: 120px;
    font-weight: bold;
}
.ritems .itm-discount {
    left:-5px;
}

.ritems .list-product {
    padding: 0;
}

.ritems img.img-fluid {
    height: 120px;
}

.ritems .list-product-img {
    height: 130px !important;
}
@media screen and (max-width: 600px) {
    .ritems img.img-fluid {
        height: 140px;
    }
    .ritems {
        width: 100%;
    }
    .ritems .price_box_new{
        padding: 30px 12px;
    }
}


.irs-handle .single {
    cursor: pointer;
}
.payable-per-badge{
    top: 0;
    padding: 1px 5px;
    color: #000;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.__company_employees td > a {
    text-decoration: none;
    color: #000;
}

.__company_category_table td {
    text-align: center;
}
.weekdays-list-custom {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


.custom-control input {
    display: none;
}

.custom-control .custom-control-box {
    height: 23px;
    width: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecf0;
}

.custom-control .custom-control-box svg {
    opacity: 0;
    color: white;
}

.custom-control input:checked~.custom-control-box svg {
    opacity: 1;
}

.custom-control {
    cursor: pointer;
    margin: 0px;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.custom-control input:checked~.custom-control-box {
    background-color: #2f7ffc;
}
.weekdays-day-custom {
    position: relative;
    display: block;
    padding: 8px 3px 8px 3px;
    margin-left: -1px;
    line-height: 1.25;
    /* color: #007bff; */
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
    width: 64px;
    font-size: 13px;
    text-align: center;
}
.weekdays-day-custom:hover {
    background-color: #eee;
    font-weight: bold;
    border: 1px solid white;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.weekdays-list-custom .day-selected {
    background-color: #eee;
    font-weight: bold;
    border: 1px solid white;
    color: green;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.swish_number .iti--separate-dial-code .iti__selected-flag {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.guest-detail-div .iti--separate-dial-code .iti__selected-flag {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.delivery-btn {
    width: 100%;
    height: 55px;
    margin-top: 15px;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
}
.delivery-btn:hover {
    color: #000000!important;
    background-color: #ffffff!important;
}
.guest-detail-div .iti--separate-dial-code .iti__selected-flag {
     border-bottom-left-radius: 0!important;
     border-top-left-radius: 0!important;
}
.swish_number .iti--separate-dial-code .iti__selected-flag {
     border-bottom-left-radius: 0 !important;
     border-top-left-radius: 0 !important;
}
.discount-price{
    font-size: 15px!important;
    text-decoration: line-through;
}


button.btn.btn-primary.btn-lag-inner.cart-btn.fancy-button,.__dynamicLoad.btn.btn-primary.btn-lag-inner.fancy-button.choose-store {
    padding: 10px 20px !important;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    outline: none;
    transition: all 1s ease;
    z-index: 1;
}

.fancy-button i {
    color: white;
    position: relative;
}

.fancy-button i::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -158%;
    width: 50px;
    height: 46px;
    background-color:#000;
    transition: all 1s ease;
    border-radius: 0 4px 28px 0;
    z-index: -1;

}
.fancy-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -84%;
    /*left: -169px;*/
    width: 100%;
    height: 100%;
    /*background-color: #eb4a4a;*/
    background-color: #000;
    transition: all 1s ease;
    border-radius:  0 4px 28px 0;
    z-index: -1;
}

/*.before-none::before{*/
    /*content: none;*/

/*}*/



/*.btn.btn-primary.btn-lag-inner.fancy-button:active {
    color: #fff !important;
    font-size: 17px !important;
}*/

/*.fancy-button:active::before {
    left: 0;
    border-radius: 0;
}*/
.choose-store{
    overflow: hidden;
    position: relative;
}

.btn.btn-primary.btn-lag-inner.fancy-button.click_animation {
    color: #fff !important;
    font-size: 17px !important;
}
.btn.btn-primary.btn-lag-inner.fancy-button.click_animation::before{
    left: 0;
    border-radius: 0;
}

header .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 10px grey;
    transition: all 0.5s ease;
    background-color:white!important;
    /*border-bottom: 1px solid #FFF22A;*/
    padding: 0.3rem 1.5rem;
}

header .sticky-up {
    top: -100px;
    /*transition: 1s ease-out;*/
}
header .sticky .navbar-brand img {
    height:64px;
    min-width: 65px;
    /*transition: height 0.5s;*/
}
/*header.sticky-down{*/

    /*transition: 1s ease-in-out;*/
/*}*/

.search-list-scroll {
    list-style: none;
    padding: 0;
    margin: 0;
    height: fit-content;
    max-height: 60vh;
    overflow-y: auto;
}
div#related_items_modal {
    z-index: 888888 !Important;
}
p.__store_address_city.fs-40.mt-3{
    font-size: 40px;
    font-weight: 600;
}
/* added the missing z-index code for country code list  @author Varun Kumar 31-01-2025 01:09 PM */
.iti--container{
    z-index: 888888 !important
}
