@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap");

.list.list-column,
.pagination {
    display: flex;
    flex-wrap: wrap;
}

.restaurast-banner::before,
.food-item-box__thumb::before,
.inner-banner-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.btn,
.overlay,
a,
img,
.name {
    transition: all 0.3s;
}

.list.list-style-two li::before,
.list.list-style-check li::before {
    position: absolute;
    font-weight: 900;
    font-size: 16px;
    font-family: "Line Awesome Free";
}

a {
    font-family: var(--heading-font);
    color: var(--heading);
}

:root {
    --heading-font: "Poppins", sans-serif;
    --body-font: "Inter", sans-serif;
    --heading: 0 0% 13%;
    --body: 0 0% 60%;
    --body-two: 0 1% 75%;
    --body-three: 0 0% 47%;
    --border: 0 0% 90%;
    --border-common: 0 0% 87%;
    --rating-color: 48 100% 50%;
    --common-white: 0 0% 100%;
    --normal-dark: 0 0% 22%;
    --normal-dark-two: 0 0% 13%;
    --bg-color-one: 16 100% 95%;
    --bg-color-two: 0 0% 97%;
    --bg-color-three: 0 0% 22%;
    --bg-color-four: 0 0% 13%;
    --bg-white: 0 0% 100%;
    --input-bg: 0 0% 100%;
    --box-shadow: 0px 2px 15px hsl(var(--black) /.099);
    --base-h: 14;
    --base-s: 100%;
    --base-l: 57%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-100: var(--base-h) var(--base-s) calc(var(--base-l) + 20%);
    --base-200: var(--base-h) var(--base-s) calc(var(--base-l) + 15%);
    --base-300: var(--base-h) var(--base-s) calc(var(--base-l) + 10%);
    --base-400: var(--base-h) var(--base-s) calc(var(--base-l) + 5%);
    --base-600: var(--base-h) var(--base-s) calc(var(--base-l) - 8%);
    --base-700: var(--base-h) var(--base-s) calc(var(--base-l) - 10%);
    --base-800: var(--base-h) var(--base-s) calc(var(--base-l) - 15%);
    --base-900: var(--base-h) var(--base-s) calc(var(--base-l) - 20%);
    --accent-h: 260;
    --accent-s: 92%;
    --accent-l: 10%;
    --accent: var(--accent-h) var(--accent-s) var(--accent-l);
    --accent-50: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 25%);
    --accent-100: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 20%);
    --accent-200: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 15%);
    --accent-300: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 10%);
    --accent-400: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 5%);
    --accent-600: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 5%);
    --accent-700: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 10%);
    --accent-800: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 15%);
    --accent-900: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 20%);
    --light-h: 148;
    --light-s: 0%;
    --light-l: 95%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --light-50: var(--light-h) var(--light-s) calc(var(--light-l) + 33%);
    --light-100: var(--light-h) var(--light-s) calc(var(--light-l) + 20%);
    --light-200: var(--light-h) var(--light-s) calc(var(--light-l) + 15%);
    --light-300: var(--light-h) var(--light-s) calc(var(--light-l) + 10%);
    --light-400: var(--light-h) var(--light-s) calc(var(--light-l) + 2%);
    --light-600: var(--light-h) var(--light-s) calc(var(--light-l) - 2%);
    --light-700: var(--light-h) var(--light-s) calc(var(--light-l) - 10%);
    --light-800: var(--light-h) var(--light-s) calc(var(--light-l) - 15%);
    --light-900: var(--light-h) var(--light-s) calc(var(--light-l) - 20%);

    /* Purple Color */
    --purple-h: 269;
    --purple-s: 98%;
    --purple-l: 83%;
    --purple: var(--purple-h) var(--purple-s) var(--purple-l);
    /* Purple Darken */
    --purple-d-100: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.1);
    --purple-d-200: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.2);
    --purple-d-300: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.3);
    --purple-d-400: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.4);
    --purple-d-500: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.5);
    --purple-l-100: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.1);
    --purple-l-200: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.2);
    --purple-l-300: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.3);
    --purple-l-400: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.4);
    --purple-l-500: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.5);
    --purple-l-600: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.6);
    /* ============================== Bootstrap Modifier End ============================== */
    --primary: 245 82% 67%;
    --secondary: 210 7% 56%;
    --success: 147 67% 47%;
    --danger: 360 78% 62%;
    --warning: 29 100% 63%;
    --info: 200 90% 53%;
    --dark: 206 70% 11%;
    --white: 0 0% 100%;
    --black: 0 0% 0%;
}


[data-theme=dark] {
    --heading: 0 0% 100%;
    --bg-color-one: 0 0% 22%;
    --body: 0 2% 84%;
    --body-three: 0 2% 84%;
    --bg-color-two: 0 0% 13%;
    --white: 0 0% 22%;
    --bg-color-four: 0 0% 22%;
    --bg-white: 0 0% 13%;
    --normal-dark-two: 0 0% 22%;
    --input-bg: 0 0% 22%;
    --border: 0 1% 29%;
    --base-h: 14;
    --base-s: 100%;
    --base-l: 57%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-100: var(--base-h) var(--base-s) calc(var(--base-l) + 20%);
    --base-200: var(--base-h) var(--base-s) calc(var(--base-l) + 15%);
    --base-300: var(--base-h) var(--base-s) calc(var(--base-l) + 10%);
    --base-400: var(--base-h) var(--base-s) calc(var(--base-l) + 5%);
    --base-600: var(--base-h) var(--base-s) calc(var(--base-l) - 8%);
    --base-700: var(--base-h) var(--base-s) calc(var(--base-l) - 10%);
    --base-800: var(--base-h) var(--base-s) calc(var(--base-l) - 15%);
    --base-900: var(--base-h) var(--base-s) calc(var(--base-l) - 20%);
    --accent-h: 260;
    --accent-s: 92%;
    --accent-l: 10%;
    --accent: var(--accent-h) var(--accent-s) var(--accent-l);
    --accent-50: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 25%);
    --accent-100: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 20%);
    --accent-200: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 15%);
    --accent-300: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 10%);
    --accent-400: var(--accent-h) var(--accent-s) calc(var(--accent-l) + 5%);
    --accent-600: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 5%);
    --accent-700: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 10%);
    --accent-800: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 15%);
    --accent-900: var(--accent-h) var(--accent-s) calc(var(--accent-l) - 20%);
    --light-h: 148;
    --light-s: 0%;
    --light-l: 95%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --light-50: var(--light-h) var(--light-s) calc(var(--light-l) + 33%);
    --light-100: var(--light-h) var(--light-s) calc(var(--light-l) + 20%);
    --light-200: var(--light-h) var(--light-s) calc(var(--light-l) + 15%);
    --light-300: var(--light-h) var(--light-s) calc(var(--light-l) + 10%);
    --light-400: var(--light-h) var(--light-s) calc(var(--light-l) + 2%);
    --light-600: var(--light-h) var(--light-s) calc(var(--light-l) - 2%);
    --light-700: var(--light-h) var(--light-s) calc(var(--light-l) - 10%);
    --light-800: var(--light-h) var(--light-s) calc(var(--light-l) - 15%);
    --light-900: var(--light-h) var(--light-s) calc(var(--light-l) - 20%);
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: hsl(var(--body));
    font-family: var(--body-font);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: hsl(var(--bg-color-two));
    counter-reset: number-counter;

}

a {
    text-decoration: none;
    color: hsl(var(--body));
    font-family: var(--body-font);
}

a:hover {
    color: hsl(var(--base));
}

span,
sub,
sup,
a {
    display: inline-block;
}

.bg_img {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.bg_fixed {
    background-attachment: fixed !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--common-white));
    z-index: 9999;
    bottom: 60px;
    right: 5px;
    font-size: 18px;
    position: fixed;
    transform: translateY(150px);
    background: hsl(var(--base));
    border-radius: 3px;
}

.scrollToTop:hover {
    color: hsl(var(--white));
}

.scrollToTop.active {
    transform: translateY(0);
    animation: bounceInDown 2s;
}

.scrollToTop.clicked {
    transform: translateY(-10px);
    transition: transform 0.2s;
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translateY(-3000px);
    }

    60% {
        opacity: 1;
        transform: translateY(25px);
    }

    75% {
        transform: translateY(-10px);
    }

    90% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

.custom-container {
    max-width: 1770px;
}

.fs--12px {
    font-size: 12px !important;
}

.fs--13px {
    font-size: 13px !important;
}

.fs--14px {
    font-size: 14px !important;
}

.fs--15px {
    font-size: 15px !important;
}

.fs--16px {
    font-size: 16px !important;
}

.fs--18px {
    font-size: 18px !important;
}

.fs--20px {
    font-size: 20px !important;
}

.fs--22px {
    font-size: 22px !important;
}

.fs--24px {
    font-size: 24px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    color: hsl(var(--heading));
    font-family: var(--heading-font);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: hsl(var(--heading));
}

h1 {
    font-size: 45px;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 22px;
    }
}

h3 {
    font-size: 30px;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media (max-width: 425px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 1199px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

p {
    margin: 0;
}

.fix {
    overflow: hidden;
}

.section-common .section-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    color: hsl(var(--heading));
    display: inline-block;
}

@media (max-width: 575px) {
    .section-common .section-title {
        font-size: 18px;
    }
}

.section-common .section-title::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 1px;
    background-color: hsl(var(--base));
    right: -38px;
    bottom: 6px;
}

.section-common .section-btn {
    color: hsl(var(--body));
    transition: all ease 0.3s;
    font-size: 18px;
    font-weight: 600;
}

.section-common .section-btn:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

@media (max-width: 425px) {
    .section-common .section-btn {
        font-size: 16px;
    }
}

button {
    background-color: transparent;
    border: none;
}

.w-img {
    width: 100%;
}

.p-relative {
    position: relative;
}

.filter-search-input {
    position: relative;
}

.filter-search-input input {
    width: 100%;
    height: 50px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--white));
    border-radius: 10px 10px 10px 10px;
    padding: 0 20px;
    padding-right: 50px;
    outline: none;
    color: hsl(var(--body));
}

.filter-search-input button {
    position: absolute;
    right: 20px;
    top: 12px;
    color: #919191;
    background: transparent;
    border: none;
}

/* pulse btn */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.theme-switch-wrapper {
    line-height: 1;
}

.slider {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.slider::before {
    content: "\f186";
}

.slider::before {
    position: absolute;
    font-weight: 900;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
}

input:checked+.slider:before {
    content: "\f185";
    color: hsl(var(--common-white)) !important;
}

.slider::before {
    color: hsl(var(--common-white));
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black));
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-logo {
    max-width: 265px;
    max-height: 65px;
}

.preloader__inner {
    padding-bottom: 90px;
    position: relative;
}

@media (max-width: 575px) {
    .preloader__inner {
        padding-bottom: 60px;
    }
}

.preloader__inner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.preloader__inner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    animation: leftRIghtWidth 3s infinite linear;
    background-color: hsl(var(--base)) !important;
}

.preloader__inner .preloader-icon {
    bottom: 0;
    left: 0;
    width: 80px;
    animation: leftRIght 3s infinite linear;
    transform: scaleX(-1);
}

@media (max-width: 575px) {
    .preloader__inner .preloader-icon {
        width: 50px;
    }
}

@keyframes leftRIght {
    0% {
        position: absolute;
        left: 0;
        opacity: 1;
    }

    25% {
        position: absolute;
        left: 25%;
        opacity: 1;
    }

    50% {
        position: absolute;
        left: 50%;
        opacity: 1;
    }

    75% {
        position: absolute;
        left: 75%;
        opacity: 1;
    }

    100% {
        position: absolute;
        left: 100%;
        opacity: 0;
    }
}

@keyframes leftRIghtWidth {
    0% {
        position: absolute;
        width: 0;
        opacity: 1;
    }

    25% {
        position: absolute;
        width: 25%;
        opacity: 1;
    }

    50% {
        position: absolute;
        width: 50%;
        opacity: 1;
    }

    75% {
        position: absolute;
        width: 75%;
        opacity: 1;
    }

    100% {
        position: absolute;
        width: 100%;
        opacity: 0;
    }
}

::selection {
    color: hsl(var(--common-white));
    background: hsl(var(--base));
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border: 0px solid transparent;
    border-radius: 2px;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--dark {
    color: hsl(var(--dark)) !important;
}

.text--muted {
    color: hsl(var(--muted)) !important;
}

.text--base {
    color: hsl(var(--base)) !important;
}

.heading-color {
    color: hsl(var(--heading)) !important;
}

.text--body {
    color: hsl(var(--body)) !important;
}

/* background color css start */
.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--dark {
    background-color: hsl(var(--dark)) !important;
}

.bg--light {
    background-color: hsl(var(--light)) !important;
}

.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--accent {
    background-color: hsl(var(--accent)) !important;
}

.section-bg-six {
    background-color: var(--section-bg-six);
}

.section-bg-one {
    background-color: hsl(var(--bg-color-one));
}

.section-bg-two {
    background-color: hsl(var(--bg-color-two));
}

/* background color css end */
.pt-160 {
    padding-top: clamp(70px, 5vw, 160px);
}

.pt-140 {
    padding-top: clamp(70px, 6vw, 140px);
}

.pt-120 {
    padding-top: clamp(70px, 6vw, 120px);
}

.pt-100 {
    padding-top: clamp(55px, 5vw, 100px);
}

.pt-80 {
    padding-top: clamp(50px, 5vw, 80px);
}

.pt-70 {
    padding-top: clamp(50px, 5vw, 70px);
}

.pt-60 {
    padding-top: clamp(35px, 5vw, 60px);
}

.pt-50 {
    padding-top: clamp(35px, 5vw, 50px);
}

.pt-40 {
    padding-top: clamp(25px, 5vw, 40px);
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-160 {
    padding-bottom: clamp(70px, 8vw, 160px);
}

.pb-150 {
    padding-bottom: clamp(70px, 7vw, 150px);
}

.pb-140 {
    padding-bottom: clamp(70px, 7vw, 140px);
}

.pb-130 {
    padding-bottom: clamp(70px, 7vw, 130px);
}

.pb-120 {
    padding-bottom: clamp(70px, 6vw, 120px);
}

.pb-100 {
    padding-bottom: clamp(55px, 5vw, 100px);
}

.pb-80 {
    padding-bottom: clamp(50px, 5vw, 80px);
}

.pb-60 {
    padding-bottom: clamp(35px, 5vw, 60px);
}

.pb-70 {
    padding-bottom: clamp(45px, 5vw, 70px);
}

.pb-50 {
    padding-bottom: clamp(35px, 5vw, 50px);
}

.pb-40 {
    padding-bottom: clamp(25px, 5vw, 40px);
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.btn {
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    z-index: 1;
    padding: 12px 20px !important;
    border-radius: 4px;
}

.btn--base {
    border-radius: 5px;
    position: relative;
    background: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--common-white)) !important;
    outline: none !important;
}

.btn--base i {
    color: hsl(var(--common-white)) !important;
}

.btn--base:hover,
.btn--base:focus,
.btn--base:active,
.btn--base:disabled {
    background: hsl(var(--base-400)) !important;
    border: 1px solid hsl(var(--base-400)) !important;
    color: hsl(var(--common-white)) !important;
    z-index: 1;
}

@media (max-width: 1199px) {
    .btn {
        padding: 5px 15px;
    }
}

.btn.btn--lg {
    padding: 15px 45px !important;
}

@media (min-width: 992px) {
    .btn.btn--lg {
        font-size: 16px;
    }
}

.btn.btn--md {
    padding: 12px 25px !important;
    font-size: 16px;
}

.btn.btn--sm {
    padding: 5px 15px !important;
    font-size: 14px;
}

.btn.btn--xs {
    padding: 0px 10px !important;
    font-size: 13px;
}

.btn.btn--rounded {
    border-radius: 30px !important;
}

.btn.btn--rounded::after {
    border-radius: 30px;
}

.btn--primary {
    background-color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--common-white));
}

.btn--primary:hover,
.btn--primary:focus {
    background-color: transparent;
    border-color: hsl(var(--primary));
    color: hsl(var(--primary)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--common-white));
}

.btn--secondary:hover,
.btn--secondary:focus {
    background-color: transparent;
    border-color: hsl(var(--secondary));
    color: hsl(var(--secondary)) !important;
}

.btn--success {
    background-color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    color: hsl(var(--common-white));
}

.btn--success:hover,
.btn--success:focus {
    background-color: transparent;
    border-color: hsl(var(--success));
    color: hsl(var(--success)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--common-white));
}

.btn--danger:hover,
.btn--danger:focus {
    background-color: transparent;
    border-color: hsl(var(--danger));
    color: hsl(var(--danger)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--common-white));
}

.btn--warning:hover,
.btn--warning:focus {
    background-color: transparent;
    border-color: hsl(var(--warning));
    color: hsl(var(--warning)) !important;
}

.btn--info {
    background-color: var(--info);
    border: 1px solid var(--info);
    color: hsl(var(--common-white));
}

.btn--info:hover,
.btn--info:focus {
    background-color: transparent;
    border-color: var(--info);
    color: var(--info) !important;
}

.btn--white {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--white));
    color: hsl(var(--common-white));
}

.btn--white:hover,
.btn--white:focus {
    background-color: transparent;
    border-color: hsl(var(--white));
    color: hsl(var(--white)) !important;
}

.btn--dark {
    background-color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--common-white));
}

.btn--dark:hover,
.btn--dark:focus {
    background-color: transparent;
    border-color: hsl(var(--dark));
    color: hsl(var(--dark)) !important;
}

.btn--outline-base {
    color: hsl(var(--common-white)) !important;
    border-radius: 5px;
    background: transparent;
    transition: 0.2s linear;
    border: 1px solid hsl(var(--common-white)) !important;
}

.btn--outline-primary {
    background-color: transparent;
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--primary)) !important;
}

.btn--outline-primary:hover,
.btn--outline-primary:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--primary));
    background-color: hsl(var(--primary));
}

.btn--outline-secondary {
    background-color: transparent;
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--secondary)) !important;
}

.btn--outline-secondary:hover,
.btn--outline-secondary:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--secondary));
    background-color: hsl(var(--secondary));
}

.btn--outline-success {
    background-color: transparent;
    border: 1px solid hsl(var(--success));
    color: hsl(var(--success)) !important;
}

.btn--outline-success:hover,
.btn--outline-success:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--success));
    background-color: hsl(var(--success));
}

