@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    background: white !important:;
}

body {
    font-family: 'Poppins', sans-serif;
    background: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: black;
}

p {
    color: black;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}

.iti__country-name,
.iti__selected-dial-code {

    color: #677788;
}

.toggle-login {
    width: 250px;
    margin: auto;
    display: flex;
    margin-bottom: 1.3rem;
}

.toggle-login .btn {
    /*background-color: black;*/
    /*color: #fff200;*/
    height: fit-content;
    padding: 10px;
    font-weight: 600;
    width: 145px;
}

.toggle-login .btn input {
    display: none;
}

.toggle-login .email-btn {
    border-radius: 50px 0 0px 50px;
}

.toggle-login .user_type {
    color: #fff200;
}


.toggle-login .phone-btn {
    border-radius: 0 50px 50px 0px;
}

.toggle-login .active {
    background-color: #fff200;
    color: black !important;
    transition: .5s;
}

.toggle-login .active .user_type {
    color: black !important;
}




section#slider-section {
    background-color: #fff;
    /* background-color: #1f1f1f; */
    margin-bottom: 40px;
}

#login-left {
    width: 50%;
    float: left;
}

#login-right {
    width: 50%;
    float: left;
}

.login-img {
    background: url(../img/login-bg.png) no-repeat;
    min-height: 900px;
    background-size: cover;
}

.login-boxx {
    width: 175px;
    margin: auto;
    margin-top: 50px;
    display: none;
}

.login-details {
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.box-login ul {
    margin: 0;
    padding: 0;
}

.box-login ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.box-login ul li img {
    width: 40px;
}

.box-login ul li a {
    height: 100%;
    display: block;
    background-color: #EAF0F6;
    padding: 15px 22px;
    border-radius: 5px;
}

.box-login h2 {
    font-weight: 700;
    margin-bottom: 19px;
    font-size: 35px;
}

.post-titles {
    margin-top: 40px;
}

.post-titles h6 {
    color: #cbcbcb;
    font-weight: 300;
}

.post-titles h6::before {
    content: "";
    display: inline-block;
    width: 10%;
    text-align: right;
    border: 1px solid #EAF0F6;
    position: relative;
    left: 1px;
    top: -4px;
    margin-right: 10px;
}

.post-titles h6::after {
    content: "";
    display: inline-block;
    width: 10%;
    text-align: right;
    border: 1px solid #EAF0F6;
    margin-left: 10px;
    top: -4px;
}

.post-form {
    width: 57%;
    margin: auto;
    margin-top: 40px;
}

.post-form input {
    background-color: #EBF0F6;
    border: 1px solid #EBF0F6;
    height: 57px;
    color: #cbcbcb;
}

.mb-3.form-check input {
    height: 28px;
    width: 30px;
}

.mb-3.form-check label {
    position: relative;
    top: 5px;
    font-size: 17px;
}

a.forgot-pass {
    float: right;
    position: relative;
    top: 10px;
}

button.btn.btn-dark.btn_block {
    margin-top: 25px;
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
}

a.btn.btn-dark.btn_block {
    margin-top: 25px;
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
}

p.copyright-txt {
    text-align: center;
    margin-top: 40px;
    color: #ccc;
}

.mb-3.form-check {
    margin-top: 45px;
}

.post-form label {
    padding: 0px 13px;
}


/***********Index Page*************/
#header {
    background-color: #fff;
    /* background-color: #1f1f1f; */
}

#innerheader {
    background-color: transparent;
}

.modal-backdrop {
    /*z-index: 1;*/
    z-index: 9999;
}

#header a.nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

#innerheader a.nav-link {
    color: #000 !important;
    /* font-size: 17px; */
}

header#-innerheader.navbar .navbar-nav .nav-link {
    color: #000;
    /* font-size: 1.15rem; */
}

#header .btn-group-sm.btn-icon.btn,
.btn-icon.btn-sm {
    font-size: .8125rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f2f2f2;
    border-radius: 50%;
}

header#innerheader button.btn.btn-ghost-secondary.btn-sm.btn-icon.btn_inner_white {
    font-size: .8125rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #000;
    border-radius: 50%;

}


#innerheader-franchise a.nav-link {
    color: #000 !important;
    /* font-size: 17px; */
}

header#-innerheader-franchise.navbar .navbar-nav .nav-link {
    color: #000;
    /* font-size: 1.15rem; */
}

button.btn.btn-primary.btn-lag-inner.cart-btn {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 16px !Important;
    font-weight: 500;
    padding: 10px 30px !important;
}

.usr-profile {
    height: 2.5rem;
    padding: 0 0px;
    width: 2.5rem;
    border-radius: 50%;
    /* background-color: #f2f2f2; */
}

.usr-profile a {
    color: #000;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.custom-choose {
    /* display: inline-block; */
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: normal;
    align-items: center;
}

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


.custom-choose input[type='radio']+label,
.custom-choose input[type='radio']:not(checked)+label,
.custom-choose.remove input[type='checkbox']+label,
.custom-choose.remove input[type='checkbox']:not(checked)+label {
    padding: 0;
    /* border: solid 2px #ddd; */
    border: 2px solid white;

    background-color: #e5e5e5;
    border-radius: 13px;
    text-align: right;
    font-size: 12px;
    margin-right: 10px;
    /* transition: .4s; */
    width: 100%;
}


.custom-choose input[type='radio']+label,
.custom-choose input[type='radio']:not(checked)+label,
.custom-choose.extra input[type='checkbox']+label,
.custom-choose.extra input[type='checkbox']:not(checked)+label {
    padding: 0;
    /* border: solid 2px #ddd; */
    border: 2px solid white;
    background-color: #e5e5e5;
    border-radius: 13px;
    text-align: right;
    font-size: 12px;
    margin-right: 10px;
    /* transition: .4s; */
    /* filter: grayscale(1); */
    width: 100%;
}

.custom-choose label.red-minus {
    border: 2px solid red !important;
    position: relative;
}

.custom-choose label.red-minus i {
    color: red;
    position: absolute;
    right: 6px;
    top: 6px;
}

.custom-choose label.green-plus {
    border: 2px solid green !important;
    position: relative;
}

.custom-choose label.green-plus i {
    margin-right: 10px;
    color: green;
    position: absolute;
    right: -2px;
    top: 6px;
}

.custom-choose input[type='radio']:checked+label,
.custom-choose.remove input[type='checkbox']:checked+label {
    position: relative;
    /*border: solid 2px #27ae60;
    box-shadow: 0px 10px 10px 0px #ddd;*/
    /*filter: grayscale(1);*/
    background: #e5e5e5;
    color: #FFF;/ transition: .4s;
}

.custom-choose.extra input[type='checkbox']:checked+label {
    position: relative;
    filter: grayscale(1);
    /*background: white;*/
    color: #FFF;
    transition: .4s;
    filter: none;
}

.yummy_div_img h5 {
    font-size: 13px;
    padding: 6px 6px;
    margin-bottom: 0;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    width: 90px;
    padding-bottom: 3px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
}

/*div#remove_boxx .yummy_div_img h5 {
    font-size: 14px;
    padding: 6px 6px;
    margin-bottom: 0;
    font-weight: 500;
    min-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    width: 120px;
}*/

.usr-profile img {
    width: 100%;
    height: 100%;
    position: relative;
    left: -6px;
    top: -2px;
    border-radius: 50%;
}

header#innerheader .usr-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* border: 3px solid #333; */
}

.inner-div ul {
    margin: 0;
    padding: 0;
    float: right;
}

.inner-div ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

input#userimg {
    position: absolute;
    top: 9px;
    left: -2px;
    width: 50px;
    cursor: pointer;
}

/* .grp-input { */
/* max-width: 190px; */
/* } */

img.img-fluid.cart-img {
    width: 25px;
}

.usr-profile i {
    background-color: #f2f2f2;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
    left: -10px;
    top: -10px;
    color: #000;
    font-size: 20px;
    text-align: center;
}

.w-25 {
    width: 8% !important;
}

td.w-25 img {
    width: 100%;
}

span.cart-value {
    background: #FFF22A;
    position: absolute;
    top: -6px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #000;
    padding: 0 5px;
}

.grp-input a {
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 17px;

}

a#dropdownMenuLink {
    background-color: #EAF0F6;
    border: #EAF0F6;
    color: #CBCBCB;
}

a#dropdownMenuLink1 {
    background-color: #EAF0F6;
    border: #EAF0F6;
    color: #CBCBCB;
}

a#dropdownMenuLink1:hover {
    box-shadow: none;
}

