*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*a,a:link,a:active,a:visited{
    color: var(--color-error);
}*/

body {
    font-family: var(--font-primary);
    overflow-x: hidden;
    color: var(--text-color-secondary);
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: #D62929;
    background-image: -webkit-linear-gradient(40deg, transparent, rgba(0, 0, 0, 0.2) 50%, transparent, transparent);
}

html {
    scroll-behavior: smooth;
}

img {
    display: block;
    max-width: 100%;
}

input::-moz-placeholder {
    font: inherit;
    outline: none;
    border: none;
    background-color: transparent;
    resize: none;
    color: inherit;
}

input,
input::placeholder,
button,
textarea,
select {
    font: inherit;
    outline: none;
    border: none;
    background-color: transparent;
    resize: none;
    color: inherit;
}

input,
textarea,
form {
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

ul, ol {
    padding: 0;
}

li {
    list-style-type: none;
}

button {
    cursor: pointer;
}

small {
    display: block;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 30px;
}

@media (max-width: 400px) {
    .container {
        padding-inline: 24px;
    }
}

.container-md {
    max-width: 1360px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 30px;
}

@media (max-width: 400px) {
    .container-md {
        padding-inline: 16px;
    }
}

.container-lg {
    max-width: 1420px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 30px;
}

@media (max-width: 400px) {
    .container-lg {
        padding-inline: 24px;
    }
}

.close {
    background-color: var(--color-primary);
}

.open {
    background-color: #21CB32;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.section-header {
    text-align: center;
}

.section-header h4 {
    font-weight: 600;
    color: var(--text-color-primary);
    text-transform: uppercase;
}

.section-header h1 {
    text-transform: uppercase;
}

.section-header p {
    color: var(--text-color-secondary);
}

section {
    padding-top: 50px;
}

.slick-prev::before,
.slick-next::before {
    display: block;
    content: "" !important;
    background-color: transparent;
}

.slick-next,
.slick-prev {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 14px !important;
    height: 24px !important;
}

.slick-next {
    background-image: url(/assets/img/slider-right-arrow.png) !important;
}

.slick-prev {
    background-image: url(/assets/img/slider-left-arrow.png) !important;
}

.quantity-counter {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 430px) {
    .quantity-counter {
        gap: 10px;
    }
}

.quantity-counter button {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #FFEDED;
    border: var(--border);
    border-color: var(--color-primary);
}

.heading-primary {
    font-size: 32px;
    line-height: auto;
    font-weight: 600;
    color: var(--text-color-secodnary);
}

.heading-primary span {
    color: var(--text-color-primary);
}

@media (max-width: 700px) {
    .heading-primary {
        font-size: 28px;
        padding-inline: 15px;
    }
}

.heading-secondary {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: var(--text-color-primary);
}

@media (max-width: 700px) {
    .heading-secondary {
        font-size: 22px;
    }
}

.heading-tertiary, .content-container h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: var(--text-color-primary);
    text-transform: uppercase;
}

.text-xs, .delivery-address-left small, .add-new-address-popUp form .input-box label, .add-new-address-popUp p, .vender-info-text small {
    font-size: 11px;
    font-weight: 500;
}

.address-modal-box-center .input-box input::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color-secondary);
    font-weight: 500;
}

.text-sm, .my-account-detail-card-right small, .my-account-detail-card-left small, .address-modal-box-addresses a h4 span, .address-modal-box-center button, .address-modal-box-center .input-box input,
.address-modal-box-center .input-box input::placeholder, .col-1 p, .col a, .footer-bottom p, .vender-info button, .vender-info .breadcrumbs, .add-new-address-popUp form .saved-as p, .nav-center form input {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color-secondary);
    font-weight: 500;
}

.add-new-address-popUp form .input-box input::-moz-placeholder {
    font-size: 16px;
    line-height: 21px;
    color: var(--text-color-secondary);
    font-weight: 500;
}

.text-base, .enteries-per-page, .order-history-search-box input, .address-modal-box-bottom h5, .address-modal-box-top, .col h4, .vender-menu-category .container-lg a, .content-container-inner ul, .content-container-inner p, .order-detail-bottom-price > div h6, .order-detail-bottom-price > div p, .order-detail-top-content p, .order-detail-top-content small, .cart-check-out .form .input-box input, .delivery-address h5, .price h6, .price p, .add-new-address-popUp form .saved-as .input-box label, .add-new-address-popUp form .input-box input,
.reward-content .reward-text-content .reward-text-base,
.add-new-address-popUp form .input-box input::placeholder, .vender-info-text p {
    font-size: 14px;
    line-height: 21px;
    color: var(--text-color-secondary);
    font-weight: 500;
}

@media (max-width: 500px) {
    .add-new-address-popUp form .input-box input::-moz-placeholder {
        font-size: 14px;
    }

    .text-base, .enteries-per-page, .order-history-search-box input, .address-modal-box-bottom h5, .address-modal-box-top, .col h4, .vender-menu-category .container-lg a, .content-container-inner ul, .content-container-inner p, .order-detail-bottom-price > div h6, .order-detail-bottom-price > div p, .order-detail-top-content p, .order-detail-top-content small, .cart-check-out .form .input-box input, .delivery-address h5, .price h6, .price p, .add-new-address-popUp form .saved-as .input-box label, .add-new-address-popUp form .input-box input,
    .add-new-address-popUp form .input-box input::placeholder, .vender-info-text p {
        font-size: 14px;
    }
}

.text-md, .my-account-detail-card-left h3, .address-modal-box-addresses a h4, .app-section-content p, .otp-code-form .input-box-group input, .vender-menu-hero-rating, .delivery-address-left p, .price h4, .price h5, .add-new-address-popUp h6, .btn-primary {
    font-size: 15px;
    line-height: normal;
    color: var(--text-color-secondary);
    font-weight: 500;
}

@media (max-width: 700px) {
    .text-md, .my-account-detail-card-left h3, .address-modal-box-addresses a h4, .app-section-content p, .otp-code-form .input-box-group input, .vender-menu-hero-rating, .delivery-address-left p, .price h4, .price h5, .add-new-address-popUp h6, .btn-primary {
        font-size: 16px;
    }
}

.text-lg, .content-container-inner h3, .feedback-review  label {
    font-size: 22px;
    line-height: 22px;
    color: var(--text-color-secondary);
    font-weight: 600;
}

@media (max-width: 700px) {
    .text-lg, .content-container-inner h3, .feedback-review  label {
        font-size: 20px;
    }
}

:root {
    --color-primary: rgba(226, 13, 13, 1);
    --color-disabled: rgb(175 173 173);
    --color-error: rgba(226, 13, 13, 1);
    --color-primary-variant-1: #FCD8D8;
    --color-white: #fff;
    --color-white-variant: #F5F3F3;
    --color-white-variant-2: #F6F6F6;
    --color-black: #000;
    --text-color-primary: rgba(226, 13, 13, 1);
    --text-color-secondary: rgba(0, 0, 0, 0.6);
    --border-radius-sm: 2px;
    --border-radius-base: 4px;
    --border-radius-md: 6px;
    --border-radius-lg: 8px;
    --border-radius-xl: 10px;
    --border-radius-2xl: 12px;
    --border: 1px solid rgba(0, 0, 0, 0.15);
    --transition: all 0.4s ease-in-out;
    --font-primary: "Montserrat", sans-serif;
}

.btn-primary {
    display: block;
    background-color: var(--color-primary);
    border-radius: var(--border-radius-md);
    font-weight: 600;
    padding: 10px;
    color: var(--color-white);
    max-width: -moz-max-content;
    max-width: max-content;
    cursor: pointer;
}
.btn-primary[disabled] {
    display: block;
    background-color: var(--color-disabled);
    border-radius: var(--border-radius-md);
    font-weight: 600;
    padding: 10px;
    color: var(--color-white);

    cursor: not-allowed;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: var(--color-white);
}