.btn--outline-danger {
    background-color: transparent;
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--danger)) !important;
}

.btn--outline-danger:hover,
.btn--outline-danger:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--danger));
    background-color: hsl(var(--danger));
}

.btn--outline-warning {
    background-color: transparent;
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--warning)) !important;
}

.btn--outline-warning:hover,
.btn--outline-warning:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--warning));
    background-color: hsl(var(--warning));
}

.btn--outline-info {
    background-color: transparent;
    border: 1px solid var(--info);
    color: var(--info) !important;
}

.btn--outline-info:hover,
.btn--outline-info:focus {
    color: hsl(var(--common-white)) !important;
    border-color: var(--info);
    background-color: var(--info);
}

.btn--outline-white {
    background-color: transparent;
    border: 1px solid hsl(var(--white));
    color: hsl(var(--white)) !important;
}

.btn--outline-white:hover,
.btn--outline-white:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--white));
    background-color: hsl(var(--white));
}

.btn--outline-dark {
    background-color: transparent;
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--dark)) !important;
}

.btn--outline-dark:hover,
.btn--outline-dark:focus {
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--dark));
    background-color: hsl(var(--dark));
}

.google-btn {
    border: 1px solid hsl(var(--border-common));
}

.seller_btn button {
    background: none !important;
    color: hsl(var(--base));
    border: none;
}

.badge--base {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--common-white));
    line-height: 1.4;
}

.badge--accent {
    background-color: hsl(var(--accent));
    border: 1px solid hsl(var(--accent));
    color: hsl(var(--common-white));
}

.badge--primary {
    background-color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--common-white));
}

.badge--secondary {
    background-color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--common-white));
}

.badge--success {
    background-color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    color: hsl(var(--common-white));
}

.badge--danger {
    background-color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--common-white));
}

.badge--warning {
    background-color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--common-white));
}

.badge--info {
    background-color: hsl(var(--info));
    border: 1px solid hsl(var(--info));
    color: hsl(var(--common-white));
}

.badge--dark {
    background-color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--common-white));
}

.badge--white {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--white));
    color: hsl(var(--common-white));
}

.badge {
    border-radius: 18px;
    padding: 4px 15px;
    font-weight: normal;
    font-weight: 500;
}

.badge.badge--icon {
    padding: 6px;
    border-radius: 5px;
}

.badge.badge--lg {
    padding: 6px 16px;
}

.badge.badge--md {
    padding: 4px 12px;
}

.badge.badge--sm {
    padding: 3px 10px;
}

.badge--fill-primary {
    background-color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    color: hsl(var(--white));
}

.badge--fill-primary:hover {
    color: hsl(var(--white));
}

.badge--fill-secondary {
    background-color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
    color: hsl(var(--white));
}

.badge--fill-secondary:hover {
    color: hsl(var(--white));
}

.badge--fill-success {
    background-color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    color: hsl(var(--white));
}

.badge--fill-success:hover {
    color: hsl(var(--white));
}

.badge--fill-danger {
    background-color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    color: hsl(var(--white));
}

.badge--fill-danger:hover {
    color: hsl(var(--white));
}

.badge--fill-warning {
    background-color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
    color: hsl(var(--white));
}

.badge--fill-warning:hover {
    color: hsl(var(--white));
}

.badge--fill-info {
    background-color: hsl(var(--info));
    border: 1px solid hsl(var(--info));
    color: hsl(var(--white));
}

.badge--fill-info:hover {
    color: hsl(var(--white));
}

.badge--fill-white {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--white));
    color: hsl(var(--white));
}

.badge--fill-white:hover {
    color: hsl(var(--white));
}

.badge--fill-dark {
    background-color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    color: hsl(var(--white));
}

.badge--fill-dark:hover {
    color: hsl(var(--white));
}

.badge--fill-base {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.badge--fill-base:hover {
    color: hsl(var(--white));
}

.table {
    margin: 0;
    font-size: 16px;
    border: none;
}

.table thead tr th {
    font-size: 15px;
    padding: 15px;
    width: 20%;
    background-color: hsl(var(--base)/0.09);
    font-family: var(--heading-font);
    font-weight: 500;
    color: hsl(var(--body));
    vertical-align: middle;
}

.table thead tr th:first-child {
    border-radius: 5px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 5px 0 0;
}

.table thead tr th strong {
    margin-bottom: 10px;
    display: block;
    color: hsl(var(--body));
}

.table tbody {
    border: 0 !important;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    font-family: var(--heading-font);
    color: hsl(var(--body));
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: hsl(var(--heading));
    font-weight: 500;
    display: none;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: center;
}

.table tbody tr td i {
    font-size: 1rem;
}

.table .amount span {
    margin-right: 4px;
}

@media (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:nth-child(2n+1) {
        background: hsl(var(--border-two));
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--border));
    }
}

@media (max-width: 767px) and (max-width: 991px) {
    .table--responsive--md tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media (min-width: 768px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background: hsl(var(--white));
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--border));
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media (min-width: 992px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(2n+1) {
        background: hsl(var(--border-two));
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--border));
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .table--responsive--xl tbody tr td {
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }
}

@media (max-width: 1199px) {
    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media (min-width: 1200px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

.form-group {
    margin-bottom: 1.25rem;
}

.form--control {
    height: 50px;
    border-radius: 5px !important;
    border: 1px solid hsl(var(--border));
    outline: 0 !important;
    box-shadow: none !important;
    background-color: hsl(var(--input-bg)) !important;
    color: hsl(var(--body)) !important;
}

.form--control:focus {
    border: 1px solid hsl(var(--base));
    background-color: hsl(var(--input-bg));
}

.has-icon {
    position: relative;
}

.has-icon::before {
    position: absolute;
    content: "\f078";
    color: hsl(var(--body));
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    right: 15px;
    top: 30%;
    z-index: 4;
    opacity: 0.8;
}

.form-select {
    color: hsl(var(--body));
    background-image: none !important;
}

.input-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    transition: 0.2s linear;
    background-color: hsl(var(--input-bg));
    padding: 1px 5px;
    z-index: 11;
    pointer-events: none;
    font-size: 14px;
}

.input-group .form-control::placeholder {
    display: none;
    color: transparent;
}

.input-group .textarea-input {
    top: 18%;
}

.input-group .form--control:focus~label,
.input-group .form--control:not(:placeholder-shown)~label {
    top: 0;
    font-size: 14px;
    color: hsl(var(--heading)) !important;
}


.input-group .form--control:not(:placeholder-shown)~.textarea-input {
    top: 0;
    font-size: 14px;
    color: hsl(var(--heading)) !important;
}




.form-label {
    font-size: 15px;
}

.form--control[readonly] {
    border-color: hsl(var(--border));
    background-color: hsl(var(--white));
}

.form-control:disabled,
.form-control[readonly] {
    background-color: hsl(var(--border)) !important;
}

.input-group-text {
    background-color: hsl(var(--white)) !important;
    border-color: hsl(var(--border));
    color: hsl(var(--heading));
}

.form--control::file-selector-button {
    border: 0;
    height: 50px;
    color: hsl(var(--body));
    transition: all ease 0.3s;
}

.form-group.has-icon {
    position: relative;
}

.form-group.has-icon .form-group-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 20px;
    color: hsl(var(--base));
}

.form-group.has-icon .form--control {
    padding-left: 45px;
}

textarea.form--control {
    height: 130px !important;
}

.form--control::placeholder {
    display: none;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: hsl(var(--heading));
    transition: background-color 5000s ease-in-out 0s;
}

.custom--radio {
    position: relative;
    padding-left: 0;
}

.custom--radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom--radio input[type=radio]:checked~label::before {
    border-width: 1px;
    border-color: hsl(var(--base)) !important;
}

.custom--radio input[type=radio]:checked~label::after {
    opacity: 1;
}

.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--heading));
}

.custom--radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid hsl(var(--base));
    border-radius: 50%;
}

.custom--radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base)) !important;
    opacity: 0;
    border-radius: 50%;
}

.custom--checkbox input {
    box-shadow: none !important;
    position: relative;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--body));
}