.modal-body.slectdiv {
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal-body.slectdiv.unselected {
    border: 3px solid #fff;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.modal-body.slectdiv.selected {
    border: 3px solid #000;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

div#login-form-modal .modal-content {
    border-radius: 0;
}


div#addressModal .modal-content {
    border-radius: 0;
}

div#otpModal .modal-content {
    border-radius: 0;
}

/* .navbar .navbar-nav .nav-link { */
/* padding: 1rem 0.55rem; */
/* } */
.navbar-brand-logo {
    width: 100%;
    min-width: 9rem;
    max-width: 9rem;
}

.btn-secondary.dropdown-toggle::after {
    background: none;
    content: "\f002";
    font-family: "FontAwesome";
    width: 1.8rem;
    position: relative;
    top: -5px;
    left: -8px;
}

a#dropdownMenuLink::before {
    background: none;
    content: "\f041";
    font-family: "FontAwesome";
    width: 1.8rem;
    position: relative;
    top: 0px;
}

a#dropdownMenuLink1::before {
    background: none;
    content: "\f041";
    font-family: "FontAwesome";
    width: 1.8rem;
    position: relative;
    top: 0px;
}

ul.dropdown-menu.show li {
    width: 100%;
}

/* ul.navbar-nav { */
/* position: relative; */
/* left: -15px; */
/* } */
.box-list .md-number-input.number-input button {
    outline: none;
    width: 2rem;
    height: 1.7rem;
    padding-top: 0;
    position: relative;
    top: -7px;
    left: -4px;
    text-align: center;
    border-radius: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

ul.dropdown-menu.show a {
    border-radius: 0 !important;
}


.carousel-item img {
    width: 280px;
    float: right;
    /* height: 475px; */
    /* height: 300px; */
}

.text-align-left.slide-txt h1 {
    color: #000;
    font-size: 4rem;
    line-height: 80px;
    font-weight: 800;
}

.text-align-left.slide-txt {
    padding: 0 10px;
}

.mx-auto.col-md-8.col-lg-6.order-lg-last {
    margin-left: -50px !important;
}

.text-align-left.slide-txt p {
    font-size: 0.85rem;
    color: #4e4e4e;
}

.shop-btn a {
    background-color: #FFF22A;
    color: #000;
    border: 2px solid #FFF22A;
    padding: 15px 55px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 0px #fff;
    font-size: 18px;
}

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

.yummy_div_img img {
    border-radius: 5px 5px 0px 0px;
}

.yummy_div_img img {
    /* display: block; */
    margin: auto;
    text-align: center;
    height: 100px !important;
    border-radius: 10px 10px 0px 0px;
    /* object-fit: cover; */
    min-width: 100%;
}

div#mobile-lang {
    display: none;
}

p.rewrad-point {
    /*display: flex;*/
    background-color: #fff22a;
    /*padding: 10px 15px;*/
    padding: 10px 25px;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    margin-top: 0 !important;
}

p.rewrad-point .point-span {
    width: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.yummy_div_img {
    border-radius: 10px;
    /* border: 1px solid #ddd; */
}

#slider .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 30px;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -30px;
    margin-left: 2%;
    list-style: none;
}

#new-slider .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -30px;
    margin-left: 10%;
    list-style: none;
}

#slider .carousel-control-prev {
    display: none;
}

#slider .carousel-control-next {
    display: none;
}

.carousel-inner .carousel-item {
    transition: transform 2s ease;
}

.menu_tab h3 {
    background-color: #fff22a;
    padding: 15px 40px;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    position: relative;
    left: 0;
    z-index: 222;
    right: 0;
    margin-top: -20px;
    font-weight: 700;
}

.tab_menu {
    margin-top: 60px;
}

.food-img {
    height: 400px;
    margin: auto;
    background-color: #FBFBF9;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.food-img img {
    /* width: 100%; */
    height: 100%;
    border-radius: 25px 25px 0px 0px !important;
}


#testimonial-slider .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border-bottom: 8px solid #fff22a;
    border-radius: 0;
    padding-bottom: 0;
    display: block;
}

.navbar-light .navbar-nav .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff22a !Important;
}

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

#testimonial-slider .nav-pills .nav-link:hover {
    background-color: transparent;
    border-bottom: 8px solid #fff22a;
    border-radius: 0;
    padding-bottom: 0;
}

#testimonial-slider .nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: left;
    display: block;
}

.menu_details h4 {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
}

.menu_details {
    margin: auto;
    text-align: center;
}

.menu_details_inner {
    margin: auto;
    text-align: left;
    padding: 15px 20px;
}

.menu_details_inner ul {
    margin: 0;
    padding: 0;
}


.menu_details_inner ul li {
    list-style: none;
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.menu_details_inner ul li:last-child {
    width: 77%;
}

.menu_details_inner ul .tabb_icon_txt h3 {
    font-size: 17px;
    margin-bottom: 0;
}

.modal_tab .nav-pills .nav-item {
    /*width: 32%;*/

    margin: 0;
}

.tabb_icon {
    margin-right: 10px;
}

.tabb_icon_txt p {
    color: #000;
}

.content_tabbed {
    padding: 0px 50px;
}


.modal_tab .nav-pills .nav-link {
    padding: 15px 0px;
    border: 2px solid #ddd;
    border-radius: 0px !important;
    min-height: 120px;
}

.testimonial {
    position: relative;
}

#testimonial-slider1 .testimonial {
    margin: 0 8px;
}

.owl-theme .owl-controls {
    width: 100%;
    opacity: 1;
    position: absolute;
    /* top: 38%; */
    top: -10px;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

.owl-prev {
    position: absolute;
    left: -5%;
}

.owl-next {
    position: absolute;
    right: -5%;
}

.owl-prev:after,
.owl-next:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 600;
    font-size: 50px;
    color: #fff22a;
    opacity: 1;
}

.owl-next:after {
    content: "\f105";
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 70px 10px 30px;
    }

    .testimonial .description:before {
        top: -20px
    }

    .testimonial .title {
        font-size: 12px;
    }

    .testimonial .post {
        font-size: 11px;
    }
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: -10px 0 !important;
    padding: 3px 10px;
    font-size: 15px;
    opacity: 1 !important;
    background: transparent !important;
}


section#offer-section {

    background: url(../img/offer-bg1.jpg) no-repeat;
    min-height: 335px;
    background-position: center;
    background-size: cover;
}

.section-title h3 {
    text-align: center;
    font-size: 2rem;
    position: relative;
    top: -15px;
    font-weight: 700;
}

.testimonial-bg {
    background-color: #FBFBF9;
    padding: 0px 0;
    border-radius: 15px;
}

.product-info {
    margin: auto;
    text-align: center;
}

.product-img-bg {

    height: 159px;
    margin-bottom: 5px;
}

.product-img-bg img {
    width: 100%;
    height: 100%;
}

.product-info img {
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    border-radius: 15px 15px 0px 0px;
}

