.bannerSection {

    width: 100%;
    position: relative;

}


@keyframes sliderAnimation {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes sliderAnimation2 {
    0% {
        transform: translateY(140px);
    }

    100% {
        transform: translateX(0);
    }

}

.bannerImage {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.banner-slide-item[aria-hidden="false"] .banner-title {
    animation: sliderAnimation .5s ease-in-out;
}

.banner-slide-item[aria-hidden="false"] .banner-heading {
    animation: sliderAnimation2 .7s ease-in-out;
}

.banner-slide-item:nth-child(odd) .bannerImage {
    transform: scale(1);
    transition: transform 8000ms ease-out 0s;
}

.banner-slide-item:nth-child(even) .bannerImage {
    transform: scale(1.1);
    transition: transform 8000ms ease-out 0s;
}

.banner-slide-item[aria-hidden="false"]:nth-child(odd) .bannerImage {
    transition: transform 8000ms ease-out 0s, opacity 800ms ease 0s;
    transform: scale(1.1);
}

.banner-slide-item[aria-hidden="false"]:nth-child(even) .bannerImage {
    transition: transform 8000ms ease-out 0s, opacity 800ms ease 0s;
    transform: scale(1);
}

.banner-item {
    height: 550px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    text-align: center;
}


header.appheader.isFixed {
    background: #fffcfc;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 14px 0;
}

.header-row {
    align-items: center;
    justify-content: space-between;
}

.header-link-row {
    display: flex;
    align-items: center;
}

.header-link {
    color: #fff;
    position: relative;
    font-size: 13px;
}

.header-link:hover {
    color: #ff8900;
}

.header-link+.header-link {
    margin-left: 30px;
}

.header-link+.header-link:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 2px;
    background: #fff;
    left: -14px;
    top: 5px;
    content: "";
}

.navrow {
    display: flex;
    align-items: center;
}

.navIcon {
    width: 32px;
    text-align: right;
    margin-left: 30px;
}

.navIcon i {
    height: 3px;
    background: #fff;
    display: block;

    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.navIcon i.halfwidth {
    width: 20px;
    /* margin-left: 26px; */
    margin: 8px 0;
    display: block;
    margin-left: 12px;

}

.navIcon:hover i {
    background-color: #ff8900;
}

.navIcon.isActive i:first-child {
    transform: rotate(40deg);
    transform-origin: 0 0;
}

.navIcon.isActive i:last-child {
    transform: rotate(-44deg);
    transform-origin: 0 0;
}

.navIcon.isActive i.halfwidth {
    opacity: 0;
}

.bannerForm {
    max-width: 800px;
    padding: 0 16px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 170px;
}

.banner-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
}

.banner-heading {
    font-size: 20px;
    margin: 10px 0 0;
    color: #fff;
    padding-bottom: 80px;
}

.bannerSearch {
    position: relative;
}

.banInput {
    width: 100%;
    height: 62px;
    padding: 0 20px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    padding-right: 70px;
}

.banSubmit {
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: 2px;
    border: 0;
    border-radius: 5px;
    background: #ff8900;
    font-size: 20px;
    color: #fff;
    transition: all .3s;
}

.banSubmit:hover {
    background: #dd1c1a;
}

.banInput:focus {
    box-shadow: 0 0 0 4px rgb(255 137 0 / 54%);
}

.heading1 {
    font-size: 40px;
}

.order-items {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.order-row {
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 40px;
    margin-top: -150px;
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}

.order-media {
    width: 90px;
    height: 90px;
    background: #ff9c29;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    transition: all .3s ease-in-out;
}

.order-text {
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.order-item {
    width: 110px;
    margin: 0 50px;
}

.order-item:hover .order-media {
    box-shadow: 0 0 0 10px rgb(255 156 41 / 33%);
    background-color: #dd1c1a;

}

.order-item:hover .order-text {
    transform: translateY(20px);
}

.howToOrder {
    width: 100%;
}

.offers-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
}

.offer-row {
    display: flex;
}

.offer-left {
    width: 50%;
}

.offer-right {
    width: 50%;
}

.offer-col {
    flex: 1;
    padding: 10px;
}

.offermedia-big {
    padding: 40px;
    color: #fff;
    line-height: 1;
}

.offer-name {
    font-weight: 800;
    font-size: 50px;
    line-height: 1;
}

.offermedia {
    width: 100%;
    height: 200px;
    transition: all .3s;
}

.offer-type {
    font-weight: 200;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}

.offermedia--center {
    text-align: center;
    padding: 40px 0 0;
    color: #fff;
}

.offermedia--center .offer-type {
    margin-bottom: 0;
}

.offermedia--small {
    color: #fff;
    padding-left: 50%;
    padding-top: 20px;
    padding-right: 10px;
}

.offermedia--small .offer-name {
    font-weight: 900;
    font-size: 30px;
}

.offermedia--small .offer-type {
    margin-bottom: 8px;
}

.offer-link.vbtn {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
    background: #dd1c1a;
}

.offer-left .offermedia {
    height: 420px;
}

.offer-box {
    width: 100%;
    overflow: hidden;
    display: block;
}

.offer-col:hover .offermedia {
    transform: scale(1.1);
}

.cusine-container {
    margin-top: 50px;
}

.cusine-head {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 12px;
}

.cusine-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.cusine-col {
    width: 25%;
    padding: 10px;
}

.cusine-image {
    width: 100%;
    height: 220px;
}

.cusine-box {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
    position: relative;
}

.cusine-media {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cusine-title {
    display: block;
    font-weight: 600;
    color: #222;
    font-size: 20px;
}

.getmore {
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 65px;
    opacity: 0;
    bottom: 0;
}

.cusine-box:hover {
    box-shadow: 0 0 3px rgb(0 0 0 / 36%);
    border-color: transparent;
    cursor: pointer;
}

.cusine-box:hover .cusine-img {
    transform: scale(.8) translateY(-30px);
}

.cusine-box:hover .cusine-title {
    transform: translateY(-30px);
    color: #dd1c1a;
}

.cusine-box:hover .getmore {
    opacity: 1;
    bottom: 30px;
    color: #dd1c1a;
}

.popularRest {
    background: #f0f0f0;
}

.popRest-head {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 12px;
}

.rest-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.rest-col {
    width: 33.33%;
    padding: 10px;
}

.rest-img {
    display: block;
    empty-cells: 1;
    width: 100%;
    height: 200px;
}

.rest-box {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    transition: all .4s ease-in-out;
}

.rest-title-row {
    margin: 16px 0 0;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rest-title {
    color: #222;
    font-weight: 600;
    font-size: 15px;
}

.status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    margin: 10px 0 16px;
}

.status-btn {
    color: #20bd20;
    border: 1px solid #20bd20;
    font-weight: 500;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 3px;
}

.review-row {
    display: flex;
    align-items: center;
}

.reviews {
    font-size: 12px;
    color: #888;
}

.raingCount {
    font-weight: 600;
    margin-left: 10px;
}

.rest-rating i {
    color: #ccc;
}

.rest-rating i.active {
    color: #ff8900;
}

.rest-box:hover {
    box-shadow: 0 0 3px rgb(0 0 0 / 37%);
}

.rest-box:hover .rest-img {
    transform: scale(1.2);
}

.rest-media {
    overflow: hidden;
}

.rest-box:hover .rest-title {
    color: #dd1c1a;
}

.status-btn.inactive {
    color: #ea2020;
    border-color: #ea2020;
}

.why-head {
    text-align: center;
}

.section-tag-line {
    text-align: center;
}

.why-rows {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.why-col.midbox {
    min-width: 50%;
    text-align: center;
    position: relative;
}

.why-sec {
    overflow: hidden;
}

img.mobile {
    position: relative;
    z-index: 10;
}

.mobilebg {
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: 5;
    background: #ffedd7;
    border-radius: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.why-row {
    display: flex;
    /* align-items: center; */
}

.why-text {
    padding: 0 30px;
    flex: 1;
}

.firstcol .why-text {
    text-align: right;
}

.why-count {
    min-width: 50px;
    height: 50px;
    background: #eff5f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb200;
    border-radius: 100%;
    font-weight: 700;
    font-size: 20px;
}

.why-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.why-content {
    font-size: 12px;
}

.why-row+.why-row {
    margin-top: 40px;
}

.registe-sec {
    color: #fff;
    text-align: center;
    background: url(../images/banner-bg.png) no-repeat center center / cover;
    overflow: hidden;
}

.register-heading {
    color: #fff;
}

.register-content {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.register-content p {
    font-size: 15px;
    margin: 20px auto;
}

.registebtn {
    padding: 12px 30px;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.localHead {
    text-align: center;
}

.local-row {
    margin-top: 20px;
    margin-left: -14px;
    margin-right: -14px;
    display: flex;
    flex-wrap: wrap;
}

.localCol {
    width: 33.33%;
    padding: 14px;
}

.localbox {
    position: relative;
}

.localLink {
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 31%);
    padding: 16px 20px;
    border-radius: 4px;
    color: #222;
    justify-content: space-between;
}

.restInfo-row {
    display: flex;
    align-items: center;
}

.localicon {
    font-size: 11px;
}

.localTxt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-size: 18px;
}

.restImage {
    width: 150px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
}

.rest-info {
    font-size: 12px;
    padding: 0 16px;
}

.restInfo-row {
    display: flex;
    align-items: center;
    background: #222;
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    position: relative;
}

.restfulllInfo {
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90%;
    display: none;
}

.restInfo-row:after {
    position: absolute;
    width: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #222;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: auto;
}

.localbox:hover .restfulllInfo {
    display: block;
}

.getAppContainer {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.getApp-mobile {
    width: 180px;
}

.getApp-content {
    padding-left: 60px;
}

.getApp-content {
    max-width: 600px;
}

.getApp-content p {
    font-size: 18px;
}

.email-row {
    display: flex;
    align-items: center;
    margin: 30px 0 16px;
}

.email-col {
    margin-right: 50px;
}

.radio-label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    height: 20px;
    display: flex;
    align-items: center;
}

.radio {
    position: absolute;
    opacity: 0;
}

.radio-label:after {
    border: 2px solid #888;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    border-radius: 100%;
    background: #fff;
}

.radio-label:before {
    height: 10px;
    width: 10px;
    background: #ff8900;
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    z-index: 10;
    border-radius: 100%;
    opacity: 0;
}

.radio:checked+.radio-label:before {
    opacity: 1;
}

.radio:checked+.radio-label:after {
    opacity: 1;
    border: 2px solid #ff8900;
}

.linkform {
    display: flex;
    width: 100%;
}

.linkInput {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #ddd;
}

.shareBtn {
    background: #ff8900;
    border-radius: 3px;
    border: 0;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    transition: all .3s;
}

.shareBtn:hover {
    background: #dd1c1a;
}

.linkInput:focus {
    box-shadow: 0 0 0 3px rgb(255 137 0 / 44%);
    position: relative;
}

.download-title {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.app-row {
    display: flex;
    align-items: center;
}

.app-link {
    /* width: 125px; */
    margin-right: 20px;
}

.app-link:hover {
    transform: scale(1.1);
}

footer {
    padding: 40px 0;
    background: #2e2e2e;
    color: #d6cfcf;
}

.footer-row {
    display: flex;
}

.footer-col {
    width: 33.33%;
}

.footer-about-text {
    font-size: 13px;
    line-height: 26px;
    margin-top: 20px;
}

.address-row {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.address-row i {
    font-size: 22px;
    margin-right: 16px;
}

.address-row a {
    color: #fff;
}

.midcol {
    padding-left: 100px;
}

.footer-title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 40px;
}

.footer-link {
    display: block;
    margin-top: 13px;
    color: #d6cfcf;
    font-size: 13px;
}

.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.subsform {
    background: #fff;
    display: flex;
    padding: 2px;
    border-radius: 3px;
}

.subsInput {
    flex: 1;
    border: 0;
    padding: 0 20px;
    height: 40px;
    font-size: 13px;
    min-width: 0;
}


.subsBtn {
    background: #ff8900;
    border-radius: 3px;
    border: 0;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    transition: all .3s;
}

.subsBtn:hover {
    background: #dd1c1a;
}

.subTagLine {
    font-size: 12px;
    margin-top: 8px;
}

.footer-col .download-title {
    font-size: 15px;
    color: #fff;
}

.footer-bottom {
    background: #181818;
    color: #ccc;
    font-size: 12px;
    padding: 10px 0;
}

.bottomfooter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.header-sociallink {
    color: #a09e9e;
    font-size: 18px;
    margin-left: 16px;
}


.form-elem {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: none;
    padding: 0 16px;
    font-size: 18px;
}

.error-message {
    margin-top: 8px;
    color: red;
    display: none;
}

.form-label {
    margin-bottom: 2px;
}

.form-row+.form-row {
    margin-top: 12px;
}

.form-elem:focus {
    border: 1px solid #eaa77f;
    box-shadow: 0 0 0 3px #f36f213b;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
    top: 0;
    display: none;
}

.regiterPopup {
    transform: translateY(-200px);
    transition: all .3s;
}

.popup.isOpen .regiterPopup {
    transform: translateY(0);
}

.innerpop {
    background: rgb(0 0 0 / 42%);
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 20px;
    overflow: auto;
}

.regiterPopup {
    position: relative;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 2px;
}

.popupHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

span.closePopup {
    color: #ccc;
    cursor: pointer;
}

.popupHeader-tilte {
    font-weight: 600;
    font-size: 18px;
}

.submitbtn {
    display: block;
    width: 140px;
    border: 0;
    /* overflow: auto; */
    padding: 12px;
    margin-top: 20px;
}

.page-baner--title {
    font-weight: 700;
    font-size: 48px;
    color: #2e2e2e;
    text-align: center;
    line-height: 1.2;
}

.page-baner--desc {
    font-size: 20px;
    margin: 10px 0 0;
    color: #2e2e2e;
    text-align: center;
}


section.page-banner {
    padding: 140px 0 60px;
    background: #f9f9f9;
}

.appheader.appheader--innerpages {
    background: #fff !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 26%);
}

.appheader--innerpages .navIcon i,
.appheader--innerpages .header-link+.header-link:after {
    background-color: #222;
}

.appheader--innerpages .header-link {
    color: #222;
}

.listing-heading {
    font-weight: 600;
    font-size: 30px;
}

.listing-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 6px;
}

.listing-col {
    width: 33.33%;
    padding: 12px;
}

.listing-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 16px;
    transition: all .3s;
}

.listing-media {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.listing-image {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    line-height: 0;
    transition: all .3s
}

.listing-status {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.rest-rating-new i {
    font-size: 11px;
    padding-bottom: 3px;
    margin-right: 4px;
}

.listing-status.activeStaus {
    background: #20bd20;
}


.rest-rating-new {
    font-size: 13px;
    background: #ff8900;
    padding: 4px 8px;

    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.listing-status.inactiveStaus {
    background: #ea2020;
}

.listing-title-text {
    color: #222;
}

.listing--title {
    display: flex;
    font-weight: 500;
    color: #222;
    font-size: 18px;
    margin-top: 14px;
    align-items: center;
    justify-content: space-between;
}

.listing-review-row {
    display: flex;
    margin-top: 0;
    color: #888;
    align-items: center;
    margin-bottom: 10px;
}

.listing-review-row .reviews {
    font-size: 14px;
    color: #888;
}

.listing-review-row .rest-rating {
    margin: 0 10px;
}

.listing-offer-row {
    display: flex;
    align-items: center;
    /* color: #888; */
    font-size: 13px;
    margin-top: 4px;
}

.listing-offer-img {
    min-width: 38px;
    text-align: left;
}

.orderbtn.vbtn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    margin-top: 20px;
    background: #424242;
}

.orderbtn.vbtn:hover {
    background: #dd1c1a;
}

.listing-box:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0 0 3px rgb(0 0 0 / 18%);
}

.listing-box:hover .listing-image {
    transform: scale(1.2);
}

.headerAdjust {
    height: 80px;
}

.vsection.listing-container {
    padding: 30px;
    display: flex;
}

.list-container--left {
    width: 25%;
    padding-right: 30px;
}

.listing-container--right {
    width: 75%;
}

.list-container-header {
    display: flex;
    align-items: center;
}

.cycle-content {
    padding: 0 16px;
    flex: 1;
}

.nowText {
    color: #999;
}

.cycleImage i {
    font-size: 35px;
}

.nowText2 {
    font-weight: 600;
    text-transform: uppercase;
}

.bannerSearchList .banInput {
    height: 36px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.bannerSearchList .banSubmit {
    height: 32px;
    width: 32px;
    font-size: 13px;
}

.filterClose {
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.bannerSearchList {
    margin-top: 20px;
    margin-bottom: 20px;
}

.radio-label.delivaryandpickLabel {
    font-size: 13px;
}

.list-left-row {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-left-row-col+.list-left-row-col {
    margin-top: 14px;
}

.list-left-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .3s;
}

.list-left-header.isActive {
    margin-bottom: 0;
}

.clickevt.roate {
    transform: rotate(180deg);
}

.listleft-header-text {
    font-weight: 600;
}

.list-left-header i {
    color: #666;
    transition: all .3s;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 20px;
    padding-left: 30px;
}

.checkbox-label span {
    font-weight: 600;
    margin-left: 20px;
}

.seal-tag {
    background: #f44336;
    color: #fff;
    padding: 0 5px;
}


.checkbox {
    position: absolute;
    opacity: 0;
}

.checkbox-label:after {
    border: 2px solid #888;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    border-radius: 3px;
    background: #fff;

}

.checkbox-label:before {
    height: 12px;
    width: 7px;
    background: #fff;
    position: absolute;
    content: "";
    left: 7px;
    top: 3px;
    z-index: 10;
    /* border-radius: 2px; */
    opacity: 0;
    border: solid #ff8900;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);

}

.checkbox:checked+.checkbox-label:before {
    opacity: 1;
}

.checkbox:checked+.checkbox-label:after {
    opacity: 1;
    border: 2px solid #ff8900;
}

.list-left-row-col-flex {
    display: flex;
    align-items: center;
}

.list-left-row-col-flex span {
    font-size: 13px;
    color: #999;
    margin-left: 12px;
}

.fullwidthContainer .vcontainer-flex {
    max-width: 100%;
    padding: 0 30px;
}

section.mobileSearch {
    background: #f0f0f0;
    padding: 16px;
    display: none;
}

.filter,
.filterClose {
    display: none;
}

.mobileSliderBox {
    height: 180px;
    padding-right: 16px;
}

.mobileOfferImage {
    height: 180px;
    width: 100%;
    display: block;
    border-radius: 10px;
}

section.mobileSlider {
    padding: 16px;
    display: none;
    padding-bottom: 0;
}


.listing-box.closeStatus {
    opacity: .6;
    pointer-events: none;
}

.top-header {
    background: #000;
    padding: 7px 30px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mapicon {
    margin-right: 8px;
    font-size: 16px;
}

.searchIcon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 5px;
}

.mobcon {
    padding: 0 20px;
}

.detai-banner {
    padding-top: 50px;
    padding-bottom: 16px;
    background: url(../images/herobanner.png) no-repeat center center / cover;
    color: #fff;
}

.detail-ban-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}

.detail-ban-address {
    font-weight: 300;
    font-size: 14px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.detail-mapicon {
    margin-right: 10px;
    font-size: 18px;
}

.ratingandrevew {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.detail-reviews {
    color: #fff;
    margin-left: 18px;
}

.callBtn {
    /* display: inline-block; */
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
}

.callBtn i {
    margin-right: 10px;
}

.detail-banner-row {
    display: flex;
    align-items: flex-start;
}

.detail-banner-content {

    flex: 1;
}

.banner-profile {
    display: flex;
    align-items: center;
}

.profileItem {
    border: 1px solid #fff;
    border-radius: 100%;
    height: 46px;
    width: 46px;
    min-width: 46px;
    margin-left: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
}

.itemCount {
    background: #ff8900;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    width: 13px;
    height: 13px;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 6px;
    top: 6px;
}

.profileItem.profileItem--image {
    background: url(../images/t5.PNG) no-repeat center center / cover;
}

.status-container {
    background: #f8f8f8;
}

.status-row2 {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-title {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.status-msg {
    color: #000;
    font-size: 12px;
}

input.toggle-checkbox {
    position: absolute;
    opacity: 0;
}

.toggle-btn {
    display: flex;
    background: #e4e4e4;
    border-radius: 3px;
    position: relative;
}

.toggle-item {
    width: 80px;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    cursor: pointer;
    z-index: 12;
}

.togglebg {
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 80px;
    border-radius: 3px;
    transition: all .3s;
}

/* .firstelem {
    color: #fff;
} */

.toggle-checkbox:checked+.toggle-btn .togglebg {
    left: 80px;
}

/* .toggle-checkbox:checked+.toggle-btn .firstelem {
    color: #121212;
}

.toggle-checkbox:checked+.toggle-btn .lastelem {
    color: #fff;
} */

.delivery-item {
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
}

.delivery-box {
    /* flex: 1; */
    width: 33.33%;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.collection-box {
    /* flex: 1; */
    width: 50%;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.delivery-media {
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.delivery-content {
    flex: 1;
    padding-left: 6px;
}

.delivery-label {
    font-size: 10px;
}

.delivery-value {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
}

.delivery-value i {
    margin-right: 3px;
    font-size: 10px;
}

.del-offer {
    background: #ffea00;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 16px;
}

.bigText {
    font-weight: 700;
    font-size: 20px;
    margin-right: 3px;
    margin-left: 4px;
}

.onlyCash {
    font-weight: 500;
    font-size: 11px;
    margin-left: 4px;
}

.detail-search {
    padding: 16px 20px;
    background: #f8f8f8;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.detail-srch-title {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.detail-search .banInput {
    height: 40px;
    font-size: 13px;
    padding: 0 16px;
    border: 1px solid #ddd;
}

.detail-search .banSubmit {
    height: 35px;
    width: 35px;
    font-size: 13px;
}

.delivery-media img {
    width: 22px;
}

.del-offer img {
    width: 30px;
}

.detail-list-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.detail-list-desc {
    font-size: 12px;
}

.detail-list-box {
    background: #fff;
    padding: 18px 20px;
}

.detail-list-txt {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

i.detail-list-icon {
    font-size: 16px;
    color: #555;
    position: absolute;
    right: 0;
    top: 6px;
    /* bottom: 0; */
    /* margin: auto; */
    /* height: 17px; */
}

.detail-list-box+.detail-list-box {
    border-top: 5px solid #e5e5e5;
}

.detail-list-body {
    padding-top: 16px;
}

.list-body-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
    color: #333;
}

.list-body-desc {
    font-size: 11px;
    font-weight: 400;
}

.bestselller {
    background: #ff8900;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 6px;
}

.list-body-top {
    display: flex;
    justify-content: space-between;

}

.search-wrapper {
    height: 104px;
    position: relative;
}

.bestselllerRow .list-body-top {
    min-height: 100px;
}

.bestselllerRow .list-body-bottom {
    margin-top: -16px;
}

.list-body-right {
    min-width: 100px;
    height: 100px;
    border-radius: 3px;
    margin-left: 10px;
}

.list-body-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.pricebox {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.pricebox i {
    font-size: 14px;
    margin-right: 2px;
}

.addbtn {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px 14px;
    /* position: absolute; */
    margin-right: 11px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 2px;
}

.addbtn i {
    margin-right: 6px;
}

.list-body-row+.list-body-row {
    border-top: 1px solid #eee;
    margin-top: 16px;
    padding-top: 16px;
}

.detail-list-body {
    display: none;
}

.detail-list-icon {
    transition: all .3s;
}

.isOpen .detail-list-icon {
    transform: rotate(180deg);
}

.detail-page {
    padding-bottom: 150px;
}

.detail-cart {
    position: fixed;
    z-index: 100;
    background: #ff8900;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-cart-closed {
    position: fixed;
    z-index: 100;
    background: #e84747;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px 20px;
    color: #fff;
    /* display: flex; */
    align-items: center;
    text-align: center;
    /* justify-content: space-between; */
    font-size: 20px;
}

.reopen-text {
    font-size: 20px;
}


a.detail-cart-right {
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.detail-cart-right i {
    margin-left: 10px;
    font-size: 18px;
}

.itemText {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
}

.totalbox {
    font-weight: 600;
    font-size: 15px;
}

.totalbox i {
    font-size: 14px;
    margin-right: 4px;
}

.menubox {
    position: fixed;
    background: #1b1b1b;
    right: 20px;
    bottom: 90px;
    z-index: 100;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 0 4px #000;
    height: 42px;
    width: 130px;
    transition: all .2s;
}

.menubox i {
    margin-right: 8px;
    font-size: 18px;
}

.menu {
    z-index: 300;
    background: #fff;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    /* padding: 20px; */
    left: -110%;
}

.menu.isOpen {
    left: 0;
}

.menuHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.menuHeaderTitle {
    font-weight: 600;
    font-size: 20px;
}

.menuHeader i {
    cursor: pointer;
    font-size: 20px;
    color: #888;
}

.menuLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.menuLink i {
    color: #888;
}

.detail-search.isFixed {
    position: fixed;
    z-index: 100;
}


.addItemPopup {
    z-index: 300;
    background: #fff;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -110%;
}

.addItemPopup .page-body {
    height: calc(100vh - 130px);
}

.addItemPopup.isOpen {
    left: 0;
}

.addItemPopup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.addItemPopupTitle {
    font-weight: 600;
    font-size: 20px;
    color: #ff8900;
}

.addItemPopupClose {
    cursor: pointer;
    font-size: 20px;
    color: #888;
}


.optionselect {
    font-weight: 500;
    margin-bottom: 10px;
}

.noitem-link {
    background: #eee;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 8px;
    font-size: 15px;
}

.noitem-link.isActive {
    background: #fff;
}

.checkbox-row {
    margin-top: 10px;
}

.checkboxLabelAddItem {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 20px;
    padding-left: 30px;
}

.checkboxAddItem {
    position: absolute;
    opacity: 0;
}

.checkboxLabelAddItem:after {
    border: 1px solid #ccc;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    border-radius: 3px;
    background: #fff;
    transition: all .3s;

}

.checkboxLabelAddItem:before {
    height: 12px;
    width: 7px;
    background: #fff;
    position: absolute;
    content: "";
    left: 7px;
    top: 3px;
    z-index: 10;
    /* border-radius: 2px; */
    opacity: 0;
    border: solid #ff8900;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all .3s;

}

.checkboxAddItem:checked+.checkboxLabelAddItem:before {
    opacity: 1;
    border: solid #fff;
    background: #ff8900;
    border-width: 0 2px 2px 0;
}

.checkboxAddItem:checked+.checkboxLabelAddItem:before {
    opacity: 1;
    border: solid #fff;
    background: #ff8900;
    border-width: 0 2px 2px 0;
}

.checkboxAddItem[disabled]+.checkboxLabelAddItem:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    border: 0;
    background: transparent;
    left: 5px;
    color: #ccc;
    transform: none;
}

.checkboxAddItem:checked+.checkboxLabelAddItem:after {
    opacity: 1;
    border: 1px solid #ff8900;
    border-radius: 100%;
    background: #ff8900;

}

.checkbox-group {
    margin-top: 1px;
    border: 1px solid #ddd;
    padding: 8px 16px 16px;
    border-radius: 0 0 4px 4px;
}

.checkboxLabelAddItem span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.addItemLabel.fas.fa-close {
    pointer-events: none;
}

.addItemBtn-row {
    position: fixed !important;
    bottom: 0;
    z-index: 100;
    left: 0;
    display: flex;
    width: 100%;
}

.aditemBtn-item {
    width: 50%;
}

.aditemBtn-item {
    width: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.aditemBtn-item {
    width: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #ff8900;
    color: #fff;
}

.addItemBtn.aditemBtn-item {
    background: #000000;
}

.totalItem i {
    font-size: 13px;
    margin: 0 2px 0 8px;
}

.selectedOptions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.selectedTag {
    background: #ff8900;
    border: 1px solid #ff8900;
    border-radius: 13px;
    padding: 2px 10px;
    font-size: 12px;
    margin: 0px;
    color: #fff;
    margin-right: 6px;
    margin-top: 2px;
}

.checkoutpop {
    /* position: fixed; */
    background: transparent;
    left: 0;
    /* bottom: -110%; */
    /* height: 100vh; */
    width: 100%;
    z-index: 300;
    transition: all .4s;
}

/* .checkoutpop.open {
    bottom: 0;
} */

.checkout-container {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    align-items: flex-end;
    /* justify-content: flex-end; */
    /* background: #fff; */
    /* padding-top: 50px; */
}

.checkbout-box {
    background: #fff;
    width: 100%;
    /* height: 100vh; */
    border-radius: 15px 15px 0 0;
    /* position: relative; */
}

.checkout-header {
    display: flex;
    padding: 12px 16px;
    background: #eee;
    /* position: relative; */
    /* border-radius: 15px 15px 0 0; */
}

.checkout-header-icon {
    color: #ff8900;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 3px;
}

.header-content--title {
    color: #000;
    font-weight: 600;
}

.header-content--address {
    font-size: 13px;
    color: #000;
}

.header-content--address i {
    font-size: 10px;
    margin-left: 10px;
}

.app-container.blur {
    filter: blur(8px);
}

.checkout-close {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}

.checkout-body {
    padding: 16px;
}
.checkout-body1 {
  padding: 16px;
}


.orderType-row {
    display: flex;
    justify-content: space-between;
}

.orderType-label {
    color: #555;
    font-size: 13px;
    padding-bottom: 4px;
}

.orderType-value {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    position: relative;
}

.orderType-value span {
    padding: 0 8px;
}

.orderType-value i {
    font-size: 16px;
    padding-bottom: 4px;
}

.instantDiscount {
    background: #ffea00;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
    margin: 16px 0;
}

.instantDiscount span {
    font-weight: 800;
}

.addItemLeft--title {
    font-weight: 500;
    font-size: 15px;
}

.addItemLeft--desc {
    font-size: 11px;
    color: #696969;
}

.addItemLeft--price {
    font-weight: 600;
    margin-top: 8px 0;
    font-size: 15px;
}

.addItemLeft--price i {
    font-size: 14px;
    margin-right: 4px;
}

.qty-product {
    width: 100px;
    display: flex;
    align-items: center;
}

.qtyInput {
    min-width: 0;
    width: 40px;
    height: 32px;
    border: 0;
    text-align: center;
    color: #ff8900;
    font-size: 18px;
    font-weight: bold;
}

.qty-product {
    width: 80px;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.qty-product-nav {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
}

.addItemRow {
    display: flex;
}

.addItemLeft {
    flex: 1;
    padding-right: 20px;
}

.addItemRow+.addItemRow {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

/* .checkout-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
} */
.checkout-body1 {
  max-height: calc(100vh - 50vh);
  overflow: auto;
}
.instructionOptional {
    background: #eee;
    padding: 16px;
    margin-top: 16px;
    border-radius: 4px;
}

.instruction-label {
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}

.instruction-textarea {
    width: 100%;
    resize: none;
    border: 0;
    height: 80px;
    border-radius: 4px;
    padding: 10px;
}

.footer-top {
  padding: 10px 0 0 0;
  font-weight: bold;
}

.checkout-footer {
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px dashed #ccc;
}

.footerRow {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ff8900;
    font-size: 14px;
}

.footerRow+.footerRow {
    margin-top: 6px;

}

.footerText i {
    font-size: 14px;
    margin-right: 4px;
       font-weight: bold;
    font-weight: bold;
}

.footerR-boldow.footerRow {
    color: #000;
    font-weight: 600;
}

.footer-bottom-row {
    background: #f0f0f0;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
}

.footer-label {
    color: #222;
    font-size: 12px;
}

.footer-value {
    font-weight: 600;
}

.footer {
    display: flex;
    align-items: center;
    background: #ff8900;
    color: #fff;
    padding: 11px 30px;
    font-weight: 600;
    border-radius: 3px;
    justify-content: center;
}

.footer i {
    margin-left: 10px;
}

.orderTypeList {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 22%);
    padding: 12px;
    width: 120px;
    border-radius: 4px;
    top: 26px;
    display: none;
}

.orderTypeLink {
    display: block;
    color: #121212;
    position: relative;
    font-size: 12px;
    padding: 4px 10px;
}

.orderTypeLink:after {
    position: absolute;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    left: 0;
    top: 8px;
}

.orderType-value:hover .orderTypeList {
    display: block;
}


.paymentpoup {
    position: fixed;
    background: #fff;
    top: 0;
    left: -110%;
    height: 100vh;
    width: 100%;
    z-index: 300;
    transition: all .4s;
}

.paymentpoup.open {
    left: 0;
}

.paymentHeader {
    padding: 16px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
}

.paymentBody {
    padding: 0 16px;
    /* height: calc(100vh - 100px);
    overflow: auto; */
    padding-bottom: 16px;
}

.page-body {
    height: calc(100vh - 60px);
    overflow: auto;
    padding: 16px;
}

.paymentLink {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000;
}

.paymentHeaderIcon {
    margin-right: 10px;
}

a.paymentLink img {
    width: 30px;
    margin-right: 10px;
}

.paymentLink {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #000;
    padding: 14px 0;
    border-top: 1px solid #eee;
}

a.paymentLink span {
    flex: 1;
}

.paymentLink i {
    color: #888;
    font-size: 10px;
}

.addItemBody {
    height: calc(100vh - 130px);
    overflow: auto;
    overflow-x: hidden;
}

body.hidden {
    overflow: hidden;
}

.registerpoup {
    position: fixed;
    background: #fff;
    top: 0;
    left: -110%;
    height: 100vh;
    width: 100%;
    z-index: 300;
    transition: all .4s;
}

.registerpoup.isOpen {
    left: 0;
}


.registerHeaderIcon {
    margin-right: 10px;
}

.registerBody {
    padding: 16px;
    border-top: 1px solid #eee;
    height: calc(100vh - 60px);
    overflow: auto;
}

button.subsBtn.subsBtn2 {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    margin-top: 20px;
}

i.paymentLinkIcon {
    font-size: 18px;
    margin-right: 14px;
    color: #ff8900;
}

.addExtraRow .pricebox {
    color: #ff8900;
}

.list-body-row.addExtraRow {
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    padding: 10px;
    margin: -1px 0 0 0;
}

.addExtraRow .addbtn {
    margin-right: 0;
    font-size: 12px;
}

.addExtraRow .qty-product {
    border: 1px solid #ddd;
    border-radius: 2px;
}

.addExtraRow .qty-product-nav {
    height: 30px;
}

.addExtraRow .qtyInput {
    height: 30px;
}

.registerpoup .paymentHeader {
    padding: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    background: #ff8900;
    color: #fff;
}

.page-header {
    padding: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    background: #ff8900;
    color: #fff;
}

.payment-head {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin: 20px 0 6px;
}

.paymentBody-row {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    height: 44px;
    padding: 0 4px;
    font-size: 13px;
    margin-top: -1px;
    background: rgb(238 238 238 / 48%);
}

.paymentBody-row:first-child {
    border-radius: 4px 4px 0 0;
}

.paymentBody-row:last-child {
    border-radius: 0 0 4px 4px;
}

.paymentBody-row .radio-label {
    flex: 1;
    font-size: 14px;
    padding-left: 0;
    padding-right: 30px;
}

.paymentBody-row img {
    height: 40px;
    margin-right: 16px;

}

.paymentBody-row .radio-label:after {
    right: 0;
    left: auto;
    border: 1px solid #ddd;
    height: 16px;
    width: 16px;
    border-width: 1px !important;
}

.paymentBody-row .radio-label:before {
    right: 5px;
    left: auto;
    height: 6px;
    width: 6px;
    border-width: 1px;
}

.footer-top1 {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    padding: 0;
}

.footer-top1 .footerRow {
    color: #777;
    font-weight: 400;
    padding: 10px 16px;
    margin: 0;
    font-size: 14px;
}

.footer-top1 .footerText+.footerText {
    font-weight: 500;
}

.footer-top1 .footerRow+.footerRow {
    margin: 0;
    border-top: 1px solid #eee;
}

.footer-top1 .footerR-boldow.footerRow * {
    font-weight: 600;
}

.carddetailForm {
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 16px;
}

.carddetailForm .form-label {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    margin-bottom: 4px;
}

.carddetailForm .form-elem {
    height: 40px;
    font-size: 13px;
}

.form-row.form-row-flex {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.form-col {
    padding: 0 10px;
}

.carddetailForm button.subsBtn.subsBtn2 {
    padding: 6px;
}

#checkoutPage {
    background: url(../images/herobanner.png) no-repeat center center / cover;
    /* height: 100vh; */
}

.footer-bottom-right {
    width: 100%;
    text-align: center;
}

.page-back {
    margin-right: 20px;
    font-size: 17px;
    color: #fff;
}

.big-rating-text {
    /* font-size: 30px; */
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.rest-rating.rest-rating3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
}

.basedRows {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #777;
}

.basedRowsDesc {
    text-align: center;
    color: #777;
    font-size: 13px;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

.ratingbox {
    margin-top: 20px;
}

.rating-text {
    color: #666;
    font-size: 12px;
    text-align: right;
    min-width: 44px;
}

.rating-line-row+.rating-text {
    min-width: 28px;
}

.rating-line-progress {
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.rating-line-row {
    flex: 1;
    padding: 0 16px;
}

.rating-slider-bg {
    height: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #ccc;
}

.review-title {
    font-weight: 600;
    font-size: 18px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.revHeader {
    display: flex;
    align-items: center;
}

.revMedia {
    min-width: 50px;
    height: 50px;
    background: #ccc;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

.revTime {
    color: #888;
    font-size: 12px;
}

.revTitle {
    font-weight: 600;
    font-size: 16px;
    flex: 1;
    padding: 0 16px;
}

.revBody {
    font-size: 14px;
    padding: 14px 0 0;
    color: #777;
}

.revfooter {
    display: flex;
    margin-bottom: 30px;
}

.revFooterCol+.revFooterCol {
    padding-left: 16px;
}

.revFooterLabel {
    font-size: 10px;
    color: #777;
    padding-bottom: 4px;
    /* width: 82px; */
}

.restInfo {
    display: flex;
    align-items: center;
}

.restName {
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
}

.restAddress {
    display: flex;
    align-items: center;
    color: #666;
    margin-top: 4px;
}

.restAddress i {
    margin-right: 10px;
}


.restMedia {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 12px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.orderStatus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.orderStatus-title {
    font-weight: 600;
    font-size: 18px;
    color: #777;
}

.orderId {
    color: #fff;
    background: #ff8900;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 15px;
}

.page-body.page-body-btn {
    padding-bottom: 100px;
}

.footerBtn {
    background: #ff8900;
    height: 50px;
    display: block;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    font-size: 17px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
}

.restTracker {
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.restTrackerRow {
    display: flex;
    align-items: center;
    z-index: 20;
    position: relative;
}

.restTrackerMedia {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 7px;
    background-color: #fff;
}

.restTrackerContent {
    flex: 1;
    padding-left: 20px;
    position: relative;
}

.restTrackerTitle {
    font-weight: 600;
    font-size: 15px;
}

.restTrackerTime {
    color: #777;
    font-size: 12px;
}

.restTrackerRow+.restTrackerRow {
    margin-top: 26px;
}

.trackLine {
    width: 1px;
    border-right: 1px dashed #ccc;
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
}

.orderArive {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #555;
}

a.phoneIcon {
    width: 58px;
    height: 58px;
    background: #77c821;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 85px;
    z-index: 100;
    box-shadow: 0 0 0 7px rgb(119 200 33 / 41%);
}

.footer-top.footer-top2 {
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    color: #777;
    font-weight: 400;
    padding: 16px;
}

.footer-top.footer-top2 .footerRow {
    font-size: 20px;
}

.footer-top2 .footerText+.footerText {
    font-weight: 500;
}

.list-body-row1 {
    margin: 0 !important;
    padding: 16px;
    padding-right: 80px;
    position: relative;
}

.list-body-row1 .list-body-bottom {
    position: absolute;
    right: 0;
    top: 18px;
    right: 16px;
}

.list-body-row1 .pricebox {
    font-size: 15px;
}

.delvery-btn {
    background: rgb(158, 40, 31);
    background-image: linear-gradient(to right, #a1281e, #bd2d15, #dd320b, #fc3601);
    background-image: -moz-linear-gradient(to right, #a1281e, #bd2d15, #dd320b, #fc3601);
    background-image: -webkit-linear-gradient(to right, #a1281e, #bd2d15, #dd320b, #fc3601);
    background-size: 150% 100%;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.checkoyt-btn-icon {
    font-size: 24px;
    color: #fff;
}

.checkoyt-btn-text {
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    text-transform: capitalize;
}

.collection-con {
    padding: 10px;
}

.collection-btn {
    background: rgb(158, 118, 75);
    background-image: -moz-linear-gradient(90deg, rgba(158, 118, 75, 1) 0%, rgba(200, 140, 76, 1) 96%);
    background-image: -webkit-linear-gradient(90deg, rgba(158, 118, 75, 1) 0%, rgba(200, 140, 76, 1) 96%);
    background-image: linear-gradient(90deg, rgba(158, 118, 75, 1) 0%, rgba(200, 140, 76, 1) 96%);
    background-size: 150% 100%;
}

.collection-btn:hover,
.delvery-btn:hover {
    background-position: 100% 0;
}


.checkout-btn-item {
    padding: 0px 0;
    margin-right: 6px;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-btn-item a {
    /* width: 100%; */
    display: flex;
    padding: 16px;
    align-items: center;
    font-size: 23px;
    border-radius: 6px;
}

.detail-page.detail-page--nopadd {
    padding: 0;
}

input.postCode {
    height: 56px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
}


.addressEdit {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.addressEditMap {
    color: #ff8900;
    margin-right: 10px;
    font-size: 13px;
}

.addressEditPencil {
    color: #333;
    font-size: 11px;
    margin-left: 10px;
}

.afterLogin {
    display: flex;
    align-items: center;
}
.detail-header {
    display: flex;
    padding: 30px;
    align-items: center;
}

.detail-header-address {
    flex: 1;
    padding: 0 30px;
}

.detail-header-address .detail-reviews {
    color: #2e2e2e;
    margin-left: 10px;
    font-size: 12px;
}

.detail-header-address .detail-ban-title{
    font-size: 24px;
    margin-bottom: 10px;
}

.detail-address-row {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.detail-address-row .detail-mapicon{
    font-size: 13px;
}

.detail-address-row  .detail-ban-address{
    margin-right: 30px;
    color: #555;
}

.detail-heder-image {
    width: 220px;
    line-height: 0;
    overflow: hidden;
    border-radius: 10px;
}
.detail-heder-image img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;
}

.restStatus {
    display: flex;
    align-items: center;
}
.statusBox {
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.stausActiveBox {
    font-size: 13px;
    color: #555;
}

.detail-header-colelction {
    flex: 1;
}

.detail-header-colelction .status-tbtn {
    display: inline-block;
    margin-bottom: 16px;
}
.detail-header-colelction .toggle-item{
    width: 100px;
}

.detail-header-colelction .togglebg{
    width: 100px;
}

.detail-header-colelction .toggle-checkbox:checked+.toggle-btn .togglebg {
    left: 100px;
}

.foodlist {
    background: #f1f2f4;
    padding: 15px;
    display: flex;
}

.foodNav {
    width: 250px;
    padding: 15px;
}

.foddNavBox {
    background: #fff;
    padding: 15px;
    min-height: 100%;
}

.foodnavTitle {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.foodNavText {
    padding: 0 12px;
    font-size: 17px;
    font-weight: 600;
    flex: 1;
}

.foddNavBox  .menuLink {
   font-weight: 400;
    font-size: 13px;
    padding: 7px 0;
    cursor: pointer;
}

.foodnavArrow {
    display: none ;
}

.foodPayment {
    padding: 15px;
    width: 350px;
}

.foodPaymentBox {
    background: #fff;
    padding: 15px;
}

.foodPaymentBox .footer-top {
    padding: 6px 0;
    border-top: 1px solid #ddd;
    margin-top: 13px;
}
.foodPaymentBox  .instruction-label {

    font-weight: 400;
    margin-bottom: 6px;
    font-size: 13px;
}

.foodPaymentBox .footerR-boldow.footerRow {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding-top: 12px;
}

button.checkoutBtn {
    display: block;
    width: 100%;
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
}
button.checkoutBtn:hover {
    background-color: #ff8900;
}


.foodPaymentBox .addItemLeft--title {
    font-weight: 400;
    font-size: 13px;
    color: #555;
    margin-bottom: -4px;
}


.foodPaymentBox  .addItemRow+.addItemRow {
    border-top: 1px solid #ddd;
    margin-top: 14px;
    padding-top: 14px;
}

.foodPaymentBox .checkout-btn-row {
    display: flex;
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 12px;
    margin-left: -10px;
    margin-right: -10px;
}

.foodPaymentBox .checkout-btn-item{
    padding: 0 10px;
}

.foodPaymentBox .checkout-bttn {
    display: flex;
    align-items: center;
    padding:8px 10px;
    color: #000;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
}

.foodPaymentBox .checkoyt-btn-icon {
    font-size: 18px;
    color: #a0a0a0;
}

.foodPaymentBox .checkoyt-btn-text {
    font-size: 13px;
    padding: 0px 12px;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 10px;
}

button.checkout-bttn.isActive {
    border-color: #d02215;
}

.foodPaymentBox .isActive .checkoyt-btn-icon{
    color: #d02215;
}

.foodPaymentBox .isActive .checkoyt-btn-text{
    font-weight: 600;
}

.foodDetail {
    flex: 1;
    padding: 15px;
}

.foodDetailBox {
    padding: 15px;
    background: #fff;
}
.foodSearchbox {
    display: flex;
    width: 100%;
    position: relative;
}

input.foodInput {
    height: 40px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
}
input.foodInput:focus {
    border-bottom: 1px solid #ff8900;
}
button.foodBtn {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
    cursor: pointer;
}

.foodDishTitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 3px solid #ff8900;
}

.foodDesc {
    font-size: 12px;
    color: #666;
}

.foodRow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.foodCol{
    padding: 10px;
    width: 50%;
}

.foodBox {
    border: 1px solid #ddd;
    padding: 16px;
    transition: all .4s;
    margin-bottom: 20px;
}

.foodBox:hover {
    transform: translateY(-10px);
}

.foodTitle {
    font-size: 15px;
    font-weight: 600;
}

.foodContent {
    font-size: 13px;
    color: #666;
    margin: 16px 0px;
}

.foodAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foodPrice {
    font-weight: 600;
    color: #dd1c1a;
    font-size: 15px;
}

.foodAddBtn {
    color: #000;
    border: 1px solid #333;
    padding: 2px 18px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
}

.foodImage{
    margin-top: 10px;
    width: 100px;
}

.innerWrapper {
    padding: 15px;
    background: #f1f2f4;
}

.web-checkout {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.web-checkout-left{
    flex: 1;
    margin-right: 30px;
    background: #fff;
    padding: 24px;
}

.checkHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collectionbtn {
    padding: 12px 30px;
    font-size: 14px;
}

.checkTitle {
    font-weight: 600;
    font-size: 20px;
}

.checkAddress {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #767676;
    margin-top: 6px;
}

.addressEditPencilBig {
    margin-left: 10px;
}

.paymentTitle {
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 16px;
}
.paymentOptionRow {
    display: flex;
    margin: 20px 0;
}

a.paymetOptionBtn {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-right: 20px;
    border-radius: 4px;
    color: #222;
    font-weight: 600;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.payImage{
    margin-top: 10px;
}

.paymetOptionBtn img {
    width: 52px;
    margin-right: 7px;
}

a.vbtn.placeOrder {
    padding: 10px;
    display: block;
    width: 50%;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

.web-checkout-detail {
    width: 300px;
    background: #fff;
    padding: 20px;
}


.web-checkout-detail .footer-top{
    padding: 0;
}
.web-checkout-detail .footerR-boldow.footerRow {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding-top: 12px;
}


.checkout-rest-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.imageBox {
    width: 60px;
}

.imageContent {
    flex: 1;
    padding-left: 14px;
}

.imageContentTitle {
    font-size: 14px;
    font-weight: bold;
}

.imageContentAddress {
    font-size: 12px;
}

.line {
    width: 60px;
    height: 2px;
    background: #ff8900;
    margin-top: 6px;
}

.checkoutrow {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 500;
}

.checkOutPrice {
    white-space: nowrap;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
}

.checkRadio {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #4caf50;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin-top: 6px;
}

.checkRadio span {
    display: block;
    width: 10px;
    height: 10px;
    background: #4caf50;
    border-radius: 100%;
}

.checkoutrow.checkoutrowIAactive .checkRadio{
    border-color: #f44336;
}

.checkoutrow.checkoutrowIAactive .checkRadio span{
    background: #f44336;
}

.activeBox {
    color: #fff;
    width: 40px;
    height: 40px;
    border-left: 20px solid transparent;
    position: absolute;
    right: 0;
    border-right: 20px solid #dd1c1a;
    border-top: 20px solid #dd1c1a;
    border-bottom: 20px solid transparent;
    top: -1px;
    opacity: 0;
}

.activeBox i {
    position: absolute;
    z-index: 10;
    top: -13px;
    right: -14px;
}

.paymetOptionBtn.isActive .activeBox{
    opacity: 1;
}

a.paymetOptionBtn.isActive {
    border-color: #dd1c1a;
}

.footer-row--detail .footer-title{
    margin-bottom: 16px;
}

.detail-link-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

span.day {
    width: 100px;
}

.time{
    display: flex;
    align-items: center;
}

span.sep {
    padding: 0 10px;
}

.privacy-links {
    display: block;
    font-size: 12px;
    text-align: right;
}

.privacy-links span {
    padding: 0 10px;
}

.privacy-links a{
    font-size: 13px;
    color: #333;
}

.privacy-links a:hover {
    color: #fc3601;
}

.privacy-container {
    max-width: 800px;
    margin: 10px auto;
    background: #fff;
    padding: 30px;
    line-height: 1.8;
}

.privacyTitle {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.termTitle {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.ads-sli {
    background: #ffea00;
    padding: 15px;
    height: 50px;
}
.ads-sli p {
    font-size: 15px;
}
.ads-sli i {
    margin-right: 10px;
}
.ads-sli span {
    font-size: 19px;
    font-weight: 600;
}
.sideFixed {
    position: fixed;
    top: 0px;
    transition: all 0.4s;
}
.leftgap {
    margin-left: 250px;
    margin-right: 350px;
}
.sideRightFixed {
    position: fixed;
    top: 0px;
    right: 15px;
    transition: all 0.4s;
}