.custom--checkbox input:checked {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.custom--checkbox .form-check-input {
    margin-top: 6px;
}

.form--switch input {
    box-shadow: none !important;
    width: 2.5em !important;
    height: 1.3em;
}

.form--switch input:checked {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.form--switch label {
    margin-left: 7px;
}

/* form css end*/
.custom--card {
    border: 1px solid hsl(var(--border));
    border-radius: 5px;
    background-color: hsl(var(--white)) !important;
}

.custom--card .card-header,
.custom--card .card-footer {
    background: hsl(var(--base));
    text-align: center;
}

.custom--card .card-header .title,
.custom--card .card-footer .title {
    color: hsl(var(--white));
    margin: 0;
}

.custom--card .card-header,
.custom--card .card-footer {
    padding: 15px 25px;
    border-color: hsl(var(--border)) !important;
}

@media (max-width: 575px) {

    .custom--card .card-header,
    .custom--card .card-footer {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {

    .custom--card .card-header,
    .custom--card .card-footer {
        padding: 8px 15px;
    }
}

.custom--card .card-body {
    padding: 25px;
}

@media (max-width: 575px) {
    .custom--card .card-body {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .custom--card .card-body {
        padding: 15px;
    }
}

.custom--card.card--lg .card-header,
.custom--card.card--lg .card-footer {
    padding: 20px 35px;
}

@media (max-width: 767px) {

    .custom--card.card--lg .card-header,
    .custom--card.card--lg .card-footer {
        padding: 15px 25px;
    }
}

@media (max-width: 575px) {

    .custom--card.card--lg .card-header,
    .custom--card.card--lg .card-footer {
        padding: 10px 20px;
    }
}

@media (max-width: 425px) {

    .custom--card.card--lg .card-header,
    .custom--card.card--lg .card-footer {
        padding: 8px 15px;
    }
}

.custom--card.card--lg .card-body {
    padding: 35px;
}

@media (max-width: 767px) {
    .custom--card.card--lg .card-body {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .custom--card.card--lg .card-body {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .custom--card.card--lg .card-body {
        padding: 15px;
    }
}

.custom--card.card--md .card-header,
.custom--card.card--md .card-footer {
    padding: 10px 20px;
}

.custom--card.card--md .card-body {
    padding: 20px 20px;
}

.custom--modal .modal-footer,
.custom--modal .modal-body,
.custom--modal .modal-header {
    border-color: hsl(var(--border)) !important;
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
    margin: 0;
    color: hsl(var(--heading));
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close {
    font-size: 20px;
    outline: none;
    line-height: 1;
    color: hsl(var(--danger)) !important;
}

.fade-in-scale {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}

.fade.show.fade-in-scale {
    transform: scale(1);
    opacity: 1;
}

.pagination {
    justify-content: center;
    gap: 12px;
}

.pagination .page-item {
    text-align: center;
}

.pagination .page-item .page-link {
    font-weight: 500;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-color: hsl(var(--border));
    box-shadow: none;
    color: hsl(var(--body));
    border-radius: 50%;
    background-color: hsl(var(--bg-white));
}

@media (max-width: 575px) {
    .pagination .page-item .page-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
    color: hsl(var(--common-white));
    background-color: hsl(var(--base));
    border-color: transparent;
}

.pagination .page-item.disabled {
    cursor: no-drop !important;
}

.pagination .page-item.disabled .page-link {
    color: hsl(var(--body));
    background: hsl(var(--dark)/0.1);
    border: none;
}

.custom--accordion .accordion-item {
    margin-bottom: 12px;
    border-radius: 0px;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--base)) !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.custom--accordion .accordion-button::after {
    font-family: "Line Awesome Free";
    content: "\f107";
    color: hsl(var(--body));
    font-size: 18px;
    font-weight: 900;
    background-image: none;
}

.custom--accordion .accordion-button {
    font-weight: 600;
    color: hsl(var(--heading));
}

.list.list-column {
    flex-direction: column;
}

.list.list-style-check li {
    position: relative;
    padding: 7px 0;
    padding-left: 28px;
    font-size: 14px;
}

.list.list-style-check li.active {
    color: hsl(var(--heading));
}

.list.list-style-check li.active::before {
    content: "\f00c";
}

.list.list-style-check li.disabled {
    color: hsl(var(--body)/0.65);
}

.list.list-style-check li.disabled::before {
    content: "\f00d";
}

.list.list-style-check li::before {
    left: 0;
    top: 6px;
}

.list.list-style-one li {
    padding: 6px 0;
    padding-left: 25px;
    position: relative;
}

.list.list-style-one li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 10px;
    height: 10px;
    top: 12px;
    background-color: hsl(var(--base));
    border-radius: 50%;
}

.list.list-style-two li {
    padding: 6px 0;
    padding-left: 25px;
    position: relative;
}

.list.list-style-two li::before {
    content: "\f101";
    left: 0;
    top: 6px;
    color: hsl(var(--base));
}

@media (min-width: 576px) {
    .list.list-50-sm li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .list.list-50-md li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .list.list-50-lg li {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .list.list-50-xl li {
        width: 50%;
    }
}

.header-main {
    background-color: hsl(var(--base));
    padding: 16px 0px;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 9;
}

.header-main .bar-icon span {
    background-color: hsl(var(--common-white));
}


.header-main.header-sticky {
    position: fixed !important;
    transition: 0.3s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    background: hsl(var(--base)) !important;
    z-index: 99;
    animation: slide-down .8s;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05);
    transition: all ease 0.3s;
    border-bottom: none !important;
}

@media (max-width: 991px) {
    .header-main.header-sticky {
        position: fixed;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-sticky .bar-icon span {
    background-color: hsl(var(--common-white));
}

.menumain ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 22px;
}

.menumain ul li:last-child {
    margin-right: 0;
}

.menumain ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: hsl(var(--common-white));
    font-family: var(--body-font);
    padding: 7px 0;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
}

.menumain ul li a::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: hsl(var(--common-white));
    left: 0;
    bottom: 0;
    display: none;
    transition: all linear 0.3s;
}

.menumain ul li:hover>a::before {
    background-color: hsl(var(--common-white));
}

.menumain ul li a.active::before {
    display: block;
}

.menumain ul .active {
    color: hsl(var(--common-white));
}

.menumain ul li.has-dropdown>a {
    position: relative;
}

.menumain ul li.has-dropdown>a::after {
    font-family: "Line Awesome Free";
    content: "\f107";
    color: hsl(var(--common-white));
    font-size: 14px;
    font-weight: 900;
    margin-left: 5px;
}

.menumain ul li .submenu {
    padding: 15px 0;
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background: hsl(var(--bg-white));
    z-index: 99;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 20px 30px rgba(3, 6, 31, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform-origin: top;
    transform: perspective(300px) rotateX(-18deg);
}

.menumain ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0;
}

.menumain ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(-90deg);
}

.menumain ul li .submenu li a {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    font-size: 14px;
    color: hsl(var(--body-three));
    padding: 5px 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}

.menumain ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.menumain ul li .submenu li:hover>a {
    color: hsl(var(--base));
    background-color: rgba(150, 144, 162, 0.06);
}

.menumain ul li .submenu li:hover>a::after {
    color: hsl(var(--base));
    transform: translateY(-50%) rotate(45deg);
}

.menumain ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.menumain ul li:hover>a {
    color: hsl(var(--common-white));
}

.menumain ul li:hover>a::after {
    color: hsl(var(--common-white));
    transform: translateY(-1px) rotate(45deg);
}

.menumain ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}

@media (max-width: 1250px) {
    .menumain ul li {
        margin-right: 12px !important;
    }
}

.logo img {
    max-width: 200px;
    max-height: 50px;
}

@media (max-width: 1199px) {
    .logo img {
        max-width: 160px;
        max-height: 45px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 150px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 130px;
    }
}

div.mean-container .mean-bar {
    background: transparent;
}

div.mean-container .mean-nav {
    background: none;
    margin-bottom: 10px;
    overflow: hidden;
}

div.mean-container .mean-nav>ul {
    display: block !important;
}

div.mean-container .mean-nav ul li a {
    width: 100%;
    color: hsl(var(--heading));
    font-size: 16px;
    text-transform: none;
    opacity: 1;
    padding-left: 0;
    border-top: 1px solid hsl(var(--border)/0.5);
}

div.mean-container .mean-nav ul li a i {
    display: none;
}

div.mean-container .mean-nav ul li a.mean-expand {
    height: 26px;
    width: 100%;
    border: none;
    background: var(--clr-bg-footer);
}

div.mean-container .mean-nav ul li a.mean-expand::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-size: 18px;
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    color: hsl(var(--body));
}

div.mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
    content: "\f106";
    font-family: "Line Awesome Free";
    font-size: 18px;
    font-weight: 900;
}

div.mean-container .mean-nav ul li li a {
    padding: 5px 5%;
}

div.mean-container .mean-nav ul li li li a {
    padding: 5px 10%;
}

div.mean-container a.meanmenu-reveal {
    display: none !important;
}

/* bar-icon style start */
.menu-bar {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 30px;
}

.bar-icon {
    width: 20px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.bar-icon span {
    width: 100%;
    height: 2px;
    background: hsl(var(--common-white));
    display: inline-block;
}

.bar-icon span:nth-child(2) {
    margin-left: 9px;
    transition: 0.3s;
}

.bar-icon:hover span:nth-child(2) {
    margin-left: 0;
}

.menu-bar-two span {
    background-color: hsl(var(--heading));
}

@media (max-width: 575px) {
    .menu-bar.menu-bar-sm {
        display: none;
    }
}

@media (max-width: 575px) {
    .cart-menu-none {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 111;
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
    }
}

.offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay.overlay-open {
    opacity: 1;
    visibility: visible;
}

.offcanvas-overlay-white {
    position: fixed;
    height: 100%;
    width: 100%;
    background: hsl(var(--white));
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay-white.overlay-open {
    opacity: 0;
    visibility: visible;
}

.side-info-close {
    background: hsl(var(--base));
    border: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    transition: all ease 0.3s;
}

.side-info-close i {
    color: hsl(var(--common-white));
}

.side-info {
    background: hsl(var(--white));
    height: 100%;
    position: fixed;
    z-index: 99999;
    right: -100%;
    top: 0;
    width: 350px;
    padding: 20px 35px 35px 35px;
    transition: 0.6s;
    overflow-y: scroll;
}

@media (max-width: 374px) {
    .side-info {
        width: 300px;
        padding: 15px 25px;
    }
}

@media (max-width: 375px) {
    .user-profile-meta .name {
        font-size: 13px;
    }
}

.side-info .user-profile-meta .name {
    color: hsl(var(--heading));
}

.side-info .user-profile-meta .name i {
    color: hsl(var(--headinng));
}

.side-info .langeage-sidebar .dark-light i {
    color: hsl(var(--base));
}

.side-info .langeage-sidebar .language-select-area {
    margin-right: 0px;
}

.side-info .langeage-sidebar .language-select-area .language-select {
    color: hsl(var(--base));
}

.side-info .slider::before {
    color: hsl(var(--base)) !important;
}

.side-info input:checked+.slider:before {
    color: hsl(var(--base)) !important;
}

.side-info .dropdown-lang .language-text {
    color: hsl(var(--body-three));
}

.side-info .dropdown-lang .language-btn::after {
    color: hsl(var(--body-three)) !important;
}

.side-info.info-open {
    right: 0;
}

@media (max-width: 991px) {
    .sign-in-btn .btn--outline-base {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
        border: 1px solid hsl(var(--base)) !important;
    }
}

.dashboard-dropdown-button {
    background-color: transparent;
    border: none;
    gap: 10px;
    padding: 0px;
}

.dashboard-dropdown {
    box-shadow: 0 2px 7px 3px hsl(var(--base)/0.1);
    border: none !important;
    transform: translate3d(0px, 56px, 0px) !important;
    background-color: hsl(var(--white));
    border-radius: 0px 0px 5px 5px;
    padding: 25px 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .dashboard-dropdown {
        transform: translate3d(0px, 55px, 0px) !important;
    }
}

.dashboard-dropdown::before {
    position: absolute;
    content: "";
    bottom: 100%;
    right: 5px;
    border: 10px solid transparent;
    border-bottom-color: hsl(var(--white));
}

@media (max-width: 991px) {
    .dashboard-dropdown::before {
        right: auto;
        left: 0px;
    }
}

.dashboard-dropdown li {
    margin-bottom: 10px;
}

.dashboard-dropdown li:last-child {
    margin-bottom: 0px;
}

.dashboard-dropdown li a {
    padding: 0px;
}

.dashboard-dropdown li a i {
    margin-right: 15px;
    font-size: 15px;
    font-size: 18px;
}

.dashboard-dropdown .dropdown-item {
    color: hsl(var(--body));
}

.dashboard-dropdown .dropdown-item:hover {
    color: hsl(var(--base));
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

.delivering__location {
    margin-right: 20px;
}

.delivering__location-contact span {
    display: block;
    text-align: left;
}

.delivering__location-contact .delivery {
    font-size: 16px;
    color: hsl(var(--common-white));
    font-family: var(--body-font);
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 425px) {
    .delivering__location-contact .delivery {
        font-size: 14px;
    }
}

.delivering__location-contact .delivery i {
    color: hsl(var(--common-white));
}

.delivering__location-contact .delivery-lcation {
    color: hsl(var(--common-white));
    font-size: 12px;
}

.delivering__location-img {
    margin-right: 10px;
}

.delivering__location .dropdown-toggle::after {
    display: none;
}

.delivering__location-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 30px;
    background-color: hsl(var(--base-800));
    flex-shrink: 0;
}

@media (max-width: 1300px) {
    .delivering__location-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 425px) {
    .delivering__location-icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 575px) {
    .delivering__location-icon {
        background-color: transparent !important;
    }
}

.delivering__location-icon i {
    font-size: 20px;
    color: hsl(var(--common-white));
}

@media (max-width: 425px) {
    .delivering__location-icon i {
        font-size: 18px;
    }
}

.header-area-right__order li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

.header-area-right__order li:not(:last-child):before {
    position: absolute;
    content: "";
    background-color: hsl(var(--common-white));
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    right: -25px;
}

@media (max-width: 1300px) {
    .header-area-right__order li:not(:last-child):before {
        right: -17px;
    }
}

@media (max-width: 1300px) {
    .header-area-right__order li {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .header-area-right__order li:last-child {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .header-area-right__order .save-btn i {
        font-size: 26px !important;
    }
}

.header-area-right__order .common-btn {
    color: hsl(var(--common-white));
    position: relative;
    display: inline-block;
}

.header-area-right__order .common-btn i {
    font-size: 30px;
    color: hsl(var(--common-white));
}

.header-area-right__order .common-btn .cart-count {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--bg-color-three));
    font-size: 12px;
}

.header-area-right__order .common-btn::before {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: hsl(var(--common-white));
    left: 0px;
    top: 0px;
}

.header-area-right__featurs {
    gap: 15px;
}

.header-area-right__featurs .language-select-area {
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1300px) {
    .header-area-right__featurs .language-select-area {
        margin-right: 10px;
    }
}

.header-area-right__featurs .language-select-area .language-icon {
    color: hsl(var(--common-white));
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: hsl(var(--base-800));
}

@media (max-width: 1300px) {
    .header-area-right__featurs .language-select-area .language-icon {
        width: 30px;
        height: 30px;
    }
}

.header-area-right__featurs .language-select-area .language-select {
    background-color: transparent;
    border: none;
    color: hsl(var(--common-white));
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 5px;
}

.header-area-right__featurs .language-select-area .language-select:focus-visible {
    outline: none;
}

.header-area-right__featurs .language-select-area .language-select option {
    background-color: hsl(var(--normal-dark));
}

.header-area-right__featurs .dark-light {
    color: hsl(var(--normal-dark));
}

.header-area-right__featurs .dark-light i {
    color: hsl(var(--common-white));
    font-size: 25px;
}

.user-profile-meta span {
    display: block;
    text-align: left;
    font-size: 14px;
}

.user-profile-meta .name {
    font-size: 16px;
    color: hsl(var(--common-white));
    font-family: var(--body-font);
    font-weight: 600;
}

.user-profile-meta .name i {
    margin-left: 5px;
    color: hsl(var(--common-white));
}

@media screen and (max-width: 1250px) and (min-width: 1199px) {
    .user-profile-meta {
        display: none;
    }

    .main-menu-inner {
        justify-content: center;
    }
}

.user-profile-img {
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    border-radius: 30px;
    background-color: hsl(var(--base-800));
}

.user-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-profile-img i {
    color: hsl(var(--common-white));
    font-size: 20px;
}

.user-profile .dropdown-toggle::after {
    display: none;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0px) !important;
}

.sidebar-left-social .title {
    color: hsl(var(--heading)) !important;
}

.sidebar-left-social .welcome-banner__social-media ul li a i {
    color: hsl(var(--body)) !important;
}

.sidebar-left-social .welcome-banner__social-media ul li a:hover i {
    color: hsl(var(--common-white)) !important;
}

.cart-menu .common-btn .cart-count {
    background-color: hsl(var(--base)) !important;
}

.sidebar-header {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    background: hsl(var(--base));
    margin-bottom: 20px;
}

.sidebar-header h6 {
    color: hsl(var(--white));
}

@media (max-width: 991px) {
    .sidebar-header {
        display: none;
    }

    .sidebar-logo {
        background-color: hsl(var(--base));
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .cart-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 99;
        border-top: 1px solid hsl(var(--border)/0.1);
        background: #212121;
        padding: 5px 0px;
        transition: all ease 0.3s;
    }
}

.dropdown-lang {
    margin-right: 15px;
}

.dropdown-lang .language-btn .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.dropdown-lang .language-btn::after {
    color: hsl(var(--common-white)) !important;
}

.dropdown-lang .language-text {
    color: hsl(var(--common-white));
    font-size: 16px;
}

.dropdown-lang .dropdown-menu {
    width: 160px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    padding: 20px;
    max-height: 370px;
    overflow-y: auto;
    background-color: hsl(var(--bg-white));
    z-index: 999;
}

.dropdown-lang .dropdown-menu a {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: hsl(var(--body-three));
    transition: all ease 0.3s;
}

.dropdown-lang .dropdown-menu a .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.dropdown-lang .dropdown-menu li:last-child a {
    margin-bottom: 0px;
}

.footer-area {
    position: relative;
    margin-top: auto;
}

@media (max-width: 575px) {
    .footer-area {
        margin-bottom: 43px;
    }
}

.footer-area-top {
    background-color: hsl(var(--bg-color-four));
}

.footer-area .footer-area-shape-one,
.footer-area .footer-area-shape-two {
    position: absolute;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

@media (max-width: 767px) {

    .footer-area .footer-area-shape-one,
    .footer-area .footer-area-shape-two {
        display: none;
    }
}

.footer-area-shape-one {
    right: 0;
}

.footer-area-shape-two {
    left: 20px;
}

.footer-widget__title {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
    color: hsl(var(--common-white));
}

.footer-widget__title::before {
    position: absolute;
    content: "";
    bottom: -10px;
    background-color: hsl(var(--base));
    width: 30px;
    height: 3px;
}

.footer-widget__subtitle {
    color: hsl(var(--body-two));
    margin-bottom: 25px;
}

.footer-widget__link li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footer-widget__link li a {
    color: hsl(var(--body-two));
    transition: all ease 0.3s;
}

.footer-widget__link li a:hover {
    color: hsl(var(--base));
}

.footer-widget__link li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background-color: hsl(var(--body));
    transition: all ease 0.3s;
}

.footer-widget__link li:hover::before {
    background-color: hsl(var(--base));
}

.footer-widget__btn a {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .footer-widget__btn a {
        margin-right: 0px;
    }
}

.footer-widget__btn a:last-child {
    margin-right: 0px;
}

.footer-left-40 {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .footer-left-40 {
        margin-left: 0px;
    }
}

.footer-bottom {
    background-color: hsl(var(--black));
    padding: 12px 0px;
}

.footer-bottom p {
    margin-bottom: 0px;
    color: hsl(var(--body-two));
}

.subscribe-form {
    display: flex;
    flex-wrap: wrap;
}

.subscribe-form .form--control {
    width: calc(100% - 65px);
    border-radius: 5px 0 0 5px !important;
    font-size: 1.125rem;
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.subscribe-form .form--control:focus {
    outline: none;
    box-shadow: none;
}

.subscribe-form .form--control::placeholder {
    color: hsl(var(--body-two));
}

.subscribe-form button {
    width: 65px;
    height: 50px;
    border-radius: 0 5px 5px 0;
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
    border: none;
}

.subscribe-form button i {
    color: hsl(var(--common-white)) !important;
}

.subscribe-form button:focus {
    border: none;
    background-color: hsl(var(--base));
}

.subscribe-form i {
    font-size: 25px;
}

.inner-banner-bg {
    position: relative;
    z-index: 1;
}

.inner-banner-bg::before {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.6);
}

.inner-banner-bg .title {
    font-size: 40px;
    padding: 70px 0px;
}

@media (max-width: 767px) {
    .inner-banner-bg .title {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .inner-banner-bg .title {
        padding: 50px 0px;
    }
}

.inner-banner-breadcrumbs {
    background-color: hsl(var(--white));
}

.inner-banner-breadcrumbs .breadcrumbs {
    padding: 25px 0px;
}

@media (max-width: 767px) {
    .inner-banner-breadcrumbs .breadcrumbs {
        padding: 20px 0px;
    }
}

.inner-banner-breadcrumbs .breadcrumbs li {
    margin-right: 40px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: hsl(var(--body-three));
}

.inner-banner-breadcrumbs .breadcrumbs li::before {
    position: absolute;
    content: "\f101";
    font-weight: 900;
    font-family: "Line Awesome Free";
    font-size: 16px;
    right: -28px;
    color: hsl(var(--base));
}

.inner-banner-breadcrumbs .breadcrumbs li a {
    color: hsl(var(--base));
}

.inner-banner-breadcrumbs .breadcrumbs li:last-child {
    margin-right: 0px;
}

.inner-banner-breadcrumbs .breadcrumbs li:last-child::before {
    display: none;
}

.banner-area {
    position: relative;
    z-index: 1;
}

.banner-area__search-form {
    color: hsl(var(--body));
    border-radius: 10px;
    background: hsl(var(--bg-white));
    width: 100%;
    max-width: 830px;
    padding: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .banner-area__search-form {
        padding: 20px;
    }
}

.banner-area__search-form .form-control {
    border-radius: 5px !important;
    background: hsl(var(--bg-white));
    height: 60px;
    padding: 0px 20px 0px 20px;
    position: relative;
}

@media (max-width: 767px) {
    .banner-area__search-form .form-control {
        height: 50px;
    }
}

.banner-area__search-form .location-has-icon label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: 0.2s linear;
    background-color: hsl(var(--bg-white));
    padding: 1px 5px;
    z-index: 11;
    pointer-events: none;
}

.banner-area__search-form .location-has-icon .form-control::placeholder {
    display: none;
    color: transparent;
}

.banner-area__search-form .location-has-icon .form-control:focus~label,
.banner-area__search-form .location-has-icon .form-control:not(:placeholder-shown)~label {
    top: 0;
    font-size: 14px;
    color: hsl(var(--base));
}

.banner-area__search-form .input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
    cursor: pointer;
}

.banner-area__search-form .input-icon i {
    color: hsl(var(--base));
}

@media (max-width: 575px) {
    .banner-area__search-form {
        display: block !important;
    }
}

.banner-area__content-title {
    font-size: 60px;
    margin-bottom: 25px;
    max-width: 550px;
}

@media (max-width: 1599px) {
    .banner-area__content-title {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .banner-area__content-title {
        font-size: 40px;
    }
}

@media (max-width: 425px) {
    .banner-area__content-title {
        font-size: 30px;
    }
}

.banner-area__content-subtitle {
    max-width: 400px;
    font-size: 18px;
    margin-bottom: 25px;
    color: hsl(var(--body-three));
}

.banner-area__thumb {
    margin-right: -180px;
    position: relative;
}

@media (max-width: 1800px) {
    .banner-area__thumb {
        margin-right: -40px;
    }
}

@media (max-width: 1199px) {
    .banner-area__thumb {
        margin-right: 0px;
    }
}

.banner-area__thumb .food-one-box {
    position: absolute;
    left: -150px;
    top: 45px;
}

.banner-area__thumb .food-two-box {
    position: absolute;
    left: 80px;
    top: -30px;
}

.banner-area__thumb .food-three-box {
    position: absolute;
    right: 133px;
    top: -60px;
}

@media (max-width: 1800px) {
    .banner-area__thumb .food-three-box {
        right: 92px;
    }
}

@media (max-width: 1399px) {
    .banner-area__thumb .food-three-box {
        top: -30px;
    }
}

.banner-area__thumb .food-four-box {
    position: absolute;
    top: 200px;
}

@media (max-width: 1800px) {
    .banner-area__thumb .food-four-box {
        left: -42px;
    }
}

@media (max-width: 1399px) {
    .banner-area__thumb .food-four-box {
        top: 132px;
    }
}

.banner-area .banner-shap-one {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 1599px) {
    .banner-area .banner-shap-one {
        width: 120px;
    }
}

@media (max-width: 1199px) {
    .banner-area .banner-shap-one {
        display: none;
    }
}

.banner-area .banner-shap-two,
.banner-area .banner-shap-two-dark {
    position: absolute;
    right: 0;
    top: 5%;
    z-index: -1;
}

@media (max-width: 1399px) {

    .banner-area .banner-shap-two,
    .banner-area .banner-shap-two-dark {
        height: 70%;
    }
}

@media (max-width: 991px) {

    .banner-area .banner-shap-two,
    .banner-area .banner-shap-two-dark {
        height: 90%;
    }
}

.banner-area .banner-shap-two {
    display: block;
}

.banner-area .banner-shap-two-dark {
    display: none;
}

.banner-search-btn button {
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
    border: 1px solid hsl(var(--base));
    border-radius: 5px !important;
    font-family: var(--body-font);
    margin-left: 20px !important;
    padding: 7px 65px !important;
    height: 60px;
}

@media (max-width: 767px) {
    .banner-search-btn button {
        height: 50px;
        padding: 7px 30px !important;
    }
}

.banner-search-btn button i {
    color: hsl(var(--white));
}

button i {
    color: hsl(var(--body));
}

@media (max-width: 575px) {
    .banner-search-btn button {
        margin-left: 0px !important;
        margin-top: 10px;
        width: 100%;
    }
}

[data-theme=dark] .banner-area .banner-shap-two {
    display: none;
}

[data-theme=dark] .banner-area .banner-shap-two-dark {
    display: block !important;
}

[data-theme=dark] .nearby-restaurant-area .nearby-shap {
    display: none;
}

[data-theme=dark] .nearby-restaurant-area .nearby-shap-dark {
    display: block;
}

@media (max-width: 991px) {
    [data-theme=dark] .nearby-restaurant-area .nearby-shap-dark {
        display: none;
    }
}

[data-theme=dark] .nearby-restaurant .nearby-shap2,
[data-theme=dark] .nearby-restaurant .nearby-shap3 {
    display: none;
}

[data-theme=dark] .nearby-restaurant .nearby-shap2-dark,
[data-theme=dark] .nearby-restaurant .nearby-shap3-dark {
    display: block;
}

@media (max-width: 991px) {

    [data-theme=dark] .nearby-restaurant .nearby-shap2-dark,
    [data-theme=dark] .nearby-restaurant .nearby-shap3-dark {
        display: none;
    }
}

[data-theme=dark] .nearby-restaurant-area .nearby-restaurant-shape-2 {
    display: none;
}

[data-theme=dark] .nearby-restaurant-area .nearby-restaurant-shape-dark {
    display: block;
}

@media (max-width: 991px) {
    [data-theme=dark] .nearby-restaurant-area .nearby-restaurant-shape-dark {
        display: none;
    }
}

[data-theme=dark] .popular-foods-wrapper .popular-foods-shape {
    display: none;
}

[data-theme=dark] .popular-foods-wrapper .popular-foods-shape-dark {
    display: block;
}

@media (max-width: 991px) {
    [data-theme=dark] .popular-foods-wrapper .popular-foods-shape-dark {
        display: none;
    }
}

[data-theme=dark] .about .about-shape-one {
    display: none;
}

[data-theme=dark] .about .about-shape-one-dark {
    display: block;
}

@media (max-width: 767px) {
    [data-theme=dark] .about .about-shape-one-dark {
        display: none;
    }
}

[data-theme=dark] .about .contact-shape-two-dark {
    display: block;
}

@media (max-width: 767px) {
    [data-theme=dark] .about .contact-shape-two-dark {
        display: none;
    }
}

[data-theme=dark] .our-mission .mission-shape-two {
    display: none;
}

[data-theme=dark] .our-mission .mission-shape-two-dark {
    display: block;
}

@media (max-width: 767px) {
    [data-theme=dark] .our-mission .mission-shape-two-dark {
        display: none;
    }
}

[data-theme=dark] .contact-meta .contact-image-dark {
    display: block;
}

@media (max-width: 1199px) {
    [data-theme=dark] .contact-meta .contact-image-dark {
        display: none;
    }
}

[data-theme=dark] .account .account-shape-four-dark {
    display: block;
}

@media (max-width: 767px) {
    [data-theme=dark] .account .account-shape-four-dark {
        display: none;
    }
}

[data-theme=dark] .account .account-shape-one,
[data-theme=dark] .account .account-shape-four {
    display: none;
}

[data-theme=dark] .account .account-shape-dark,
[data-theme=dark] .account .account-shape-two-dark {
    display: block;
}

@media (max-width: 767px) {

    [data-theme=dark] .account .account-shape-dark,
    [data-theme=dark] .account .account-shape-two-dark {
        display: none;
    }
}

[data-theme=dark] .dashboard-dropdown {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.1);
}

.food-group {
    position: absolute;
    left: 35px;
    z-index: -1;
}

@media (max-width: 1800px) {
    .food-group {
        left: 0px;
    }
}

.food-group img {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 50px;
}

.food-group img:nth-child(1) {
    margin-left: 80px;
}

@media (max-width: 1600px) {
    .food-group img:nth-child(1) {
        margin-left: 20px;
    }
}

.food-group img:nth-child(2) {
    margin-left: 120px;
}

@media (max-width: 1760px) {
    .food-group img:nth-child(2) {
        margin-left: 20px;
    }
}

@media (max-width: 1600px) {
    .food-group img:nth-child(2) {
        margin-left: 20px;
    }
}

.food-group img:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1760px) {
    .food-group img:last-child {
        margin-left: 20px;
    }
}