.product-info a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.product-info p {
    font-size: 0.9rem;
    line-height: 17px;
    margin-top: 2px;
    padding: 0 5px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-price ul {
    padding: 0;
    margin: 0;
}

.product-price ul li {
    list-style: none;
    display: inline-block;
}

.product-price {
    text-align: left;
    padding: 0 5px;
}

.list-product-detailss {
    padding: 5px 15px;
    padding-bottom: 10px;
}

.product-price ul li:last-child {
    float: right;
}

.product-price ul li a {
    background-color: #fff22a;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}

.product-price ul li a:hover {
    background-color: #000;
    color: #fff;
}

.product-price ul li span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}

.product-price ul li p {
    margin-bottom: 0;
    margin-top: 5px;
}

.product-information {
    margin-top: 20px;
    margin-bottom: 60px;
}

.product-boxx {
    background-color: #f9f9f9;
    margin-top: 20px;
    border-radius: 15px;
    height: 100%;
}

.product-boxx img {
    display: block;
}

.list-product {
    /* margin: auto; */
    padding: 10px 0;
}

.list-product-detailss p {
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}

.list-product img {
    height: 100%;
    border-radius: 15px 15px 0px 0px;
}

.pro-info ul li img {
    height: 70px;
    margin-bottom: 5px;
    border-radius: 12px;
}

.pro-info ul li {
    list-style: none;
    display: inline-block;
    padding: 0 12px;
    width: 60%;
    vertical-align: top;
}

.pro-info ul li.v-prices {
    width: 38%;
}

button.accordion-button.collapsed {
    color: #000;
}

.pro-info ul li:last-child {
    width: 100%;
}

.pro-info ul li p {
    margin-bottom: 0;
    font-size: 12px;
}

.pro-info ul li .half-removed {
    font-size: 12px;
}

.pro-info ul li h5 {
    margin-bottom: 0;
}

.pro-info ul {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

button.btn-close.close {
    display: flex;
    margin-top: -25px;
}

.product-information h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.list-view {
    margin: auto;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price_box_new p {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #677788;
}

.tab-list.ing-list {
    margin-top: 10px;
}

.price_list_new {
    position: relative;
    top: 0;
    width: 100%;
    text-align: right;
}

.priceee {
    /* position: absolute;
    right: 0; */
}


.test-banner {
    /* width: 409px; */
    /* height: 245px; */
    position: relative;
}

.test-banner img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.test-banner .img-text {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 21px;
    width: 140px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
}

.info_div {
    padding: 10px 5px;
    padding-bottom: 0;
}

.price_box_new {
    padding: 10px 12px;
    padding-bottom: 10px;
    text-align: left;
}

.accordion-button {
    color: #21325b;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 0;
}

.list-product-img {
    height: 200px;
}

.list-product-details {
    padding: 10px 5px;
    padding-bottom: 0;
}

.list-product-img img {
    height: 100%;
    margin: auto;
}

.list-det {
    padding: 5px 15px;
}

.list-det p {
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
}

.list-view a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.testimonial-imgss {
    width: 409px;
    height: 250px;

}

.testimonial-imgss img {
    width: 100%;
    height: 100%;
}

.list-view ul {
    text-align: left;
    padding: 10px 12px;
    margin: auto 0 10px 0;
    padding-top: 0;
}

.list-view ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}



.price_list_new span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.list-view ul li a {
    background-color: #fff22a;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
}

/* .product_name_list { */
/* max-width: 110px; */
/* height: 60px; */
/* } */
li.nav-item {
    margin-bottom: 0 !important;
}

.list-view ul li a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.heart-btn {
    position: absolute;
    float: right;
    padding: 0;
    right: -10px;
}

h3.usr-title {
    padding: 15px 15px;
}

.heart-btn i {
    font-size: 22px;
    color: #000000;
}

footer {
    background-color: #090C19;
    /* padding: 20px 0; */
    padding: 60px 0;
    padding-bottom: 0;
}

/* .footer-txt {
    margin-top: 40px;
} */

.footer-txt h4 {
    color: #fff;
    font-weight: 400;
}

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

.social-media {
    float: right;
    /* margin-top: 40px; */
}

.social-media ul li img {
    width: 40px;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.social-media ul {
    padding: 0;
    margin: 0;
}

.yummy-cut-div img {
    width: 60%;
}

.yummy-cut-div {
    margin: auto;
    text-align: center;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 888;
    background-color: #ffed00;
    color: #000;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #ffed00;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.testimonial-listview {
    margin-top: 45px;
}

.testimonial-listview .owl-theme .owl-controls {
    width: 40%;
    opacity: 1;
    position: absolute;
    top: 80%;
    left: 0;
}

.testimonial-listview .owl-theme .owl-controls .owl-page span {
    margin: 5px 3px;
    width: 25px;
    height: 8px;
    background: #FFF22A;
}

.testimonial-listview1 {
    margin-top: 60px;
}

.testimonial-listview1 .owl-theme .owl-controls {
    width: 40%;
    opacity: 1;
    position: absolute;
    top: 80%;
    left: 0;
}

.testimonial-listview1 .owl-theme .owl-controls .owl-page span {
    margin: 5px 3px;
    width: 25px;
    height: 8px;
    background: #fff;
}

.modal {
    z-index: 999;
}

.chilly-view {
    position: absolute;
    right: 22%;
}

.inner-div {
    width: 55%;
}

.lang .dropdown-toggle::after {
    display: none;
}

div#lang-tog button {
    padding: 9px 9px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

div#drpdwn .btn.dropdown-toggle {
    display: block;
    overflow: hidden;
    max-width: 180px;
}

/* .btn.dropdown-toggle { */
/* display: block !important; */
/* overflow: hidden; */
/* } */

.menu_tab {
    width: 15%;
    margin: auto;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        justify-content: center;
        margin-left: auto;
    }
}



/*Dashboard Page Css*/

section#dashboard-section {
    /*margin-top: 20px;*/
    background: url(../img/inner-pg-bg.png) no-repeat;
    min-height: 335px;
    background-position: 0 100%;
    background-size: contain;
    width: 100%;
}

div#myTabContent {
    width: 82%;
    display: inline-block;
    padding: 0 20px;
}

ul#myTab {
    width: 17%;
    min-width: 17%;
    display: inline-grid;
    border-bottom: none;
    vertical-align: top;
}

#tabinner .nav-tabs:not(.nav-vertical) .nav-link {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    width: fit-content;
}

#tabinner .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

#tabinner .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
    color: #000;
    font-weight: 700;
}

.usr-profile-inner {
    width: 172px;
    height: 172px;
}

.usr-profile-inner img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.edit-link-box {
    width: 53%;
    position: relative;
    top: -40px;
}

a.edit-link {
    position: absolute;
    right: 0;
    top: -45px;
}

a.edit-link i {
    font-size: 35px;
    color: #fff22a;
    position: absolute;
}

.edit-profile h3 {
    padding: 10px 20px;
    font-weight: 400;
}

.form-boxx input {
    background-color: #EAF0F6;
    border-color: #EAF0F6;
    border-radius: 50px;
    margin-bottom: 20px;
    height: 60px;
    padding: 0px 25px;
    font-size: 18px;
    display: block;
}

.form-boxx select {
    background-color: #EAF0F6;
    border-color: #EAF0F6;
    border-radius: 50px;
    height: 60px;
}

.form-boxx textarea {
    background-color: #EAF0F6;
    border-color: #EAF0F6;
    border-radius: 30px;
}

.form-boxx {
    margin-top: 20px;
    margin-bottom: 50px;
}

.form-boxx .form-label {
    font-size: 1.21rem;
    color: #000;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 10px;
}

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

.form-boxx .form-control:focus {
    background-color: #EAF0F6;
    border-color: #EAF0F6;
}

.form-btns {
    float: right;
    margin-top: 40px;
    margin-bottom: 50px;
}

.form-btns-inner {
    float: right;
    margin-top: 40px;
    margin-bottom: 50px;
}

.form-btns-inner a {
    border-radius: 50px;
    padding: 10px 30px;
}

.form-btns-inner a.btn.btn-primary.btn-lag {
    box-shadow: none;
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
}

.form-btns-inner a.btn.btn-primary.btn-lag:hover {
    box-shadow: none;
    background-color: #000;
    border-color: #000;
    color: #fff;
}


a.btn.btn-primary.btn-lag {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

a.btn.btn-secondary.btn-ang {
    background-color: #EAF0F6;
    border-color: #EAF0F6;
    color: #BDC0C9;
    font-size: 20px;
    font-weight: 500;
}

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

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

.form-boxx .form-check {
    padding: 0px 40px;
}

.form-check .form-check-label {
    margin-top: 3px;
    font-size: 1.2rem;
    color: #000;
}

input#gridCheck {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    padding: 0 13px;
}

div#inner-form {
    width: 50%;
}

ul.card-info {
    margin: 0;
    padding: 0;
}

ul.card-info li {
    list-style: none;
    display: inline-block;
    width: 48%;
    margin-right: 6px;
}

span#card-view i {
    font-size: 23px;
    color: #000;
}

span#card-view {
    position: absolute;
    right: 20px;
    top: -60px;
}

.cardd {
    position: relative;
}

.tooltip-icon span {
    position: absolute;
    right: 0;
    top: -77px;
    background-color: transparent;
    border-color: transparent;
    padding: 10px 11px;
}

.tooltip-icon span:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.tooltip-icon {
    position: relative;
}

.tooltip-icon span i {
    color: #000;
    font-size: 2rem;
}

.cal i {
    position: absolute;
    right: 15px;
    top: -62px;
    font-size: 23px;
    color: #000;
}

.cal {
    position: relative;
}

.history-list {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}

.history-list ul {
    margin: 0;
    padding: 0;
}

.history-list ul li {
    list-style: none;
    display: inline-block;
    width: 24%;
    margin-right: 0px;
    vertical-align: top;
}

.history-product {
    background-color: #FBFBF9;
    padding: 20px 0;
    border-radius: 15px;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0px;
    position: relative;
}

.history-product .heart-btn {
    left: -11px;
    top: -10px;
}

.history-product .title-price .product_name_list a {
    width: 130px;
}


.history-product p {
    padding: 0 6px;
}

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