.nav p {
    color: var(--color-primary);
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 1300px) {
    .nav p {
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .nav small {
        font-size: 12px;
    }
}

.nav-left {
    background-color: #F6F6F6;
    align-self: stretch;
    padding-block: 2px;
    padding-inline: 24px;
}

@media (max-width: 1300px) {
    .nav-left {
        padding-inline: 20px;
    }
}

@media (max-width: 700px) {
    .nav-left {
        padding-inline: 10px;
    }

    .nav-left img {
        max-width: 68px;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .nav-left {
        padding-inline: 6px;
    }
}

@media (max-width: 390px) {
    .nav-left {
        padding-inline: 0px;
    }
}

.nav-center {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-grow: 1;
    justify-content: space-between;
    border-inline: 1px solid rgba(0, 0, 0, 0.15);
    align-self: stretch;
    padding-inline: 15px;
}

@media (max-width: 1350px) {
    .nav-center {
        gap: 20px;
    }
}

@media (max-width: 450px) {
    .nav-center {
        padding-inline: 8px;
    }
}

.nav-center-address {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    gap: 7px;
    max-width: 400px;
}

.nav-center-address p.text-base {
    font-weight: 700;
    margin-bottom: 5px;
}

.nav-center-address .text-sm {
    font-size: 12px;
    line-height: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    .nav-center-address, .nav-center-address small.text-sm {
        max-width: 300px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-center-address img {
        display: none;
    }
}

@media (max-width: 500px) {
    .nav-center-address, .nav-center-address small.text-sm {
        max-width: 222px;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nav-center-address img {
        display: none;
    }
}

.nav-center form {
    max-width: 520px;
}

.nav-center .btn-primary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-weight: 600;
    flex-grow: 1;
    flex-shrink: 0;
}

.nav-center .btn-primary img:last-of-type {
    display: none;
}

@media (max-width: 1300px) {
    .nav-center .btn-primary {
        font-size: 14px;
    }

    .nav-center .btn-primary img {
        width: 24px;
    }
}

@media (max-width: 1070px) {
    .nav-center .btn-primary {
        background-color: transparent;
        border-left: var(--border);
        align-self: stretch;
        border-radius: 0;
        padding: 0;
        padding-left: 16px;
    }

    .nav-center .btn-primary img:last-of-type {
        display: block;
    }

    .nav-center .btn-primary img:first-of-type {
        display: none;
    }

    .nav-center .btn-primary div {
        display: none;
    }
}

@media (max-width: 580px) {
    .nav-center .btn-primary {
        display: none;
    }
}

.nav-search {
    display: flex;
    gap: 8px;
    padding: 14px 12px;
    border-radius: var(--border-radius-md);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px) {
    .nav-search {
        position: absolute;
        left: 0;
        top: 77.5px;
        width: 100%;
        flex-direction: row-reverse;
        border-radius: 0;
        background-color: var(--color-white);
        border: none;
        border-bottom: var(--border);
    }
}

@media (max-width: 700px) {
    .nav-search {
        top: 55px;
    }
}

@media (max-width: 425px) {
    .nav-center-address, .nav-center-address small.text-sm {
        max-width: 195px;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nav-search {
        top: 47px;
    }
}

@media (max-width: 360px) {
    .nav-center-address, .nav-center-address small.text-sm {
        max-width: 138px;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.nav-search input {
    color: var(--text-color-secondary);
}

.nav-right {
    align-self: stretch;
    display: flex;
}

.nav-right-btns {
    display: flex;
}

.nav-right-btn {
    display: flex;
    align-items: center;
    padding-inline: 14px;
    gap: 8px;
    transition: all 0.4s ease;
}

.nav-right-btn:hover {
    background-color: #F6F6F6;
}

@media (max-width: 1280px) {
    .nav-right-btn {
        padding-inline: 18px;
    }

    .nav-right-btn div {
        display: none;
    }

    .nav-right-btn:not(:last-of-type) svg {
        background-color: var(--color-primary);
        height: 42px;
        width: 42px;
        border-radius: 50px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-right-btn:not(:last-of-type) svg path {
        stroke: var(--color-white);
    }
}

@media (max-width: 500px) {
    .nav-right-btn {
        padding-inline: 12px;
    }

    .nav-right-btn:not(:last-of-type) svg {
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .nav-right-btn:not(:last-of-type) svg path {
        stroke: var(--color-primary);
    }
}

@media (max-width: 450px) {
    .nav-right-btn {
        padding-inline: 6px;
    }
}

.nav-right-btn:not(:first-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #F6F6F6;
}

.hero-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px;
}

@media (max-width: 900px) {
    .hero-cards {
        margin-top: 50px;
    }
}

@media (max-width: 500px) {
    .hero-cards {
        grid-template-columns: 1fr;
    }
}

.hero-cards .card {
    background-size: 100% 100%;
    padding: 20px;
    position: relative;
}

@media (max-width: 500px) {
    .hero-cards .card {
        padding: 15px;
    }
}

.hero-cards .card:nth-of-type(1) {
    background-image: url(../img/hero-card-1-bg.png);
}

.hero-cards .card:nth-of-type(1) .card-content {
    max-width: 260px;
}

.hero-cards .card:nth-of-type(1) .card-content .text-lg span, .hero-cards .card:nth-of-type(1) .card-content .content-container-inner h3 span, .content-container-inner .hero-cards .card:nth-of-type(1) .card-content h3 span, .hero-cards .card:nth-of-type(1) .card-content .feedback-review  label span, .feedback-review  .hero-cards .card:nth-of-type(1) .card-content label span {
    color: #0D6EFD !important;
}

.hero-cards .card:nth-of-type(1) p.text-base, .hero-cards .card:nth-of-type(1) p.enteries-per-page, .hero-cards .card:nth-of-type(1) p.address-modal-box-top, .hero-cards .card:nth-of-type(1) .content-container-inner p, .content-container-inner .hero-cards .card:nth-of-type(1) p, .hero-cards .card:nth-of-type(1) .order-detail-bottom-price > div p, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(1) p, .hero-cards .card:nth-of-type(1) .order-detail-top-content p, .order-detail-top-content .hero-cards .card:nth-of-type(1) p, .hero-cards .card:nth-of-type(1) .price p, .price .hero-cards .card:nth-of-type(1) p, .hero-cards .card:nth-of-type(1) .vender-info-text p, .vender-info-text .hero-cards .card:nth-of-type(1) p {
    max-width: 230px;
}

.hero-cards .card:nth-of-type(1) p.text-base span, .hero-cards .card:nth-of-type(1) p.enteries-per-page span, .hero-cards .card:nth-of-type(1) p.address-modal-box-top span, .hero-cards .card:nth-of-type(1) .content-container-inner p span, .content-container-inner .hero-cards .card:nth-of-type(1) p span, .hero-cards .card:nth-of-type(1) .order-detail-bottom-price > div p span, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(1) p span, .hero-cards .card:nth-of-type(1) .order-detail-top-content p span, .order-detail-top-content .hero-cards .card:nth-of-type(1) p span, .hero-cards .card:nth-of-type(1) .price p span, .price .hero-cards .card:nth-of-type(1) p span, .hero-cards .card:nth-of-type(1) .vender-info-text p span, .vender-info-text .hero-cards .card:nth-of-type(1) p span {
    color: #0D6EFD !important;
}

.hero-cards .card:nth-of-type(1) .btn-primary {
    background-color: #0D6EFD;
}

.hero-cards .card:nth-of-type(2) {
    background-image: url(../img/hero-card-2-bg.png);
}

.hero-cards .card:nth-of-type(2) .card-content {
    max-width: 310px;
}

.hero-cards .card:nth-of-type(2) .card-content .text-lg span, .hero-cards .card:nth-of-type(2) .card-content .content-container-inner h3 span, .content-container-inner .hero-cards .card:nth-of-type(2) .card-content h3 span, .hero-cards .card:nth-of-type(2) .card-content .feedback-review  label span, .feedback-review  .hero-cards .card:nth-of-type(2) .card-content label span {
    color: var(--text-color-primary) !important;
}

.hero-cards .card:nth-of-type(2) p.text-base, .hero-cards .card:nth-of-type(2) p.enteries-per-page, .hero-cards .card:nth-of-type(2) p.address-modal-box-top, .hero-cards .card:nth-of-type(2) .content-container-inner p, .content-container-inner .hero-cards .card:nth-of-type(2) p, .hero-cards .card:nth-of-type(2) .order-detail-bottom-price > div p, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(2) p, .hero-cards .card:nth-of-type(2) .order-detail-top-content p, .order-detail-top-content .hero-cards .card:nth-of-type(2) p, .hero-cards .card:nth-of-type(2) .price p, .price .hero-cards .card:nth-of-type(2) p, .hero-cards .card:nth-of-type(2) .vender-info-text p, .vender-info-text .hero-cards .card:nth-of-type(2) p {
    max-width: 155px;
}

.hero-cards .card:nth-of-type(2) p.text-base span, .hero-cards .card:nth-of-type(2) p.enteries-per-page span, .hero-cards .card:nth-of-type(2) p.address-modal-box-top span, .hero-cards .card:nth-of-type(2) .content-container-inner p span, .content-container-inner .hero-cards .card:nth-of-type(2) p span, .hero-cards .card:nth-of-type(2) .order-detail-bottom-price > div p span, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(2) p span, .hero-cards .card:nth-of-type(2) .order-detail-top-content p span, .order-detail-top-content .hero-cards .card:nth-of-type(2) p span, .hero-cards .card:nth-of-type(2) .price p span, .price .hero-cards .card:nth-of-type(2) p span, .hero-cards .card:nth-of-type(2) .vender-info-text p span, .vender-info-text .hero-cards .card:nth-of-type(2) p span {
    color: var(--text-color-primary) !important;
}

.hero-cards .card:nth-of-type(2) .btn-primary {
    background-color: var(--color-primary);
}

.hero-cards .card:nth-of-type(3) {
    background-image: url(../img/hero-card-3-bg.png);
}

.hero-cards .card:nth-of-type(3) .card-content {
    max-width: 204px;
}

.hero-cards .card:nth-of-type(3) .card-content .add-new-address-popUp form .input-box input::-moz-placeholder span, .add-new-address-popUp form .input-box .hero-cards .card:nth-of-type(3) .card-content input::-moz-placeholder span {
    color: #198754 !important;
}

.hero-cards .card:nth-of-type(3) .card-content .text-base span, .hero-cards .card:nth-of-type(3) .card-content .enteries-per-page span, .hero-cards .card:nth-of-type(3) .card-content .order-history-search-box input span, .order-history-search-box .hero-cards .card:nth-of-type(3) .card-content input span, .hero-cards .card:nth-of-type(3) .card-content .address-modal-box-bottom h5 span, .address-modal-box-bottom .hero-cards .card:nth-of-type(3) .card-content h5 span, .hero-cards .card:nth-of-type(3) .card-content .address-modal-box-top span, .hero-cards .card:nth-of-type(3) .card-content .col h4 span, .col .hero-cards .card:nth-of-type(3) .card-content h4 span, .hero-cards .card:nth-of-type(3) .card-content .vender-menu-category .container-lg a span, .vender-menu-category .container-lg .hero-cards .card:nth-of-type(3) .card-content a span, .hero-cards .card:nth-of-type(3) .card-content .content-container-inner ul span, .content-container-inner .hero-cards .card:nth-of-type(3) .card-content ul span, .hero-cards .card:nth-of-type(3) .card-content .content-container-inner p span, .content-container-inner .hero-cards .card:nth-of-type(3) .card-content p span, .hero-cards .card:nth-of-type(3) .card-content .order-detail-bottom-price > div h6 span, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(3) .card-content h6 span, .hero-cards .card:nth-of-type(3) .card-content .order-detail-bottom-price > div p span, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(3) .card-content p span, .hero-cards .card:nth-of-type(3) .card-content .order-detail-top-content p span, .order-detail-top-content .hero-cards .card:nth-of-type(3) .card-content p span, .hero-cards .card:nth-of-type(3) .card-content .order-detail-top-content small span, .order-detail-top-content .hero-cards .card:nth-of-type(3) .card-content small span, .hero-cards .card:nth-of-type(3) .card-content .cart-check-out .form .input-box input span, .cart-check-out .form .input-box .hero-cards .card:nth-of-type(3) .card-content input span, .hero-cards .card:nth-of-type(3) .card-content .delivery-address h5 span, .delivery-address .hero-cards .card:nth-of-type(3) .card-content h5 span, .hero-cards .card:nth-of-type(3) .card-content .price h6 span, .price .hero-cards .card:nth-of-type(3) .card-content h6 span, .hero-cards .card:nth-of-type(3) .card-content .price p span, .price .hero-cards .card:nth-of-type(3) .card-content p span, .hero-cards .card:nth-of-type(3) .card-content .add-new-address-popUp form .saved-as .input-box label span, .add-new-address-popUp form .saved-as .input-box .hero-cards .card:nth-of-type(3) .card-content label span, .hero-cards .card:nth-of-type(3) .card-content .add-new-address-popUp form .input-box input span, .add-new-address-popUp form .input-box .hero-cards .card:nth-of-type(3) .card-content input span,
.hero-cards .card:nth-of-type(3) .card-content .add-new-address-popUp form .input-box input::placeholder span,
.add-new-address-popUp form .input-box .hero-cards .card:nth-of-type(3) .card-content input::placeholder span, .hero-cards .card:nth-of-type(3) .card-content .vender-info-text p span, .vender-info-text .hero-cards .card:nth-of-type(3) .card-content p span {
    color: #198754 !important;
}

.hero-cards .card:nth-of-type(3) .card-content p.text-lg span {
    color: #198754 !important;
    font-weight: 600;
}

.hero-cards .card:nth-of-type(3) .add-new-address-popUp form .input-box input::-moz-placeholder, .add-new-address-popUp form .input-box .hero-cards .card:nth-of-type(3) input::-moz-placeholder {
    max-width: 195px;
}

.hero-cards .card:nth-of-type(3) .text-base, .hero-cards .card:nth-of-type(3) .enteries-per-page, .hero-cards .card:nth-of-type(3) .order-history-search-box input, .order-history-search-box .hero-cards .card:nth-of-type(3) input, .hero-cards .card:nth-of-type(3) .address-modal-box-bottom h5, .address-modal-box-bottom .hero-cards .card:nth-of-type(3) h5, .hero-cards .card:nth-of-type(3) .address-modal-box-top, .hero-cards .card:nth-of-type(3) .col h4, .col .hero-cards .card:nth-of-type(3) h4, .hero-cards .card:nth-of-type(3) .vender-menu-category .container-lg a, .vender-menu-category .container-lg .hero-cards .card:nth-of-type(3) a, .hero-cards .card:nth-of-type(3) .content-container-inner ul, .content-container-inner .hero-cards .card:nth-of-type(3) ul, .hero-cards .card:nth-of-type(3) .content-container-inner p, .content-container-inner .hero-cards .card:nth-of-type(3) p, .hero-cards .card:nth-of-type(3) .order-detail-bottom-price > div h6, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(3) h6, .hero-cards .card:nth-of-type(3) .order-detail-bottom-price > div p, .order-detail-bottom-price > div .hero-cards .card:nth-of-type(3) p, .hero-cards .card:nth-of-type(3) .order-detail-top-content p, .order-detail-top-content .hero-cards .card:nth-of-type(3) p, .hero-cards .card:nth-of-type(3) .order-detail-top-content small, .order-detail-top-content .hero-cards .card:nth-of-type(3) small, .hero-cards .card:nth-of-type(3) .cart-check-out .form .input-box input, .cart-check-out .form .input-box .hero-cards .card:nth-of-type(3) input, .hero-cards .card:nth-of-type(3) .delivery-address h5, .delivery-address .hero-cards .card:nth-of-type(3) h5, .hero-cards .card:nth-of-type(3) .price h6, .price .hero-cards .card:nth-of-type(3) h6, .hero-cards .card:nth-of-type(3) .price p, .price .hero-cards .card:nth-of-type(3) p, .hero-cards .card:nth-of-type(3) .add-new-address-popUp form .saved-as .input-box label, .add-new-address-popUp form .saved-as .input-box .hero-cards .card:nth-of-type(3) label, .hero-cards .card:nth-of-type(3) .add-new-address-popUp form .input-box input, .add-new-address-popUp form .input-box .hero-cards .card:nth-of-type(3) input,
.hero-cards .card:nth-of-type(3) .add-new-address-popUp form .input-box input::placeholder,
.add-new-address-popUp form .input-box .hero-cards .card:nth-of-type(3) input::placeholder, .hero-cards .card:nth-of-type(3) .vender-info-text p, .vender-info-text .hero-cards .card:nth-of-type(3) p {
    max-width: 195px;
}

.hero-cards .card:nth-of-type(3) .btn-primary {
    background-color: #198754;
}

.hero-cards .card img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.hero-cards .card .card-content .text-lg, .hero-cards .card .card-content .content-container-inner h3, .content-container-inner .hero-cards .card .card-content h3, .hero-cards .card .card-content .feedback-review  label, .feedback-review  .hero-cards .card .card-content label {
    font-weight: 400;
}

.hero-cards .card .card-content .text-lg span, .hero-cards .card .card-content .content-container-inner h3 span, .content-container-inner .hero-cards .card .card-content h3 span, .hero-cards .card .card-content .feedback-review  label span, .feedback-review  .hero-cards .card .card-content label span {
    font-weight: 600 !important;
}

.hero-cards .card .card-content .add-new-address-popUp form .input-box input::-moz-placeholder, .add-new-address-popUp form .input-box .hero-cards .card .card-content input::-moz-placeholder {
    margin-top: 16px;
    margin-bottom: 45px;
}

.hero-cards .card .card-content .text-base, .hero-cards .card .card-content .enteries-per-page, .hero-cards .card .card-content .order-history-search-box input, .order-history-search-box .hero-cards .card .card-content input, .hero-cards .card .card-content .address-modal-box-bottom h5, .address-modal-box-bottom .hero-cards .card .card-content h5, .hero-cards .card .card-content .address-modal-box-top, .hero-cards .card .card-content .col h4, .col .hero-cards .card .card-content h4, .hero-cards .card .card-content .vender-menu-category .container-lg a, .vender-menu-category .container-lg .hero-cards .card .card-content a, .hero-cards .card .card-content .content-container-inner ul, .content-container-inner .hero-cards .card .card-content ul, .hero-cards .card .card-content .content-container-inner p, .content-container-inner .hero-cards .card .card-content p, .hero-cards .card .card-content .order-detail-bottom-price > div h6, .order-detail-bottom-price > div .hero-cards .card .card-content h6, .hero-cards .card .card-content .order-detail-bottom-price > div p, .order-detail-bottom-price > div .hero-cards .card .card-content p, .hero-cards .card .card-content .order-detail-top-content p, .order-detail-top-content .hero-cards .card .card-content p, .hero-cards .card .card-content .order-detail-top-content small, .order-detail-top-content .hero-cards .card .card-content small, .hero-cards .card .card-content .cart-check-out .form .input-box input, .cart-check-out .form .input-box .hero-cards .card .card-content input, .hero-cards .card .card-content .delivery-address h5, .delivery-address .hero-cards .card .card-content h5, .hero-cards .card .card-content .price h6, .price .hero-cards .card .card-content h6, .hero-cards .card .card-content .price p, .price .hero-cards .card .card-content p, .hero-cards .card .card-content .add-new-address-popUp form .saved-as .input-box label, .add-new-address-popUp form .saved-as .input-box .hero-cards .card .card-content label, .hero-cards .card .card-content .add-new-address-popUp form .input-box input, .add-new-address-popUp form .input-box .hero-cards .card .card-content input,
.hero-cards .card .card-content .add-new-address-popUp form .input-box input::placeholder,
.reward-content .reward-text-content .reward-text-base,
.add-new-address-popUp form .input-box .hero-cards .card .card-content input::placeholder, .hero-cards .card .card-content .vender-info-text p, .vender-info-text .hero-cards .card .card-content p {
    margin-top: 16px;
    margin-bottom: 45px;
}

.hero-cards .card .card-content .btn-primary {
    padding: 10px 13px;
}

@media (max-width: 500px) {
    .hero-cards .card .card-content .btn-primary {
        font-size: 16px;
    }
}

.card-primary {
    border: var(--border);
    border-radius: var(--border-radius-xl);
    overflow: hidden;
    width: 100%;
}

.card-primary-img {
    border-top-left-radius: var(--border-radius-xl);
    border-top-right-radius: var(--border-radius-xl);
    overflow: hidden;
    position: relative;

}

.card-primary-img img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.card-primary-img::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(167, 162, 162, 0.62) 0%, rgba(86, 78, 78, 0) 67.65%);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.card-primary-vender-logo {
    border-radius: 100px;
    max-width: 60px;
    height: 60px;
    position: relative;
    z-index: 10;
    margin-left: 20px;
    margin-top: -35px;
}

.card-primary .card-center {
    padding-inline: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
    min-height: 111px;
    max-height: 111px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;*/
    overflow: hidden;
}

@media (max-width: 750px) {
    .card-primary .card-center {
        padding-inline: 15px;
    }
}

.card-primary .card-content {
    display: flex;
    justify-content: start;
    margin-bottom: 6px;
    white-space: initial;
    flex-direction: column;
    gap: 2px;
    max-height: 68px;
}

.card-primary .card-content h5, .card-primary .card-content small {
    color: var(--text-color-primary);
    font-weight: 600;
}

.card-primary .card-primary-items-list li {
    font-weight: 500;
}

@media (max-width: 1100px) {
    .card-primary .card-primary-items-list li {
        font-size: 14px;
    }
}

.card-primary .btn-primary {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
}

.card-secondary {
    background-color: var(--color-white);
    border-radius: var(--border-radius-xl);
    padding: 16px;
    text-align: center;
    padding-top: 120px;
    position: relative;
    cursor: pointer;
}

.card-secondary .card-img {
    max-width: 173px;
    width: 100%;
    height: 173px;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1), 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
}

.card-secondary .card-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.card-secondary small {
    font-size: 10px;
    color: var(--text-color-primary);
    font-style: italic;
    font-weight: 500;
}

.card-secondary p.text-xs, .card-secondary .add-new-address-popUp p, .add-new-address-popUp .card-secondary p {
    margin-block: 14px;
}

.card-secondary .card-star-review {
    margin-bottom: 18px;
}

.card-secondary .card-star-review img,
.card-tertiary .card-content .card-star-review img {
    margin: 0 auto;
    height: 18px;
    width: 18px;
    display: inline-block;
}

.card-tertiary {
    display: flex;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    /*max-width: -moz-max-content;*/
    max-width: 700px;
    width: 100%;
    border-radius: var(--border-radius-xl);
    border: var(--border);
    overflow: hidden;
}

@media (max-width: 660px) {
    .card-tertiary {
        flex-direction: column;
    }
}

.card-tertiary .card-img {
    align-self: stretch;
    max-width: 142px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 660px) {
    .card-tertiary .card-img {
        max-width: 100%;
        height: 170px;
    }
}

.card-tertiary .card-img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card-tertiary .card-img .status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--color-white);
    font-weight: 700;
}

.card-tertiary .card-content {
    /*padding: 10px;*/
    padding:0px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card-tertiary .card-content .heading-secondary {
    color: var(--text-color-secondary);
    line-height: auto;
    overflow: hidden;
    text-emphasis: none;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    max-width: 320px;
}

.card-tertiary .card-content small {
    color: var(--text-color-primary);
    font-weight: 400;
    max-width: 320px;
    overflow: hidden;
    text-emphasis: none;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.card-tertiary .card-content p {
    margin-top: 7px;
    color: var(--text-color-secondary);
    margin-bottom: 5px;
}

.card-tertiary .card-content .card-star-review {
    /* display: flex;
     gap: 6px;
     align-items: center;*/
    margin-bottom: 5px;
}

@media (max-width: 660px) {
    .card-tertiary .card-content .card-star-review {
        margin-top: 10px;
    }
}

.card-tertiary .card-content .card-list-with-badges {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 5px;
}

@media (max-width: 660px) {
    .card-tertiary .card-content .card-list-with-badges {
        flex-direction: column;
        margin-top: 14px;
    }
}

.card-tertiary .card-content .card-list-with-badges li {
    gap: 6px;
    color: var(--text-color-secondary);
}

.card-list-with-badges {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-list-with-badges li {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    text-align: left;
}

.card-list-with-badges li::before {
    display: block;
    content: "";
    background-image: url(../img/list-bagde.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 13px;
    flex-shrink: 0;
}

.input-box {
    display: flex;
    align-items: center;
}

.input-box-group {
    display: flex;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
}

.form:not(.cartform) input,
.form textarea {
    background-color: var(--color-white);
    border: var(--border);
    border-radius: var(--border-radius-xl);
    padding: 10px 15px;
    transition: var(--transition);
}

.form input:focus,
.form textarea:focus {
    border-color: var(--color-primary);
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.form input::placeholder,
.form textarea::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.order-done .container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order-done .container > div {
    background-color: #48B646;
    border-radius: 100px;
    height: 112px;
    width: 112px;
}

.order-done .container > div.error {
    background-color: var(--color-error);
    border-radius: 100px;
    height: 112px;
    width: 112px;
}

.order-done .container .heading-tertiary, .order-done .container .content-container h2, .content-container .order-done .container h2 {
    color: var(--text-color-secodnary);
    margin-top: 20px;
}

.order-done .container a {
    border-radius: 20px;
    padding: 8px 20px;
    margin-top: 30px;
}

.vender-info-card {
    max-width: 768px;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    margin: 0 auto;
    background-color: var(--color-white);
    border-radius: 10px;
    overflow: hidden;
}

.vender-info-card-reviews {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 16px;
    padding: 25px;
    padding-top: 0;
    overflow: auto;
    height: -moz-fit-content;
    height: fit-content;
}

.vender-info-card-reviews .card {
    background-color: var(--color-white-variant);
    border-radius: 5px;
    padding: 10px;
}

.vender-info-card-about-top {
    padding-inline: 16px;
}

.vender-info-card-about-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.vender-info-card-about-badges .badge {
    background-color: var(--color-white-variant);
    border-radius: var(--border-radius-md);
    height: 28px;
    max-width: 95px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    color: var(--text-color-primary);
    cursor: pointer;
}

.vender-info-card-about-badges .badge:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.vender-info-card-about-badges .badge.active {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.vender-info-card-about .timing-tab-content {
    display: none;
}

.vender-info-card-about .time {
    text-align: center;
    max-width: 200px;
    width: 100%;
    border: var(--border);
    border-color: var(--text-color-secondary);
    margin: 0 auto;
    margin-top: 24px;
    font-weight: 600;
}

.vender-info-card-about .location {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 30px;
}

.vender-info-card-about .location p {
    font-weight: 600;
}

.vender-info-card-about-bottom {
    width: 100%;
    height: 250px;
    margin-top: 10px;
}

.vender-info-card-about-bottom iframe {
    width: 100%;
    height: 100%;
}

.vender-info-text {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    margin-block: 20px;
    border-bottom: var(--border);
}

.vender-info-text h1 {
    font-size: 20px;
    font-weight: 900;
    color: var(--text-color-2);
    letter-spacing: 3%;
}

.vender-info-text p {
    color: var(--text-color-2);
}

.vender-info-text .tabs {
    gap: 13px;
}

.vender-info-text .tabs .tablink::after {
    display: block;
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--color-primary);
}

.vender-info-text .tabs .tablink.active::after {
    width: 100%;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.popUp-card-hero-section {
    position: relative;
}

.popUp-card-hero-section img:nth-of-type(1) {
    display: block;
    width: 100%;
}

.popUp-card-hero-section img:nth-of-type(2) {
    position: absolute;
    top: 10px;
    right: 10px;
}

.cart-body-content {
    display: none;
}

.cart {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    min-height: 765px;
    height: -moz-fit-content;
    height: fit-content;
    background-color: var(--color-white) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.cart.container {
    max-width: 412px;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
}

.cart .container {
    padding-inline: 28px;
}

@media (max-width: 450px) {
    .cart .container {
        padding-inline: 20px;
    }
}

.cart-header {
    background-color: var(--color-primary);
}

.cart-header .container {
    padding-block: 15px;
}

.cart-header .text-lg, .cart-header .content-container-inner h3, .content-container-inner .cart-header h3, .cart-header .feedback-review  label, .feedback-review  .cart-header label {
    color: var(--color-white);
}

.cart-item {
    border-bottom: var(--border);
    padding-block: 25px;
}

.cart-item .container {
    align-items: end;
    justify-content: space-between;
    height: 94px;
}

.cart-item .container .remove-item {
    align-self: baseline;
}

.cart-item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 180px;
    height: 100%;
    flex-grow: 1;
}

.cart-item-right h4 {
    font-weight: 600;
}

.cart-item-right small {
    line-height: 17px;
}

.cart-item-right p {
    color: var(--text-color-primary);
    font-weight: 600;
}

.cart-item-left {
    flex-shrink: 0;
}

.cart-footer {
    padding-top: 40px;
    background-color: var(--color-white);
}

.cart-footer .btn-primary {
    max-width: 100%;
    width: 100%;
}

.cart-body-content input[type=radio] {
    display: none;
}

.cart-body-content input[type=radio] ~ span {
    display: block;
    content: "";
    background-color: var(--color-white-variant-2);
    height: 20px;
    width: 20px;
    border: var(--border);
    border-width: 2px;
    border-radius: 100px;
}

.cart-body-content input[type=radio]:checked ~ span {
    border-color: red;
    border-width: 5px;
}

.cart-address .form {
    margin-top: 26px;
    margin-bottom: 26px;
}

.cart-address .form .input-box-group {
    margin-bottom: 20px;
}

.cart-address .form .input-box-group .input-box {
    gap: 6px;
}

.cart-address .form textarea {
    height: 120px !important;
}

.add-new-address {
    background-color: var(--color-white-variant-2);
    padding-block: 17px;
}

.add-new-address .flex {
    gap: 15px;
}

.add-new-address-popUp {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-white);
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
}

@media (max-width: 600px) {
    .add-new-address-popUp {
        flex-direction: column;
        margin-top: 100px;
    }
}

.add-new-address-popUp .left {
    flex-basis: 360px;
}

@media (max-width: 600px) {
    .add-new-address-popUp .left {
        flex-basis: 200px;
    }
}

.add-new-address-popUp .left iframe {
    width: 100%;
    height: 100%;
}

.add-new-address-popUp h6 {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}

.add-new-address-popUp p {
    font-weight: 500;
    margin-top: 7px;
    color: var(--text-color-secondary);
}

.add-new-address-popUp .right {
    padding: 20px 26px;
    position: relative;
}

.add-new-address-popUp .right img {
    position: absolute;
    right: 26px;
    top: 20px;
}

.add-new-address-popUp form {
    margin-top: 20px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.add-new-address-popUp form .input-box {
    border: var(--border);
    border-radius: var(--border-radius-xl);
    padding: 9px 14px;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--color-white);
    gap: 5px;
}

.add-new-address-popUp form .input-box input::-moz-placeholder {
    font-weight: 500;
}

.add-new-address-popUp form .input-box input,
.add-new-address-popUp form .input-box input::placeholder {
    font-weight: 500;
}

.add-new-address-popUp form .saved-as p {
    margin-bottom: 12px;
}

.add-new-address-popUp form .saved-as > div {
    display: flex;
    gap: 12px;
}

.add-new-address-popUp form .saved-as .input-box {
    padding: 0;
    border: none;
    background-color: transparent;
    position: relative;
}

.add-new-address-popUp form .saved-as .input-box input {
    display: none;
}

.add-new-address-popUp form .saved-as .input-box label {
    border: var(--border);
    width: 70px;
    border-radius: var(--border-radius-md);
    border-color: rgba(69, 64, 64, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 31px;
    background-color: var(--color-white);
}

.add-new-address-popUp form .saved-as .input-box input:checked ~ label {
    background-color: rgba(69, 64, 64, 0.6) !important;
    color: var(--color-white);
}

.add-new-address-popUp form button {
    height: 53px;
    border-radius: var(--border-radius-xl);
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
}

.price {
    background-color: var(--color-white-variant-2);
    padding-block: 15px;
}

.price h6 {
    font-weight: 600;
}

.price h4, .price h5 {
    font-weight: 600;
}

.price h5 {
    color: var(--text-color-primary);
}

.price .container div:not(:last-of-type) {
    margin-bottom: 6px;
}

.price .container div:last-of-type {
    margin-top: 20px;
}

.delivery-address h5 {
    padding-block: 20px;
}

.delivery-address-box {
    background-color: var(--color-white-variant-2);
    padding-block: 5px;
}

.delivery-address-box > .container > div {
    padding: 20px 10px;
    border: var(--border);
    border-radius: var(--border-radius-xl);
    border-color: var(--color-primary);
    background-color: var(--color-white);
}

.delivery-address-left {
    gap: 10px;
}

.delivery-address-left img {
    width: 28px;
}

.delivery-address-left p span {
    font-size: 16px;
    font-weight: 500;
}

.delivery-address-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery-address-right div {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
}

.delivery-address-right p {
    color: var(--text-color-primary);
    font-size: 12px;
    font-weight: 500;
}

.cart-confirmation .delivery-address-box {
    background-color: transparent;
}

.cart-confirmation .delivery-address-box > .container > div {
    border: none;
}

.cart-check-out .form .input-box {
    border: var(--border);
    padding: 17px 24px;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-white-variant-2);
    margin-block: 36px;
}

.payment-method .form .input-box-group {
    border: var(--border);
    border-radius: var(--border-radius-xl);
    padding: 15px 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.payment-method .form .input-box-group.active {
    border-color: var(--color-primary);
}

.payment-method .form .input-box-group input {
    max-width: -moz-max-content;
    max-width: max-content;
}

.payment-method .form .input-box-group label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order {
    max-width: 1260px;
    padding-bottom: 60px;
    background-color: var(--color-white);
    border-radius: var(--border-radius-lg);
}

.order-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: var(--border);
}

.order-header-left {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 440px) {
    .order-header-left {
        justify-content: flex-start;
    }
}

.order-header-left button {
    display: block;
    background-color: var(--color-white-variant);
    max-width: 220px;
    font-weight: 500;
    width: 100%;
    height: 50px;
}

.order-header-left button:nth-of-type(1) {
    border-top-left-radius: var(--border-radius-md);
    border-bottom-left-radius: var(--border-radius-md);
}

@media (max-width: 740px) {
    .order-header-left button:nth-of-type(1) {
        border-top-left-radius: var(--border-radius-md);
        border-bottom-left-radius: var(--border-radius-md);
    }
}

.order-header-left button:nth-of-type(2) {
    border-top-right-radius: var(--border-radius-md);
    border-bottom-right-radius: var(--border-radius-md);
}

@media (max-width: 740px) {
    .order-header-left button:nth-of-type(2) {
        border-top-right-radius: var(--border-radius-md);
        border-bottom-right-radius: var(--border-radius-md);
    }
}

.order-header-left button.active {
    background-color: var(--color-primary);
    color: var(--color-white);
}

@media (max-width: 1200px) {
    .order-header-left button {
        height: 40px;
        max-width: 180px;
        font-size: 18px;
    }
}

@media (max-width: 740px) {
    .order-header-left button {
        max-width: 150px;
        font-size: 16px;
    }
}

@media (max-width: 580px) {
    .order-header-left button {
        max-width: 110px;
        font-size: 16px;
        height: 36px;
    }
}

.order-detail {
    padding-inline: 20px;
}

.order-detail-top {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    row-gap: 40px;
    flex-wrap: wrap;
}

.order-detail-top-content p, .order-detail-top-content small {
    word-break: break-all;
}

.order-detail-top-content h2 {
    margin-bottom: 26px;
    color: var(--text-color-secondary);
}

@media (max-width: 1100px) {
    .order-detail-top-content h2 {
        margin-bottom: 18px;
    }
}

@media (max-width: 1100px) {
    .order-detail-top-content p, .order-detail-top-content small {
        font-size: 14px;
    }
}

.order-detail-top-content p {
    font-weight: 600;
    max-width: 110px;
    width: 100%;
}

@media (max-width: 1100px) {
    .order-detail-top-content p {
        max-width: 95px;
    }
}

@media (max-width: 440px) {
    .order-detail-top-content p {
        font-weight: 700;
    }
}
.order-detail-top-content {
    flex-grow: 1;
    flex-basis: 0;
}
.order-detail-top-content small {
    max-width: 350px;
    width: 100%;
}

.order-detail-top-content small.red {
    color: var(--text-color-primary);
}

.order-detail-top-content .delivered {
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: #12CB46;
    padding: 4px 16px;
    color: var(--color-white);
    border-radius: var(--border-radius-base);
}

.order-detail-top-content .pending {
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: #00d5ff;
    color: white;
    border-radius: var(--border-radius-base);
    padding: 4px 16px;
}

.order-detail-top-content .cancelled,.order-detail-top-content .canceled {
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: var(--color-primary);
    color: white;
    border-radius: var(--border-radius-base);
    padding: 4px 16px;
}

.order-detail-top-content > div {
    display: flex;
    gap: 30px;
    margin-top: 7px;
}

@media (max-width: 1100px) {
    .order-detail-top-content > div {
        gap: 20px;
    }
}

@media (max-width: 440px) {
    .order-detail-top-content > div {
        flex-direction: column;
        row-gap: 1px;
    }
}

.order-detail-bottom {
    margin-top: 80px;
}

.order-detail-bottom .table-outer {
    overflow-x: scroll;
}

.order-detail-bottom .table-outer::-webkit-scrollbar {
    height: 4px;
}

.order-detail-bottom table {
    max-width: 100%;
    width: 100%;
    border: var(--border);
    border-collapse: collapse;
    min-width: -moz-fit-content;
    min-width: fit-content;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .order-detail-bottom table {
        width: 1000px;
    }
}

.order-detail-bottom table th, .order-detail-bottom table td {
    padding: 15px;
}

@media (max-width: 1000px) {
    .order-detail-bottom table thead th {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .order-detail-bottom table thead th {
        font-size: 19px;
    }
}

.order-detail-bottom table thead th:first-of-type {
    text-align: left;
}

.order-detail-bottom table tbody td:not(:first-of-type) {
    text-align: center;
}

.order-detail-bottom table tbody td h4 {
    font-weight: 600;
}

.order-detail-bottom table tbody td p {
    font-weight: 600;
}

.order-detail-bottom table tbody td p span {
    font-weight: 500;
}

.order-detail-bottom-price {
    margin-top: 40px;
    margin-left: auto;
    max-width: 300px;
}

.order-detail-bottom-price > div {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.order-detail-bottom-price > div:not(:first-of-type) {
    margin-top: 7px;
}

.order-detail-bottom-price > div h6, .order-detail-bottom-price > div p {
    font-weight: 600;
}

.order-detail-bottom-price > div p {
    max-width: 100px;
    width: 100%;
}

.order-detail-bottom-price > div p span {
    font-weight: 500;
}

.feedback {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 20px;
}

.feedback-rate {
    padding-block: 90px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

@media (max-width: 700px) {
    .feedback-rate {
        flex-direction: column;
        row-gap: 30px;
        padding-block: 50px;
    }
}

.feedback-rate-box > div {
    gap: 10px;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .feedback-rate-box > div {
        margin-bottom: 6px;
    }
}

.feedback-rate-box .text-lg, .feedback-rate-box .content-container-inner h3, .content-container-inner .feedback-rate-box h3, .feedback-rate-box .feedback-review  label, .feedback-review  .feedback-rate-box label {
    font-size: 20px;
    color: var(--text-color-primary);
    font-weight: 500;
}

@media (max-width: 1000px) {
    .feedback-rate-box .text-lg, .feedback-rate-box .content-container-inner h3, .content-container-inner .feedback-rate-box h3, .feedback-rate-box .feedback-review  label, .feedback-review  .feedback-rate-box label {
        font-size: 18px;
    }
}

.feedback-rate-box-stars {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feedback-rate-box .user-rating-amount{
    width: 48px;
}

@media (max-width: 1000px) {
    .feedback-rate-box-stars {
        gap: 5px;
    }

    .feedback-rate-box-stars img {
        width: 20px;
    }
}

.feedback-rate-box-stars ~ span {
    color: var(--text-color-secondary) !important;
}

.feedback-review  label {
    font-weight: 500;
}

.feedback-review  textarea {
    border: var(--border);
    border-radius: var(--border-radius-base);
    background-color: #F9F9F9;
    margin-top: 6px;
    height: 190px;
}

.feedback-review  .btn-primary {
    margin-left: auto;
    margin-top: 20px;
    padding-inline: 18px;
}

.add-on-card {
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-white);
    overflow: hidden;
}

.add-on-card-body-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    border-bottom: var(--border);
}

@media (max-width: 550px) {
    .add-on-card-body-header {
        padding: 14px 18px;
    }
}

.add-on-card-body-header small {
    position: relative;
}

.add-on-card-body-header small::after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    width: 80%;
    height: 1px;
    background-color: black;
    rotate: -10deg;
}

.add-on-card-body-header p {
    font-weight: 600;
    color: var(--text-color-primary);
}

.add-on-card-form {
    padding-inline: 24px;
}

@media (max-width: 550px) {
    .add-on-card-form {
        padding-inline: 18px;
    }
}

.add-on-card-form .deal-option-box {
    margin-top: 30px;
}

.add-on-card-form .deal-option-box .deal-option-box-item {
    margin-bottom: 20px;
}

.add-on-card-form .deal-option-box-header {
    margin-bottom: 20px;
}

.add-on-card-form .deal-option-box .deal-option-box-item .deal-option-box-header {
    margin-bottom: 10px;
}

.add-on-card-form .deal-option-box .deal-option-box-item .deal-option-box-radiobtn {
    max-height: 190px;
    overflow-y: auto;
    background: #f7f7f7;
    border-radius: var(--border-radius-xl);
    padding: 15px 0px;
}

.add-on-card-form .deal-option-box-item .deal-option-box-radiobtn deal-option-item {
    margin-top: 0px;
}

.add-on-card-form .deal-option-box .deal-option-box-item .deal-option-box-radiobtn::-webkit-scrollbar-track {
    border-radius: 20px;
    background: #DFDFDF;
    border-radius: 60px;
}

.add-on-card-form .deal-option-box .deal-option-box-item .deal-option-box-radiobtn::-webkit-scrollbar {
    width: 5px;
    border-radius: 60px;
}

.add-on-card-form .deal-option-box .deal-option-box-item .deal-option-box-radiobtn::-webkit-scrollbar-thumb {
    background-color: #D62929;
    background-image: -webkit-linear-gradient(40deg, transparent, rgba(0, 0, 0, 0.2) 50%, transparent, transparent);
    border-radius: 60px;
}

@media (max-width: 430px) {
    .add-on-card-form .deal-option-box-header {
        gap: 4px;
        flex-direction: column;
    }
}

.add-on-card-form .deal-option-box-header p {
    color: var(--text-color-primary);
    font-size: 18px;
}

.add-on-card-form .deal-option-box-header small {
    color: var(--text-color-primary);
    font-size: 14px;
}

@media (max-width: 430px) {
    .add-on-card-form .deal-option-box-header small {
        font-size: 12px;
    }
}

.add-on-card-form .deal-option-item {
    margin-top: 10px;
}

.add-on-card-form .deal-option-item div {
    gap: 12px;
    padding-left: 12px;
}

@media (max-width: 430px) {
    .add-on-card-form .deal-option-item div {
        padding-left: 0;
        gap: 6px;
    }
}

.add-on-card-form .deal-option-item input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 2px solid #fff;
    outline: 1px solid red;
    width: 14px;
    height: 13px;
}

.add-on-card-form .deal-option-item input:checked {
    background-color: var(--text-color-primary);
}

.add-on-card-form .deal-option-item input[type=radio] {
    border-radius: 50%;
}

.add-on-card-form-footer {
    margin-top: 40px;
    margin-bottom: 24px;
}

.add-on-card-form-footer > button {
    max-width: 200px;
    width: 100%;
}

@media (max-width: 500px) {
    .add-on-card-form-footer > button {
        max-width: 140px;
    }
}

.city-box {
    background-color: #fffdfd;
    border-radius: var(--border-radius-xl);
    padding: 70px;
    max-width: 950px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}

@media (max-width: 1050px) {
    .city-box {
        max-width: 94%;
        padding: 40px;
    }
}

@media (max-width: 800px) {
    .city-box {
        padding: 40px 30px;
    }
}

@media (max-width: 600px) {
    .city-box {
        max-width: 80%;
    }
}

.city-box h1 {
    text-align: center;
}

.city-box p {
    text-align: center;
}

.city-box-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

@media (max-width: 700px) {
    .city-box-cards {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.city-box-cards .city-card {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
}

.city-box-cards .city-card:hover h1 {
    opacity: 1;
}

.city-box-cards .city-card img {
    display: block;
    height: 272px;
    max-width: 227px;
    width: 100%;
}

.city-box-cards .city-card p {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 2;
    background: rgba(61, 59, 59, 0.22);
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    padding-left: 13px;
    font-size: 24px;
    color: var(--color-white);
    font-weight: 700;
    text-align: left;
}

@media (max-width: 800px) {
    .city-box-cards .city-card p {
        font-size: 20px;
    }
}

.city-box-cards .city-card h1 {
    font-size: 200px;
    font-weight: 600;
    line-height: 150px;
    color: var(--text-color-primary);
    position: absolute;
    left: -10px;
    bottom: -2px;
    transition: var(--transition);
    z-index: 1;
    opacity: 0;
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(120, 119, 119, 0.6);
    z-index: 10;
    display: none;
    opacity: 0;
    transition: var(--transition);
    overflow: auto;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.content-heading {
    background-color: var(--color-white-variant);
    text-align: center;
    padding-block: 60px 100px;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .content-heading {
        padding-block: 100px;
    }
}

.content-container {
    max-width: 1130px;
    background-color: var(--color-white);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 13px solid var(--color-primary);
    border-radius: var(--border-radius-md);
    margin: 0 auto;
    margin-top: -63px;
    margin-bottom: 120px;
}

.content-container h2 {
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase;
}

.content-container-inner {
    padding-inline: 40px;
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

@media (max-width: 800px) {
    .content-container-inner {
        padding-inline: 24px;
    }
}

.content-container-inner a {
    color: var(--text-color-primary);
}

.content-container-inner h3 {
    color: var(--text-color-primary);
    margin-bottom: 7px;
}

.content-container-inner ul {
    margin-block: 20px;
}

.content-container-inner ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 8px;
    text-transform: capitalize;
}

.content-container-inner ul li::before {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100px;
    background-color: var(--text-color-secondary);
}

.contact-page .content-container {
    padding-block: 70px;
    padding-inline: 30px;
}

@media (max-width: 450px) {
    .contact-page .content-container {
        padding-inline: 10px;
        padding-block: 50px;
    }
}

.contact-page .content-container-inner {
    max-width: 620px;
    margin: 0 auto;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-white-variant);
    padding: 55px 85px;
    gap: 0;
}

@media (max-width: 700px) {
    .contact-page .content-container-inner {
        padding-inline: 30px;
    }
}

@media (max-width: 550px) {
    .contact-page .content-container-inner {
        padding-inline: 0px;
        padding-block: 0;
        background-color: transparent;
    }
}

.contact-page .content-container-inner h2 {
    text-align: left;
    margin-top: 0;
}

.contact-page .content-container-inner .form {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 20px;
    margin-top: 42px;
}

@media (max-width: 550px) {
    .contact-page .content-container-inner .form .input-box-group {
        flex-direction: column;
    }
}

.contact-page .content-container-inner .form .input-box {
    max-width: 100%;
    width: 100%;
}

.contact-page .content-container-inner .form input,
.contact-page .content-container-inner .form textarea {
    border-radius: var(--border-radius-base);
}

.contact-page .content-container-inner .form button.btn-primary {
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
}

.contact-page .content-container-inner .form textarea {
    height: 160px;
}

.vender-hero-section {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    margin-block: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 700px) {
    .vender-hero-section .container-md {
        padding-inline: 20px;
    }
}

.vender-hero-section .container {
    background-color: var(--text-color-secondary);
    border-radius: var(--border-radius-xl);
    text-align: center;
}

@media (max-width: 700px) {
    .vender-hero-section .container {
        padding-inline: 14px;
    }
}

.vender-hero-section .container h1.heading-primary {
    color: var(--color-white);
}

.vender-hero-section .container p,
.vender-hero-section .container small {
    color: var(--color-white);
    font-weight: 500;
    gap: 7px;
}

.vender-list-hero-section {
    background-image: linear-gradient(99deg, rgba(1, 1, 1, 0.12) -1.06%, rgba(1, 1, 1, 0.03) 107.65%), url(../img/vender-list-hero-bg-img.png);
    background-position: center;
    padding-block: 120px;
}

.vender-list-hero-section .container {
    max-width: 650px;
    padding-block: 40px;
}

.vender-menu-hero-section {
    background: linear-gradient(99deg, rgba(1, 1, 1, 0.12) -1.06%, rgba(1, 1, 1, 0.03) 107.65%), url(../img/vender-menu-hero-bg-img.png);
    padding-top: 200px;
    padding-bottom: 110px;
}

.vender-menu-hero-section .container {
    max-width: 690px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 12px;
    position: relative;
}

.vender-menu-hero-section .container .badge {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 6px 40px;
    border-radius: 62px;
    margin: 0 auto;
    font-weight: 700;
    color: var(--color-white);
}

.vender-menu-hero-logo {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, 50%);
    width: 145px;
    height: 145px;
    border-radius: 100px;
    overflow: hidden;
}

.vender-menu-hero-logo img {
    -o-object-fit: cover;
    object-fit: cover;
    height:100%;
    width:100%;
}

@media (max-width: 400px) {
    .vender-menu-hero-logo {
        top: -40%;
    }
}

.vender-menu-hero-rating {
    color: var(--color-white);
    margin-left: auto;
    justify-content: flex-end;
}

.vender-menu-hero-detail {
    margin-top: 86px;
    margin-bottom: 26px;
    text-align: center;
}

.vender-menu-hero-detail p {
    align-items: flex-start;
}

.vender-menu-hero-detail small {
    font-style: italic;
    margin-block: 6px;
}

.vender-info {
    padding-block: 10px;
    background: #F2F2F2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.vender-info .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 3px;
}

.vender-info .breadcrumbs a {
    color: var(--text-color-secondary);
    font-weight: 500;
}

.vender-info .breadcrumbs a:hover {
    color: var(--text-color-primary);
    font-weight: 500;
}

.vender-info .breadcrumbs a.active {
    color: var(--text-color-primary);
    font-weight: 500;
}

.vender-info button {
    color: var(--text-color-primary);
    font-weight: 600;
}

.vender-menu-category {
    background-color: var(--color-white);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.vender-menu-category img {
    display: block;
    position: absolute;
    right: 0px;
    box-shadow: -20px 0px 16px 0px rgba(255, 255, 255, 0.6);
    background-color: white;
    height: 100%;
    padding: 15px;
}

.vender-menu-category ::-webkit-scrollbar {
    display: none;
}

.vender-menu-category .container-lg {
    /*overflow-x: scroll;*/
    display: flex;
    justify-content: center;
    gap: 0px;
}

.vender-menu-category .container-lg a {
    color: var(--text-color-secondary);
    position: relative;
    padding-block: 14px;
    transition: all 0.3s ease-in-out;
    display: block;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0px 17px 0px 17px;
    text-transform: uppercase;
}

.vender-menu-category .container-lg a::after {
    display: block;
    content: "";
    height: 2px;
    background-color: var(--text-color-secondary);
    width: 100%;
    position: absolute;
    bottom: 0px;
    transition: var(--transition);
    margin: 0 auto;
}

.vender-menu-category .container-lg a:hover {
    color: var(--text-color-primary);
}

.vender-menu-category .container-lg a:hover:after {
    background-color: var(--color-primary);
}

.vender-menu-category .container-lg a.active {
    color: var(--text-color-primary);
}

.vender-menu-category .container-lg a.active:after {
    background-color: var(--color-primary);
}

.menu:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
}

.menu .container-md {
    padding-inline: 0;
    max-width: 1300px;
}

.menu h2 {
    color: var(--text-color-secondary);
}

.menu-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(280px, 1fr));
    justify-content: center;
    gap: 35px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .menu-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

}
@media (max-width: 768px) {
    .menu-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    .footer-top .footer-section{
        max-width: 275px;
        width: 100%;
    }
}

.menu-cards .card-primary {
    max-width: 320px;
    margin: 0 auto;
}

.menu-cards .card-content {
    margin-bottom: 5px;
}

.menu-cards .card-content small {
    display: block;
    flex-shrink: 0;
}

.otp-form {
    max-width: 460px;
    background-color: var(--color-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    margin-block: 110px;
    padding: 40px;
    border-radius: var(--border-radius-xl);
}

@media (max-width: 700px) {
    .otp-form {
        padding: 40px 20px;
    }
}

.otp-form-header {
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 700px) {
    .otp-form-header {
        margin-bottom: 36px;
    }
}

.otp-form-header h1.heading-primary {
    color: var(--text-color-primary);
}

.otp-form .input-box {
    border-radius: var(--border-radius-base);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
    padding: 12px 17px;
    flex-direction: row-reverse;
    gap: 10px;
    position: relative;
    margin-bottom: 16px;
}

@media (max-width: 450px) {
    .otp-form .input-box {
        padding: 10px;
    }
}

.otp-form .input-box input {
    padding-left: 5px;
}

.otp-form .input-box input:focus ~ label::after {
    width: 100%;
}

.otp-form .input-box label::after {
    display: block;
    content: "";
    background-color: var(--color-primary);
    width: 0%;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--transition);
}

.otp-form button {
    max-width: 100%;
    width: 100%;
    border-radius: var(--border-radius-base);
    margin-top: 30px;
}

.otp-code-form .input-box-group {
    justify-content: center;
    gap: 18px;
}

.otp-code-form .input-box-group input {
    background-color: #F7E9E9;
    width: 46px;
    height: 46px;
    border-radius: var(--border-radius-base);
    padding: 14px;
    text-align: center;
}

@media (max-width: 400px) {
    .otp-code-form .input-box-group {
        gap: 6px;
    }
    .sign-in-form-links {
        font-size: 13px !important;
    }

    .sign-in-form-links a{
        font-size: 13px !important;
    }

    .heading-primary {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .otp-code-form .input-box-group input {
        width: 38px;
        height: 38px;
    }
}

.otp-code-form-resend {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 700px) {
    .otp-code-form-resend {
        margin-top: 22px;
    }
}

.otp-code-form-resend button {
    color: var(--text-color-primary);
    margin-top: 0;
    font-weight: 600;
}

.footer {
    padding-top: 50px;
}

.footer .container {
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1120px) {
    .footer .container {
        justify-content: space-between;
    }
}

@media (max-width: 1050px) {
    .footer .container {
        flex-wrap: wrap;
        gap: 60px;
        row-gap: 40px;
    }
}

.footer-top {
    background-color: rgba(0, 0, 0, 0.83);
    padding: 75px 0;
}

.footer-top .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
}

.footer-top .container .line {
    width: 1px !important;
    background-color: rgba(153, 153, 153, 0.5);
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .footer-top .container .line {
        display: none;
    }
}

.footer-bottom {
    background-color: #181616;
    padding: 20px 0;
}

.footer-bottom .container {
    max-width: 1360px;
}

@media (max-width: 600px) {
    .footer-bottom .container {
        gap: 20px;
        flex-direction: column;
    }
}

.footer-bottom-icons {
    display: flex;
    gap: 18px;
}

.footer-bottom-icons a {
    flex-grow: 1;
    width: 27px;
    height: 27px;
    border-radius: 100px;
    border: 1px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-icons a img {
    display: flex;
}

.footer-bottom p {
    color: #999;
}

.col h4 {
    color: var(--color-white);
    margin-bottom: 23px;
}

.col div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.col a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #999;
    transition: all 0.3s ease-in-out;
}

.col a:hover {
    color: var(--text-color-primary);
}

.col a:hover::before {
    background-color: var(--text-color-primary);
}

.col-1 {
    max-width: 270px;
    width: 100%;
}

.col-1 img {
    display: block;
    max-width: 90px;
}

.col-1 p {
    color: #999;
    margin-top: 16px;
    padding-bottom: 6px;
}

.col-2 a::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999;
    transition: all 0.3s ease-in-out;
}

.col-4 div {
    width: 200px;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 500px) {
    .col-4 div {
        max-width: 100%;
        width: 100%;
        height: 160px;
    }
}

.col-4 div iframe {
    width: 100%;
    height: 100%;
}

.app-section {
    margin-top: 55px;
}

@media (max-width: 700px) {
    .app-section {
        padding-inline: 0;
    }
}

.app-section .container-md {
    background-color: var(--color-white-variant);
    border-radius: var(--border-radius-xl);
}

@media (max-width: 700px) {
    .app-section .container-md {
        border-radius: 0;
        padding-inline: 0;
    }
}

.app-section .container {
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (max-width: 850px) {
    .app-section .container {
        justify-content: center;
    }
}

.app-section-content {
    max-width: 435px;
    width: 100%;
}

.app-section-content h1 {
    font-weight: 500;
    margin-top: 27px;
    margin-bottom: 6px;
}

@media (max-width: 600px) {
    .app-section-content h1 {
        font-size: 24px;
    }
}

.app-section-content p {
    letter-spacing: -0.18px;
    color: var(--text-color-2);
}

.app-section-download {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 34px;
}

.app-section-download .qr-code {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

.app-section-download .btns {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.app-section-download .btns a {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

@media (max-width: 900px) {
    .app-section-img {
        width: 40%;
    }
}

@media (max-width: 850px) {
    .app-section-img {
        display: none;
    }
}

.app-section-img img {
    width: 100%;
}

.reward.container-lg .container-md {
    background-color: var(--color-white-variant);
    border-radius: var(--border-radius-xl);
}

.reward .container-md {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.reward-content{
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 24px;
    padding-inline: 20px;
}

.reward-text-content{
    max-width: 390px;
}

.reward .gift {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.gift img{
    max-height: 300px;
}

.reward-points-header{
    font-size: 40px;
    color: black;
    font-weight: 600;
}

.reward-section{
    display: flex;
    align-items: center;
}

.reward-section.separator{
    height: 180px;
    width: 1px;
    background-color: rgba(153, 153, 153, 0.5);
    flex-shrink: 0;
}

.coin-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.multiplication-factor {
    bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    left: 114px;
    color: var(--color-primary);
}

@media (max-width: 1100px) {
    .reward-content{
        width: 80%;
    }
}

@media (max-width: 1051px) {
    .reward-points-header {
        font-size: 28px;
    }
    .reward.container-lg {
        padding-inline: 0;
    }

    .reward-section{
        width: 100%;
    }

    .reward-section.separator {
        height: 1px;
        width: 100%;
    }
}

@media (max-width: 400px){
    .reward-points-header{
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .cuisine.container-lg {
        padding-inline: 0;
    }
}

.cuisine.container-lg .container-md {
    background-color: var(--color-white-variant);
    border-radius: var(--border-radius-xl);
    padding-block: 55px;
}

@media (max-width: 700px) {
    .cuisine.container-lg .container-md {
        border-radius: 0;
    }
}

.cuisine-items {
    display: flex;
    margin-top: 50px;
}

.cuisine-item {
    max-width: 110px;
    width: 100%;
    margin-inline: 10px;
    cursor: pointer;
}

.cuisine-item-img {
    background-color: #EBE1FF;
    border-radius: var(--border-radius-lg);
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.cuisine-item-img:hover {
    background-color: rgba(226, 13, 13, 0.09);
}

.cuisine-item-img:hover ~ p {
    color: var(--text-color-primary);
}

.cuisine-item-img:hover ~ p::after {
    width: 100%;
}

.slider-item-img-active.cuisine-item-img ~ p:after {
    width: 100%;
}

.slider-item-img-active.cuisine-item-img ~ p {
    color: var(--text-color-primary);
}

.slider-item-img-active.cuisine-item-img {
    background-color: rgba(226, 13, 13, 0.09);
}

.cuisine-item p {
    text-align: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 6px;
}

.cuisine-item p::after {
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    border-radius: 3px;
    background-color: var(--color-primary);
    transition: var(--transition);
}

@media (max-width: 700px) {
    .deals.container-lg {
        padding-inline: 0;
    }
}

@media (max-width: 1300px) {
    .deals .container {
        max-width: 90%;
        margin-inline: auto;
    }
}

@media (max-width: 1100px) {
    .deals .container {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .deals .container {
        max-width: 85%;
    }
}

@media (max-width: 850px) {
    .deals .container {
        max-width: 95%;
    }
}

@media (max-width: 700px) {
    .deals .container {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .deals .container {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .deals .container {
        padding-inline: 0;
    }
}

.deal-cards {
    margin-top: 84px;
}

.deal-cards .card-primary {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    margin-inline: 15px;
    min-height: 360px;
}

@media (max-width: 720px) {
    .deal-cards .card-primary {
        margin-inline: 10px;
    }
}

@media (max-width: 700px) {
    .venue.container-lg {
        padding-inline: 0;
    }
}

.venue .container-md {
    background-color: var(--color-white-variant);
    border-radius: var(--border-radius-xl);
    padding-block: 50px;
    margin-top: 50px;
}

@media (max-width: 700px) {
    .venue .container-md {
        border-radius: 0;
    }
}

@media (max-width: 1300px) {
    .venue .container {
        max-width: 90%;
        margin-inline: auto;
    }
}

@media (max-width: 1100px) {
    .venue .container {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .venue .container {
        max-width: 85%;
    }
}

@media (max-width: 850px) {
    .venue .container {
        max-width: 95%;
    }
}

@media (max-width: 700px) {
    .venue .container {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .venue .container {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .venue .container {
        padding-inline: 0;
    }
}

.venue-cards {
    display: flex;
    padding-top: 50px;
}

.venue-cards .slick-arrow {
    top: 62%;
}

.venue-cards .slick-list {
    padding-top: 100px;
}

.venue-cards .card-secondary {
    margin-inline: 15px;
}

@media (max-width: 720px) {
    .venue-cards .card-secondary {
        margin-inline: 10px;
    }
}

.restaurant-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 30px;
    margin-top: 56px;
    grid-auto-rows: 1fr;

}

@media (max-width: 660px) {

    .restaurant-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    }
}

.restaurant-cards .card-tertiary {
    margin: 0 auto;
    flex: 48%;
}

@media (max-width: 660px) {
    .restaurant-cards .card-tertiary {
        max-width: 350px;
    }
}

.modal-open-btn, .popUp-close-btn {
    cursor: pointer;
}

.modal {
    background: rgba(120, 119, 119, 0.6);
    overflow: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-block: 100px;
    z-index: 999;
    display: none;
}

.modal.active {
    display: block;
}

.modal.active .vender-info-card {
    top: 80px;
}

.modal.active .address-modal-box {
    transform: translateX(0%);
}

.modal::-webkit-scrollbar-track {
    border-radius: 10px;
}

.modal::-webkit-scrollbar {
    width: 0px;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #D62929;
    background-image: -webkit-linear-gradient(40deg, transparent, rgba(0, 0, 0, 0.2) 50%, transparent, transparent);
}


.address-modal-box {
    max-width: 410px;
    width: 100%;
    margin-left: auto;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
    height: 100%;
    transform: translateX(200%);
    transition: all 0.3s ease-in-out;
    background-color: var(--color-white);
}

@media (max-width: 600px) {
    .address-modal-box {
        max-width: 380px;
    }
}

.address-modal-box-top {
    background-color: var(--text-color-primary);
    color: var(--color-white);
    font-weight: 600;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.address-modal-box-center {
    background-color: rgb(244, 244, 244);
    padding-top: 40px;
    padding-bottom: 20px;
}

.address-modal-box-center form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    padding-inline: 38px;
}

@media (max-width: 600px) {
    .address-modal-box-center form {
        padding-inline: 20px;
    }
}

.address-modal-box-center .input-box {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border: var(--border);
    border-radius: var(--border-radius-md);
    padding: 11px 16px;
    background-color: var(--color-white);
}

.address-modal-box-center .input-box input::-moz-placeholder {
    width: 100%;
    color: var(--text-color-secondary);
}

.address-modal-box-center .input-box input,
.address-modal-box-center .input-box input::placeholder {
    width: 100%;
    color: var(--text-color-secondary);
}

.address-modal-box-center button {
    color: var(--text-color-primary);
    display: flex;
    gap: 9px;
}

.address-modal-box-bottom {
    padding-block: 38px;
    background-color: var(--color-white);
}

@media (max-width: 600px) {
    .address-modal-box-bottom {
        padding-block: 26px;
    }
}

.address-modal-box-bottom h5 {
    padding-left: 38px;
}

@media (max-width: 600px) {
    .address-modal-box-bottom h5 {
        padding-left: 20px;
    }
}

.address-modal-box-addresses a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 24px;
    padding-left: 38px;
}

@media (max-width: 600px) {
    .address-modal-box-addresses a {
        padding-left: 20px;
    }
}

.address-modal-box-addresses a:not(:last-of-type) {
    border-bottom: var(--border);
}

.address-modal-box-addresses a h4 {
    color: var(--text-color-secondary);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.add-to-cart-popUp {
    background-color: var(--color-white);
    padding-block: 14px;
    border-radius: var(--border-radius-lg);
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    border-left: 5px solid #27AE60;
}

.add-to-cart-popUp a {
    color: black;
    border-left: var(--border);
    border-color: black;
    gap: 8px;
    padding-left: 20px;
}

.my-account {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 100px;
    border-radius: var(--border-radius-xl);
    border: var(--border);
    display: flex;
    overflow: hidden;
}

@media (max-width: 900px) {
    .my-account {
        flex-direction: column;
        margin-top: 150px;
        overflow: visible;
    }
}

.my-account-side-bar {
    max-width: 250px;
    width: 100%;
    background-color: var(--color-white);
}

@media (max-width: 900px) {
    .my-account-side-bar {
        max-width: 100%;
    }
}

.my-account-user-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    border-right: var(--border);
    padding: 20px;
}

@media (max-width: 900px) {
    .my-account-user-img {
        border: none;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: 0 auto;
        margin-top: -60px;
    }
}

@media (max-width: 900px) {
    .my-account-links {
        display: flex;
    }
}

@media (max-width: 900px) and (max-width: 900px) {
    .my-account-links {
        border-bottom: var(--border);
        border-top: var(--border);
    }
}

.my-account-links .link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-right: var(--border);
    border-top: var(--border);
    transition: var(--transition);
}

@media (max-width: 900px) {
    .my-account-links .link {
        width: 100%;
        border-top: 0;
    }
}

@media (max-width: 700px) {
    .my-account-links .link {
        padding: 10px;
        gap: 10px;
    }
}

@media (max-width: 550px) {
    .my-account-links .link {
        align-items: center;
        justify-content: center;
    }
}

.my-account-links .link:last-of-type {
    border-bottom: var(--border);
}

@media (max-width: 900px) {
    .my-account-links .link:last-of-type {
        border-bottom: 0;
        border-right: 0;
    }
}

@media (max-width: 450px) {
    .my-account-links .link:last-of-type {
        max-width: 90px;
    }
}

.my-account-links .link div {
    height: 33px;
    width: 33px;
    border-radius: 100px;
    background-color: var(--color-primary-variant-1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.my-account-links .link div svg {
    transition: var(--transition);
    color: var(--color-primary);
}

@media (max-width: 700px) {
    .my-account-links .link div {
        height: 28px;
        width: 28px;
    }

    .my-account-links .link div svg {
        width: 14px;
    }
}

@media (max-width: 550px) {
    .my-account-links .link div {
        display: none;
    }
}

@media (max-width: 600px) {
    .my-account-links .link p {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .my-account-links .link p {
        font-size: 12px;
        font-weight: 600;
    }
}

.my-account-links .link:hover {
    background-color: var(--color-white-variant);
}

.my-account-links .link:hover div {
    background-color: var(--color-primary);
}

.my-account-links .link:hover div svg {
    color: var(--color-white);
}

.my-account-links .link.active {
    border-right: none;
    background-color: var(--color-white-variant);
}

@media (max-width: 900px) {
    .my-account-links .link.active {
        border-right: var(--border);
    }
}

.my-account-links .link.active div {
    background-color: var(--color-primary);
}

.my-account-links .link.active div svg {
    color: var(--color-white);
}

.my-account-detail {
    background-color: var(--color-white-variant);
    width: 100%;
    padding: 40px;
}

.my-account-detail::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1024px) {
    .my-account-detail {
        padding: 30px;
    }
}

@media (max-width: 700px) {
    .my-account-detail {
        padding: 20px;
    }
}

.my-account-detail h1 {
    color: var(--text-color-secondary);
}

.my-account-detail-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 400px;
    overflow: auto;
}

.my-account-detail-cards::-webkit-scrollbar {
    display: none;
}

.my-account-detail-card {
    border: var(--border);
    border-radius: var(--border-radius-xl);
    padding: 14px 26px;
    background-color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

@media (max-width: 1024px) {
    .my-account-detail-card {
        padding-inline: 20px;
    }
}

@media (max-width: 700px) {
    .my-account-detail-card {
        padding-inline: 14px;
        gap: 30px;
    }
}

.my-account-detail-card-left {
    display: flex;
    gap: 14px;
    align-items: center;
    position: relative;
}

.my-account-detail-card-left .status {
    border-radius: 20px;
    width: max-content;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}

@media (max-width: 700px) {
    .my-account-detail-card-left .status {
        font-size: 11px;
        font-weight: 700;
       /* width: 76px;*/
        height: 24px;
    }
}

.my-account-detail-card-left .delivered {
    background-color: #DBF4E5;
    color: #229917;
}

.my-account-detail-card-left .cancelled,.my-account-detail-card-left .canceled {
    background-color: #F8D7D7;
    color: var(--text-color-primary);
}

.my-account-detail-card-left .placed {
    background-color: #C0F1FB;
    color: #0F91AB;
}

.my-account-detail-card-left h3 {
    margin-top: 6px;
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    .my-account-detail-card-left h3 {
        font-size: 14px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .my-account-detail-card-left h3 {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .my-account-detail-card-left small {
        font-size: 12px;
        font-weight: 600;
    }
}

@media (max-width: 450px) {
    .my-account-detail-card-left small {
        font-size: 10px;
        line-height: normal;
    }
}

.my-account-detail-card-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 950px) {
    .my-account-detail-card-right {
        gap: 0px;
    }
}

.my-account-detail-card-right small {
    color: var(--text-color-primary);
}

@media (max-width: 700px) {
    .my-account-detail-card-right small {
        font-size: 12px;
    }
}

/*@media (max-width: 550px) {
    .my-account-detail-card-right small {
        display: none;
    }
}*/

.address-book .heading-secondary {
    margin-bottom: 40px;
}

.order-history ~ .order-detail-popup {
    display: none;
}

@media (max-width: 500px) {
    .order-history ~ .order-detail-popup {
        padding-inline: 20px;
    }
}

.order-history ~ .order-detail-popup.active {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.order-history .my-account-detail-card-left span {
    color: var(--text-color-primary);
    margin-left: 20px;
}

@media (max-width: 600px) {
    .order-history .my-account-detail-card-left span {
        position: absolute;
        top: 5px;
        left: 80px;
    }
}

.order-history-search-box, .order-history-search-box form {
    display: flex;
    margin-block: 28px;
}

.order-history-search-box input {
    max-width: 220px;
    width: 100%;
    border: var(--border);
    border-radius: var(--border-radius-md);
    padding: 6px 12px;
    background-color: var(--color-white);
}

@media (max-width: 550px) {
    .order-history-search-box{
        flex-direction: column;
    }
    .order-history-search-box form{
        flex: 1;
    }
    .order-history-search-box form input{
        flex: 1;
    }
    .order-history-search-box input {
        max-width: 150px;
    }
}

.enteries-per-page {
    align-items: center;
    font-weight: 600;
    gap: 10px;
}

@media (max-width: 550px) {
    .enteries-per-page {
        font-size: 12px;
        gap: 6px;
    }
}

.enteries-per-page span {
    font-weight: 500;
}

.enteries-per-page select {
    border: var(--border);
    border-radius: 2px;
    background-color: var(--color-white);
    padding: 6px;
}

@media (max-width: 550px) {
    .enteries-per-page select {
        padding: 4px;
    }
}

/*# sourceMappingURL=main.css.map */

/* Content Loader */

.spinner_overlay {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 90%);
    cursor: progress;
}

.spinner {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    cursor: progress;
}

.spinner::before,
.spinner::after {
    --radius: 250;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spinner-w7nm60 3.8s infinite linear;
    background: #e20d0d;
    border-radius: 50%;
}

.spinner::before {
    --radius: -250;
    background: #ffad0c;
}

@keyframes spinner-w7nm60 {
    0% {
        transform: scale(1) rotate(0deg) translateY(calc(var(--radius) * 1%));
    }

    50% {
        transform: scale(0.5) rotate(1440deg) translateY(0);
    }

    100% {
        transform: scale(1) rotate(2920deg) translateY(calc(var(--radius) * 1%));
    }
}

.max-h-46 {
    max-height: 46px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-h-50 {
    max-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-margin-block {
    margin-block: auto !important;
}

.deal-complete-description {
    position: absolute;
    top: 154px;
    background: rgb(0 0 0 / 79%);
    color: white;
    padding: 10px;
    border-radius: 29px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    left: 8%;
}

[data-title]:hover:after {
    opacity: 1;

    visibility: visible;
}

[data-title]:after {
    transition: all 0.20s ease 0.5s;
    content: attr(data-title);
    text-wrap: wrap;
    position: fixed;
    top: 0px;
    padding: 5px 10px;
    color: white;
    white-space: wrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 13px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    background: #000000a6;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    width: 200px;
    margin-left: 20px;
}

[data-title] {
    position: relative;
}

.sign-in-form-links {
    display: flex;
    font-size: 15px;
    flex-direction: column;
    gap: 11px;
}

.sign-in-form-links p a {
    color: var(--text-color-primary);
    font-size: 16px;
    font-weight: 500;
}

p.error.hide {
    display: none;
}

p.error {
    color: var(--text-color-primary);
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: -16px;
    display: block;
}

.restaurant-searched {
    top: 65px !important;

    color: var(--text-color-secondary) !important;
}

.restaurant-searched li.ui-menu-item div.ui-menu-item-wrapper {
    padding: 10px !important;
}

.highlight-searched-value {
    color: var(--text-color-primary) !important;
    font-weight: 600 !important;
}

.restaurant-searched .ui-state-active,
.restaurant-searched .ui-widget-content .ui-state-active,
.restaurant-searched .ui-widget-header .ui-state-active,
.restaurant-searched a.ui-button:active,
.restaurant-searched .ui-button:active,
.restaurant-searched .ui-button.ui-state-active:hover {
    border: none !important;
    background: #0000000f !important;
    color: var(--text-color-secondary) !important;
    font-weight: normal !important;
    border-bottom: 1px solid var(--text-color-primary) !important;
}

.view-all-restaurants-link-container {
    min-width: 74px;
    text-align: center;
}

.view-all-restaurants-link-container a {
    text-decoration: none;
    color: var(--text-color-primary);
    font-size: 14px;
    font-weight: 600;
}


.ui-autocomplete-loading {
    background: transparent url('/assets/img/autocomplete_loading.gif') center no-repeat;
    background-size: contain;
}

.font-12px {
    font-size: 12px;
    line-height: 18px;
}

.text-white {
    color: white;
}

.venue-menu-tags .card-list-with-badges {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.venue-menu-tags {
    margin-bottom: 26px;
}

.sticky-categories {
    position: sticky;
    top: -1px;
    z-index: 998;
}

.reviews-stars p {
    flex: 1;
}

.reviews-stars img {
    margin: 0 auto;
    height: 18px;
    width: 18px;
    display: inline-block;
}

.card-content.custom-flex-style {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    white-space: initial;
    flex-direction: row;
    gap: 2px;
    max-height: 68px;
}

.item-addons-and-details {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.input-box-btn a {
    color: var(--text-color-primary);
    display: flex;
    gap: 9px;
}

.input-box-btn a img {
    position: initial !important;
}

.voucher-code-container {
    background-color: aliceblue;
    padding-block: 17px;
    margin: 15px 0px;
    padding: 15px 0px;
}

.point-container{
    padding: 20px;
    border: 2px solid #e20d0d;
    border-radius: 12px;
    margin: 0 32px;
}

.point-container span{
    font-size: 40px;
    font-weight: 600;
}

.points-info{
    display: flex;
    align-items: flex-start;
    margin: 28px;
    justify-content: center;
    border: solid 1px #8B8B8B;
    padding: 20px;
    border-radius: 8px;
}

.points-info span{
    font-size: 14px;
}

.reward-points{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.voucher-code-container .add-voucher-code{
    margin-bottom: 30px;
}

.right-arrow-auto-left{
    margin-left: auto;
}

.voucher-code-container div {
    margin-top: 0px !important;
}

.voucher-code-container .flex {
    gap: 15px;
    align-items: center;
}

.voucher-code-container-popup {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border-radius: var(--border-radius-xl);
    background-color: var(--color-white);
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.voucher-code-container-popup .full {
    padding: 20px 26px;
    position: relative;
    width: 100%;
}

.voucher-code-container-popup h6 {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    line-height: normal;
}

.voucher-code-container-popup p {
    font-weight: 500;
    margin-top: 7px;
    color: var(--text-color-secondary);
    font-size: 11px;
}

.voucher-code-container-popup .full img {
    position: absolute;
    right: 26px;
    top: 20px;
}

.voucher-code-container-popup input[type=radio] {
    display: none;
}

.voucher-code-container-popup input[type=radio] ~ span {
    display: block;
    content: "";
    background-color: var(--color-white-variant-2);
    height: 20px;
    width: 20px;
    border: var(--border);
    border-width: 2px;
    border-radius: 100px;
}

.voucher-code-container-popup input[type=radio]:checked ~ span {
    border-color: red;
    border-width: 5px;
}


.voucher-code-container-popup .delivery-address-box p {
    color: var(--color-primary);
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-break {
    flex: 1 1 100%;
}

.align-content-center {
    align-items: center;
}

.align-self-center {
    align-self: center !important;
}

.justify-content {
    justify-content: center;
}

.padding-block {
    padding-block: 15px;
}

.discount-button-option {
    cursor: pointer;
}

.discount-button-option.disabled .container div.radio-container {
    position: relative;
    border-radius: var(--border-radius-xl);
    border: var(--border);
    border-color: #7a7a7aa1;

}

.discount-button-option.disabled .container div.radio-container::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius-xl);
    cursor: not-allowed;
    background: rgb(183 183 183 / 45%);
    top: 0px;
    left: 0px;
}

.text-black {
    color: var(--color-black);
}

.voucher-code-container-popup p.voucher-not-found {
    flex: 1 1 100%;
    text-align: center;
    padding-block: 87px;
    background: #ececec63;
    border-radius: 12px;
    font-size: 16px;
}

.voucher-popup-btns {
    flex-wrap: wrap;
    gap: 15px;
}

.voucher-popup-btns input.voucher-popup-btn {
    flex: 0 0 max-content;
}

.btn-secondary {
    background: var(--color-black);
    color: var(--color-white);
    display: block;
    border-radius: var(--border-radius-md);
    font-weight: 600;
    padding: 10px;
    max-width: -moz-max-content;
    max-width: max-content;
}

.voucher-code-left img {
    width: 42px;
}

.voucher-flex {
    column-gap: 15px;
}

.voucher-flex img {
    height: 15px;
}

.cursor-pointer {
    cursor: pointer;
}

.pagination-wrapper {
    padding-block: 15px;
    text-align: right;
}

.pagination-wrapper .pagination {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: antiquewhite;
    border-radius: var(--border-radius-md);
    border: dotted 1px #fdd299;
}

.pagination-wrapper .pagination a {
    text-decoration: none;
    color: var(--color-black);
    float: left;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;

}

.pagination-wrapper .pagination a:not(:last-child) {
    /*border-right: dotted 1px #cbcbcb;*/
    border-right: dotted 1px #fdd299;
}

.pagination-wrapper .pagination span {
    float: left;
    font-size: 24px;

    display: block;
    padding-inline: 3px;
}

.pagination-wrapper .pagination span:first-of-type {
    padding-left: 15px;

}

.pagination-wrapper .pagination span:last-of-type {
    border-right: dotted 1px #fdd299;
    padding-right: 15px;
}

.pagination-wrapper .pagination1 a.active {
    background-color: var(--color-primary);
    color: var(--color-white-variant);
    border-radius: var(--border-radius-md);
}

.pagination1 a:hover:not(.active) {
    background-color: var(--color-primary-variant-1);
    border-radius: var(--border-radius-md);
}

.py-15px{
    padding: 15px 0px;
}
.py-b-15px{
    padding-bottom: 15px;
}

.text-primary{
    color: var(--color-primary);;
}

.venues-list-paginator-container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 60px 0px;
    border-top: 1px solid #dfdfdf;
    padding: 30px 0px;
}

.resend-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.order-history-search-box input.order-history-search-btn{
    width: auto ;
    margin-left: 15px;
    color: white;
    background: var(--color-primary) ;
    text-transform: capitalize;
    cursor: pointer;
}
.inactive-user-popup{
    width: 100%;
    position: fixed;
    background: antiquewhite;
    z-index: 9999;
    bottom: 0px;
    border-top: 1px solid #ffd297;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.inactive-user-popup p{
   font-weight: bold;
}
.inactive-user-popup p a,.inactive-user-popup p a:link{
    color:var(--color-primary)
}
@media (max-width: 596px) {
    .my-account-detail-card {
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-start;
    }
    .my-account-detail-card-right{
        gap: 6px;
        flex-direction: row;
    }
    .add-on-card-form .deal-option-box .deal-option-box-item .deal-option-box-radiobtn{
        padding: 15px 15px;
    }
    .flex-sm-column{
        flex-direction: column;
    }
    .sm-hide{
        display: none;
    }
    .vender-info-card {
        max-width: 100%;
    }
    .vender-info-card .tabcontent .vender-info-card-reviews{
        grid-template-columns: none;
    }
}
.hero-section .hero-cards .card .card-content p.text-base{
    position: relative;
    z-index: 99;
}
.hero-cards .card .card-content .btn-primary{
    position: relative;
    z-index: 1;
}

.footer-logo{
   /* border-radius: 60px;
    border: 1px solid white;
    padding: 2px;*/
}

ol.with-decimal li{
    list-style-type: decimal !important;
    margin-block: 15px;
    font-size: 14px;
    line-height: 21px;
    color: var(--text-color-secondary);
    font-weight: 500;
}
.order-chat{
    max-width: 700px;
    padding-bottom: 0px;
    background-color: var(--color-white);
    border-radius: var(--border-radius-lg);
    margin-inline: auto;
}

.order-chat-container{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}
.order-chat-container .order-chat-header{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-top-left-radius: var(--border-radius-md);
    border-top-right-radius: var(--border-radius-md);
}
.order-chat-container .chat-messages{
    /*flex: 1 100%;
    overflow-y: auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:40px;*/


    flex: 1 1 0px;
    overflow-y: scroll;
    padding: 15px;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-end;*/
    gap: 40px;
    min-height: 500px;
    max-height: 500px;
}
.order-chat-container .chat-input-container{
    flex: 1 80px;
    display: flex;
    /*border-top: 1px solid #0a0302;*/
}
.order-chat-container .chat-input-container .chat-input{
    flex: 1 1;
    padding: 15px;
    border-bottom-left-radius: var(--border-radius-md);
    background-color: #ececec;
}
.order-chat-container .chat-input-container .send-chat-btn{
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-bottom-right-radius: var(--border-radius-md);
    padding: 10px 20px;
    cursor: pointer;
}
.chat-messages .message{
    display: flex;
    align-items: flex-start;
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-color-secondary);
    word-break: break-word;
    background-color: #ececec;
    border-radius: var(--border-radius-md);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease-in-out;
    flex:0 auto;
    flex-direction: column;
    gap: 10px;
    max-width: 60%;

}
.chat-messages .message{
    position: relative;
}
.chat-messages .message .user-name{
    width: 100%;
    font-weight: 900;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px
}
@media (max-width: 460px){
    .chat-messages .message .user-name{
        justify-content: flex-start;
    }
    .chat-messages .message .user-name img{
        display: none;

    }
}
.chat-messages .message.sent:after{
    content: "";
    position: absolute;
    bottom: -33px;
    right: 0px;
    width: 0;
    height: 0;
    transform: translateY(-57%) rotate(330deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 24px solid #fcd8d8;
}
.chat-messages .message.received:after{
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 0;
    height: 0;
    transform: translateY(-57%) rotate(159deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 24px solid #f0f0f0;
}
.chat-messages .message.sent{
    align-self: end;
    background-color: var(--color-primary-variant-1);
    box-shadow: 0 2px 4px var(--color-primary-variant-1);
    border-bottom: 1px solid var(--color-primary-variant-1);
}
.chat-messages .message.received{
    align-self: start;
}
.chat-messages .message .message-details{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
    font-size: 12px;
}

.chat-messages::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f0f0f0;
}

.chat-messages::-webkit-scrollbar {
    width: 10px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background-color: #414141;
    background-image: -webkit-linear-gradient(40deg, transparent, rgba(0, 0, 0, 0.2) 50%, transparent, transparent);
}
.close-chat-btn{
    font-size: 24px;
}
@media (max-width: 768px) {
    .chat-messages .message{
        max-width: 100%;
    }
}
.no-messages-found{
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.chat-btn{
    position: relative;
    border:1px solid var(--color-primary);
    padding: 10px 20px;
    border-radius: var(--border-radius-md);
}
.chat-btn .count{
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 3px 7px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;

}
.chat-input-container{
    position: relative;
}
.chat-input-overlay{
    position: absolute;
    background: #64646463;
    width: 100%;
    height: 100%;
    cursor: wait;
    display: none;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}
.hide-message-status{
    display: none;
}
.user-support-chat{
    height: 620px;
    border: 1px solid #e20d0d;
    border-radius: var(--border-radius-md); position: relative;
}
.support-chat-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.78);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-md);
}
.start-support-chat-form{
    width:80%;
}
.start-support-chat-form .input-box{
    margin-bottom: 15px;
    padding:0 15px;
    justify-content: flex-end
}
.start-support-chat-form .input-box .text-base{
    font-size: 16px;
    width: 100%;
    padding: 10px 10px;
    border-radius: var(--border-radius-md);

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    outline: none;
    transition: background-color 0.3s ease-in-out;
    background-color: #ffffff;
    font-weight: 500;

}
.start-support-chat-form .input-box textarea.text-base{
    resize: none;
    min-height: 200px;
}
.start-support-chat-form .support-chat-helping-note{
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    color: white;
    font-weight: 600;
}

.order-chat-container .chat-input-container .support-chat-input{
    flex: 1 1;
    padding: 15px;
    border-bottom-left-radius: var(--border-radius-md);
    background-color: #ececec;
}
.order-chat-container .chat-input-container .support-send-chat-btn{
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-bottom-right-radius: var(--border-radius-md);
    padding: 10px 20px;
    cursor: pointer;
}
.justify-content-center{
    justify-content: center !important;
}

.support-attach-file-icon{
    background: #ececec;
    cursor: pointer;
}
.support-attach-file-icon:hover{
    background: #f0f0f0;
}
.support-attachment{
    position: absolute;
    width: 100%;
    top: -41px;
    background: #d7d7d7;
    display: flex;
    gap: 15px;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}
.attachment-delete-btn{
    padding:0px 15px;
    cursor: pointer;
}
.attachment-icon{
    display: inline-block;
    vertical-align: middle;
    height: 22px;
}
.message-attachment{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    margin: 15px;
    background: #d7d7d7;
    width: 80%;
    justify-content: center;
    height: 80px;
    flex-wrap:wrap;
    border-radius:var(--border-radius-md);
}
a.message-attachment{
    color: #212121;
    text-decoration: none;
}
.message-attachment p{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    color: black;
}
.message-attachment .message-attachment-icon{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}
@media (max-width: 460px){
    .support-attachment{
        display:none;
    }
}
.support-feedback-container{
    background:#eeeded;
    padding: 15px;
    border-radius: var(--border-radius-md);
}
.customer-support-rating-stars{
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.customer-support-rating-stars .s-rating-stars{
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.customer-support-feedback-input{
    margin-top:15px;
    padding:0px !important;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
}
.attachment-name{
    max-width: 200px;
    overflow: hidden;
    display: -webkit-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block
}

/*
Home Page banner css
 */

.homepage-banner-container {
    height: 500px;
    flex-shrink: 0;
    background-image: url('/assets/img/delivery_champs_home_page.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.homepage-banner-container-inner {
    display: flex;
    width: 542px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.homepage-banner-container-title {
    color: #FFF;
    text-align: center;
    font-size: 40.7px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.407px;
    align-self: stretch;
}

.homepage-banner-container-subtitle {
    width: 380px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.18px;
}

@media only screen and (max-width: 650px) {
    .homepage-banner-container {
        height: 230px;
        background-image: url('/assets/img/dc_home_page_mobile.png');
        margin-top: 40px;
    }

    .homepage-banner-container-inner {
        margin: 0 50px 0 70px;
    }

    .homepage-banner-container-title {
        font-size: 18px;
        line-height: 21px;
    }

    .homepage-banner-container-subtitle {
        font-size: 14px;
        line-height: 20px;
        width: 260px;
    }
}

@media only screen and (min-width: 651px) and (max-width: 1025px) {
    .homepage-banner-container {
        margin-top: 50px;
        height: 305px;
        background-image: url('/assets/img/dc_home_page_tablet.png');
    }


    .homepage-banner-container-title {
        font-size: 40px;
    }

    .homepage-banner-container-subtitle {
        font-size: 17px;
        line-height: 26px;
        width: 100%;
    }
}