@media (max-width: 1599px) {
    .food-group {
        display: none;
    }
}

.food-group-one {
    padding: 8px;
    background-color: hsl(var(--bg-white));
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1599px) {
    .food-group-one {
        width: 60px;
    }
}

@media (max-width: 1199px) {
    .food-group-one {
        width: 50px;
    }
}

@media (max-width: 991px) {
    .food-group-one {
        display: none;
    }
}

.welcome-header {
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: none !important;
}

.welcome-banner {
    height: 100vh;
    position: relative;
    padding-top: 220px;
    z-index: 1;
}

@media (max-width: 575px) {
    .welcome-banner {
        height: 100vh;
    }
}

.welcome-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
}

.welcome-banner__title {
    font-size: 60px;
    color: hsl(var(--common-white));
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 550px;
    text-align: center;
}

@media (max-width: 1599px) {
    .welcome-banner__title {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    .welcome-banner__title {
        font-size: 40px;
    }
}

@media (max-width: 425px) {
    .welcome-banner__title {
        font-size: 30px;
    }
}

.welcome-banner__subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: hsl(var(--common-white));
}

@media (max-width: 575px) {
    .welcome-banner__subtitle {
        font-size: 16px;
    }
}

.welcome-banner__form {
    margin: 0 auto;
    margin-bottom: 100px;
    color: #000;
    border-radius: 5px;
    background: hsl(var(--common-white));
    width: 100%;
    max-width: 610px;
    padding: 15px 30px;
}

@media (max-width: 575px) {
    .welcome-banner__form {
        margin-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .welcome-banner__form {
        padding: 0px;
    }
}

.welcome-banner__form .btn--base:hover,
.welcome-banner__form .btn--base:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--common-white)) !important;
}

@media (max-width: 425px) {
    .welcome-banner__form .btn--base {
        font-size: 12px;
    }
}

.welcome-banner__form .form--control {
    border-radius: 5px 0px 0px 5px !important;
    background-color: hsl(var(--common-white));
}

.welcome-banner__form .form--control:focus {
    border: 1px solid hsl(var(--border)) !important;
}

.welcome-banner__form label {
    background-color: hsl(var(--common-white));
    color: #757575;
}

.welcome-banner__download {
    margin-bottom: 100px;
}

@media (max-width: 575px) {
    .welcome-banner__download {
        margin-bottom: 50px;
    }
}

.welcome-banner__download a {
    margin-right: 30px;
}

@media (max-width: 575px) {
    .welcome-banner__download a {
        margin-right: 20px;
    }
}

.welcome-banner__download a:last-child {
    margin-right: 0px;
}

@media (max-width: 575px) {
    .welcome-banner__download a img {
        width: 120px;
    }
}

.welcome-banner__social .title {
    color: hsl(var(--common-white));
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.welcome-banner__social-media ul li {
    display: inline-block;
    margin-right: 10px;
}

.welcome-banner__social-media ul li a {
    display: flex;
    place-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid hsl(var(--border));
    transition: all ease 0.3s;
}

.welcome-banner__social-media ul li a i {
    color: hsl(var(--common-white));
    font-size: 20px;
}

.welcome-banner__social-media ul li a:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.food-item {
    margin: 10px 0px;
    transition: all ease 0.3s;
}

.food-item-box {
    width: 153px;
    height: 153px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--white));
    margin: 0 auto;
    margin-bottom: 20px;
}

.food-item-box__thumb {
    position: relative;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.food-category-slider .slick-prev,
.slick-next {
    top: 40% !important;
}

@media (max-width: 575px) {
    .food-item-box__thumb {
        width: 100px;
        height: 100px;
    }
}

.food-item-box__thumb img {
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    width: 100% !important;
}

.food-item-box__thumb::before {
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 575px) {
    .food-item-box {
        width: 140px;
        height: 140px;
    }
}

.food-item:hover .food-item-box {
    box-shadow: 0px 0px 10px rgba(255, 87, 34, 0.4);
}

.food-item:hover .food-item-box__thumb::before {
    opacity: 0.78;
    visibility: visible;
}

.food-item:hover .food-item__title a {
    color: hsl(var(--base));
}

.food-item__title {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .food-item__title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 478px) and (min-width: 375px) {
    .food-item-box {
        width: 110px;
        height: 110px;
    }

    .food-item-box__thumb {
        width: 80px;
        height: 80px;
    }

    .food-item__title {
        font-size: 16px;
    }
}

.service-nav-btn {
    top: 50%;
    transform: translateY(-100%);
    background: hsl(var(--white)) !important;
    z-index: 11;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 4px solid hsl(var(--bg-color-two)) !important;
    color: hsl(var(--base)) !important;
    font-size: 16px !important;
    text-align: center;
    transition: all ease 0.3s;
}

.service-nav-btn i {
    color: hsl(var(--base));
}

.service-nav-btn:hover {
    background-color: hsl(var(--base)) !important;
}

.service-nav-btn:hover i {
    color: hsl(var(--common-white));
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: hsl(var(--base));
    outline: none;
    background: hsl(var(--white));
}

.food-category-slider .slick-prev {
    left: -8px;
}

.food-category-slider .slick-next {
    right: -8px;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

@media (max-width: 1399px) {
    .foods-area .service-nav-btn {
        width: 40px !important;
        height: 40px !important;
    }
}

.download-app__left-title {
    font-size: 40px;
    color: hsl(var(--common-white));
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .download-app__left-title {
        font-size: 24px !important;
    }
}

.download-app__left-subtitle {
    color: hsl(var(--common-white));
    margin-bottom: 60px;
    max-width: 700px;
}

@media (max-width: 991px) {
    .download-app__left-subtitle {
        margin-bottom: 30px;
    }
}

.download-app__left-btn a {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .download-app__left-btn a img {
        width: 120px;
    }
}

.download-app__thumb {
    position: relative;
}

.download-app__thumb img {
    position: absolute;
    z-index: 2;
    top: -270px;
    right: 0;
}

.discount-ads-item img {
    width: 100%;
    border-radius: 8px;
}

.discount-ads-item.slick-slide {
    margin: 0px 15px;
}

@media (max-width: 425px) {
    .discount-ads-item.slick-slide {
        margin: 0px 10px;
    }
}

.discount-ads__slider .slick-dots {
    bottom: -60px;
}

.discount-ads__slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border-radius: 30px;
    border: 0;
    outline: none;
    background: #D9D9D9;
}

.discount-ads__slider .slick-dots li button::before {
    display: none;
}

.discount-ads__slider .slick-dots .slick-active button {
    background-color: hsl(var(--base));
}

.restaurant.slick-slide {
    margin: 8px 15px;
}

@media (max-width: 1399px) {
    .restaurant.slick-slide {
        margin: 0px 8px;
    }
}

@media (max-width: 425px) {
    .restaurant.slick-slide {
        margin: 0px 10px;
    }
}

@media (max-width: 1399px) {
    .campaign-slider .campaign-btn {
        width: 40px;
        height: 40px;
    }
}

.campaign-slider .slick-prev {
    left: -14px;
}

@media (max-width: 767px) {
    .campaign-slider .slick-prev {
        left: -8px;
    }
}

.campaign-slider .slick-next {
    right: -14px;
}

@media (max-width: 767px) {
    .campaign-slider .slick-next {
        right: -8px;
    }
}

.nearby-restaurant {
    position: relative;
    height: 100%;
}

.nearby-restaurant .nearby-shap2,
.nearby-restaurant .nearby-shap2-dark {
    position: absolute;
    left: -140px;
    top: 45px;
}

@media (max-width: 991px) {

    .nearby-restaurant .nearby-shap2,
    .nearby-restaurant .nearby-shap2-dark {
        display: none;
    }
}

.nearby-restaurant .nearby-shap3,
.nearby-restaurant .nearby-shap3-dark {
    position: absolute;
    bottom: 0px;
    left: -130px;
}

@media (max-width: 991px) {

    .nearby-restaurant .nearby-shap3,
    .nearby-restaurant .nearby-shap3-dark {
        display: none;
    }
}

.nearby-restaurant .nearby-shap2-dark,
.nearby-restaurant .nearby-shap3-dark {
    display: none;
}

.nearby-restaurant-area {
    position: relative;
}

.nearby-restaurant-area .nearby-shap,
.nearby-restaurant-area .nearby-shap-dark {
    position: absolute;
    right: 0;
    top: 35%;
}

@media (max-width: 991px) {

    .nearby-restaurant-area .nearby-shap,
    .nearby-restaurant-area .nearby-shap-dark {
        display: none;
    }
}

.nearby-restaurant-area .nearby-shap-dark {
    display: none;
}

.nearby-restaurant-area .nearby-restaurant-shape-2,
.nearby-restaurant-area .nearby-restaurant-shape-dark {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {

    .nearby-restaurant-area .nearby-restaurant-shape-2,
    .nearby-restaurant-area .nearby-restaurant-shape-dark {
        display: none;
    }
}

.nearby-restaurant-area .nearby-restaurant-shape-dark {
    display: none;
}

.restaurant {
    border-radius: 8px;
    position: relative;
    border-width: 0px 0.5px 0.5px 0.5px;
    border-color: rgba(0, 0, 0, 0.05);
    border-style: solid;
    transition: all ease 0.3s;
}

.restaurant__thumb {
    position: relative;
    transition: all ease 0.3s;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.restaurant__thumb a:first-child {
    display: block;
}

.restaurant__thumb a:first-child img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.3s;
}

.restaurant__thumb-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: hsl(var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    border: none;
    color: hsl(var(--body));
    box-shadow: 0px 0px 8px #ddd;
}

.restaurant__thumb-icon.active i::before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--base));
}

.restaurant__info {
    padding: 25px 15px 20px 15px;
    background-color: hsl(var(--white));
    border-radius: 0px 0px 8px 8px;
}

@media (max-width: 767px) {
    .restaurant__info {
        padding: 20px 10px 15px 10px;
    }
}

.restaurant__info-thumb {
    margin-right: 15px;
    width: 45px;
}

@media (max-width: 767px) {
    .restaurant__info-thumb {
        margin-right: 8px;
    }
}

.restaurant__info-thumb img {
    width: 43px;
    height: 39px;
    border-radius: 5px;
}

.restaurant__info-content {
    width: calc(100% - 45px);
}

.restaurant__info-content-title {
    line-height: 1;
    margin-bottom: 5px;
}

.restaurant__info-content-title a {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .restaurant__info-content-title a {
        font-size: 15px;
    }
}

.restaurant__info-content-location {
    font-size: 14px;
}

@media (max-width: 767px) {
    .restaurant__info-content-location {
        font-size: 12px;
    }
}

.restaurant__info-content-location i {
    color: hsl(var(--base));
    font-size: 14px;
    margin-right: 5px;
}

.restaurant__info-content-meta-left li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    font-weight: 500;
    color: hsl(var(--body-three));
}

.restaurant__info-content-meta-left li i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.restaurant__info-content-meta-left li:before {
    position: absolute;
    content: "";
    top: 25%;
    right: -8px;
    transform: translateX(-50%);
    width: 1px;
    height: 11px;
    background-color: hsl(var(--body));
}

.restaurant__info-content-meta-left li:last-child {
    margin-right: 0px;
}

.restaurant__info-content-meta-left li:last-child:before {
    display: none;
}

.restaurant__info-content-meta-right span {
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--body-three));
}

.restaurant__info-content-meta-right span i {
    color: hsl(var(--rating-color));
}

.restaurant:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.restaurant:hover .restaurant__thumb img {
    transform: scale(1.2);
}

.restaurant:hover .restaurant__info-content-title a {
    color: hsl(var(--base));
}

.discount-bach {
    position: absolute;
    left: -8px;
    top: 20px;
    background: hsl(var(--base));
    padding: 5px 20px;
    border-radius: 0px 30px 30px 0px;
}

.discount-bach span {
    color: hsl(var(--common-white));
    font-weight: 700;
    font-size: 16px;
}

.discount-bach::before,
.discount-bach::after {
    position: absolute;
    content: "";
    background-color: hsl(var(--base-800));
    width: 9px;
    height: 8px;
    left: 0;
}

.discount-bach::before {
    top: 100%;
    clip-path: polygon(100% 0, 0 0, 94% 100%);
}

.discount-bach::after {
    top: -8px;
    left: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.restaurast-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restaurast-banner::before {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.restaurast-banner-title {
    color: hsl(var(--white));
    padding-block: 120px;
}

@media (max-width: 1199px) {
    .restaurast-banner-title {
        padding-block: 100px;
    }
}

@media (max-width: 767px) {
    .restaurast-banner-title {
        padding-block: 80px;
    }
}

@media (max-width: 575px) {
    .restaurast-banner-title {
        padding-block: 60px;
    }
}

.restaurant-info {
    background-color: hsl(var(--white));
}

.restaurant-info-box__thumb {
    margin-right: 25px;
}

@media (max-width: 575px) {
    .restaurant-info-box__thumb {
        margin-right: 15px;
    }
}

.restaurant-info-box__thumb img {
    width: 82px;
    height: 77px;
    object-fit: cover;
    border-radius: 5px;
}

@media (max-width: 575px) {
    .restaurant-info-box__thumb img {
        width: 70px;
        height: 65px;
    }
}

.restaurant-info-box__meta-title {
    font-size: 24px;
}

@media (max-width: 374px) {
    .restaurant-info-box__meta-title {
        font-size: 18px;
    }
}

.restaurant-info-box__meta-subtitle {
    font-size: 16px;
}

.restaurant-info-box__meta-location {
    margin-bottom: 10px;
}

@media (max-width: 374px) {
    .restaurant-info-box__meta-location {
        font-size: 14px;
    }
}

.restaurant-info-box__meta-location i {
    color: hsl(var(--base));
    margin-right: 5px;
}

.restaurant-info-box__meta-rating {
    margin-bottom: 10px;
}

.restaurant-info-box__meta-rating li {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .restaurant-info-box__meta-rating li {
        margin-right: 5px;
        font-size: 14px;
    }
}

.restaurant-info-box__meta-rating li i.active {
    color: hsl(var(--rating-color));
}

.restaurant-info-box__meta-rating li:last-child {
    margin-right: 0px;
}

.restaurant-info-box__meta-rating li:last-child i {
    color: hsl(var(--body));
    font-size: 20px;
    vertical-align: middle;
}

.restaurant-info-box__meta-time li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
    font-weight: 500;
}

.restaurant-info-box__meta-time li::before {
    position: absolute;
    content: "";
    top: 33%;
    right: -18px;
    transform: translateX(-50%);
    width: 1px;
    height: 11px;
    background-color: hsl(var(--body));
}

.restaurant-info-box__meta-time li:last-child {
    margin-right: 0px;
}

.restaurant-info-box__meta-time li:last-child:before {
    display: none;
}

@media (max-width: 575px) {
    .restaurant-info-box__meta-time li {
        font-size: 14px;
    }
}

.restaurant-info-box__meta-time li i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .restaurant-btn .btn.btn--lg {
        padding: 10px 25px !important;
    }
}

.foods-navbar__nav .nav-link {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid hsl(var(--border));
    font-size: 16px;
    font-weight: 600;
    color: hsl(var(--heading));
    padding: 20px 25px;
}

@media (max-width: 991px) {
    .foods-navbar__nav .nav-link {
        padding: 15px 10px;
    }
}

.foods-navbar__nav .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.foods-navbar__nav .nav-link.active {
    border-bottom: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    background-color: transparent;
}

.custom-container-two {
    max-width: 1000px;
}