.history-list .product-info img {
    height: 140px;
}

.history-list h3 {
    color: #AAA9A9;
    padding: 10px 10px;
}

span.date-view {
    padding: 0 20px;
}

.price-div h1 {
    position: absolute;
    right: 0;
    top: -50px;
}

.price-div {
    position: relative;
}

.history-list .product-price ul li span {
    color: #000;
    font-size: 1.3rem;
    font-weight: 800;
    margin-left: 0;
}

.history-list .product-info {
    margin: auto;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 0;
}

.history-product i {
    font-size: 20px;
    color: #000;
    margin-top: 7px;
}

div#fav .history-list {
    border-bottom: none;
}

.inner-div-height {
    /*min-height: 750px;*/
}

/*a.nav-link.active {
    font-weight: 700;
}*/

.inner_title h3 {
    padding: 10px 0;
}

.pizza-list {}

.pizza-list ul {
    margin: 0;
    padding: 0;
    margin-left: -15px;
}

.pizza-list ul li {
    list-style: none;
    display: inline-block;
    width: 18%;
    margin-right: 12px;
    margin-bottom: 15px;
}

.info-pizza ul {
    margin: 0;
    padding: 0;
}

.info-pizza ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 19%;
}

li.last-alert .alert-success {
    font-size: 14px;
    text-align: center;
}

li.last-alert button {
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
}

.info-pizza ul li:nth-child(1) {
    width: 10%;
}

.info-pizza img {
    width: 100px;
}

.info-pizza ul li:nth-child(2) {
    width: 33%;
}

.info-pizza ul li:nth-child(3) {
    width: 30%;
}

.info-pizza i {
    color: #1BAD00;
    font-size: 43px;
}

.info-pizza h3 {
    padding: 0 0;
    text-align: center;
}

.inner_title h3 {
    padding: 20px 0;
    color: #AAA9A9;
}

.form_view.inner-div-height {
    margin-top: 150px;
}

.upload_file_bg {
    background-color: #FBFBF9;
    padding: 20px 0px;
    border-radius: 30px;
    min-height: 250px;
}

li.last-alert {
    position: relative;
    left: -30px;
}

input#formFile {
    display: block;
    width: 90%;
    min-height: 250px;
    border-radius: 30px;
    margin: auto;
    border: 2px dashed #AAA9A9;
    padding: 30% 15%;
}

.folder-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
}

.folder-img {
    position: relative;
}

.number-input button {
    -webkit-appearance: none;
    /* background-color: transparent; */
    border: none;
    /* align-items: center; */
    /* justify-content: center; */
    cursor: pointer;
    /* margin: 0; */
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}


.md-number-input.number-input {
    /* border: 2px solid #ddd; */
    /* width: 8.8rem; */
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.md-number-input.number-input button {
    outline: none;
    width: 2.5rem;
    height: 2.5rem;
    /*padding-top: 0;*/
    position: relative;
    /*top: -7px;*/
    /*left: 0;*/
    /*text-align: center;*/
    border-radius: 5px;
}

.md-number-input.number-input button.minus {
    padding-left: 5px;
    background: transparent;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: black;
    text-align: center;
    padding: 15px;
}

.md-number-input.number-input button.plus {
    background-color: #333;
    border-color: #333;
}

.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
    width: 1rem;
    background-color: #212121;
}

.md-number-input.number-input button.minus:after,
.md-number-input.number-input button.minus:before {
    content: none;
}

button#add:before,
button#add:after {
    width: 1rem;
    background-color: #fff;
}

.md-number-input.number-input input[type=number] {
    max-width: 3rem;
    padding: 0.5rem;
    border: none;
    border-width: 0 2px;
    font-size: 1.6rem;
    height: 2.8rem;
    font-weight: bold;
    outline: none;
    position: relative;
    /*top: 5px;*/
    color: black;
}

.product-title ul li h1 {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 700;
}

.product-title ul li {
    list-style: none;
    display: inline-block;
}

.product-title ul li:last-child {
    float: right;
    margin-top: 5px;
}

.product-title ul {
    margin: 0;
    padding: 0;
}

.product-title {
    margin-top: 20px;
}

.product-title p,
.acc-desp p {
    color: #677788;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #5761F6;
    border: none;
    padding: 10px;
    border-radius: 50px;
    border-bottom: 4px solid #5761F6;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    font-size: 20px;
}

.file-upload-btn:hover {
    background: #000;
    border-bottom: 4px solid #000;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input,
.file-upload-input1 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !Important;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    /* margin-top: 20px; */
    /* border: 4px dashed #1FB264; */
    position: relative;
}



.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

#formFile {
    display: block;
    width: 90%;
    min-height: 250px;
    border-radius: 30px;
    margin: auto;
    border: 2px dashed #AAA9A9;
    padding: 110px 110px;
    background-color: #eaf0f6;
    padding-bottom: 90px;
}

#radioBtn .notActive {
    /*color: #CBCBCB;*/
    color: #000;
    background-color: #EAF0F6;
    border: 1px solid transparent;

}

div#radioBtn .active {
    background-color: #ffed00;
    color: #000;
    z-index: 0;
}

.usr-profile .dropdown-toggle::after {
    opacity: 0;
}

div#radioBtn a {
    border-radius: 6px;
    font-size: 16px;
}

div#radioBtn {
    display: block;
}

div#radioBtn a:hover {
    box-shadow: none;
}

.product-list-tab {
    margin-top: 30px;
}

.product-list-tab a {
    margin-right: 15px;

    border-radius: 0;
}

.pro-tab ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

/* Commented because no more use @author Sonil Kaur 16-06-2023 11:29 AM*/
/*.pro-tab ul li:last-child {*/
/*float: right;*/
/*margin-top: 30px;*/
/*}*/

.pro-tab ul {
    margin: 0;
    padding: 0;
}

.pro-tab p {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    padding: 15px 0;
    margin-bottom: 0;
}

.product-box-view img {
    width: auto;
    border-radius: 0px 25px 0px 0px;
}

.tab-list ul li {
    list-style: none;
    display: inline-block;
    width: 70%;
    margin-right: 4px;
    margin-bottom: 0px;
}

.tab-list ul li:last-child {
    float: right;
    width: 21%;
}

.tab-list ul {
    margin: 0;
    padding: 0;
}

.tab-list h4 {
    font-size: 18px;
    width: auto !important;
}

ul.ind-listview {
    margin: 0;
    padding: 0;
}

ul.ind-listview li {
    list-style: none;
    display: inline-block;
}

ul.ind-listview li:first-child {
    width: 17%;
}

ul.ind-listview li {
    list-style: none;
    display: inline-block;
    width: 35%;
    margin-right: 10px;
}

.tab-list h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.acc-div button {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}

.acc-div {
    margin-bottom: 60px;
    margin-top: 30px;
}

.acc-div .accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-body {
    padding-top: 0;
    padding: 10px 0;
}

.add-boxx .md-number-input.number-input {
    width: auto;
}

.btn_border_ac {
    border-radius: 6px 0px 0px 6px !important;
}

.btn_border_ac1 {
    border-radius: 0px 6px 6px 0px !important;
}

.related-product {
    min-height: 1140px;
}

.related-product ul {
    margin: 0;
    padding: 0;
}

.related-product ul li {
    list-style: none;
    display: inline-block;
    width: 48%;
    margin-right: 7px;
    margin-bottom: 15px;
    vertical-align: top;
}

.tab-list .md-number-input.number-input button.minus {
    outline: none;
    width: 2rem;
    height: 2rem;
    padding-top: 0;
    position: relative;
    top: -7px;
    left: -4px;
    text-align: center;
    border-radius: 5px;
}

div#piz {
    width: 52%;
}

.product-boxx-inner {

    border-radius: 15px;
}

.product-boxx-inner .list-product {
    margin: auto;
    /* height: 175px; */
    padding-bottom: 0;
}

.inner-list-product {
    padding: 5px 12px;
    padding-bottom: 12px;
}

.product-boxx-inner .list-view {
    margin: auto;
    text-align: center;
    background-color: #FBFBF9;
    border-radius: 0px 0px 10px 10px;
}

li.spl-pizza-items p {
    height: auto !important;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 5px;
    text-align: left;
    padding: 0px 10px;
    font-weight: 700;
    width: 150px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.price_pizaaa li {
    padding: 0px 10px;
    padding-bottom: 12px;
}

.remove-item ul {
    padding: 0;
    margin: 0;
}

.remove-item ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
    width: 50%;
}

.remove-item ul li:last-child {
    float: right;
    width: 27%;
}