@media only screen and (max-width: 575px) and (min-width: 375px) {
    .nearby-restaurant .col--xm-6 {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .nearby-restaurant .col--xm-6 .restaurant__info-thumb {
        width: 100%;
        margin-bottom: 10px;
    }

    .nearby-restaurant .col--xm-6 .restaurant__info-thumb img {
        width: 30px;
        height: 30px;
    }

    .nearby-restaurant .col--xm-6 .restaurant__info,
    .nearby-restaurant .col--xm-6 .restaurant__info-content-meta {
        display: block !important;
    }

    .nearby-restaurant .col--xm-6 .restaurant__info-content-meta-right {
        text-align: left !important;
    }

    .nearby-restaurant .col--xm-6 .restaurant__info-content {
        width: 100%;
    }

    .nearby-restaurant .col--xm-6 .restaurant__thumb-icon {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
    }

    .nearby-restaurant .col--xm-6 .discount-bach {
        padding: 3px 10px;
    }

    .nearby-restaurant .col--xm-6 .discount-bach span {
        font-size: 14px;
    }
}

.col--xm-6.slick-slide {
    margin: 8px !important;
}

@media only screen and (max-width: 575px) and (min-width: 375px) {
    .campaign-slider .col--xm-6.slick-slide {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 500px) {
    .restaurant-info .restaurant-info-box__thumb {
        margin-right: 15px;
    }

    .restaurant-info .restaurant-info-box__thumb img {
        width: 70px;
        height: 70px;
    }
}

.popular-foods-wrapper {
    position: relative;
}

.popular-foods-wrapper .popular-foods-shape,
.popular-foods-wrapper .popular-foods-shape-dark {
    position: absolute;
    left: -250px;
    top: 50px;
}

@media (max-width: 991px) {

    .popular-foods-wrapper .popular-foods-shape,
    .popular-foods-wrapper .popular-foods-shape-dark {
        display: none;
    }
}

.popular-foods-wrapper .popular-foods-shape-dark {
    display: none;
}

@media screen and (min-width: 374px) and (max-width: 575px) {
    .popular-foods-wrapper .col--xm-6 {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .popular-foods-wrapper .col--xm-6 .popular-food__item {
        display: block !important;
    }

    .popular-foods-wrapper .col--xm-6 .popular-food__item-thumb {
        margin-right: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .popular-foods-wrapper .col--xm-6 .popular-food__item-thumb a {
        display: block;
    }

    .popular-foods-wrapper .col--xm-6 .popular-food__item-thumb img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .popular-foods-wrapper .col--xm-6 .popular-food__item .heart {
        top: 10px !important;
        right: 15px;
    }

    .popular-foods-wrapper .col--xm-6 .popular-food__item .heart i {
        color: hsl(var(--common-white));
    }
}

.popular-food__item {
    position: relative;
    padding: 15px;
    height: 100%;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background-color: hsl(var(--white));
    transition: all ease 0.3s;
    align-items: center;
}

@media (max-width: 767px) {
    .popular-food__item {
        padding: 10px;
    }
}

.popular-food__item:hover {
    transform: translateY(-5px);
}

.popular-food__item:hover .popular-food__item-meta-content .title a {
    color: hsl(var(--base));
}

.popular-food__item .heart {
    position: absolute;
    top: 7px;
    right: 15px;
}

@media (max-width: 767px) {
    .popular-food__item .heart {
        top: 3px;
        right: 10px;
    }
}

.popular-food__item .heart.active i:before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--base));
}

.popular-food__item .add {
    position: absolute;
    right: 15px;
    bottom: 7px;
}

@media (max-width: 767px) {
    .popular-food__item .add {
        bottom: 3px;
        right: 10px;
    }
}

.popular-food__item .add i {
    font-size: 18px;
    color: hsl(var(--heading));
}

.popular-food__item-thumb {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .popular-food__item-thumb {
        margin-right: 10px;
    }
}

.popular-food__item-thumb img {
    height: 89px;
    width: 89px;
    border-radius: 5px;
}

@media (max-width: 1399px) {
    .popular-food__item-thumb img {
        height: 70px !important;
        width: 70px !important;
    }
}

@media (max-width: 1199px) {
    .popular-food__item-thumb img {
        height: 89px;
        width: 89px;
    }
}

@media (max-width: 767px) {
    .popular-food__item-thumb img {
        width: 60px;
        height: 60px;
    }
}

.popular-food__item-meta-content {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .popular-food__item-meta-content {
        margin-bottom: 0px;
    }
}

.popular-food__item-meta-content .title {
    font-size: 18px;
}

@media (max-width: 767px) {
    .popular-food__item-meta-content .title {
        font-size: 16px;
    }
}

.popular-food__item-meta-content span {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .popular-food__item-meta-content span {
        font-size: 12px;
    }
}

.popular-food__item-meta-content span i {
    margin-right: 5px;
}

.popular-food__item-meta-price li {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: hsl(var(--body-three));
}

@media (max-width: 767px) {
    .popular-food__item-meta-price li {
        font-size: 12px;
    }
}

.popular-food__item-meta-price li i {
    color: hsl(var(--rating-color));
    margin-right: 5px;
}

@media (max-width: 767px) {
    .popular-food__item-style2 {
        display: block !important;
    }
}

.popular-food__item-style2 .title {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .popular-food__item-style2 .title {
        font-size: 16px;
        max-width: 202px;
        margin-bottom: 10px;
    }
}

.popular-food__item-style2 .price-range {
    color: hsl(var(--heading));
    font-size: 16px;
}

@media (max-width: 991px) {
    .popular-food__item-style2 .price-range {
        font-size: 14px;
    }
}

.popular-food__item-style2 .subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    color: hsl(var(--body-three));
    max-width: 350px;
}

@media (max-width: 767px) {
    .popular-food__item-style2 .popular-food__item-thumb {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .popular-food__item-style2 .popular-food__item-thumb a {
        display: block;
    }
}

.popular-food__item-style2 .popular-food__item-thumb a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .popular-food__item-style2 .popular-food__item-thumb a img {
        width: 100% !important;
        height: 120px !important;
        object-fit: cover;
    }
}

.popular-food__item-style2 .date {
    color: hsl(var(--heading));
    margin-bottom: 15px;
}

.popular-food__item-style2 .popular-thumb-two-style a img {
    width: 156px;
    height: 136px;
}

@media (max-width: 991px) {
    .popular-food__item-style2 .popular-thumb-two-style a img {
        width: 120px;
        height: 100px;
    }
}

.popular-food__item-style2 .rate-order {
    font-size: 16px;
    font-weight: 600;
}

.popular-food__item-style2 .name-style-two {
    font-size: 16px;
    font-weight: 500;
}

.popular-food__item-style3 .title-style2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .popular-food__item-style3 .title-style2 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .popular-food__item-style3 .title-style2 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .popular-food__item-style3 .date {
        font-size: 14px;
    }
}

.popular-food__item-style3 .price {
    font-size: 24px;
    font-weight: 600;
    color: hsl(var(--heading));
}

@media (max-width: 991px) {
    .popular-food__item-style3 .price {
        font-size: 18px;
    }
}

.popular-food__item-style3 .reorder-btn {
    border: 1px solid hsl(var(--body));
    color: hsl(var(--body));
    font-size: 18px;
    font-weight: 500;
}

.popular-food__item-style3 .reorder-btn:hover {
    color: hsl(var(--common-white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

@media (max-width: 991px) {
    .popular-food__item-style3 .reorder-btn {
        font-size: 14px;
        padding: 4px 8px !important;
    }
}

.popular-food__item-style3 .popular-thumb-two-style a img {
    width: 156px;
    height: 136px;
}

@media (max-width: 1199px) {
    .popular-food__item-style3 .popular-thumb-two-style a img {
        width: 120px;
        height: 100px;
    }
}

@media (max-width: 991px) {
    .popular-food__item-style3 .popular-thumb-two-style a img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    .popular-food__item-style3 .popular-thumb-two-style {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .popular-food__item-style3 .reorder-btn {
        bottom: 6px !important;
        right: 10px !important;
    }
}

.popular-food__item-style3 .rate-order {
    margin-top: 10px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .popular-food__item-style3 .rate-order {
        margin-top: 0px;
        font-size: 14px;
    }
}

.popular-food__item-style3 .add {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media (max-width: 767px) {
    .popular-food__item-style2 .heart {
        top: 15px !important;
        right: 15px !important;
    }

    .popular-food__item-style2 .heart i {
        color: hsl(var(--common-white));
    }
}

.about {
    position: relative;
    z-index: 1;
}

.about .about-shape-one,
.about .about-shape-one-dark {
    position: absolute;
    right: 0;
    z-index: -1;
}

@media (max-width: 767px) {

    .about .about-shape-one,
    .about .about-shape-one-dark {
        display: none;
    }
}

.about .about-shape-one-dark {
    display: none;
}

.about-right {
    margin-left: 70px;
}

@media (max-width: 991px) {
    .about-right {
        margin-left: 0px;
    }
}

.about-right .section-common-title {
    max-width: 380px;
}

.section-common-title {
    font-size: 40px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-common-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.section-common {
    flex-wrap: wrap;
    gap: 20px;
}

.section-common p {
    font-size: 16px;
    color: hsl(var(--body-three));
}

.section-common-btn {
    margin-top: 30px;
}

.section-common-btn a {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 38px !important;
}

@media (max-width: 767px) {
    .section-common-btn a {
        font-size: 16px;
        padding: 7px 25px;
    }
}

@media (max-width: 991px) {
    .section-common-btn {
        margin-top: 40px;
    }
}

.our-mission {
    position: relative;
}

.our-mission .mission-shape-two,
.our-mission .mission-shape-two-dark {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {

    .our-mission .mission-shape-two,
    .our-mission .mission-shape-two-dark {
        display: none;
    }
}

.our-mission .mission-shape-two-dark {
    display: none;
}

.our-mission__thumb {
    margin-right: 110px;
}

@media (max-width: 1199px) {
    .our-mission__thumb {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .our-mission__thumb {
        margin-right: 0px;
    }
}

.our-vission__thumb {
    margin-left: 110px;
}

@media (max-width: 1199px) {
    .our-vission__thumb {
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .our-vission__thumb {
        margin-left: 0px;
    }
}

.work-process {
    text-align: center;
}

.work-process__thumb {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.work-process__thumb svg {
    width: 80px;
    fill: red;
}

.work-process__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-process__title {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 500;
}

.about .contact-shape-two,
.about .contact-shape-two-dark {
    position: absolute;
    bottom: 100px;
    z-index: -1;
}

@media (max-width: 767px) {

    .about .contact-shape-two,
    .about .contact-shape-two-dark {
        display: none;
    }
}

.about .contact-shape-two-dark {
    display: none;
}

.map-area iframe {
    height: 600px;
    margin-bottom: -10px;
    width: 100%;
}

@media (max-width: 575px) {
    .map-area iframe {
        height: 300px;
    }
}

.auth-devide {
    position: relative;
    margin: 20px 0px;
}

.auth-devide::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: hsl(var(--border));
    top: 50%;
    left: 0;
    z-index: 1;
}

.auth-devide span {
    background: hsl(var(--white));
    padding: 3px 8px;
    z-index: 2;
    position: relative;
}

.signup-form {
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    border-radius: 10px;
    background-color: hsl(var(--white));
}

@media (max-width: 575px) {
    .signup-form {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .signup-form {
        margin-left: 0px;
    }
}

.signup-form .signup-page__content h2 {
    font-size: 24px;
}

.contact-meta {
    position: relative;
}

.contact-meta .download-app__left-title {
    color: hsl(var(--heading));
}

@media (max-width: 991px) {
    .contact-meta .download-app__left-title {
        font-size: 30px;
    }
}

.contact-meta .download-app__left-subtitle {
    color: hsl(var(--body-three));
}

@media (max-width: 1199px) {
    .contact-meta .download-app__left-subtitle {
        margin-bottom: 30px;
    }
}

.contact-meta .contact-image,
.contact-meta .contact-image-dark {
    position: absolute;
    right: 0;
}

@media (max-width: 1399px) {

    .contact-meta .contact-image,
    .contact-meta .contact-image-dark {
        width: 35%;
        bottom: 50px;
    }
}

@media (max-width: 1199px) {

    .contact-meta .contact-image,
    .contact-meta .contact-image-dark {
        display: none;
    }
}

.contact-meta .contact-image-dark {
    display: none;
}

@media (max-width: 991px) {
    .contact-meta .download-app__left-btn a {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .contact-meta .download-app__left-btn a img {
        width: 100px;
    }
}

.contact-info {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .contact-info {
        margin-bottom: 20px;
    }
}

.contact-info:last-child {
    margin-bottom: 0px;
}

.contact-info-item {
    display: flex;
    flex-wrap: wrap;
}

.contact-info-item .icon {
    position: relative;
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--normal-dark-two));
    margin-right: 20px;
    z-index: 1;
}

.contact-info-item .icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent hsl(var(--base));
    transform: rotate(311deg);
    z-index: -1;
    border-radius: 50%;
}

.contact-info-item .icon i {
    color: hsl(var(--base));
    font-size: 27px;
}

@media (max-width: 991px) {
    .contact-info-item .icon i {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .contact-info-item .icon {
        width: 45px;
        height: 45px;
    }
}

.contact-info-item .content .title {
    font-size: 20px;
    color: hsl(var(--heading));
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-info-item .content p {
    max-width: 270px;
    font-size: 16px;
    color: hsl(var(--body-three));
}

@media (max-width: 425px) {
    .contact-info-item .content p {
        max-width: 220px;
    }
}

.account-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.signup-form .social-login-btn,
.signup-form .social-login-btn,
.signup-form .social-login-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.social-login-btn {
    border: 1px solid hsl(var(--border));
}

.social-login-btn:hover {
    border: 1px solid hsl(var(--border));
    color: hsl(var(--base));
}

@keyframes phone-icon-animate {

    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.account {
    position: relative;
    z-index: 1;
}

.account .account-shape-one,
.account .account-shape-two,
.account .account-shape-three,
.account .account-shape-four,
.account .account-shape-four-dark,
.account .account-shape-dark,
.account .account-shape-two-dark {
    position: absolute;
    z-index: -1;
}

@media (max-width: 575px) {

    .account .account-shape-one,
    .account .account-shape-two,
    .account .account-shape-three,
    .account .account-shape-four,
    .account .account-shape-four-dark,
    .account .account-shape-dark,
    .account .account-shape-two-dark {
        display: none;
    }
}

.account .account-shape-dark {
    right: 0;
}

.account .account-shape-dark,
.account .account-shape-two-dark {
    display: none;
}

.account .account-shape-one {
    right: 0;
}

.account .account-shape-two,
.account .account-shape-two-dark {
    left: 0;
}

.account .account-shape-three {
    left: 0;
    bottom: 80px;
}

@media (max-width: 1599px) {
    .account .account-shape-three {
        width: 30%;
    }
}

@media (max-width: 1199px) {
    .account .account-shape-three {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .account .account-shape-three {
        display: none;
    }
}

.account .account-shape-four,
.account .account-shape-four-dark {
    right: 0;
    bottom: 80px;
}

@media (max-width: 1599px) {

    .account .account-shape-four,
    .account .account-shape-four-dark {
        width: 30%;
    }
}

@media (max-width: 1199px) {

    .account .account-shape-four,
    .account .account-shape-four-dark {
        width: 25%;
    }
}

@media (max-width: 767px) {

    .account .account-shape-four,
    .account .account-shape-four-dark {
        display: none;
    }
}

.account .account-shape-four-dark {
    display: none;
}

.account .form-select {
    padding: 0px 10px;
}

.form-separator {
    border-bottom: 1px solid hsl(var(--border));
    height: 16px;
    margin: 0px 0px 40px;
    text-align: center;
}

.form-separator span {
    background-color: hsl(var(--white));
    color: hsl(var(--body));
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 8px;
}

.social-media {
    margin-bottom: 30px;
}

.social-media a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: hsl(var(--common-white));
    margin-right: 5px;
    display: inline-block;
}

.social-media a:last-child {
    margin-right: 0px;
}

.social-media .facebook {
    background-color: #1976D2;
}

.social-media .google {
    background-color: #518EF8;
}

.phone-input {
    gap: 10px;
}

.phone-input-code {
    width: 107px;
}

.phone-input-number {
    width: calc(100% - 107px);
}

.delivery-address,
.additinal-note,
.payment {
    padding: 30px;
    background: hsl(var(--white));
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.delivery-address-modal {
    padding: 0px 5px;
    background: hsl(var(--white));
    border-radius: 8px;
    margin-bottom: unset;
    box-shadow: unset;
}

.delivery-address-modal .delivcery-label {
    padding: 30px 0px 7px 0;
}

@media (max-width: 575px) {

    .delivery-address,
    .additinal-note,
    .payment {
        padding: 20px;
    }
}

.additinal-note h4,
.payment h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 575px) {

    .additinal-note h4,
    .payment h4 {
        font-size: 16px;
    }
}

.delivery-address .title {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .delivery-address .title {
        font-size: 16px;
    }
}

.delivery-address .title button {
    color: hsl(var(--base));
    font-weight: 400;
    font-size: 16px;
}

.delivery-address-box {
    padding: 25px 20px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 767px) {
    .delivery-address-box {
        padding: 15px;
    }
}

.delivery-address-box h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.delivery-address-box h6 a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: hsl(var(--base));
}

@media (max-width: 575px) {
    .delivery-address-box h6 {
        font-size: 16px;
    }
}

.delivery-address-box p {
    font-size: 16px;
    max-width: 440px;
    color: hsl(var(--body-three));
}

.delivery-address-box a {
    font-size: 16px;
    max-width: 440px;
    color: hsl(var(--heading));
}

@media (max-width: 575px) {
    .delivery-address-box p {
        font-size: 14px;
    }
}

.delivery-address-box .edit-tag {
    position: absolute;
    top: 10px;
    right: 18px;
}

.delivery-address-box .edit-tag span a i {
    font-size: 18px;
}

.delivery-address .view-address button {
    color: hsl(var(--base));
    font-weight: 500;
}

.delivery-address .edit-tag button:hover {
    color: hsl(var(--base)) !important;
}

.delivery-address .edit-tag a {
    text-decoration: none;
    color: hsl(var(--body));
    font-family: var(--body-font);
    padding: 0;
}

.delivery-address .edit-tag a:hover {
    color: hsl(var(--base)) !important;
}

.bank-card {
    margin-bottom: 20px;
}

.bank-card-box {
    padding: 15px 15px;
    border: 1px solid hsl(var(--border));
    border-radius: 3px;
    display: block;
}

.bank-card label {
    font-size: 18px;
    width: 100%;
    cursor: pointer;
    color: hsl(var(--body-three));
}

.bank-card label::after {
    top: 11px;
}

.bank-card label::before {
    top: 7px;
}

@media (max-width: 575px) {
    .bank-card label {
        font-size: 16px;
    }
}

.bank-card label i {
    padding: 5px;
}

.payment .custom--checkbox .form-check-input {
    border-radius: 50%;
}

.payment .voucher {
    margin-bottom: 30px;
}

.payment .voucher a {
    color: hsl(var(--base));
}

.checkout-summary {
    padding: 25px 20px;
    background-color: hsl(var(--white));
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .checkout-summary {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .checkout-summary {
        margin-left: 0px;
    }
}

.checkout-summary .location {
    margin-bottom: 5px;
}

.checkout-summary p {
    font-size: 18px;
}

@media (max-width: 575px) {
    .checkout-summary p {
        font-size: 16px;
    }
}

.checkout-summary p a {
    color: hsl(var(--base));
    font-weight: 700;
}

.checkout-summary-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border));
}

.checkout-summary-item li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}

.checkout-summary-item li span:first-child {
    color: hsl(var(--heading));
}

.checkout-summary-item li span:last-child {
    color: hsl(var(--body-three));
}

.checkout-summary-total li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 5px;
    color: hsl(var(--body-three));
}

.checkout-summary-total li:first-child {
    color: hsl(var(--heading));
}

.checkout-summary .total-payment {
    margin-top: 20px;
}

.checkout-summary .total-payment li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: hsl(var(--heading));
}

.delivery-process li {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

.delivery-process li a {
    display: flex;
    place-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid hsl(var(--border));
    transition: all ease 0.3s;
}

.delivery-process li a i {
    font-size: 20px;
}

.delivery-process li a:hover {
    color: hsl(var(--common-white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}


.delivery-process li a.active {
    color: hsl(var(--common-white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}


.delivcery-label {
    padding: 35px 0px;
}

.delivcery-label h6 {
    margin-bottom: 20px;
}

.delivery-address-box-two {
    padding: 0px;
    margin-bottom: 25px;
}

.delivery-address-box-two iframe {
    width: 100%;
    height: 300px;
    border-radius: 8px 8px 0px 0px;
}

@media (max-width: 575px) {
    .delivery-address-box-two iframe {
        height: 200px;
    }
}

.delivery-address-meta {
    padding: 20px;
}

@media (max-width: 575px) {
    .delivery-address-meta {
        padding: 15px;
    }
}

.delivery-location .modal-content {
    background-color: hsl(var(--white)) !important;
}

.delivery-location-inner {
    position: relative;
    padding: 40px 20px;
}

@media (max-width: 575px) {
    .delivery-location-inner {
        padding: 30px 20px;
    }
}

.delivery-location-inner .cross-btn {
    position: absolute;
    right: 30px;
    color: hsl(var(--body));
    background-image: none;
    opacity: 1;
    outline: none !important;
}

@media (max-width: 575px) {
    .delivery-location-inner .cross-btn {
        top: 8px;
        right: 20px;
    }
}

.delivery-location-inner .cross-btn i {
    font-size: 25px;
    color: hsl(var(--base));
}

.delivery-location-inner .cross-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.delivery-location-title {
    margin-bottom: 30px;
    font-size: 24px;
}

@media (max-width: 575px) {
    .delivery-location-title {
        font-size: 18px;
    }
}

.delivery-location .input-group {
    margin-bottom: 20px;
}

.delivery-location-map {
    position: relative;
}

.delivery-location-map iframe {
    width: 100%;
    height: 420px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .delivery-location-map iframe {
        height: 300px;
    }
}

.delivery-location-map-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.delivery-location-map-btn .btn-location {
    padding: 9px 120px !important;
}

@media (max-width: 575px) {
    .delivery-location-map-btn .btn-location {
        padding: 9px 80px !important;
    }
}

.delivery-location-map-btn .btn-location:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--common-white)) !important;
}

.refund-section {
    padding: 40px;
    background: hsl(var(--white));
    border-radius: 8px;
}

@media (max-width: 575px) {
    .refund-section {
        padding: 30px 20px;
    }
}

.refund-section .custom--accordion {
    background-color: hsl(var(--white)) !important;
}

.refund-section .custom--accordion .accordion-item {
    border-radius: 5px !important;
    border: 1px solid hsl(var(--border));
    background-color: hsl(var(--white)) !important;
}

.refund-section .custom--accordion .accordion-item .accordion-button {
    background-color: hsl(var(--white)) !important;
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 15px 20px 15px 15px;
}

.refund-section .custom--accordion .accordion-item .accordion-button::after {
    right: 9px;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
}

.refund-section .custom--accordion .accordion-body {
    padding: 0px 20px 25px 20px;
}

.refund-section .custom--accordion .accordion-body__list {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid hsl(var(--border));
}

.refund-section .custom--accordion .accordion-body__list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.refund-section .custom--accordion .accordion-body__list li span {
    font-size: 14px;
    color: hsl(var(--body-three));
}

.refund-section .custom--accordion .accordion-body__price {
    margin-bottom: 30px;
}

.refund-section .custom--accordion .accordion-body__price li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.refund-section .custom--accordion .accordion-body__price li span {
    font-size: 14px;
    color: hsl(var(--heading));
}

.refund-section .custom--accordion .accordion-body__total {
    border-bottom: 0.5px solid hsl(var(--border));
    margin-bottom: 20px;
}

.refund-section .custom--accordion .accordion-body__total li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: hsl(var(--base));
}

.refund-section .custom--accordion .accordion-body__card img {
    margin-right: 10px;
}

.refund-section .custom--accordion .accordion-body__card li {
    display: flex;
    justify-content: space-between;
}

.refund-section .custom--accordion .accordion-body__card li span {
    font-size: 14px;
    color: hsl(var(--heading));
}

.refund-section .refund-fund {
    padding: 20px;
    background: hsl(var(--base));
    border-radius: 5px;
    margin-bottom: 30px;
}

.refund-section .refund-fund-left span {
    color: hsl(var(--common-white));
}

.refund-section .refund-fund-title {
    color: hsl(var(--common-white));
    font-size: 24px;
    font-weight: 600;
}

.refund-section .refund-fund-icon i {
    color: hsl(var(--common-white));
    font-size: 20px;
}

.refund-section .refund-order {
    margin-bottom: 20px;
}

.refund-section .refund-order h4 {
    font-size: 18px;
}

.refund-section .refund-order h4 i {
    color: hsl(var(--base));
    margin-right: 10px;
    font-size: 24px;
}

.refund-section .refund-according span {
    font-size: 14px;
    color: hsl(var(--body));
    font-weight: 400;
    margin-bottom: 5px;
}

.refund-section .refund-according h4 {
    font-size: 16px;
    font-weight: 400;
}

.qnty-cart-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qnty-cart-list .product-qty {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.qnty-cart-list .product-qty input[type=number] {
    -moz-appearance: textfield;
}

.qnty-cart-list .product-qty .product-qty__value:focus {
    outline: none;
}

.qnty-cart-list .product-qty__btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50% !important;
    border: 1px solid hsl(var(--border));
    color: hsl(var(--body-three));
}

.qnty-cart-list .product-qty__btn:last-child {
    border-left: 0;
    border-left-color: currentcolor;
    border-radius: 0 3px 3px 0;
    background-color: hsl(var(--base));
    color: hsl(var(--common-white));
    border-color: hsl(var(--base));
}

.modal.add-card {
    --bs-modal-width: 650px !important;
}

.add-card__item {
    padding: 40px 30px;
    background-color: hsl(var(--white));
    border-radius: 10px;
}

@media (max-width: 575px) {
    .add-card__item {
        padding: 30px 20px;
    }
}

.add-card__item__top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsl(var(--border));
}

.add-card__item__top .title {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

@media (max-width: 575px) {
    .add-card__item__top .title {
        font-size: 16px;
    }
}

.add-card__item__top p {
    color: hsl(var(--body-three));
}

@media (max-width: 575px) {
    .add-card__item__top p {
        font-size: 14px;
    }
}

.add-card__thumb {
    position: relative;
}

.add-card__thumb img {
    border-radius: 8px 8px 0px 0px;
}

.add-card__thumb .cross-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: hsl(var(--base));
    background-color: hsl(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    opacity: 1;
    outline: none !important;
    box-shadow: none;
}

@media (max-width: 575px) {
    .add-card__thumb .cross-btn {
        top: 20px;
        right: 20px;
    }
}

.add-card__thumb .cross-btn i {
    font-size: 20px;
    color: hsl(var(--base));
}

.add-card .common-title {
    margin-bottom: 10px;
}

.add-card .common-title h4 {
    font-size: 20px;
}

@media (max-width: 575px) {
    .add-card .common-title h4 {
        font-size: 16px;
    }
}

.add-card .common-title span {
    font-size: 14px;
    color: hsl(var(--body-three));
}

.add-card-variation li,
.add-card-frequently li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

.add-card-variation li label,
.add-card-frequently li label {
    font-size: 14px;
}

.add-card-variation li .price span,
.add-card-frequently li .price span {
    color: hsl(var(--heading));
}

.add-card-variation .custom--checkbox input,
.add-card-frequently .custom--checkbox input {
    margin-right: 5px;
    height: 15px;
    width: 15px;
    border-color: hsl(var(--base));
}

.add-card-variation .custom--checkbox label,
.add-card-frequently .custom--checkbox label {
    color: hsl(var(--heading));
}

.add-card-variation {
    margin-bottom: 30px;
}

.add-card-frequently {
    margin-bottom: 30px;
}

.add-card-frequently label {
    color: hsl(var(--heading));
}

.add-card-frequently a {
    margin-top: 10px;
    color: hsl(var(--base));
}

/* .cart-page-inner .cart-page {
    margin-right: 350px;
}

@media (max-width: 1199px) {
    .cart-page-inner .cart-page {
        margin-right: 0;
    }
} */

.cart-page-inner .your-cart {
    background-color: hsl(var(--white));
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    padding: 30px 20px;
    border-radius: 8px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 9991;
    /* position: fixed;
    right: 0;
    top: 0; */
    /* padding-top: 135px; */
    /* height: 100%; */
    z-index: 6;
    transition: all ease 0.3s;
}

.cart-page-inner .your-cart.your-cart-two {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 9991 !important;
    transform: translate(100%) !important;
    border-radius: 0px;
    height: 100%;
}

.cart-page-inner .your-cart.your-cart-two.active {
    transform: translate(0) !important;
}

@media (max-width: 1199px) {
    .cart-page-inner .your-cart {
        transform: translateX(100%);
        top: 0px;
    }

    .cart-page-inner .your-cart {
        position: fixed;
        border-radius: 0px;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 6;
        transition: all ease 0.3s;
    }
}

@media (max-width: 374px) {
    .cart-page-inner .your-cart {
        max-width: 300px;
    }
}

.cart-page-inner .your-cart .cross-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
    background-color: hsl(var(--base));
    color: hsl(var(--common-white));
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .cart-page-inner .your-cart {
        z-index: 9999;
        padding-top: 37px;
    }

    .cart-page-inner .your-cart.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        z-index: 9999;
    }
}


.your-cart {
    z-index: 2;
}

.your-cart__title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.your-cart__form {
    margin-bottom: 40px;
}

.your-cart__form p {
    text-align: center;
    color: hsl(var(--body-three));
}

.your-cart__form p span {
    font-weight: 700;
    color: hsl(var(--base));
}

.your-cart__form-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 30px auto;
    background-color: hsl(var(--body)/0.09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.your-cart__item-single {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border));
}

.your-cart__item-single:last-child {
    border-bottom: none;
}

.your-cart__item-single-thumb {
    margin-right: 10px;
}

.your-cart__item-single-thumb img {
    width: 48px;
    height: 43px;
    object-fit: cover;
    border-radius: 3px;
}

.your-cart__item-single-content h4 {
    font-size: 14px;
    font-weight: 500;
}


/* change css */

.your-cart__item-single-content span {
    font-size: 12px;
    color: hsl(var(--heading));
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

/* add new css */
.your-cart__cunt {
    flex-shrink: 0;
}

.your-cart__item .qnty-cart-list {
    margin-bottom: 5px;
}

.your-cart__item .qnty-cart-list span {
    font-size: 14px;
}

.your-cart__item .qnty-cart-list .product-qty__btn {
    font-size: 14px;
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.your-cart__item .qnty-cart-list .product-qty__btn i {
    font-size: 14px;
    color: hsl(var(--body-three));
}

.your-cart__item-border {
    padding-top: 20px;
    border-top: 1px solid hsl(var(--border));
}

.your-cart__item-border .your-cart__amount li:first-child span {
    color: hsl(var(--body-three));
}

.your-cart__cunt span {
    font-size: 14px;
    color: hsl(var(--body-three));
}

.your-cart__amount li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.your-cart__amount li span {
    font-size: 16px;
    color: hsl(var(--body-three));
}

.your-cart__amount li:first-child span {
    color: hsl(var(--heading));
}

.your-cart__amount li:last-child {
    margin-top: 20px;
}

.your-cart__amount li:last-child span {
    color: hsl(var(--heading));
    font-weight: 500;
}

.your-cart .btn-disable {
    background-color: #999999;
    border-color: #999999;
    color: hsl(var(--common-white));
}

.your-cart .btn-disable:hover,
.your-cart .btn-disable:active {
    color: hsl(var(--common-white)) !important;
    background-color: #999999;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.my-address {
    padding: 40px 30px;
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    .my-address {
        padding: 30px 20px;
    }
}

.my-address .delivery-address__inner {
    margin-bottom: 0px;
}

.my-address .delivery-address-box {
    border-bottom: 1px solid hsl(var(--border));
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 10px 0px;
}

.my-address .delivery-address-box:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.delivery-address .delivery-address-box button {
    text-decoration: none;
    color: hsl(var(--body));
    font-family: var(--body-font);
    padding: 0;
}

.modal-content {
    border-radius: 10px !important;
    background-color: hsl(var(--white));
}

.product-qty-border {
    border: 1px solid hsl(var(--body)) !important;
}

.product-qty-white i {
    color: hsl(var(--common-white));
}

.product-qty_trans {
    background-color: transparent;
}

.voucher-box {
    display: flex;
    background-color: hsl(var(--white));
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.voucher-box__left {
    width: 137px;
    text-align: center;
    padding: 10px 20px;
    position: relative;
}

@media (max-width: 767px) {
    .voucher-box__left {
        width: 100px;
        padding: 10px 15px;
    }
}

.voucher-box__left .discount {
    color: hsl(var(--base));
    font-size: 40px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .voucher-box__left .discount {
        font-size: 30px;
    }
}

.voucher-box__left .off {
    color: hsl(var(--heading));
    font-size: 20px;
    font-weight: 500;
}

.voucher-box__right-inner {
    width: calc(100% - 137px);
    padding: 10px 20px;
    position: relative;
    border-left: 2px dashed hsl(var(--border));
}

@media (max-width: 767px) {
    .voucher-box__right-inner {
        width: calc(100% - 100px);
    }
}

.voucher-box__right-inner::before,
.voucher-box__right-inner::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: hsl(var(--bg-color-two));
}

.voucher-box__right-inner::before {
    top: -10px;
    left: -11px;
}

@media (max-width: 575px) {
    .voucher-box__right-inner::before {
        top: -13px;
    }
}

.voucher-box__right-inner::after {
    bottom: -10px;
    left: -11px;
}

@media (max-width: 575px) {
    .voucher-box__right-inner::after {
        bottom: -13px;
    }
}

.voucher-box__right span {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .voucher-box__right span {
        font-size: 12px;
    }
}

.voucher-box__right p {
    color: hsl(var(--heading));
    font-size: 14px;
}

@media (max-width: 1199px) {
    .voucher-box__right p {
        font-size: 12px;
    }
}

.voucher-coupon .modal-content {
    mask: url(../images/account/vector.png) no-repeat 50% 50%;
    mask-size: auto;
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white));
}

.voucher-coupon-content {
    padding: 30px;
    text-align: center;
    position: relative;
}

.voucher-coupon-content h4 {
    font-size: 40px;
    color: hsl(var(--base));
}

.voucher-coupon-content h4 span {
    font-size: 18px;
    color: hsl(var(--heading));
}

.voucher-coupon-content p {
    max-width: 400px;
    margin: 0 auto;
}

.voucher-coupon-content .cross-btn {
    position: absolute;
    right: 30px;
    color: hsl(var(--body));
    background-image: none;
    opacity: 1;
    outline: none !important;
}

.voucher-coupon-content .cross-btn i {
    font-size: 25px;
    color: hsl(var(--base));
}

.voucher-coupon-content .cross-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.voucher-coupon-code {
    border-top: 2px dashed hsl(var(--border));
    padding: 30px;
    text-align: center;
}

.voucher-coupon-code span {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.voucher-coupon-code p {
    text-transform: uppercase;
    color: hsl(var(--heading));
    margin-bottom: 20px;
}

.order-recording .modal-content {
    background-color: hsl(var(--white));
}

.order-recording-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border));
}

.order-recording-item-thumb img {
    border-radius: 5px;
    width: 97px;
    height: 97px;
}

.order-recording-item-content h4 {
    font-size: 20px;
}

.order-recording-item-content span {
    font-size: 14px;
}

.order-recording-item-content span i {
    margin-right: 5px;
}

.order-recording-rating {
    margin-bottom: 30px;
}

.order-recording-rating .rating li {
    display: inline-block;
    margin-right: 10px;
}

.order-recording-rating .rating li i {
    color: hsl(var(--body));
    font-size: 24px;
}

.order-recording-rating .rating li:first-child i {
    color: hsl(var(--base));
}

.order-recording .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.order-recording-tag {
    margin-bottom: 20px;
}

.order-recording-tag a {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    border: 1px solid hsl(var(--body));
    margin-bottom: 10px;
    margin-right: 7px;
    color: hsl(var(--heading));
    transition: all ease 0.3s;
}

.order-recording-tag a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--common-white));
    border-color: hsl(var(--base));
}

.order-recording-meal span {
    text-align: right;
    display: block;
    margin-top: 15px;
}

.order-recording-meal textarea.form--control {
    height: 55px;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .voucher .col--xs-6 {
        width: 50%;
    }

    .voucher .col--xs-6 .voucher-box__left {
        width: 80px;
        padding: 8px 10px 10px 10px;
    }

    .voucher .col--xs-6 .voucher-box__left .discount {
        font-size: 24px;
    }

    .voucher .col--xs-6 .voucher-box__left .off {
        font-size: 18px;
    }

    .voucher .col--xs-6 .voucher-box__right-inner {
        width: calc(100% - 80px);
        padding: 8px 10px 10px 10px;
    }
}


/* ================================= Dashboard Sidebar Css Start =========================== */
.sidebar_menu_btn {
    width: 35px;
    height: 30px;
    border-radius: 5px;
    background: hsl(var(--base));
    align-items: center;
    justify-content: center;
    color: hsl(var(--common-white));
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
}

.dashboard .sidebar-menu {
    position: relative;
    width: 250px;
    background-color: hsl(var(--white));
    border-right: 1px solid hsl(var(--border));
    overflow-y: auto;
    transition: 0.2s linear;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-menu {
        width: 230px;
    }
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base)/0.15);
}