.remove-item ul li h4 {
    font-size: 16px;
    word-break: break-all;
}

.product-boxx-inner p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.product-boxx-inner .list-view a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

input.btn.btn-dark.btn_block {
    background-color: #21325b;
    border-color: #21325b;
    color: #fff;
    margin-top: 15px;
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
}

input.btn.btn-dark.btn_block:hover {
    background-color: #425174;
    border-color: #425174;
}


.product-boxx-inner .list-view ul li span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

header#innerheader .usr-profile i {
    position: relative;
    /* left: -5px; */
    /* top: -2px; */
}

header#innerheader .usr-profile {
    border: none;
    /* padding: 1px 2px; */
}

.product_name_list a {
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none; */
    display: inline-block;
    width: 180px;
}

section.menu-section {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.list-itemss {
    padding: 0 15px;
    padding-bottom: 23px;
}

.product-boxx-inner .list-view ul li a {
    background-color: #fff22a;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 16px;
}

.product-boxx-inner .list-view ul li {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
    display: inline-block;
}

a.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;
}

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 20px 0px;
    overflow-y: auto;
}

.product-list p {
    margin-bottom: 0;
    font-size: 12px;
}

.product-list {
    padding: 8px 15px;
    background-color: #FBFBF9;
    text-align: center;
    border-radius: 10px;
}

.width_50 {
    width: 50%;
}

.add-boxx {
    float: right;
}

.price_div h3 {
    position: relative;
    top: 20px;
    font-size: 20px;
    left: 0;
    right: 0;
}

.add-boxx .md-number-input.number-input input[type=number] {
    max-width: 2.2rem;
    color: black;
}

.add-boxx .md-number-input.number-input button {
    width: 2.1rem;
    height: 2rem;
}

.offcanvas-header.border-0.pb-0 h2 {
    font-size: 22px;
}

.price_div {
    text-align: right;
    position: relative;
}

.product-list h4 {
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.cart-view td:nth-child(2) {
    text-align: right;
}

.cart-view tr td {
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.cart-view tr td span {
    font-size: 18px;
    font-weight: 600;
}

.search_box_list input {
    background-color: #EAF0F6;
    border-color: #EAF0F6;
    border-radius: 50px;
    margin-bottom: 20px;
    height: 50px;
    padding: 0px 25px;
    font-size: 18px;
    display: block;
}


span.label.badge-danger-bootstrap {

    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
}

b.green {
    color: #27ae60;
    font-weight: 600;
}

table#DataTables_Table_0 td {
    padding: 10px 10px;

}

.search-boxx {
    text-align: center;
}

.search_box_list label {
    text-align: center;
    font-size: 17px;
}

.cart-view .table>:not(caption)>*>* {
    border-bottom-width: none;
}

.cart-button a {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 70px;
}

.cart-button {
    margin-top: 10px;
}

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

.cart-button a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

div#login-form-modal {
    z-index: 888888 !Important;
}

div#addressModal {
    z-index: 888888 !Important;
}

div#otpModal {
    z-index: 888888 !Important;
}


modal:nth-of-type(even) {
    z-index: 1062 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    /*z-index: 1061 !important;*/
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: -10px;
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: 0;
}

.post-titles-inner {
    margin-top: 0px;
}

.post-titles-inner h6 {
    color: #cbcbcb;
    font-weight: 300;
}

.post-titles-inner h6::before {
    content: "";
    display: inline-block;
    width: 37%;
    text-align: right;
    border: 1px solid #EAF0F6;
    position: relative;
    left: 1px;
    top: -4px;
    margin-right: 15px;
}

.post-titles-inner h6::after {
    content: "";
    display: inline-block;
    width: 37%;
    text-align: right;
    border: 1px solid #EAF0F6;
    margin-left: 9px;
    top: -4px;
}

div#address-modal .modal-body {
    padding: 1.2rem;
}

div#address-modal .modal-header {
    padding: 20px;
    padding-bottom: 0;
}

.inner-modal-form input {
    background-color: #EAF0F6;
    border-radius: 50px;
    height: 55px;
    margin-top: 15px;
}

.modal_btn_inner a {
    background-color: #FFF22A;
    border-color: #FFF22A;
    color: #000;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
}

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

.modal_btn_inner {
    float: right;
    margin-top: 25px;
}

div#address-modal h5 {
    font-size: 22px;
}

div#login-form-modal .modal-body {
    padding: 25px 40px;
    /*padding: 0 40px;*/
}

div#addressModal .modal-body {
    padding: 25px 40px;

}

div#otpModal .modal-body {
    padding: 25px 40px;

}

div#login-form-modal .modal-body-inner {
    padding: 25px 40px;

}

div#addressModal .modal-body {
    padding: 25px 40px;

}

div#otpModal .modal-body {
    padding: 20px 20px;
}

div#login-form-modal .modal_details {}

div#login-form-modal .modal-header {
    padding: 20px 25px;
    padding-bottom: 0;
}

div#addressModal .modal_details {}

div#addressModal .modal-header {
    padding: 20px 25px;
    padding-bottom: 0;
}

div#otpModal .modal_details {}

div#otpModal .modal-header {
    padding: 20px 25px;
    padding-bottom: 0;
}

.modal_details a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.modal_details label {
    font-size: 16px;
    margin-bottom: 0;
}

/*.modal_details input {
    border-top: none;
    border-left: none;
    border-right: none;

}*/

#franchise-banner {
    background: url(../img/franchise-banner.jpg) no-repeat;
    min-height: 1008px;

}

.input--file {
    position: absolute;
    color: #7f7f7f;
    top: 0;
    left: 115px;
}

.input--file i {
    background-color: #fff200;
    padding: 10px 10px;
    height: 45px;
    width: 45px;
    color: #000;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 22px;
}

.input--file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.col-md-4.address_div {
    border: 1px solid #ddd;
    margin: 5px;
    padding: 20px 10px;
    width: 32%;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.col-md-4.address_div ul {
    margin-bottom: 0;
}

ul.list-unstyled p {
    margin-bottom: 0;
}


.yummy-txt {
    margin-top: 30px;
}

.box_yummy {
    margin-top: 10px;
    background-color: #fff;
    min-height: 300px;
    box-shadow: 0px 10px 10px 0px #ddd;
}


.modal_details {
    margin-bottom: 0px;
}

.modal_details p {
    margin-bottom: 25px;
}

.modal_tab .nav-pills .nav-link {

    border-radius: 7px !important;
}


.modal_tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border: 2px solid #000;
    box-shadow: 0px 10px 10px 0px #ddd;
}

.box_yummy_txt {
    padding: 10px 15px;
}

section#yummy-group {
    margin-top: 50px;
}

.yummy_grp_txt {
    margin-top: 220px;
}

.yummy_grp_txt h1 {
    font-size: 70px;
    color: #E4E5E9;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(90deg);
    transform-origin: 35% 100%;
}

.yummy_grp_txt h2 {
    font-size: 35px;
    z-index: 999;
    position: relative;
}

.yummy-txt h3 {
    font-size: 25px;
}

.yummy_tym_txt p {
    color: #090C19;
    line-height: 27px;
}

.kabab-img {
    margin-top: 60px;
}

.kabab-img img {
    filter: grayscale(100%);
}

.kabab-txt {
    padding: 150px;
}

.kabab-txt h1 {
    font-weight: 100;
    font-size: 65px;
    color: #E4E5E9;
    line-height: 70px;
}

.yummy_tym_txt {
    margin-top: 200px;
}

.yummy_grp_time {
    margin-top: 50px;
    margin-bottom: 100px;
}

.yummy_grp_time h1 {
    font-size: 70px;
    color: #E4E5E9;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(90deg);
    transform-origin: 45% 40%;
}

.list-view-inner {
    margin-top: 60px;
}

.list-view-inner ul {
    margin: 0;
    padding: 0;
}

.list-view-inner ul li {
    list-style: none;
    display: inline-block;
    width: 23%;
    margin-bottom: 15px;
    margin-right: 10px;
    vertical-align: top;
}

.view-list-inner {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 10px 10px 0px #ddd;
    padding: 10px 0;
    border-radius: 10px;
    min-height: 170px;
}

.franchise-txt {
    padding: 200px 0;
}

.franchise-txt p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-top: 40px;
    font-weight: 700;
}

.franchise-btn {
    float: right;
    margin-top: 120px;
}

.franchise-btn a {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
    font-weight: 600;
}

.franchise-btn a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: none;
}

.ymmy-details {
    padding: 100px 14%;
    padding-right: 0;
    margin-top: 100px;
}