.dashboard .sidebar-menu.show {
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        width: 275px;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: hsl(var(--common-white));
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
    line-height: 1;
    background: hsl(var(--base));
    width: 20px;
    height: 20px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .sidebar-logo {
    position: relative;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu .sidebar-logo {
        padding: 25px 0 25px;
    }
}

.dashboard .sidebar-menu .sidebar-logo__link img {
    max-width: 140px;
    max-height: 40px;
}


.dashboard .sidebar-menu-list__item {
    margin-bottom: 5px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.active>a::before {
    visibility: visible;
    opacity: 1;
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:hover::after {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    transition: 0.1s linear;
    color: hsl(var(--heading)/0.6);
}

.dashboard .sidebar-menu-list__link {
    font-family: var(--heading-font);
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 12px 15px;
    width: 100%;
    color: hsl(var(--heading) / 0.7);
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 0;
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-menu-list__link {
        font-size: 0.875rem;
    }
}

.dashboard .sidebar-menu-list__link::before {
    position: absolute;
    content: "";
    background: hsl(var(--base));
    width: 2px;
    height: 100%;
    border-radius: 0 2px 2px 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base)/0.06);
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link:hover::before {
    visibility: visible;
    opacity: 1;
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 6px;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
}

.dashboard .sidebar-submenu-list__link {
    padding: 5px 10px;
    display: block;
    color: hsl(var(--heading));
    color: #6b717e;
    font-weight: 500;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 20px;
}

.dashboard .sidebar-submenu-list__link::before {
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border: 1px solid hsl(var(--heading)/0.4);
    border-radius: 50%;
    transition: 0.2s linear;
}

.dashboard .sidebar-submenu-list__link:hover {
    color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link:hover::before {
    border-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

/* ================================= Dashboard Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */


.dashboard-wrapper__header {
    margin-bottom: 20px;
}

@media screen and (max-width: 374px) {
    .dashboard-wrapper__header {
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 374px) {
    .dashboard-wrapper__header .title {
        margin-bottom: 10px !important;
    }
}

.dashboard-wrapper__header .buttons {
    justify-content: flex-end;
}

@media screen and (max-width: 374px) {
    .dashboard-wrapper__header .buttons {
        justify-content: flex-start;
    }
}

.dashboard-wrapper__header .btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

@media screen and (max-width: 575px) {
    .dashboard-wrapper__header .btn {
        font-size: 0.9375rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard-wrapper__header .btn {
        font-size: 0.875rem;
        padding: 9px 16px;
    }
}

.dashboard {
    position: relative;
    background: hsl(var(--white));
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    /* Table Content */
}

.dashboard__right {
    width: calc(100% - 250px);
    position: relative;
}

@media screen and (max-width: 1399px) {
    .dashboard__right {
        width: calc(100% - 230px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
    }
}

.dashboard .dashboard-body {
    position: relative;
    padding: 25px 20px;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 25px 18px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body {
        padding: 15px 10px;
    }
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(1) .dashboard-widget:hover {
    border: 1px solid hsl(var(--purple) / 0.16);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(1) .dashboard-widget__icon {
    background-color: hsl(var(--purple) / 0.16);
    color: hsl(var(--purple));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(2) .dashboard-widget:hover {
    border: 1px solid hsl(var(--info) / 0.09);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(2) .dashboard-widget__icon {
    background-color: hsl(var(--info) / 0.09);
    color: hsl(var(--info));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(3) .dashboard-widget:hover {
    border: 1px solid hsl(var(--success) / 0.08);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(3) .dashboard-widget__icon {
    background-color: hsl(var(--success) / 0.08);
    color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(4) .dashboard-widget:hover {
    border: 1px solid hsl(var(--info) / 0.08);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(4) .dashboard-widget__icon {
    background-color: hsl(var(--info) / 0.08);
    color: hsl(var(--info));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(5) .dashboard-widget:hover {
    border: 1px solid hsl(var(--warning) / 0.08);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(5) .dashboard-widget__icon {
    background-color: hsl(var(--warning) / 0.08);
    color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(6) .dashboard-widget:hover {
    border: 1px solid hsl(var(--purple) / 0.08);
}

.dashboard .dashboard-widget-wrapper div[class*="col"]:nth-child(6) .dashboard-widget__icon {
    background-color: hsl(var(--purple) / 0.08);
    color: hsl(var(--purple));
}

.dashboard .dashboard-widget {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 20px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.dashboard .dashboard-widget:hover {
    transform: translateY(-2px) scale(1);
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget {
        padding: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget {
        padding: 15px 10px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-widget {
        padding: 12px 10px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
    border-radius: 5px;
    font-size: 1.5rem;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__icon {
        width: 45px;
        height: 45px;
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 38px;
        height: 38px;
    }
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 45px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 38px);
        padding-left: 12px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--body-color)/0.7);
    margin-bottom: 5px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-widget__text {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-widget__text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.875rem;
    }
}


@media screen and (max-width: 374px) {
    .dashboard .customer {
        display: block;
        text-align: left;
    }
}

.dashboard .customer__thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .dashboard .customer__thumb {
        margin-left: auto;
    }
}

.dashboard .customer__content {
    width: calc(100% - 30px);
    padding-left: 10px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .dashboard .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .dashboard .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.dashboard .customer__name {
    font-size: 0.8125rem;
    font-weight: 500;
    color: hsl(var(--heading));
    margin-bottom: 0;
}

.dashboard .action-buttons {
    gap: 7px;
    justify-content: flex-end;
}

.dashboard .action-btn {
    font-size: 0.6875rem;
    text-align: center;
    border-radius: 5px;
    padding: 3px 6px;
    font-weight: 400;
    position: relative;
    color: hsl(var(--white));
}

.dashboard .edit-btn {
    background-color: hsl(var(--dark));
}

.dashboard .delete-btn {
    background-color: hsl(var(--danger));
}

.dashboard .table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.dashboard .table thead tr th {
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--heading));
    font-family: var(--heading-font);
    font-weight: 500;
    border-bottom: 0;
    max-width: 170px;
    border: 0;
    background-color: transparent;
}

.dashboard .table thead tr th:not(:first-child) {
    border-left: 0;
}

.dashboard .table thead tr th:first-child {
    text-align: left;
    border-radius: 0;
    padding-left: 10px;
}

.dashboard .table thead tr th:last-child {
    border-radius: 0;
    text-align: right;
    padding-right: 10px;
}

.dashboard .table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.dashboard .table tbody tr:last-child {
    border-bottom: 0;
}

.dashboard .table tbody tr:last-child td {
    border-bottom: none;
}

.dashboard .table tbody tr:last-child td:first-child {
    border-radius: 0;
}

.dashboard .table tbody tr:last-child td:last-child {
    border-radius: 0;
}

.dashboard .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 0.8125rem;
    border-bottom: 1px solid hsl(var(--border));
}

.dashboard .table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.875rem;
    color: hsl(var(--heading));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.dashboard .table tbody tr td:first-child {
    text-align: left;
    padding-left: 15px;
}

.dashboard .table tbody tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .dashboard .table--responsive--md thead {
        display: none;
    }

    .dashboard .table--responsive--md tbody tr {
        display: block;
    }

    .dashboard .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: none;
        border-bottom: 0;
        max-width: unset;
    }

    .dashboard .table--responsive--md tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border));
    }

    .dashboard .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
        padding-left: 0 !important;
    }

    .dashboard .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .dashboard .table--responsive--md tbody tr td .customer {
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .dashboard .table--responsive--md tbody tr td .customer__thumb {
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .dashboard .table--responsive--md tbody tr td .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .dashboard .table--responsive--md tbody tr td .customer__name {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .table--responsive--lg thead {
        display: none;
    }

    .dashboard .table--responsive--lg tbody tr {
        display: block;
    }

    .dashboard .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .dashboard .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .dashboard .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .dashboard .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .dashboard .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .dashboard .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .table--responsive--xl thead {
        display: none;
    }

    .dashboard .table--responsive--xl tbody tr {
        display: block;
    }

    .dashboard .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .dashboard .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .dashboard .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .dashboard .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .dashboard .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .table--responsive--xxl thead {
        display: none;
    }

    .dashboard .table--responsive--xxl tbody tr {
        display: block;
    }

    .dashboard .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .dashboard .table--responsive--xxl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .dashboard .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .dashboard .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .dashboard .table--responsive--xxl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

.dashboard .badge {
    font-size: 0.6875rem;
    border-radius: 5px;
    padding: 6px 8px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.dashboard .badge--base {
    background-color: hsl(var(--base)/0.1) !important;
    color: hsl(var(--base)) !important;
}

.dashboard .badge--primary {
    background-color: hsl(var(--primary)/0.1) !important;
    color: hsl(var(--primary)) !important;
}

.dashboard .badge--secondary {
    background-color: hsl(var(--secondary)/0.1) !important;
    color: hsl(var(--secondary)) !important;
}

.dashboard .badge--success {
    background-color: hsl(var(--success)/0.1) !important;
    color: hsl(var(--success)) !important;
}

.dashboard .badge--danger {
    background-color: hsl(var(--danger)/0.1) !important;
    color: hsl(var(--danger)) !important;
}

.dashboard .badge--warning {
    background-color: hsl(var(--warning)/0.1) !important;
    color: hsl(var(--warning)) !important;
}

.dashboard .badge--info {
    background-color: hsl(var(--info)/0.1) !important;
    color: hsl(var(--info)) !important;
}

.dashboard .badge--dark {
    background-color: hsl(var(--dark)/0.1) !important;
    color: hsl(var(--dark)) !important;
}

.dashboard .table--acordion .accordion-item {
    overflow: hidden;
    border: 1px solid hsl(var(--border));
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: transparent !important;
}

.dashboard .table--acordion .accordion-item:last-child {
    margin-bottom: 0;
}

.dashboard .table--acordion .accordion-button {
    background: transparent;
    text-align: left;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .accordion-button {
        padding: 15px 12px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .table--acordion .accordion-button {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .accordion-button {
        padding: 15px 8px;
    }
}

.dashboard .table--acordion .accordion-button::after {
    display: none;
}

.dashboard .table--acordion .accordion-button:focus {
    box-shadow: none;
}

.dashboard .table--acordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.dashboard .table--acordion .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard .table--acordion .left .icon {
    width: 40px;
    height: 40px;
    background-color: hsl(var(--base)/0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.625rem;
}

@media screen and (max-width: 1199px) {
    .dashboard .table--acordion .left .icon {
        width: 35px;
        height: 35px;
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .left .icon {
        width: 32px;
        height: 32px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .left .icon {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
}

.dashboard .table--acordion .left .success {
    background-color: hsl(var(--success)/0.15);
    color: hsl(var(--success));
}

.dashboard .table--acordion .left .danger {
    background-color: hsl(var(--danger)/0.15);
    color: hsl(var(--danger));
}

.dashboard .table--acordion .left .content {
    width: calc(100% - 40px);
    padding-left: 15px;
}

@media screen and (max-width: 1199px) {
    .dashboard .table--acordion .left .content {
        width: calc(100% - 35px);
        padding-left: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .left .content {
        width: calc(100% - 32px);
        padding-left: 10px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .left .content {
        width: calc(100% - 30px);
        padding-left: 7px;
    }
}

.dashboard .table--acordion .left .content .title {
    font-weight: 500;
}

.dashboard .table--acordion .left .content .date-time {
    font-size: 0.875rem;
    color: hsl(var(--body-three));
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .left .content .date-time {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .left .content .date-time {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .table--acordion .transaction-wrapper {
        padding-left: 2.5rem;
        margin-top: 6px !important;
    }
}

.dashboard .table--acordion .transaction-wrapper .transaction-id {
    color: hsl(var(--heading));
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .transaction-wrapper .transaction-id {
        font-size: 0.875rem;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .table--acordion .transaction-wrapper .transaction-id {
        text-align: left;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .transaction-wrapper .transaction-id {
        font-size: 0.8125rem;
    }
}

.dashboard .table--acordion .amount-wrapper .amount {
    color: hsl(var(--heading));
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .amount-wrapper .amount {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .amount-wrapper .amount {
        font-size: 0.8125rem;
    }
}

.dashboard .table--acordion .accordion-body {
    background-color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .dashboard .table--acordion .accordion-body {
        padding: 12px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .accordion-body {
        padding: 12px 8px;
    }
}

.dashboard .table--acordion .caption-list__item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px dashed hsl(var(--border));
}

.dashboard .table--acordion .caption-list__item:first-child {
    padding-top: 0;
}

.dashboard .table--acordion .caption-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dashboard .table--acordion .caption-list__item .caption {
    width: 30%;
    font-family: var(--heading-font);
    color: hsl(var(--heading));
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .dashboard .table--acordion .caption-list__item .caption {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .caption-list__item .caption {
        width: 37%;
    }
}

.dashboard .table--acordion .caption-list__item .value {
    width: 70%;
    font-size: 0.875rem;
    color: hsl(var(--heading));
}

@media screen and (max-width: 575px) {
    .dashboard .table--acordion .caption-list__item .value {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .table--acordion .caption-list__item .value {
        width: 63%;
    }
}

.dashboard .api-card {
    background: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    padding: 20px 15px;
}

@media screen and (max-width: 424px) {
    .dashboard .api-card {
        padding: 15px 10px;
    }
}

.dashboard .api-card__header .title {
    margin-bottom: 10px;
}

.dashboard .api-card .api-list {
    border: 1px solid hsl(var(--border));
    border-radius: 5px;
    margin-bottom: 20px;
}

.dashboard .api-card .api-list__item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    font-family: var(--heading-font);
    color: hsl(var(--heading));
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .dashboard .api-card .api-list__item {
        padding: 8px 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .api-card .api-list__item {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .api-card .api-list__item {
        padding: 8px;
    }
}

.dashboard .api-card .api-list__item:first-child .title {
    width: 30%;
    font-weight: 600;
}

@media screen and (max-width: 424px) {
    .dashboard .api-card .api-list__item:first-child .title {
        width: 37%;
    }
}

.dashboard .api-card .api-list__item:first-child .title:last-child {
    width: 70%;
}

@media screen and (max-width: 424px) {
    .dashboard .api-card .api-list__item:first-child .title:last-child {
        width: 63%;
    }
}

.dashboard .api-card .api-list__item:not(:last-child) {
    border-bottom: 1px dashed hsl(var(--border));
}

.dashboard .api-card .api-list__item .parameter {
    width: 30%;
    font-weight: 500;
}

@media screen and (max-width: 424px) {
    .dashboard .api-card .api-list__item .parameter {
        width: 37%;
    }
}

.dashboard .api-card .api-list__item .desc {
    width: 70%;
}

@media screen and (max-width: 424px) {
    .dashboard .api-card .api-list__item .desc {
        width: 63%;
    }
}

.dashboard .api-card__code .title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard .api-card__code pre {
    padding: 10px;
}

.dashboard .api-card__code code {
    font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
    .dashboard .api-card__code code {
        font-size: 0.8125rem;
    }
}

.dashboard-form {
    position: relative;
}

@media screen and (max-width: 575px) {
    .dashboard-form .form-group {
        margin-bottom: 10px;
    }
}

.dashboard-form .form--label {
    font-family: var(--heading-font);
    color: hsl(var(--heading));
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    .dashboard-form .form--label {
        font-size: 0.8125rem;
    }
}

.dashboard-form .form--control {
    border-color: hsl(var(--border));
    font-size: 0.875rem;
    padding: 12px 13px;
}

@media screen and (max-width: 575px) {
    .dashboard-form .form--control {
        font-size: 0.8125rem;
        padding: 11px 12px;
    }
}

.dashboard-form .form--control::placeholder {
    font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
    .dashboard-form .form--control::placeholder {
        font-size: 0.8125rem;
    }
}

.dashboard-form .form--control:focus {
    border-color: hsl(var(--base));
    box-shadow: none;
}

.dashboard-form select.form--control {
    font-size: 0.875rem;
    padding: 11px 10px;
}

@media screen and (max-width: 575px) {
    .dashboard-form select.form--control {
        font-size: 0.8125rem;
        padding: 10px;
    }
}

.dashboard-form .input--group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.dashboard-form .input--group .input-group-text {
    font-family: var(--heading-font);
    color: hsl(var(--heading));
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    background-color: hsl(var(--base)/0.12);
    border-color: hsl(var(--border));
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px 10px;
}

@media screen and (max-width: 575px) {
    .dashboard-form .input--group .input-group-text {
        font-size: 0.8125rem;
    }
}

.dashboard-form .input--group .input-group-text.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dashboard-form .input--group .form--control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.dashboard-form .input--group .form--control.both {
    border-radius: 0;
    margin-right: -1px;
}

.dashboard-form .buttons {
    justify-content: flex-end;
    gap: 10px;
}

.dashboard-form .btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .dashboard-form .btn {
        font-size: 0.9375rem;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard-form .btn {
        font-size: 0.875rem;
        padding: 9px 16px;
    }
}

.dashboard-modal .modal-header,
.dashboard-modal .modal-footer {
    position: relative;
    border: 0;
    padding: 15px 15px 0;
}

@media screen and (max-width: 575px) {

    .dashboard-modal .modal-header,
    .dashboard-modal .modal-footer {
        padding: 15px 10px 0;
    }
}

.dashboard-modal .modal-content {
    position: relative;
    background-color: hsl(var(--white));
    border-radius: 10px !important;
}

.dashboard-modal .btn-close {
    box-sizing: content-box;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    color: hsl(var(--heading));
    border: 0;
    border-radius: 3px;
    opacity: 1;
    transition: 0.2s linear;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.dashboard-modal .btn-close::before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00d";
}

.dashboard-modal .btn-close:focus {
    box-shadow: none;
}

.dashboard-modal .btn-close:hover {
    color: hsl(var(--danger));
}

.dashboard-modal .modal-body {
    padding: 15px;
    background-size: 10px;
}

@media screen and (max-width: 575px) {
    .dashboard-modal .modal-body {
        padding: 15px 10px;
    }
}

.dashboard-modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.dashboard-modal .modal-footer {
    border-top: 1px solid hsl(var(--border));
}

/* ================================= Dashboard Css End =========================== */


/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align,
.dashboard-form .buttons,
.dashboard .action-buttons,
.dashboard-wrapper__header .buttons,
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */

/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.dashboard .sidebar-submenu-list__link::before,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */


.flex-align,
.dashboard-form .buttons,
.dashboard .action-buttons,
.dashboard-wrapper__header .buttons,
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard .action-buttons {
    gap: 7px;
    justify-content: flex-end;
}

/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-action-btn .action-btn-icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
}

.dropdown-item:active {
    background-color: hsl(var(--base)) !important;
}

.dashboard-table .table tbody tr td:last-child {
    text-align: right;
}

.dropdown-item:focus {
    color: hsl(var(--base));
    background-color: hsl(var(--border)) !important;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 9991;
}

/* ........................Custom CSS.............................. */

#addToCart .spinner-border {
    width: 15px;
    height: 15px;
}

.dashboard-table {
    border: 1px solid hsl(var(--black) / 0.07);
    border-radius: 8px;
    overflow: hidden;
    padding: 0px;
}

.dashbaord-table-header {
    background-color: hsl(var(--white));
    padding: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-radius: 12px 12px 0px 0px;
    align-items: center;
}

.dashboard .search-form {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
    position: relative;
}

.dashboard .search-form .form--control {
    padding-right: 40px;
    border-radius: 12px !important;
    background-color: hsl(var(--white));
    border-color: #f4f4f4;
}

.dashboard .search-form .form--control:focus {
    border: 1px solid hsl(var(--base));
}

.dashboard .search-form .search-form__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    font-size: 1.125rem;
    color: hsl(var(--heading) / 0.8);
}

.dashboard .search-form .search-form__btn i {
    transform: rotate(275deg);
}

@media screen and (max-width: 552px) {
    .dashboard .search-form {
        width: 100% !important;
    }

    .dashboard .filter {
        width: 100%;
        text-align: center;
    }
}

.dashboard-table .table thead tr th {
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black) / 0.7);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border: none;
    background-color: rgba(244, 244, 244, 0.5);
}

.dashboard-table .table tbody tr td {
    text-align: center;
}


.tickets {
    border: 1px solid hsL(var(--black) / 0.16);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.tickets:hover {
    box-shadow: var(--box-shadow);
}

.tickets p {
    margin: 0;
    font-size: 16px;
}

.tickets .heading {
    font-weight: 700;
}

.tickets span {
    font-weight: 600;
}

.dashboard-table td .detailBtn {
    margin-right: 10px;
}

.order-details-address {
    border-top: 0.5px solid hsl(var(--border));
    margin-top: 20px;
    padding-top: 15px;
}

.order-details-address label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    color: hsl(var(--base));
}

.order-details-address p {
    font-size: 14px !important;
    color: hsl(var(--heading));
}

.order-details-total .accordion-body__price li span.badge {
    font-size: 12px;
    padding-block: 5px;
    padding-inline: 12px;
}


.refund-section .custom--accordion .accordion-body__price {
    margin-bottom: 30px;
}

.refund-section .custom--accordion .accordion-body__price li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.refund-section .custom--accordion .accordion-body__price li span {
    font-size: 14px;
    color: hsl(var(--heading));
}

.refund-section .custom--accordion .accordion-body__total {
    /* border-bottom: 0.5px solid hsl(var(--border)); */
    margin-bottom: 20px;
}

.refund-section .custom--accordion .accordion-body__total li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: hsl(var(--base));
}

.refund-section .custom--accordion .accordion-body__card img {
    margin-right: 10px;
}

.refund-section .custom--accordion .accordion-body__card li {
    display: flex;
    justify-content: space-between;
}

.refund-section .custom--accordion .accordion-body__card li span {
    font-size: 14px;
    color: hsl(var(--heading));
}

.refund-section .refund-fund {
    padding: 20px;
    background: hsl(var(--base));
    border-radius: 5px;
    margin-bottom: 30px;
}

.refund-section .refund-fund-left span {
    color: hsl(var(--white));
}

.refund-section .refund-fund-title {
    color: hsl(var(--white));
    font-size: 24px;
    font-weight: 600;
}

.refund-section .refund-fund-icon i {
    color: hsl(var(--common-white));
    font-size: 20px;
}

.refund-section .refund-order {
    margin-bottom: 20px;
}

.refund-section .refund-order h4 {
    font-size: 18px;
}

.refund-section .refund-order h4 i {
    color: hsl(var(--base));
    margin-right: 10px;
    font-size: 24px;
}

.refund-section .refund-according span {
    font-size: 14px;
    color: hsl(var(--body));
    font-weight: 400;
    margin-bottom: 5px;
}

.refund-section .refund-according h4 {
    font-size: 16px;
    font-weight: 400;
}

.custom--accordion .accordion-item {
    margin-bottom: 12px;
    border-radius: 0px;
}

.refund-section .custom--accordion .accordion-body__list li span.title {
    font-weight: 500;
    margin-top: 10px;
    color: hsl(var(--base));
}

.order-details-total .accordion-body__price li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-details-total .accordion-body__price li span {
    font-size: 14px;
    color: hsl(var(--heading));
}

.order-details-total .accordion-body__price {
    margin-bottom: 30px;
    border-top: 0.5px solid hsl(var(--border));
    margin-top: 20px;
    padding-top: 15px;
}

.order-details-total .accordion-body__total li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: hsl(var(--base));
}

.order-details-total .accordion-body__total {
    border-bottom: 0.5px solid hsl(var(--border));
    margin-bottom: 20px;
}

.order_action__btn {
    display: flex;
    gap: 10px;
}

.order-details-address {
    border-top: 0.5px solid hsl(var(--border));
    margin-top: 20px;
    padding-top: 15px;
}

.order-details-address label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    color: hsl(var(--base));
}

.order-details-address p {
    font-size: 14px !important;
    color: hsl(var(--heading));
}

.order-details-total .accordion-body__price li span.badge {
    font-size: 12px;
    padding-block: 5px;
    padding-inline: 12px;
}

.text-left {
    text-align: left !important;
}

.restaurant-info-box__meta-rating .fav-icon {
    cursor: pointer;
}

.restaurant-info-box__meta-rating .fav-icon.active i:before {
    content: "\f004" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--base));
}

.rating_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.rating_wrapper .rating-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rating_wrapper .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.rating_wrapper .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 30px;
    display: flex;
}

.rating_wrapper .rating__icon--star {
    color: hsl(var(--base));
}

.rating_wrapper .rating__input:checked~.rating__label .rating__icon--star {
    color: hsl(var(--base-two) / .1);
}

.rating_wrapper .rating-group:hover .rating__label .rating__icon--star {
    color: hsl(var(--base));
}

.rating_wrapper .rating__input:hover~.rating__label .rating__icon--star {
    color: hsl(var(--base-two) / .1);
}

.food-section .title {
    color: hsl(var(--heading));
    font-size: 16px;
}

.food-section .subtitle {
    font-size: 14px;
    font-weight: 500;
}

.food-section .price-range {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--body-three));
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

/*=============== grid event css start here ===============*/
.grid-event-header {
    margin-bottom: 25px;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: hsl(var(--white));
    padding: 15px;
    border-radius: 8px;
}

.grid-event-form-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767px) {
    .grid-event-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-event-header-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .grid-event-form-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-event-form-inner .form-two {
        height: 40px;
    }

    .grid-event-header-content {
        align-items: flex-end !important;
    }

    .grid-event-header__tab .nav-item .nav-link {
        height: 40px !important;
        width: 40px !important;
        font-size: 16px;
    }
}

.grid-event-header__title {
    font-weight: 500;
    margin-bottom: 0;
}

.filter-sidebar__header {
    margin-bottom: 30px;
}

.grid-event-header__title-search {
    margin-left: 16px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* grid-sidebar start here */
.grid-sidebar {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black) / 0.1);
    padding: 30px 24px;
    border-radius: 8px;
}

@media screen and (max-width: 1199px) {
    .grid-sidebar {
        height: 100vh;
        background-color: hsl(var(--white));
        overflow-y: auto;
        z-index: 99991;
        transition: 0.2s linear;
        width: 300px;
        border-right: 1px solid hsl(var(--base-two) / 0.15);
        border-radius: 0;
        position: fixed;
        left: 0;
        top: 0;
        align-items: start;
        flex-direction: row;
        transform: translateX(-100%);
    }

    .grid-sidebar::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .grid-sidebar::-webkit-scrollbar-thumb {
        background-color: hsl(var(--black) / 0.15);
    }
}

.grid-sidebar.show-sidebar {
    transform: translateX(0);
}

.grid-sidebar__title {
    margin-bottom: 1rem;
}

.event-filter__button {
    background-color: hsl(var(--base));
    padding: 5px 15px;
    border-radius: 4px;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.event-filter__button i {
    color: hsl(var(--white));
}

.sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 91;
}

.sidebar-menu__close:active {
    top: 14px;
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

/* grid-sidebar end here */
/*=============== grid event css end here ===============*/

.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black) / 0.6);
}

.search-box .form--control {
    padding: 10px;
    padding-right: 40px;
}

.search-box-wrapper {
    position: relative;
}

@media screen and (max-width: 991px) {
    .search-box-wrapper {
        order: -2;
        margin-left: auto;
        margin-right: 10px;
    }
}

.search-box__button i {
    transform: rotate(274deg);
    font-size: 20px;
    color: hsl(var(--heading) / 0.6);
}

.search-box-wrapper .search-icon {
    color: hsl(var(--black) / 0.6);
}

@media screen and (max-width: 991px) {
    .search-box-wrapper .search-icon {
        display: block;
        transform: rotate(274deg);
        font-size: 20px;
    }
}

.showFilterBtn {
    display: none;
}

@media screen and (max-width: 991px) {
    .showFilterBtn {
        display: block;
    }
}

h5 {
    margin-bottom: 0 !important;
}

.dashboard .search-form .form--control {
    border-radius: 12px !important;
    background-color: hsl(var(--white)) !important;
    border-color: hsl(var(--heading)/.1);
    width: 100%;
    padding: 15px;
    font-size: 14px;
    padding-right: 40px;
}

@media (min-width:424px) and (max-width:575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

.filter-area {
    width: calc(100% / 4 - 12px);

    @media (max-width: 1199px) {
        width: calc(100% / 2 - 8px);
    }

    @media (max-width: 425px) {
        width: 100%;
    }
}

/* custom select */

.selected-option {
    height: 55px;
}



.filter-area .btn {
    height: 50px;
}

.hover-input-popup .input-popup {
    z-index: 12 !important;
}


.dashboard-empty__message {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.dashboard-empty__message .thumb {
    text-align: center;
    margin-bottom: 15px;
}

.dashboard-empty__message .thumb img {
    max-width: 60px;
}

.dashboard-empty__message h6 {
    color: hsl(var(--body-three));
    font-size: 1rem;
    font-weight: 500;
}

/* Custom Radio Design */
.form--radio .form-check-input {
    box-shadow: none;
    border: 1px solid hsl(var(--border-common));
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 400;
    width: calc(100% - 16px);
    padding-left: 9px;
    cursor: pointer;
    top: -2px;
    position: relative;
}

.category .form--radio .form-check-label {
    color: hsl(var(--heading));
}

.card-header-bg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.ticket-close-btn {
    width: 40px;
    height: 40px;
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width:575px) {
    .support-form-title {
        font-size: 16px;
    }
}

@media (max-width:424px) {
    .support-form-title {
        font-size: 14px;
    }
}

.form--control[type=file] {
    line-height: 55px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.card-header-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.ticket-close-btn {
    height: 32px;
    width: 32px;
    background-color: hsl(var(--danger));
    font-size: 20px;
    border-radius: 4px;
    color: hsl(var(--white));
    flex-shrink: 0;
}

.support-ticket {
    padding: 16px 24px;
    background-color: hsl(var(--black) / 0.02);
    border-radius: 6px;
    border: 1px solid hsl(var(--base) / 0.2);
    margin-top: 24px;
}

.support-ticket-date {
    font-size: 12px !important;
    font-weight: 500;
    color: hsl(var(--black));
    border-left: 1px solid hsl(var(--base));
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.7;
    background-color: hsl(var(--base) / 0.1);
    display: inline-block;
}

.support-ticket-name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.reply.support-ticket {
    background-color: transparent;
    border: 1px solid hsl(var(--info) / 0.2);
}

.support-ticket-message {
    font-size: 14px;
}

.ticket-attachments.form--control[type=file] {
    line-height: 45px;
    height: 45px;
}

.ad-thumb {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .ad-thumb {
        margin-bottom: 0px !important;
    }
}

.ad-thumb img {
    width: 100%;
    height: 100%;
    max-height: 250px;
}

.search-box .form--control {
    width: 100%;
}

.search-box .form--control::placeholder {
    font-size: 14px;
    color: hsl(var(--body-color));
}

.search-box .form--control:focus {
    border-color: hsl(var(--base));
}

.grid-event-form-inner .selected-option {
    width: 200px;
    height: unset;
}

.sidebar-thumb {
    margin-top: 20px;

    img {
        min-height: 380px;
        max-height: 380px;
        border-radius: 4px;
        height: 100%;
        width: 100%;
    }
}

.footer-bottom__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-list__footer {
    display: flex;
    justify-content: right;
}

.social-list__item__footer {
    margin-right: 10px;
}

.social-list__footer__link {
    width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    color: hsl(var(--body-two) / 0.8);
    background-color: transparent;
    border: 1px solid hsl(var(--body-two) / 0.8);
    font-size: 18px;
}

.social-list__footer__link:hover,
.social-list__footer__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--common-white)) !important;
    border-color: hsl(var(--base)) !important;
}

@media only screen and (max-width: 767px) {
    .footer-bottom__left {
        display: block;
    }

    .social-list__footer {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

}

.otherFoodsModalOverlay {
    z-index: 1056;
}

#otherFoodsModal {
    z-index: 1057;
}

#cartLoginModal {
    z-index: 1057;
}

.section-button {
    border: 1px solid hsl(var(--body) / 0.8) !important;
    color: hsl(var(--body));
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 0;
}

.section-button:hover {
    border-color: hsl(var(--base)) !important;
    color: hsl(var(--base));
}

.select2-dropdown .select2-title {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.select2-dropdown .select2-subtitle {
    font-size: 12px;
    margin-bottom: 0px !important;
}

.select2-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
}

.select2-parent {
    position: relative;
}

/* image uploader  */
.image--uploader {
    width: 240px;
    border-radius: 10px;
}

.image-upload-wrapper {
    height: 280px;
    position: relative;
}

.image-upload-preview {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.image-upload-input-wrapper {
    position: absolute;
    display: inline-flex;
    bottom: -14px;
    right: -7px;
}

.image-upload-input-wrapper input {
    width: 0;
    opacity: 0;
}

.image-upload-input-wrapper label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid hsl(var(--white));
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    color: hsl(var(--white));
}

.image-upload-input-wrapper label::after {
    content: "";
}

.dashbaord-table-header .card-header__title i {
    font-size: 22px;
}

.confirmBtn:disabled {
    background-color: var(--main);
    color: var(--main);
    cursor: not-allowed;
    border-color: var(--main);
    opacity: 0.7;
}

.empty__message img {
    max-width: 90px;
}

.empty__message {
    text-align: center;
}

.empty__message .thumb {
    margin-bottom: 20px;
}

.empty__message h6 {
    color: hsl(var(--heading) / 0.4);
}


/* ============================== How to Deal Section Css Start ===================*/
.how-to-deal-wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.how-to-deal::before,
.how-to-deal-wrapper::before {
    position: absolute;
    content: "";
}

.how-to-deal::before {
    transition: 0.2s ease-in;
}

.how-to-deal-wrapper::before {
    left: 50%;
    top: 80px;
    height: calc(100% - 210px);
    width: 1px;
    border: 1.5px dashed hsl(var(--black)/0.2);
}

@media screen and (max-width: 575px) {
    .how-to-deal-wrapper::before {
        display: none;
    }
}

.how-to-deal {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .how-to-deal {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .how-to-deal {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .how-to-deal {
        margin-bottom: 30px;
    }
}

.how-to-deal:hover::before {
    box-shadow: 0px 0px 0px 10px hsl(var(--base)/0.35);
}

.how-to-deal::before {
    width: 55px;
    height: 55px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px hsl(var(--base)/0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
    counter-increment: number-counter;
    content: "0" counter(number-counter);
    z-index: 1;
}



.how-to-deal:last-child {
    margin-bottom: 0;
}

.how-to-deal:nth-child(even) {
    flex-direction: row-reverse;
}

.how-to-deal:nth-child(even) .how-to-deal__content {
    text-align: right;
}

@media screen and (max-width: 424px) {
    .how-to-deal:nth-child(even) .how-to-deal__content {
        text-align: center;
    }
}

.how-to-deal:nth-child(even) .how-to-deal__img {
    margin-right: auto;
}

@media screen and (max-width: 424px) {
    .how-to-deal:nth-child(even) .how-to-deal__img {
        margin-left: auto;
    }
}

.how-to-deal:nth-child(odd) .how-to-deal__img {
    margin-left: auto;
}

@media screen and (max-width: 424px) {
    .how-to-deal:nth-child(odd) .how-to-deal__img {
        margin-right: auto;
    }
}

.how-to-deal__number {
    width: 55px;
    height: 55px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px hsl(var(--base)/0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
    display: none;
}

.how-to-deal__thumb {
    width: 40%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__thumb {
        width: 48%;
    }
}

@media screen and (max-width: 424px) {
    .how-to-deal__thumb {
        width: 100%;
    }
}

.how-to-deal__img {
    width: 165px;
    height: 165px;
    background-color: hsl(var(--base)/0.07);
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__img {
        width: 125px;
        height: 125px;
    }
}

.how-to-deal__img img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__img img {
        max-width: 70px;
        max-height: 70px;
    }
}

.how-to-deal__content {
    width: 40%;
}

@media screen and (max-width: 575px) {
    .how-to-deal__content {
        width: 48%;
    }
}

@media screen and (max-width: 424px) {
    .how-to-deal__content {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.how-to-deal__title {
    font-weight: 600;
    margin-bottom: 12px;
}

.how-to-deal__img img {
    width: 115px;
}

.flex-center,
.how-to-deal::before {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .how-to-deal::before {
        display: none;
    }
}


.about-thumb {
    border-radius: 10px;
    overflow: hidden;
}


/* ============================== How to Deal Section Css End ===================*/


@media only screen and (min-width: 991px) {
    .our-vission .section-common {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 991px) {
    .contact-meta .download-app__left {
        margin-right: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .contact-meta .download-app__left {
        margin-right: 40px;
    }
}