.yummy_grp_time p {
    line-height: 30px;
    color: #090C19;
}

.ymmy_detail_list p {
    line-height: 30px;
    color: #090C19;
}

#ymmy-detail-left {
    width: 60%;
    float: left;
}

#ymmy-detail-right {
    background: url(../img/img_bg.png) no-repeat;
    width: 40%;
    display: flex;
    height: 750px;
    background-position: 100px 0px;
}

.ymmy_detail_list {
    width: 80%;
}

.ymmy_detail_list_inner {
    position: absolute;
    right: 20%;
    margin-top: 120px;
}

.ymmy_detail_list_inner h1 {
    font-size: 60px;
    color: #E4E5E9;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(90deg);
    transform-origin: 42% 0%;
}

.ymmy_detail_list_inner h2 {
    font-size: 41px;
    z-index: 999;
    position: relative;
    top: 110px;
    left: -120px;
}

section#ymmy-detail {
    margin-bottom: 50px;
    margin-top: 20px;
}

.newsletter-txt {
    position: relative;
    right: 0;
    left: 0;
}

.newsletter-txt h1 {
    font-size: 60px;
    color: #E4E5E9;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(90deg);
    transform-origin: 35% -60%;
    display: inline-block;
}

.news_div {
    margin-left: 0;
    margin-top: -120px;
}

.newsletter_view h3 {
    font-size: 30px;
}

.newsletter_viewbox {
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px #ddd;
    padding: 20px;
    width: 70%;
    border-radius: 5px;
    margin-top: 30px;
    min-height: 200px;
}

.newsletter_viewbox h4 {
    font-weight: 500;
}

.newsletter_viewbox form {
    padding: 25px 0px;
}

.newsletter_viewbox form input {
    height: 55px;
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}

.form-check.check_fo input {
    height: 22px;
    width: 25px;
    margin-right: 10px;
    border: 2px solid #000;
}

.form-check.check_fo label {
    font-size: 17px;
}

.newsletter_viewbox label {
    font-size: 17px;
}

.snd_btn button {
    float: right;
}

.snd_btn a {
    float: right;
}

.snd_btn {
    margin-top: 20px;
    margin-bottom: 50px;
}

.newsletter-txt h2 {
    font-size: 41px;
    z-index: 999;
    position: absolute;
    top: -165px;
    left: 100px;
}

.main-div-news {
    position: relative;
}

.footer-logo-franchise {
    margin: auto;
    text-align: center;
}

section#yummy_newsletter-box {
    margin-bottom: 150px;
}

footer#franchise-footer {
    background-color: #fff;
}

.franchise-btn a:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.franchise-btn a:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.snd_btn a {
    float: right;
    padding: 8px 35px;
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

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

.franchise-txt h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 800;
}

.view-list-inner h3 {
    margin-top: 15px;
    font-size: 18px;
}

.view-list-inner img {
    width: 100px;
}

.yummy_grp_time h2 {
    font-size: 35px;
    z-index: 999;
    position: relative;
}

.yummy_grp_time_inner {
    position: absolute;
    right: 0;
    margin-top: 120px;
}

.yummy_grp_time_inner h1 {
    font-size: 60px;
    color: #E4E5E9;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    transform: rotate(90deg);
    transform-origin: 42% 0%;
}

.yummy_grp_time_inner h2 {
    font-size: 41px;
    z-index: 999;
    position: relative;
    top: 130px;
    left: -120px;
}

ul.pizza-list {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

ul.pizza-list li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

ul.pizza-list li h4 {}

ul.pizza-list li img {
    width: 55px;
}

.box-list {
    float: left;
    width: 50%;
    margin-right: 0;
}

.div_list {}

.div_list ul {
    margin: 0;
    padding: 0;
}

.div_list ul li {
    list-style: none;
    display: inline-block;
    width: 47%;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 15px;
}

.div_list {
    margin-top: 15px;
}

.div_listbox {
    background-color: #f2f2f2;
    border-radius: 5px;
    min-height: 160px;
    padding: 15px 15px;
    padding-bottom: 15px;
}

.div_img {
    margin: auto;
    text-align: center;
}

.div_img img {
    width: 85px;
}

.div_img h4 {
    font-size: 17px;
    margin-top: 10px;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}

.div_img p {
    margin-bottom: 6px;
    line-height: 15px;
    font-size: 14px;
    margin-top: 5px;
}

.price_list p span {
    font-weight: 700;
    margin-left: 5px;
}

.price_list p {
    display: inline-block;
    margin-top: 3px;
    font-size: 22px;
    margin-bottom: 0;
}

a.vleg-box {
    float: right;
    margin-top: 5px;
    background-color: #333;
    padding: 4px 25px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}

.product-img img {
    border-radius: 20px 20px 0px 0px;
}

.product-img {
    margin-top: 15px;
}

.product-img h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}




/* Active state */
.search-bar input:focus+.search-btn,
.search-bar input:valid+.search-btn {
    background: #ffed00;
    border-radius: 0 0.375em 0.375em 0;
    transform: scale(1);
    padding: 0 20px;
    border: 1px solid #ffed00;
}

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

.search-bar input:focus+.search-btn:before,
.search-bar input:focus+.search-btn:after,
.search-bar input:valid+.search-btn:before,
.search-bar input:valid+.search-btn:after {
    opacity: 1;
}

.search-bar input:focus+.search-btn:hover,
.search-bar input:valid+.search-btn:hover,
.search-bar input:valid:not(:focus)+.search-btn:focus {
    background: #0c48db;
}

.search-bar input:focus+.search-btn:active,
.search-bar input:valid+.search-btn:active {
    transform: translateY(1px);
}

@media screen and (prefers-color-scheme: dark) {

    body,
    input {
        color: #f1f1f1;
    }

    body {
        background: #171717;
    }

    .search-bar input {
        box-shadow: 0 0 0 0.4em #f1f1f1 inset;
    }

    .search-bar input:focus,
    .search-bar input:valid {
        background: #3d3d3d;
        box-shadow: 0 0 0 0.1em #3d3d3d inset;
    }

    .search-btn {
        background: #f1f1f1;
    }
}

.search-full-boxx i {
    color: #000;
    font-size: 26px;
}

.search-full-boxx {
    float: right;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
    font-weight: 700;
}

#search .btn:hover {
    box-shadow: none;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    opacity: 1;
    padding: 0px 17px;
    font-size: 30px;
}

.tooltip {
    z-index: 8000000 !important;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {
    height: 45px;
    border: none;
}


.search input:focus {
    box-shadow: none;
    border: none;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    left: 15px;
}

.search button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 40px;
    width: 45px;
    background: #FFF22A;
    border: 1px solid #FFF22A;
    color: #000;
}

.search button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.navbar .dropdown-menu {
    border-top: 0.1875rem solid #FFF22A !important;

}

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

.loader:before {
    display: none;
}

.loader img {
    width: 15%;
}

.maps {
    height: 270px !important;
    width: 100%;
    margin-bottom: 20px;
}

.category-links {
    cursor: pointer;
}

.favorite {
    color: red !important;
}

.pac-container {
    z-index: 9999;
}

.dashboard-box {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.dashboard-box h3 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.div_acc {
    margin-top: 20px;
}

a.btn.btn-success.btn_back {
    position: relative;
    top: 0;
    border-radius: 50px;
    padding: 4px 26px;
    background-color: #ed1c24;
    border-color: #ed1c24;
    margin-top: -110px;
}

.order-boxx-new {
    margin-top: 5px;
}

.order-boxx-new ul {
    margin: 0;
    padding: 0;
}

.order-boxx-new ul li {
    border: none;
    margin-bottom: 0;
    padding: 0px;
    margin-right: 0;
    list-style: none;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.order-boxx-new ul li h3 {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: uppercase;
}

.order-boxx-new ul li p {
    text-align: left;
    margin-top: 8px;
    color: #999;
}

.order-boxx-new ul li i {
    font-size: 16px;
    margin-right: 5px;
    color: #ed1c24;
}

.order-boxx-new ul li:last-child {
    float: right;
    width: 40%;
}

span.label.badge-success-bootstrap {
    background-color: #7ed321;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
}

span.label.badge-warning-bootstrap {
    color: #000;
    padding: 3px 10px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
}

.order-boxx-new ul li:last-child h3,
.order-boxx-new ul li:last-child p {
    text-align: right;
}

.details-order {
    margin-top: 20px;
    margin-bottom: 0px;
}

.details-order h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.forgot-imgs {
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
}

.forgot-imgs img {
    width: 130px;
    margin: auto;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0px;
    height: auto;
    padding: 6px 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px 30px;
    height: 40px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

.badge {
    font-size: 13px !Important;
    font-weight: 600 !important;
}

.table-responsive {
    overflow-x: unset;
    -webkit-overflow-scrolling: touch;
}

table#dTable {
    width: 100% !important;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: thin !important;
}

table#dTable {
    width: 100% !important;
}


td.img_boxx {
    width: 10%;
}

.details-order td {
    border-top: none !important;
}

p.price_tag {
    color: #4e4e4e;
    float: right;
    font-weight: 700;
    margin-bottom: 0;
    min-width: 65px;
}

h3.total_list {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: uppercase;
}


/*.table>:not(caption)>:last-child>* {
    border-bottom-width: thin !important;
}*/

a.paginate_button {
    padding: 8px 10px;
    border: 1px solid #ddd;
}

span.ellipsis {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

a#dTable_previous {
    color: #4e4e4e;
}

table#dTable a {
    margin: auto;
    text-align: center;
    color: #000;
    font-weight: 500;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
    text-align: center;
}

.extra-img {
    float: left;
    margin-right: 10px;
}

.extra-img img {
    width: 80px;
}

.extra-img-list p {
    font-size: 16px;
    margin-bottom: 0;
}

.extra-img-list {
    margin-top: 5px;
    position: relative;
    left: -15px;
}



.extra-img-list h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.extra-img-plus {
    display: inline-block;
    position: relative;
    top: 10px;
}

.extra-img-boxx {
    min-height: 80px;
    margin-bottom: 15px;
}

.lang {
    background-color: #fff200;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
}

div#lang-tog p {
    padding: 8px 10px;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

div#lang-tog ul.dropdown-menu.show {
    min-width: 60px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: -20px !important;
}

.account_section.account_bg {
    border: 1px solid #ddd;
    padding: 15px 15px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.account_heading ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.account_heading ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
}

.home-icon i {
    background-color: #fff200;
    color: #000;
    height: 70px;
    width: 80px;
    border-radius: 10px;
    font-size: 55px;
    text-align: center;
    line-height: 70px;
}

.add-book {
    padding: 5px 0;
}

button.btn.wide.btn-default.address-sub {
    background-color: #fff200;
    width: 100%;
    color: #000;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

div#addressModal input {
    margin-top: 5px;
}

.filter-div {
    background: #fff;
    padding: 60px 0;
}

td.img_boxx img {
    display: block;
    max-width: 100%;
    height: auto;
}

.address-link {
    margin-top: 40px;
    margin-bottom: 20px;
}

.address-link a {
    color: #000;
    font-weight: 600;
    background-color: #fff200;
    padding: 10px 15px;
    border-radius: 5px;
}

.account_heading span {
    color: #000;
    font-weight: 600;
    position: relative;
    top: 20px;
    left: 7px;
}

.delete-link a {
    color: #ff0000;
}

div#selectOrder .modal-content {
    border-radius: 0;
}

div#selectOrder {
    z-index: 888888 !Important;
}

div#selectOrder .modal-body {
    padding: 25px 40px;

}

div#selectOrder .modal_details {}

div#selectOrder .modal-header {
    padding: 20px 25px;
    padding-bottom: 0;
}

.red {
    color: red;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }

}

.all-product {
    min-height: 1140px;
}

.all-product ul {
    margin: 0;
    padding: 0;
}

.all-product ul li {
    list-style: none;
    display: inline-block;
    width: 23%;
    margin-right: 7px;
    margin-bottom: 15px;
    vertical-align: top;
}

/* half pizza related css */
.split-pizza-wrap {
    display: flex;
}

.sp-left {
    flex: 60% 0 0;
    width: 60%;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.sp-left {
    padding-left: 10px;
}

.sp-left,
.sp-right {
    padding: 15px;
}

.spl-header {
    margin-bottom: 10px;
}

.spl-pizza-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.spl-pizza-items {
    flex: calc(100% / 3) 0 0;
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 15px 0;
    transition: all 0.3s linear;
}

.spl-img {
    position: relative;
    padding: 2px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 15px;
}

.spl-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: rgb(255 255 255 / 85%);
    transition: all 0.15s linear;
}

.spl-name {
    text-align: center;
    margin-top: 3px;
}

.spl-name p {
    font-size: 15px;
    margin-bottom: 0;
}

.spl-name span {
    color: #6d6d6d;
    font-size: 14px;
}

.hidden {
    display: none !important;
}

.sp-right {
    flex: 40% 0 0;
    width: 40%;
}

.sp-right {
    max-height: calc(100vh - 126px);
    overflow-y: auto;
}

.sp-right {
    padding-right: 10px;
}

.spr-pizza-wrap {
    max-width: 75%;
    margin: 0 auto;
}

.spr-detail-wrap {
    margin: 25px auto;
    min-height: 240px;
}

.spr-pizza-mockup {
    position: relative;
    width: 100%;
}

.left-base {
    left: 0;
    border-radius: 50px 0 0 50px;
}

.pizza-base {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.pizza-mockup {
    position: relative;
    width: 100%;
    height: 100%;
}

.left-base img {
    left: 0;
}

.pizza-base img {
    position: absolute;
    height: 100%;
    top: 0;
}

.spr-detail-wrap {
    margin: 25px auto;
    min-height: 240px;
}

.spr-detail-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 2px rgb(6 5 50 / 20%), 0px -1px 0 rgb(6 5 50 / 5%);
}

.spr-left {
    flex: 68px 0 0;
    width: 68px;
}

.spr-right {
    flex: calc(100% - 68px) 0 0;
    width: calc(100% - 68px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.spr-detail-pizza-mockup {
    position: relative;
    overflow: hidden;
}

.empty-text {
    font-size: 16px;
}

.spr-pizza-detail {
    position: relative;
    display: none;
}

.spr-pizza-name {
    margin: 5px 0;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.spr-submit-btn.stagefour {
    padding: 15px 0;
    width: calc(40% - 30px);
    z-index: 2;
}

.spr-submit-btn.stagefour .addTo {
    white-space: normal;
}

.spl-img img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

.stagefour .addTo {
    width: 100%;
    font-size: 17px;
    background: #ea3812;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
}

.spl-pizza-items.selected-left .spl-overlay {
    right: 0;
    left: auto;
}

.right-base {
    right: 0;
    border-left: 1px solid #fff;
    border-radius: 0 50px 50px 0;
}

.spr-detail-items.active .empty-text {
    display: none;
}

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

.spr-pizza-detail .tradiTags a {
    display: inline-flex;
    padding: 0 2px;
    align-items: center;
    color: #333;
}

.spl-pizza-items.selected .spl-img {
    border-color: #ea3812;
    padding: 5px;
}

.ing_name {
    color: #1d1c1c !important;
    font-size: 13px !important;
}

.spr-pizza-detail .ing_name {
    font-size: 12px !important;
}

.spr-right-item.active .spl-overlay {
    opacity: 1;
    left: 0;
    visibility: visible;
    transition: all 0.15s linear;
}

.tradiTags a {
    display: inline-block;
    padding: 3px 2px;
}

.spr-left-item.active .spl-overlay {
    opacity: 1;
    right: 0;
    visibility: visible;
    transition: all 0.15s linear;
}

.spl-pizza-items.selected .spl-overlay {
    opacity: 1;
    visibility: visible;
    transition: all 0.15s linear;
}

@media only screen and (min-width:1100px) {
    .stagefour {
        margin: 0;
        position: absolute;
        bottom: 15px;
        width: 94%;
    }


}

@media (max-width: 991px) {
    .split-pizza-modal .modal-dialog {
        max-width: 970px;
        width: 100%;
        padding: 0 20px;
    }

    .spr-submit-btn.stagefour {
        padding: 15px 0;
        width: calc(40% - 45px);
    }

    .spr-submit-btn.stagefour .addTo {
        font-size: 14px;
    }

    .spl-pizza-items {
        margin: 7px 0;
    }
}

@media(max-width: 767px) {
    .spr-submit-btn.stagefour {
        left: auto;
    }

    .split-pizza-modal {
        padding-right: 0 !important;
    }

    .split-pizza-modal .modal-dialog {
        margin: 20px auto;
    }

    .split-pizza-modal .modal-content {
        max-height: calc(100vh - 40px);
        border-radius: 6px;
    }

    .spl-pizza-items {
        margin: 5px 0;
    }

    .sp-left {
        flex: 50% 0 0;
        width: 50%;
    }

    .sp-right {
        flex: 50% 0 0;
        width: 50%;
    }

    .spl-pizza-items {
        flex: calc(100% / 2) 0 0;
        width: calc(100% / 2);
    }

    .spr-submit-btn.stagefour {
        width: calc(50% - 55px);
    }
}

@media(max-width: 575px) {
    .spl-header h3 {
        padding-right: 15px;
        font-size: 20px;
    }

    .split-pizza-wrap {
        flex-direction: column;
    }

    .spl-pizza-box {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        height: 191px;
    }

    .spl-pizza-box::-webkit-scrollbar {
        height: 6px;
        background-color: #F5F5F5;
    }

    .spl-pizza-box::-webkit-scrollbar-thumb {
        background-color: #c1c1c1;
    }

    .spl-pizza-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
        background-color: #F5F5F5;
    }

    .spl-pizza-items {
        flex: 140px 0 0;
        width: 140px;
    }

    .sp-left,
    .sp-right {
        flex: 100% 0 0;
        width: 100%;
        padding: 10px;
    }

    .sp-left {
        max-height: none;
        overflow: initial;
    }

    .sp-right {
        max-height: calc(100vh - 320px);
        overflow-y: auto;
    }

    .spr-submit-btn.stagefour {
        width: calc(100% - 35px);
    }

    .split-pizza-modal .modal-dialog {
        margin: 0;
        padding: 0;
        height: 100vh;
    }

    .split-pizza-modal .modal-content {
        max-height: none;
        border-radius: 0;
        height: 100%;
    }

    .spl-name p,
    .spl-name span {
        display: block;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .spr-pizza-wrap {
        max-width: 140px;
        margin: 0 auto;
    }

    .spr-detail-wrap {
        margin: 15px auto;
        min-height: auto;
    }

    .split-pizza-modal .stagefour .addTo {
        width: 100% !important;
    }
}

a#hideMe {
    float: right;
    margin-top: -48px;
}

.spr-detail-wrap .md-number-input.number-input button {
    width: 2rem;
    height: 2rem;
}

.spr-detail-wrap .md-number-input.number-input {
    height: 35px;
}

#dash-slide .owl-wrapper {
    display: inline-grid !important;
}

#dash-slide.owl-theme .owl-controls {
    display: none !important;
}

#dash-slide.owl-carousel .owl-item {
    float: left;
    width: 100% !important;
}

div#dash-slide {
    width: 75% !important;
}

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

.custom-choose label {

    margin-right: 0 !important;
}

.tradiTags.remove_div .custom-choose label {
    margin-right: 4px !important;
    width: 18% !important;
    vertical-align: top;
    margin-left: 0;
    margin-bottom: 5px;
}

.yummy_div_imgs img {
    padding: 5px;
}

.tradiTags.remove_div h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    width: 75px;
    font-size: 13px;
    padding: 0 10px;
}

.spr-detail-items.active .spr-pizza-name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__redeem_text.alert.alert-info ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.__redeem_text.alert.alert-info ul li:last-child {
    float: right;
    width: 100%;
}

.__redeem_text.alert.alert-info {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    padding: 10px 0;
    padding-bottom: 15px;
}

button.apply_reward_points.btn.btn-success {
    padding: 5px 10px;
    margin-top: -20px;
    float: right;
}

ul.box-rem {
    margin: 0;
    padding: 0;
    float: left;
    /*width: 20%;*/
    margin-right: 5px;
}

ul.box-rem li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    vertical-align: top;
}

.remove_div {
    display: grid;
}

.yummy_div_img p {
    margin-bottom: 5px;
    text-align: center;
}

.app-info img {
    margin-right: 0 !Important;
}

.__remove_text.alert.alert-info {
    background-color: #f2f2f2;
    color: #000;
    border-color: #f2f2f2;
    padding: 5px 10px;
    min-height: 46px;
}

.__remove_text.alert.alert-info a {
    padding: 4px 13px;
    position: relative;
    left: 15px;
    border-radius: 0.3rem;
}

.box-deal {
    float: left;
    margin-right: 20px !Important;
    width: 18% !important;
}

button#__delete_cart_item {
    position: relative;
}

button#__delete_cart_item::before {
    background: transparent;
}

button#__delete_cart_item::after {
    background: transparent;
}

button#__delete_cart_item i {
    background-color: #ff0000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    position: relative;
    left: -16px;
    font-size: 17px;
    top: -10px;
}

.iti--separate-dial-code {
    width: 100%;
}

.iti__country-list {
    width: 435px;
}

.form-signup .iti--separate-dial-code .iti__selected-flag,
#login_form .iti--separate-dial-code .iti__selected-flag,
#reset_phone .iti--separate-dial-code .iti__selected-flag {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.verify_link {
    float: right;
    color: #ff3737;
    font-size: 15px;
}

.verify_link i {
    padding-left: 5px
}

.span_dial_code .input-group-text {
    padding: 1.06rem 2rem;
    color: #000000;
    background-color: #dae0e6;
    border: 0.0625rem solid rgba(140, 152, 164, .125);
    border-radius: 3.3125rem;
}

.span_dial_code .input-group-prepend {
    display: inline;
}

.back_btn_div {
    display: none;
}

.log-out-btn {
    padding: 5px 0;
    margin: 2px 0 0 12px;
    width: 36%;
    border-radius: 26px;
}

.usr-details .log-out-btn {
    width: 132px;
}

@media (min-width: 768px) {
    .back_btn_div {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        margin-left: 30px;
    }

    .back_btn_div>a {
        color: #000;
    }

    .back_btn_div i.fa-arrow-left {
        font-size: 20px;
    }
}

.__reward_div {
    position: relative;
    /*background-image: url("../img/brush-crop.png");*/
    background-repeat: no-repeat;
    background-size: 92% 83%;
    background-position: center;
}


.__merking {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem 1rem;
    position: relative;
    margin-top: 2.5rem;
    width: fit-content;
}

.__merking .labeling {
    position: absolute;
    top: -12px;
    background: white;
    padding: 0 3px;
}

.itm-discount {
    position: absolute;
    left: 26px;
    top: 20px;
}

.itm-detail-discount {
    position: absolute;
    left: 57px;
    top: 20px;
}

.itm-discount span,
.itm-detail-discount span {
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    /*z-index: 99999;*/
    left: 0;
    width: 95%;
    top: 8px;
    text-align: center;
}

.discount-tag {
    z-index: 888888;
}

._v_title {
    font-weight: 600;
    color: #000000;
}

.rewards-page h2 {
    text-align: center;
    font-size: 2.5em;
    font-family: cursive;
}

.rewards-page p {
    line-height: 1.6;
}

.rewards-page .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.rewards-page .benefit-card {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.rewards-page .accordion {
    background-color: #f9f9f9;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    transition: 0.4s;
}

.rewards-page .active,
.rewards-page .accordion:hover {
    background-color: #ccc;
}

.rewards-page .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.rewards-page .register-rewards {
    width: 70%;
    /*max-width: 400px;*/
    margin: 0 auto;
    border: 3px dashed #ff9800;
    /* Dashed border with orange color */
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #fff3e0;
    /* Light orange background */
}

.rewards-page .top-banner {
    position: relative;
    background-image: url("https://yummyv2.onlinefood.app/uploads/164_pizza.jpg");
    height: 300px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Add a box shadow at the bottom */
    overflow: hidden;
    /* Hide the overflow from the pseudo-element */
    background-position: center;
    background-size: cover;
    display: grid;
}

.rewards-page .top-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    /* Set the height to 10% of the container's height */
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 83%));
    /* Create a gradient mask */
}

.rewards-page .action-buttons {
    position: absolute;
    bottom: 10%;
    justify-self: center;
}

.rewards-page .action-buttons button {
    background: #ffed00;
    color: #000;
    font-size: 18px;
    border: none;
    height: fit-content;
    padding: 10px;
    font-weight: 600;
    width: 145px;
}

.scroll-top-cart-btn {
    position: fixed;
    text-align: center;
    z-index: 888;
    color: #000;
    line-height: 48px;
    right: 8%;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media(max-width: 575px) {
    .scroll-top-cart-btn {
        width: 100%;
        margin: 0px;
        left: 0px;
        right: 0px;
        padding: 0px 10px;
        bottom: 10px;
        margin-bottom: 0px !important;
    }
}

a.verify_bankid_badge {
    background: #FCD34D;
    font-weight: 600;
    border-radius: 17px;
    color: #2D2D2D;
    font-size: 18px;
    padding: 4px 12px;
}

a.verify_bankid_badge:hover {
    color: inherit;
    text-decoration: none;
}