﻿:root {
    --brand: #ac101b;
    --brand-2: #d20d1b;
    --brand-rgb: 172, 16, 27;
    --primery: var(--brand);
    --secondery: var(--brand-2);
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #222;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.font-weight-bold {
    font-weight: 600 !important;
}

.small,
small {
    font-size: 11px !important;
}

div,
a {
    outline: none !important;
}

.border-primary {
    border-color: #e23844 !important;
}

.coming-soon-img {
    max-width: 310px;
}

.w-300 {
    max-width: 180px;
}

.rounded {
    border-radius: 11px !important;
}

.form-control,
.btn,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    font-size: 13px;
}


/* Bootstrap Custom */

.btn-outline-secondary {
    color: #5f5959;
    border-color: #eceff1;
}

.shadow-sm,
.shadow {
    box-shadow: 0px 0px 18px #efefef !important;
}

.h6,
h6 {
    font-size: 14px;
}

.border-bottom {
    border-bottom: 1px solid #edeff1 !important;
}

.border-top {
    border-top: 1px solid #edeff1 !important;
}

.border-right {
    border-right: 1px solid #edeff1 !important;
}

.border-left {
    border-left: 1px solid #edeff1 !important;
}

.border {
    border: 1px solid #edeff1 !important;
}

.form-control {
    border: 1px solid #edeff1;
}

.input-group-text {
    border: 1px solid #edeff1;
    background-color: #fbfdff;
}

.form-control-flag-osahan {
    border: 1px solid #f8f9fa;
    border-radius: 11px;
    height: 54px;
    font-size: 16px;
    padding: 8px 15px !important;
    outline: none !important;
    width: 100%;
    text-align: center;
}

.iti__selected-flag {
    padding: 0 16px 0 16px !important;
    background: #eaeaea;
    border-radius: 11px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #555 !important;
}

.iti__arrow--up {
    border-top: none !important;
    border-bottom: 5px solid #555;
}

.iti {
    width: 100%;
    display: grid !important;
}

.iti__flag {
    border-radius: 2px;
}

.iti__country-list {
    position: unset !important;
    border-radius: 11px;
    margin: 4px 0 !important;
    border: none;
}


/* Padding */

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

.p-3 {
    padding: 0.7rem !important;
}

.pl-3,
.px-3 {
    padding-left: 0.7rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 0.7rem !important;
}

.pt-3,
.py-3 {
    padding-top: 0.7rem !important;
}

.pr-3,
.px-3 {
    padding-right: 0.7rem !important;
}

.m-3 {
    margin: 0.7rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 0.7rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 0.7rem !important;
}

.mt-3,
.my-3 {
    margin-top: 0.7rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 0.7rem !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.row {
    margin-right: -0.7rem;
    margin-left: -0.7rem;
}

hr {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

p {
    margin-bottom: 0.7rem !important;
}

.modal-body,
.modal-header {
    padding: 0.7rem;
}

    .modal-header .close {
        padding: 0.7rem 0.7rem;
        margin: -0.7rem -0.7rem -0.7rem auto;
    }


/* Fixed Bottom */

.fixed-bottom-bar {
    padding-bottom: 55px;
}

.h-auto {
    height: auto;
}

.rounded-lg {
    border-radius: 11px !important;
}


/* Nav */

.fs-18 {
    font-size: 18px;
}

.border-dashed-bottom {
    border-bottom: 1px dashed #ccc;
}

.osahan-search .btn {
    font-size: 21px;
}

.osahan-search .form-control {
    font-size: 15px;
    height: 43px;
}

.osahan-search {
    border-color: #ebebeb !important;
}

.osahan-home-page {
    /*	position: relative;*/
}

.osahan-inner-header {
    position: sticky;
    top: 0px;
    z-index: 9;
}

.toggle-2 {
    right: 17px;
    left: auto !important;
}

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #222;
}

.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #ffffff;
}

.cat-slider img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    margin: 0;
    border-radius: 50%;
}


/* Grid Card */

.grid-card span.float-right.text-black-50 {
    display: none;
}

.grid-card .p-3 {
    padding: 10px !important;
}


/* Menu */

.top-nav-btn-cart span {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primery)+0,f51042+100 */
    background: var(--primery);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: var(--primery);
    color: #fff;
    font-size: 9px;
    min-width: 14px;
    height: 14px;
    position: absolute;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    top: -3px;
}

.osahan-menu-fotter {
    padding: 0px !important;
}

.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
    max-width: 600px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.osahan-menu-fotter .row {
    margin: 0px;
}

.osahan-menu-fotter .col {
    padding: 0px;
}

    .osahan-menu-fotter .col a {
        padding: 12px;
        display: block;
    }

        .osahan-menu-fotter .col a p {
            font-size: 19px;
        }

    .osahan-menu-fotter .col.selected a {
        color: var(--primery) !important;
        background: #f8f9fa;
    }

    .osahan-menu-fotter .col.selected p {
        color: var(--primery);
    }
    /*
.osahan-menu-logo a {
	padding: 0px !important;
}

.osahan-menu-logo img {
	width: 60px;
	margin: -18px 0 0px 0;
	min-width: 60px;
	max-width: 60px;
}*/

    .osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: 100px;
        min-height: 100px;
        max-height: 100px;
        margin: -22px 0 0 0 !important;
    }

        .osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
            width: 68px;
            color: #fff !important;
            height: 68px;
            font-size: 27px !important;
            padding: 16px;
            text-align: center;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a .text-nav {
                font-size: 14px !important
            }
/* Extra */

.btn-facebook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primery)+0,f51042+100 */
    background: #2b4170;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #3b5998;
    color: #ffffff !important;
}

.bg-primary,
.badge-danger {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primery)+0,f51042+100 */
    background: var(--primery);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-color: var(--primery) !important;
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primery)+0,f51042+100 */
    background: var(--primery);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: var(--primery);
    border: 0;
    border-radius: 8px;
}

    .btn-primary:hover {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--primery)+0,f51042+100 */
        background: var(--primery);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, var(--primery) 0%, var(--secondery) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, var(--primery) 0%, var(--secondery) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, var(--primery) 0%, var(--secondery) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

.btn-outline-primary {
    color: var(--secondery);
    border-color: var(--secondery);
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background: var(--primery);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, var(--primery) 0%, var(--secondery) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, var(--primery) 0%, var(--secondery) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, var(--primery) 0%, var(--secondery) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        border-color: var(--secondery);
    }

.text-primary {
    color: var(--secondery) !important;
    text-decoration: none !important;
}

a {
    color: var(--secondery);
    text-decoration: none !important;
}

    a:hover {
        color: var(--primery);
    }

p {
    color: #5f5959;
}

.btn-link {
    font-weight: 400;
    color: var(--secondery);
    text-decoration: none !important;
}

.slick-dots {
    bottom: 20px !important;
}


/* Landing Page */

.landing-page-skip .img-fluid {
    max-height: 230px;
}

.landing-page-skip p {
    margin: 0px;
}

.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}

.landing-page-skip .slick-dotted.slick-slider {
    margin: 0px;
}

.landing-page-skip .osahan-slider-item {
    padding: 0px 20px;
}

.btn-lg {
    font-size: 13px;
    padding: 14px 15px;
    font-weight: 500;
    border-radius: 11px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}


/* List card */

.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}

.list-card a,
.list-card h6 {
    color: inherit;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
}

    .list-card a:hover {
        color: var(--primery);
    }

.list-card .star {
    right: 8px;
    bottom: 8px;
}

    .list-card .star .badge {
        font-size: 11px;
        padding: 5px 5px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

.list-card .member-plan {
    left: 8px;
    top: 8px;
}

    .list-card .member-plan .badge {
        font-size: 11px;
        padding: 5px 5px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

.list-card .list-card-image {
    position: relative;
}

.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

    .list-card .favourite-heart i {
        background: #fff;
        width: 23px;
        height: 23px;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.homepage-osahan-list-items {
    padding: 6px;
}

.list-card.d-flex .list-card-image {
    width: 150px;
    height: 110px;
    min-width: 150px;
    max-width: 150px;
}

    .list-card.d-flex .list-card-image .item-img {
        height: 110px;
        object-fit: cover;
        border-radius: 9px;
    }

.list-card .list-card-body p.text-gray {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
}

.list-card .p-3 {
    overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
    display: none;
}

.rating-stars .feather-star {
    font-size: 10px;
    background: #222;
    color: #fff;
    padding: 2px;
    text-shadow: 0px 0px 1px #d2b128;
    border-radius: 5px;
}

    .rating-stars .feather-star.star_active {
        background: #f5cd25;
    }


/* Login Page */

.phone-z {
    z-index: 9;
}

.login-page-form {
    height: 100vh;
    position: relative;
    z-index: 1;
}

.or-osahan {
    border-color: rgb(204 204 204 / 32%) !important;
    position: relative;
}

    .or-osahan span {
        width: 24px;
        height: 24px;
        background: #1c1b1d;
        display: flex;
        text-align: center;
        font-size: 10px;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        margin: 0px auto -12px auto;
        color: #fff;
    }

.login-page .btn img {
    height: 18px;
    position: absolute;
    left: 15px;
}

.login-page .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    height: 54px;
}

.login-page video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.login-page label {
    margin: 0px;
    opacity: 0.8;
}

.login-page .form-group {
    margin-bottom: 30px;
}

.login-page::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(255 255 255 / 65%) !important;
    opacity: 1;
    /* Firefox */
    ;
}

.login-page:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255 255 255 / 65%) !important;
}

.login-page::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(255 255 255 / 65%) !important;
}


/* Verification */

.osahan-verification .form-control {
    text-align: center;
    font-size: 46px;
    border: 1px solid #ccc !important;
    font-weight: 500;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.osahan-verification input[type=number] {
    -moz-appearance: textfield;
}

.osahan-verification input::-webkit-outer-spin-button,
.osahan-verification input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* Filter */

.filters-search i {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 14px;
}

.filters-search .form-control {
    padding-left: 30px;
}

.filters-card-header .btn-link {
    width: 100%;
    display: inline-block;
    font-weight: 500;
}

.filter .custom-control-label::before {
    right: 0.7rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}

.filter .custom-control-label::after {
    left: auto;
    right: 0.7rem;
    margin: auto;
    top: 0;
    bottom: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--secondery);
    background-color: var(--secondery);
}


/* Cart */

.gold-members h6,
.menu-list h6 {
    font-size: 14px;
}

.gold-members .badge,
.menu-list .badge {
    font-size: 9px;
    font-weight: 500;
    padding: 4px 5px 4px 5px;
}

.badge-osahan {
    font-weight: 400;
    font-size: 11px !important;
    padding: 3px 6px;
    text-transform: uppercase;
}

.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}

.osahan-quantity {
    display: flex;
    width: 72px;
    border-radius: 4px;
    overflow: hidden;
    height: 26px;
    border-color: var(--secondery);
    border: 1px solid var(--secondery);
}

.add-sm-btn {
    height: 26px;
    font-size: 11px;
    background: #fff3f4;
    border-color: var(--secondery);
    color: var(--secondery);
}

    .add-sm-btn:hover {
        background: var(--secondery);
        color: #fff;
        border-color: var(--secondery);
    }

.osahan-quantity .minus:hover,
.osahan-quantity .plus:hover {
    background: var(--secondery);
    color: #fff;
}

.osahan-quantity input {
    border: none;
}

.osahan-quantity .qty {
    text-align: center;
    width: 26px;
    background: #fff3f4;
    outline: none;
    font-size: 11px;
}

.osahan-quantity .minus,
.osahan-quantity .plus {
    color: var(--secondery);
    background: #fff3f4;
    font-size: 15px;
    outline: none;
    width: 22px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.non_veg,
.veg {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .non_veg svg,
    .veg svg {
        height: 5px;
    }


/* Most Popular */

.most_popular .trending-slider img {
    border-radius: 10px;
    padding: 0px 4px;
    margin: 8px 0 0 0;
}


/* Profile */

.osahan-cart-item-profile .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: 16px 0;
}

.osahan-cart-item-profile .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: 16px 0;
}


/* Modal */

label.form-label {
    margin: 0 0 5px 0px !important;
    font-size: 12px;
    font-weight: 500;
}

.fullscreen-modal .modal-content {
    border: 0;
    border-radius: 0;
    height: var(--app-height);
}

h5.modal-title {
    font-size: 15px;
    font-weight: 700;
}

.modal-body {
    overflow: overlay;
}

.fullscreen-modal .modal-dialog {
    margin: 0;
    height: var(--app-height);
    max-width: 100%;
}

.modal .modal-dialog {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}


/* Map Page */

.osahan-map iframe {
    width: 100% !important;
    height: 100vh;
}

.osahan-map .mapouter.position-absolute {
    width: 100%;
    height: 100vh;
}

.osahan-map .bg-primary.border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.osahan-map .fixed-bottom {
    padding: 10px 0px;
}

.map-card {
    padding: 5px;
    border-radius: 6px;
}

    .map-card .list-card-image img {
        height: 73px;
        border-radius: 6px;
    }

.osahan-map .member-plan {
    text-align: center;
    background: rgb(146 146 146 / 18%);
    font-size: 10px;
    padding: 7px 5px;
    margin: 0 1px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
}

    .osahan-map .member-plan:hover {
        background: var(--secondery);
        color: #fff;
    }

.map-card .text-warning i {
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 9px;
    padding: 3px 3px;
    margin: 0 3px 0 0px;
    color: #848181;
}

    .map-card .text-warning i.active {
        background: #ffc800;
        color: #222;
    }

.gold-members .mr-2 {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gold-members .mr-2 svg {
        height: 5px;
    }

.index-page img {
    height: 130px;
}

.spinner {
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/* right bounce */

@-webkit-keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-30px);
    }

    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}


/* /right bounce */

.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

.location-page .img-fluid {
    max-width: 250px;
}


/* Restaurant */

.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -0.7rem;
}

.reviews-members-footer img {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #ccc;
    margin: 0 -3px;
}

.total-like {
    font-size: 11px;
    padding: 2px 6px;
}

.reviews-members-body p {
    font-size: 12px;
}

.reviews-members-header h6 {
    font-size: 14px;
}

.graph-star-rating-body .progress {
    border-radius: 40px;
    height: 6px;
}

.rating-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0;
}

.rating-list-center {
    margin: auto;
    width: 70%;
}

.rating-list-left {
    width: 20%;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.rating-list-right {
    width: 10%;
    text-align: right;
    font-size: 10px !important;
    font-weight: 400 !important;
}

.content-page {
    max-width: 600px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}

.absolute-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.form-login {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: calc(100% - 130px);
}

    .form-login .form-login-block {
        width: 100%;
    }

.food-image-slider {
    overflow: hidden;
}

.food-slide-item {
    padding: 0 5px;
}

.food-image-card {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: #fff;
}

.food-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.food-image-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .food-image-content h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
    }

    .food-image-content span {
        position: absolute;
        right: 18px;
        bottom: 14px;
        background: #ff4b5c;
        color: #fff;
        padding: 4px 9px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
    }

.food-slide-item.slick-slide img {
    max-width: 100%;
}

.osahan-main .cat-item a {
    align-items: center;
    gap: 6px;
    padding: 6px 15px 6px 6px;
    border-radius: 50px;
    background-color: #fff;
    margin: 0 5px;
    font-weight: 600;
    font-size: 13px;
}

    .osahan-main .cat-item a.active-category {
        background-color: var(--primery);
    }

        .osahan-main .cat-item a.active-category p {
            color: #fff;
        }

.bg-light {
    background-color: #f7f7f7 !important;
}

.footer-card {
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
    margin-top: 10px;
}

    .footer-card .btn-primary {
        transition: .4s;
    }

        .footer-card .btn-primary:hover {
            transform: translateY(-4px);
        }

    .footer-card .price-item {
        font-size: 17px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-weight: 600;
    }

        .footer-card .price-item del {
            font-size: 12px;
            color: #777777;
        }

        .footer-card .price-item svg {
            width: 18px;
            height: 19px;
        }

.homepage-osahan-list-items .conten-card {
    width: calc(100% - 150px);
}

.box-icons-list {
    display: inline-flex;
    gap: 8px;
}

    .box-icons-list .btn-type {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: 0;
        border-radius: 50%;
        width: 34px;
        background-color: #22212;
        height: 34px;
        font-size: 17px;
        color: #2b2b2b;
        transition: .4s;
    }

        .box-icons-list .btn-type:hover {
            transform: translateY(-4px);
        }

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

.box-icons-list .btn-type.active-type {
    color: #ffffff;
    background-color: var(--primery);
}

.osahan-main .cat-slider {
    position: sticky;
    top: 0px;
    z-index: 9;
    background-color: #f7f7f7d9;
    padding: 8px 0;
    backdrop-filter: blur(15px);
}

.bg-gradient {
    background: var(--primery);
    background: -moz-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    background: -webkit-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
}

.box-logo-header {
    height: 90px;
    width: 90px;
    object-fit: contain;
    position: absolute;
    top: 0;
    z-index: 16;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    left: 11.5px;
}

    .box-logo-header img {
        max-width: 100%;
    }

.mb-3 {
    margin-bottom: 18px !important;
}

.form-login-block .phone-z .form-control-flag-osahan {
    padding-left: 60px !important;
}

.form-login-block .phone-z .code-num {
    position: absolute;
    left: 0px;
    top: 0;
    font-weight: 800;
    direction: ltr;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    height: 100%;
    width: 60px;
    text-align: center;
    border-radius: 11px 0 0 11px;
    font-size: 14px;
}

.auth-mobile-modal .modal-content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.auth-dialog {
    max-width: 420px;
}

.auth-content {
    position: relative;
    padding: 32px 24px 26px;
    background: #fff;
    height: auto;
}

.auth-mobile-modal .modal-dialog-centered {
    margin-left: auto;
    margin-right: auto;
}

.auth-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 5;
    width: 34px;
    height: 34px;
    background: #f5f5f5 !important;
    border-radius: 50%;
    opacity: 1;
    font-size: 24px;
    line-height: 30px;
}

.auth-step {
    display: none;
}

    .auth-step.active-step {
        display: block;
    }

.auth-icon {
    /*   width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 22px;
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);*/
    margin: 0 auto 12px;
    border-radius: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    /*    box-shadow: 0 12px 25px rgba(172, 16, 27, 0.28);*/
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.auth-icon img {
    height: 80px;
}

.auth-title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
    color: #1f2f3e;
}

.auth-subtitle {
    text-align: center;
    color: #7a7f87;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.7;
}

.auth-form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #1f2f3e;
}

.auth-input {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fafafa;
    box-shadow: none !important;
    padding: 0 16px;
    font-size: 16px;
}

    .auth-input:focus {
        border-color: var(--primery);
    }

.auth-main-btn {
    height: 52px;
    border-radius: 16px;
    border: 0;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    box-shadow: 0 12px 24px rgba(172, 16, 27, 0.25);
}

    .auth-main-btn:hover,
    .auth-main-btn:focus {
        color: #fff;
    }

.auth-back-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    border: 0;
    background: #f5f5f5;
    color: #1f2f3e;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.otp-boxes {
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr;
}

.otp-input {
    width: 54px;
    height: 56px;
    border-radius: 15px;
    border: 1px solid #eee;
    background: #fafafa;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    outline: none;
}

    .otp-input:focus {
        border-color: var(--primery);
    }

.auth-link-btn {
    background: transparent;
    color: var(--primery);
    font-weight: 600;
    box-shadow: none;
    margin-top: 10px;
}

.phone-input-wrapper {
    position: relative;
}

    .phone-input-wrapper .code-num {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-weight: 700;
        color: #1f2f3e;
        font-size: 14px;
        direction: ltr;
        width: 50px;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px 0 0 12px;
        border-right: 1px solid #f0f0f0;
    }

    .phone-input-wrapper .phone-input {
        padding-left: 68px;
        direction: ltr;
    }

.fixed-bottom-index {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
}
/******/

.verify-page {
    min-height: 100vh;
    background: #f7f7f8;
}

.verify-header {
    background: #fff;
    padding: 12px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.verify-back {
    display: inline-flex;
    align-items: center;
    color: #1f2f3e;
    font-size: 14px;
    font-weight: 600;
}

    .verify-back span {
        vertical-align: middle;
        display: inline-block;
    }

    .verify-back i {
        font-size: 20px;
        margin-right: 8px;
        vertical-align: middle;
        display: inline-block;
    }

.verify-card {
    margin: 22px 16px;
    padding: 28px 20px 24px;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.verify-icon {
    width: 62px;
    height: 62px;
    border-radius: 13px;
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    box-shadow: 0 14px 28px rgba(172, 16, 27, 0.25);
}

.verify-title {
    font-size: 31px;
    line-height: 1.22;
    color: #222;
    font-weight: 700;
    margin-bottom: 14px;
}

.verify-desc {
    color: #777;
    font-size: 14px;
    margin-bottom: 8px;
}

.verify-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 32px;
}

    .verify-phone span {
        font-weight: 700;
        color: #1f2f3e;
        direction: ltr;
    }

    .verify-phone a {
        color: var(--primery);
        font-weight: 700;
        font-size: 13px;
    }

.otp-inputs {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    direction: ltr;
}

.otp-input {
    width: 100%;
    height: 68px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1f2f3e;
    outline: none;
    box-shadow: none;
}

    .otp-input:focus {
        border-color: var(--primery);
        box-shadow: 0 0 0 3px rgba(172, 16, 27, 0.08);
    }

.otp-error {
    display: block;
    color: var(--primery);
    margin-bottom: 16px;
    font-size: 13px;
}

.verify-btn {
    height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 14px 26px rgba(172, 16, 27, 0.22);
}

    .verify-btn:hover,
    .verify-btn:focus {
        color: #fff;
    }

.resend-box {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

    .resend-box button {
        border: 0;
        background: transparent;
        color: var(--primery);
        font-weight: 700;
        padding: 0;
        margin-left: 4px;
    }

        .resend-box button:disabled {
            color: #999;
        }

.top-nav-btn-cart i {
    vertical-align: middle;
}

.top-nav-btn-cart.top-notification-link {
    margin-inline-start: 14px;
    padding-inline-start: 14px;
}

    .top-nav-btn-cart.top-notification-link::after {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        height: 20px;
        background-color: #dddddd;
        width: 1px;
    }

/*.top-nav-btn-cart.lang-change {
    margin-inline-start: 14px;
    padding-inline-start: 14px;
}*/

.top-nav-btn-cart:first-of-type {
    margin-inline-start: 0;
    padding-inline-start: 0;
}

    .top-nav-btn-cart:first-of-type::after {
        display: none;
    }

a.top-nav-btn-cart {
    transition: .4s;
}

    a.top-nav-btn-cart.lang-change:hover { 
        background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
        color: #fff !important;
        transform: translateY(-3px);
    }

/*.top-nav-btn-cart.lang-change::after {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    background-color: #dddddd;
    width: 1px;
}
*/
.top-nav-btn-cart.lang-change strong {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

.login-page {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.login-animated-bg {
    content: "";
    position: absolute;
    inset: -25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: loginBgMove 10s ease-in-out infinite alternate;
    z-index: 0;
}

    .login-animated-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.65) );
        z-index: 1;
    }


@keyframes loginBgMove {
    0% {
        transform: scale(1);
        filter: brightness(0.9);
    }

    50% {
        transform: scale(1.08);
        filter: brightness(1);
    }

    100% {
        transform: scale(1.14);
        filter: brightness(0.92);
    }
}

@media (max-width: 360px) {
    .verify-title {
        font-size: 28px;
    }

    .otp-input {
        height: 56px;
        font-size: 25px;
    }

    .otp-inputs {
        gap: 8px;
    }
}

@media (max-width: 575.98px) {
    .auth-mobile-modal .modal-dialog {
        margin: 0;
        max-width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: flex-end;
    }

    .auth-mobile-modal .modal-content {
        border-radius: 28px 28px 0 0;
        padding-bottom: 10px;
    }

    .auth-content {
        padding: 34px 22px 28px;
    }
}

@media screen and (max-width: 439px) {
    .fixed-bottom {
        height: 54px;
    }

    .osahan-menu-fotter .col a {
        padding: 8px 4px;
    }

    .osahan-menu-fotter .small {
        font-size: 10px !important;
    }

    .osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
        width: 64px;
        min-width: 64px;
        max-width: 64px;
        height: 68px;
        min-height: 68px;
        max-height: 68px;
        margin: -17px 0 0 0 !important;
        padding: 6px !important;
    }

        .osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
            width: 46px;
            height: 46px;
            font-size: 17px !important;
            padding: 4px;
        }

            .osahan-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a .text-nav {
                font-size: 10px !important;
            }

    .box-logo-header {
        height: 76px;
        width: 76px;
    }

    .homepage-osahan-list-items .conten-card {
        width: calc(100% - 100px);
    }

    .list-card.d-flex .list-card-image {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }

    .col-6 .footer-card .btn {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
    }

        .col-6 .footer-card .btn span {
            display: none;
        }
}

html,
body {
    min-height: 100%;
    margin: 0;
}

.content-page {
    min-height: var(--app-height);
}

.index-page,
.login-page,
.verify-page {
    min-height: var(--app-height) !important;
}

    .index-page.vh-100,
    .login-page.vh-100 {
        height: var(--app-height) !important;
    }

.no-page-scroll {
    overflow: hidden;
}

.modal {
    z-index: 2000;
}

.modal-backdrop {
    z-index: 1990;
}

.auth-mobile-modal {
    padding: 0 !important;
}

    .auth-mobile-modal .modal-dialog {
        height: auto !important;
        min-height: var(--app-height) !important;
        max-width: 600px;
        margin: 0 auto !important;
        display: flex;
        align-items: flex-end;
        padding: 12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .auth-mobile-modal .modal-content {
        height: auto !important;
        max-height: calc(var(--app-height) - 24px - env(safe-area-inset-bottom));
        overflow-y: auto;
        border-radius: 28px;
    }

    .auth-mobile-modal .auth-content {
        height: auto !important;
    }

.fixed-bottom-bar {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
}

.osahan-menu-fotter.fixed-bottom {
    padding-bottom: env(safe-area-inset-bottom) !important;
    height: calc(58px + env(safe-area-inset-bottom));
    z-index: 100;
}

.user-profile img {
    width: 55px;
}

.osahan-profile .email-box {
    font-size: 14px;
    color: var(--secondery);
}

    .osahan-profile .email-box i {
        vertical-align: middle;
        margin-inline-end: 3px;
    }

.osahan-profile .title-page.pb-5 {
    padding-bottom: 4rem !important;
}

.osahan-profile .title-page.pt-3 {
    padding-top: 1.7rem !important;
}

@media (max-width: 575.98px) {
    .auth-mobile-modal .modal-dialog {
        align-items: flex-end;
        padding: 0;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .auth-mobile-modal .modal-content {
        border-radius: 28px 28px 0 0;
        max-height: calc(var(--app-height) - env(safe-area-inset-bottom));
    }
}

.user-profile-details {
    overflow: hidden;
    border-radius: 16px !important;
    background: #fff;
}

.profile-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #eef0f2;
}

.profile-summary-card {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 13px 6px;
    text-align: center;
}

.summary-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
}

.profile-summary-card h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1f2f3e;
}

.profile-summary-card p {
    margin: 4px 0 0 !important;
    font-size: 11px;
    color: #777;
    white-space: nowrap;
}

.profile-section-title {
    padding: 14px 14px 6px;
    background: #fff;
}

    .profile-section-title h6 {
        margin: 0;
        color: #1f2f3e;
        font-weight: 700;
        font-size: 13px;
    }

.profile-menu-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid #eef0f2;
    background: #fff;
    color: inherit;
    text-decoration: none !important;
    transition: 0.3s ease;
}

    .profile-menu-item:hover {
        background: #fafafa;
    }

.profile-menu-left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.profile-menu-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    margin-right: 12px;
}

.profile-menu-left h6 {
    margin: 0 0 4px;
    color: #1f2f3e;
    font-size: 14px;
    font-weight: 700;
}

.profile-menu-left p {
    margin: 0 !important;
    color: #7b838a;
    font-size: 11px;
    line-height: 1.4;
}

.profile-arrow {
    color: var(--primery);
    font-size: 18px;
    margin-left: 10px;
}

/* Edit profile modal */
.user-edit-modal {
    padding: 0 !important;
    z-index: 2050;
}

    .user-edit-modal .modal-dialog {
        height: auto !important;
        max-width: 600px;
        margin: 0 auto !important;
        display: flex;
        align-items: flex-end;
        min-height: var(--app-height);
        padding: 12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .user-edit-modal .modal-content {
        height: auto !important;
        border: 0;
        border-radius: 26px;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
    }

.user-edit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px 10px;
}

    .user-edit-header h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        color: #1f2f3e;
    }

.user-edit-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f4f6 !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px;
}

.user-edit-body {
    padding: 8px 18px 22px;
}

.edit-avatar {
    position: relative;
    width: 82px;
    height: 82px;
    margin: 0 auto;
}

    .edit-avatar img {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        object-fit: cover;
        background: #f5f5f5;
    }

    .edit-avatar button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 50%;
        background: var(--primery);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.user-edit-body label {
    font-size: 12px;
    font-weight: 700;
    color: #1f2f3e;
    margin-bottom: 6px;
}

.profile-edit-input {
    height: 50px;
    border-radius: 13px;
    border: 1px solid #eceff1;
    background: #fafafa;
    font-size: 14px;
    box-shadow: none !important;
}

    .profile-edit-input:focus {
        border-color: var(--primery);
    }

.user-save-btn {
    height: 52px;
    border-radius: 14px;
    font-weight: 700;
    margin-top: 8px;
}

@media screen and (max-width: 439px) {
    .profile-summary-grid {
        gap: 7px;
        padding: 10px;
    }

    .profile-summary-card {
        padding: 11px 4px;
    }

    .summary-icon {
        width: 31px;
        height: 31px;
        font-size: 14px;
    }

    .profile-summary-card h5 {
        font-size: 16px;
    }

    .profile-summary-card p {
        font-size: 10px;
    }

    .profile-menu-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin-right: 10px;
    }

    .profile-menu-left h6 {
        font-size: 13px;
    }
}


.notification-top-card {
    padding: 14px;
    border-radius: 16px !important;
}

.notification-top-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    margin-right: 12px;
}

.notification-top-content {
    min-width: 0;
}

    .notification-top-content h6 {
        color: #1f2f3e;
        font-size: 15px;
    }

.notification-clear-btn {
    background: #f8f9fa;
    color: var(--primery);
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 12px;
    white-space: nowrap;
}

.notification-tabs {
    display: flex;
    padding: 8px;
    gap: 8px;
    border-radius: 16px !important;
}

.notification-tab {
    flex: 1;
    border: 0;
    background: #f8f9fa;
    color: #6d747b;
    height: 38px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .notification-tab.active {
        background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
        color: #fff;
    }

.notification-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notification-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
    border: 1px solid #f1f1f1;
}

    .notification-item.unread::before {
        content: "";
        position: absolute;
        bottom: 18px;
        right: 14px;
        width: 8px;
        height: 8px;
        background: var(--primery);
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(var(--brand-rgb), 0.08);
    }

.notification-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 12px;
}

.notification-content {
    flex: 1;
    min-width: 0;
}

    .notification-content h6 {
        margin: 0 12px 6px 0;
        color: #1f2f3e;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
    }

    .notification-content p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 12px;
        line-height: 1.55;
    }

.notification-time {
    color: #a0a6ad;
    font-size: 10px;
    white-space: nowrap;
    margin-left: 8px;
}

.notification-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    gap: 8px;
}

.notification-tag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 30px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    font-size: 10px;
    font-weight: 700;
}

.notification-action-link,
.notification-mark-read {
    border: 0;
    background: transparent;
    color: var(--primery);
    font-size: 11px;
    font-weight: 700;
    padding: 0;
    text-decoration: none !important;
}

.notification-empty {
    background: #fff;
    border-radius: 18px;
    padding: 34px 20px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
}

.notification-empty-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    font-size: 26px;
}

.notification-empty h6 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #1f2f3e;
}

.notification-empty p {
    font-size: 12px;
    color: #7b838a;
    margin: 0 !important;
}

@media screen and (max-width: 439px) {
    .notification-top-card {
        padding: 12px;
    }

    .notification-top-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 19px;
    }

    .notification-clear-btn {
        padding: 6px 9px;
        font-size: 10px;
    }

    .notification-item {
        padding: 12px;
        border-radius: 16px;
    }

    .notification-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 13px;
        font-size: 16px;
        margin-right: 10px;
    }

    .notification-content h6 {
        font-size: 13px;
    }

    .notification-content p {
        font-size: 11px;
    }
}

.cart-page-wrapper {
    padding-bottom: 90px !important;
}

.cart-card,
.cart-coupon-card,
.cart-total-card {
    border-radius: 18px !important;
    overflow: hidden;
}

.cart-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid #eef0f2;
}

    .cart-header-row h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 16px;
        font-weight: 800;
    }

    .cart-header-row p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 11px;
    }

.cart-items-count {
    min-width: 46px;
    height: 34px;
    border-radius: 14px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 800;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-bottom: 1px solid #eee5d8;
    background: #fff;
}

.cart-product-info {
    text-align: left;
    flex: 1;
    min-width: 0;
    padding-right: 12px;
}

    .cart-product-info h6 {
        margin: 0 0 5px;
        color: #222;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .cart-product-info h6 span {
            color: var(--secondery);
            font-weight: 800;
            margin-left: 5px;
            white-space: nowrap;
        }

    .cart-product-info p {
        margin: 0 !important;
        color: #5f5959;
        font-size: 12px;
        line-height: 1.5;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.cart-qty-box {
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 4px;
    min-width: 116px;
}

.cart-qty-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 7px;
    background: #1f2429;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease;
}

    .cart-qty-btn:hover {
        background: var(--primery);
        color: #fff;
    }

.cart-qty-input {
    width: 54px;
    height: 31px;
    border: 1px solid #e5e3e3;
    background: #f7f7f7;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    outline: none;
}

.cart-products-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    background: #fff;
}

    .cart-products-total h6 {
        margin: 0;
        color: #222;
        font-size: 15px;
        font-weight: 600;
    }

    .cart-products-total strong {
        color: var(--secondery);
        font-size: 17px;
        font-weight: 800;
    }

.cart-coupon-card {
    padding: 18px 14px;
    text-align: left;
}

    .cart-coupon-card h6 {
        margin: 0 0 12px;
        color: #222;
        font-size: 15px;
        font-weight: 700;
    }

.coupon-input-box {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #e5e3e3;
    border-radius: 14px;
    padding: 6px;
    direction: ltr;
}

    .coupon-input-box input {
        flex: 1;
        height: 36px;
        border: 0;
        background: transparent;
        padding: 0 10px;
        text-align: left;
        color: #222;
        font-size: 14px;
        outline: none;
    }

        .coupon-input-box input::placeholder {
            color: #5f5959;
        }

    .coupon-input-box button {
        min-width: 76px;
        height: 36px;
        border: 0;
        border-radius: 10px;
        background: #1f2429;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        transition: 0.25s ease;
    }

        .coupon-input-box button:hover {
            background: var(--primery);
        }

.cart-coupon-card p {
    text-align: center;
    margin: 12px 0 0 !important;
    color: var(--secondery);
    font-size: 13px;
}

    .cart-coupon-card p strong {
        color: var(--primery);
    }

.cart-total-card {
    padding: 18px 14px 0;
    text-align: left;
}

    .cart-total-card h5 {
        margin: 0 0 18px;
        color: #222;
        font-size: 17px;
        font-weight: 800;
    }

.cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .cart-total-row strong .price-with-icon .cls-1 {
        fill: #222;
    }

    .cart-final-total strong.cart-final-total .price-with-icon .cls-1,
    .cart-total-row strong.discount-value .price-with-icon .cls-1 {
        fill: var(--brand);
    }

    .cart-final-total strong.cart-final-total .price-with-icon span,
    .cart-total-row strong.discount-value .price-with-icon span {
        color: var(--brand);
    }

    .cart-total-row span {
        color: #222;
        font-size: 14px;
    }

    .cart-total-row strong {
        color: #222;
        font-size: 14px;
        font-weight: 600;
        direction: ltr;
    }

.discount-value {
    color: var(--primery) !important;
}

.cart-final-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px -14px 0;
    padding: 14px;
    border-top: 1px solid #eee5d8;
    background: #fff;
}

    .cart-final-total span {
        color: #222;
        font-size: 16px;
        font-weight: 700;
    }

    .cart-final-total strong {
        color: var(--secondery);
        font-size: 20px;
        font-weight: 900;
        direction: ltr;
    }

.cart-confirm-fixed {
    position: fixed;
    left: 50%;
    bottom: calc(90px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    padding: 0 12px;
    z-index: 120;
}

.cart-confirm-btn {
    height: 50px;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(var(--brand-rgb), 0.25);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .cart-confirm-btn:hover,
    .cart-confirm-btn:focus {
        color: #fff !important;
    }

@media screen and (max-width: 439px) {
    .cart-header-row {
        padding: 13px;
    }

    .cart-item {
        padding: 13px 14px;
    }

    .cart-product-info h6 {
        font-size: 14px;
    }

    .cart-product-info p {
        font-size: 11px;
    }

    .cart-qty-box {
        min-width: 110px;
    }

    .cart-qty-btn {
        width: 27px;
        height: 27px;
    }

    .cart-qty-input {
        width: 50px;
        height: 30px;
    }

    .cart-confirm-fixed {
        bottom: calc(95px + env(safe-area-inset-bottom));
    }
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.orders-top-card {
    padding: 14px;
    border-radius: 18px !important;
}

.orders-top-info {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.orders-top-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-right: 12px;
}

.orders-top-info h6 {
    margin: 0 0 4px;
    color: #1f2f3e;
    font-size: 16px;
    font-weight: 800;
}

.orders-top-info p {
    margin: 0 !important;
    color: #7b838a;
    font-size: 11px;
}

.orders-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.orders-summary-item {
    background: #f8f9fa;
    border-radius: 14px;
    padding: 12px 6px;
    text-align: center;
}

    .orders-summary-item strong {
        display: block;
        color: var(--primery);
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .orders-summary-item span {
        display: block;
        margin-top: 5px;
        color: #7b838a;
        font-size: 10px;
        font-weight: 700;
    }

.orders-tabs {
    display: flex;
    gap: 7px;
    padding: 8px;
    border-radius: 16px !important;
}

.orders-tab {
    flex: 1;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #f8f9fa;
    color: #6d747b;
    font-size: 11px;
    font-weight: 800;
    transition: 0.3s ease;
}

    .orders-tab.active {
        background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
        color: #fff;
    }

.orders-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-card {
    padding: 14px;
    border-radius: 18px !important;
    border: 1px solid #f1f1f1;
}

.order-card-header,
.order-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .order-card-header h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 15px;
        font-weight: 900;
    }

    .order-card-header p {
        margin: 0 !important;
        color: #8b939a;
        font-size: 11px;
    }

.order-status {
    min-width: 86px;
    height: 28px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
}

.status-active {
    background: rgba(var(--brand-rgb), 0.1);
    color: var(--primery);
}

.status-completed {
    background: rgba(40, 167, 69, 0.12);
    color: #28a745;
}

.status-cancelled {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.order-items {
    margin: 14px 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 14px;
}

.order-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

    .order-item-row:last-child {
        margin-bottom: 0;
    }

    .order-item-row span {
        color: #1f2f3e;
        font-size: 12px;
        font-weight: 600;
    }

    .order-item-row strong {
        color: var(--secondery);
        font-size: 12px;
        font-weight: 900;
    }

.order-progress {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 18px 6px 12px;
}

    .order-progress::before {
        content: "";
        position: absolute;
        top: 16px;
        left: 12%;
        right: 12%;
        height: 3px;
        background: #eceff1;
        border-radius: 30px;
    }

.order-progress-line {
    position: absolute;
    top: 16px;
    left: 12%;
    height: 3px;
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    border-radius: 30px;
    z-index: 1;
}

    .order-progress-line.active-step-2 {
        width: 38%;
    }

    .order-progress-line.active-step-3 {
        width: 76%;
    }

.order-progress-step {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #a0a6ad;
    font-size: 10px;
    font-weight: 700;
}

    .order-progress-step i {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #eceff1;
        color: #8b939a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .order-progress-step span {
        display: block;
    }

    .order-progress-step.active i {
        background: var(--primery);
        color: #fff;
    }

    .order-progress-step.active span {
        color: #1f2f3e;
    }

.order-card-footer {
    padding-top: 12px;
    border-top: 1px solid #eef0f2;
}

    .order-card-footer span {
        color: #343a40;
        font-size: 11px;
        display: inline-block;
    }

.order-card .order-card-footer strong .sar-icon path {
    fill: #343a40;
}

.order-card-footer strong {
    color: var(--secondery);
    font-size: 17px;
    font-weight: 900;
}

.order-details-btn,
.order-reorder-btn {
    min-width: 110px;
    height: 38px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
}

.order-details-btn {
    background: #1f2429;
    color: #fff !important;
}

.order-reorder-btn {
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    color: #fff !important;
}

.orders-empty {
    background: #fff;
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.055);
}

.orders-empty-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    margin: 0 auto 14px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.orders-empty h6 {
    color: #1f2f3e;
    font-size: 15px;
    font-weight: 900;
}

.orders-empty p {
    color: #7b838a;
    font-size: 12px;
    margin: 0 !important;
}

/* Price icon */
.order-price,
.price-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    direction: ltr;
    white-space: nowrap;
}

    .order-price svg,
    .price-with-icon svg {
        width: 16px;
        height: 16px;
        flex: 0 0 auto;
    }

/* Modal */
.order-details-modal {
    padding: 0 !important;
    z-index: 2050;
}

    .order-details-modal .modal-dialog {
        height: auto !important;
        max-width: 600px;
        margin: 0 auto !important;
        min-height: var(--app-height);
        display: flex;
        align-items: flex-end;
        padding: 12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .order-details-modal .modal-content {
        height: auto !important;
        border: 0;
        border-radius: 26px;
        overflow: hidden;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
    }

.order-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px 10px;
}

    .order-details-header h5 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 18px;
        font-weight: 900;
    }

    .order-details-header p {
        margin: 0 !important;
        color: #8b939a;
        font-size: 11px;
    }

.order-details-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f4f6 !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px;
}

.order-details-body {
    padding: 8px 18px 22px;
}

.order-details-status {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 14px;
}

    .order-details-status p {
        margin: 9px 0 0 !important;
        color: #7b838a;
        font-size: 12px;
    }

.order-details-section {
    margin-bottom: 16px;
}

    .order-details-section h6 {
        margin: 0 0 10px;
        color: #1f2f3e;
        font-size: 14px;
        font-weight: 900;
    }

.order-detail-item,
.order-detail-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #eef0f2;
}

    .order-detail-item span,
    .order-detail-price-row span {
        font-size: 13px;
        font-weight: 600;
    }

    .order-detail-item strong,
    .order-detail-price-row strong {
        color: var(--secondery);
        font-size: 13px;
        font-weight: 900;
    }

    .order-detail-price-row.total {
        border-bottom: 0;
    }

        .order-detail-price-row.total span,
        .order-detail-price-row.total strong {
            font-size: 15px;
            font-weight: 900;
        }

.order-modal-btn {
    height: 50px;
    border-radius: 14px !important;
    font-weight: 800;
}

@media screen and (max-width: 439px) {
    .orders-tabs {
        gap: 5px;
    }

    .orders-tab {
        font-size: 10px;
    }

    .order-card {
        padding: 12px;
    }

    .order-details-btn,
    .order-reorder-btn {
        min-width: 96px;
        height: 36px;
        font-size: 11px;
    }

    .order-progress-step span {
        font-size: 9px;
    }
}

.checkout-page-wrapper {
    padding-bottom: 125px !important;
}

.checkout-loyalty-card,
.checkout-type-card,
.checkout-payment-card {
    border-radius: 18px !important;
    overflow: hidden;
}

.checkout-loyalty-card {
    display: flex;
    align-items: center;
    padding: 14px;
}

.checkout-loyalty-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 15px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 12px;
}

.checkout-loyalty-card h6 {
    margin: 0 0 4px;
    color: #1f2f3e;
    font-size: 15px;
    font-weight: 800;
}

.checkout-loyalty-card p {
    margin: 0 !important;
    color: #7b838a;
    font-size: 11px;
    line-height: 1.5;
}

.checkout-type-card,
.checkout-payment-card {
    padding: 14px;
}

.checkout-section-title {
    margin-bottom: 14px;
}

    .checkout-section-title h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 16px;
        font-weight: 800;
    }

    .checkout-section-title p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 11px;
    }

.checkout-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.checkout-tab {
    height: 58px;
    border: 0;
    border-radius: 14px;
    background: #f8f9fa;
    color: #6d747b;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.3s ease;
}

    .checkout-tab i {
        font-size: 18px;
    }

    .checkout-tab.active {
        background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
        color: #fff;
    }

.checkout-pane {
    display: none;
}

    .checkout-pane.active {
        display: block;
    }

.checkout-info-box {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 13px;
    margin-bottom: 14px;
}

    .checkout-info-box h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 14px;
        font-weight: 800;
    }

    .checkout-info-box p {
        margin: 0 !important;
        color: var(--secondery);
        font-size: 13px;
        font-weight: 700;
    }

.checkout-form-group label {
    color: #1f2f3e;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 7px;
}

.checkout-input {
    border: 1px solid #eceff1;
    background: #fafafa;
    border-radius: 14px;
    font-size: 13px;
    box-shadow: none !important;
}

input.checkout-input {
    height: 50px;
}

textarea.checkout-input {
    min-height: 92px;
    resize: none;
    padding-top: 12px;
}

.checkout-input:focus {
    border-color: var(--primery);
}

.car-pickup-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 15px;
    padding: 13px;
    margin-bottom: 14px;
}

    .car-pickup-row h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 14px;
        font-weight: 800;
    }

    .car-pickup-row p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 11px;
        line-height: 1.4;
    }

.checkout-switch {
    position: relative;
    width: 48px;
    height: 28px;
    margin: 0 0 0 12px;
    cursor: pointer;
}

    .checkout-switch input {
        display: none;
    }

    .checkout-switch span {
        position: absolute;
        inset: 0;
        background: #dfe3e6;
        border-radius: 30px;
        transition: 0.3s ease;
    }

        .checkout-switch span::before {
            content: "";
            position: absolute;
            width: 22px;
            height: 22px;
            left: 3px;
            top: 3px;
            background: #fff;
            border-radius: 50%;
            transition: 0.3s ease;
            box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        }

    .checkout-switch input:checked + span {
        background: var(--primery);
    }

        .checkout-switch input:checked + span::before {
            left: 23px;
        }

.car-details-box {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 15px;
    padding: 13px;
}

.checkout-map-box {
    width: 100%;
    height: 190px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #eceff1;
}

.checkout-map {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.payment-option {
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px;
    border: 1px solid #eef0f2;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

    .payment-option:last-child {
        margin-bottom: 0;
    }

    .payment-option input {
        display: none;
    }

    .payment-option .payment-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 14px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-right: 12px;
    }

    .payment-option h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 14px;
        font-weight: 800;
    }

    .payment-option p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 11px;
        line-height: 1.4;
    }

.payment-check {
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eceff1;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.payment-option input:checked ~ .payment-check {
    background: var(--primery);
    color: #fff;
}

.payment-option:has(input:checked) {
    border-color: rgba(var(--brand-rgb), 0.35);
    background: rgba(var(--brand-rgb), 0.035);
}

.checkout-submit-fixed {
    position: fixed;
    left: 50%;
    bottom: calc(95px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    padding: 0 12px;
    z-index: 120;
}

.checkout-submit-btn {
    height: 50px;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(var(--brand-rgb), 0.25);
}

@media screen and (max-width: 439px) {
    .checkout-type-card,
    .checkout-payment-card,
    .checkout-loyalty-card {
        padding: 12px;
    }

    .checkout-tab {
        height: 54px;
        font-size: 10px;
    }

    .checkout-map-box {
        height: 170px;
    }

    .checkout-submit-fixed {
        bottom: calc(95px + env(safe-area-inset-bottom));
    }
}

html {
    scroll-behavior: smooth;
}
/*****/
.contact-hero-card,
.working-hours-card,
.contact-info-card,
.location-card,
.social-card {
    border-radius: 18px !important;
    overflow: hidden;
}

.contact-hero-card {
    display: flex;
    align-items: center;
    padding: 14px;
}

.contact-hero-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 12px;
}

.contact-hero-content {
    flex: 1;
    min-width: 0;
}

    .contact-hero-content h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 16px;
        font-weight: 800;
    }

    .contact-hero-content p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 11px;
    }

.open-status {
    height: 30px;
    padding: 0 12px;
    border-radius: 30px;
    background: rgba(40, 167, 69, 0.12);
    color: #28a745;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

    .open-status.closed {
        background: rgba(220, 53, 69, 0.12);
        color: #dc3545;
    }

.quick-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.quick-contact-card {
    padding: 14px;
    text-align: center;
    border-radius: 18px !important;
    color: inherit !important;
}

.quick-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.quick-contact-card h6 {
    margin: 0 0 5px;
    color: #1f2f3e;
    font-size: 14px;
    font-weight: 800;
}

.quick-contact-card p {
    margin: 0 !important;
    color: #7b838a;
    font-size: 11px;
}

.working-hours-card,
.contact-info-card,
.location-card,
.social-card {
    padding: 14px;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .section-head h6 {
        margin: 0 0 4px;
        color: #1f2f3e;
        font-size: 16px;
        font-weight: 800;
    }

    .section-head p {
        margin: 0 !important;
        color: #7b838a;
        font-size: 11px;
    }

.section-head-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 14px;
    padding: 12px;
    border: 1px solid transparent;
}

    .hours-row span {
        color: #1f2f3e;
        font-size: 13px;
        font-weight: 700;
    }

    .hours-row strong {
        color: #7b838a;
        font-size: 12px;
        font-weight: 700;
    }

    .hours-row.today {
        border-color: rgba(var(--brand-rgb), 0.25);
        background: rgba(var(--brand-rgb), 0.045);
    }

        .hours-row.today span,
        .hours-row.today strong {
            color: var(--primery);
        }

.contact-info-list {
    display: flex;
    flex-direction: column;
}

.contact-info-item {
    display: flex;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #eef0f2;
    color: inherit !important;
}

    .contact-info-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.contact-info-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 12px;
}

.contact-info-item div {
    flex: 1;
    min-width: 0;
}

.contact-info-item h6 {
    margin: 0 0 4px;
    color: #1f2f3e;
    font-size: 14px;
    font-weight: 800;
}

.contact-info-item p {
    margin: 0 !important;
    color: #7b838a;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-arrow {
    color: var(--primery);
    font-size: 17px;
    margin-left: 8px;
}

.contact-map-box {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #eceff1;
    margin-bottom: 14px;
}

.contact-map {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.direction-btn {
    height: 48px;
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.social-card h6 {
    margin: 0 0 14px;
    color: #1f2f3e;
    font-size: 16px;
    font-weight: 800;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s ease;
}

    .social-link:hover {
        background: var(--primery);
        color: #fff !important;
        transform: translateY(-3px);
    }

        .social-link:hover svg path {
            fill: #fff !important;
        }

@media screen and (max-width: 439px) {
    .contact-hero-card, .working-hours-card, .contact-info-card, .location-card, .social-card {
        padding: 12px;
    }

    .contact-hero-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 20px;
    }

        .contact-hero-icon svg {
            width: 26px;
            height: 26px;
        }

    .open-status {
        padding: 0 9px;
        font-size: 9px;
    }

    .hours-row {
        padding: 11px;
    }

        .hours-row strong {
            font-size: 11px;
        }

    .contact-map-box {
        height: 180px;
    }

    .cart-confirm-btn,
    .checkout-submit-btn {
        height: 44px;
        font-size: 15px;
        font-weight: 600;
    }
}

.meal-details-modal {
    padding: 0 !important;
    z-index: 2050;
}

    .meal-details-modal .modal-dialog {
        max-width: 600px;
        margin: 0 auto !important;
        min-height: var(--app-height);
        display: flex;
        align-items: flex-end;
        padding: 12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
    }

    .meal-details-modal .modal-content {
        border: 0;
        border-radius: 26px;
        overflow: hidden;
        max-height: calc(var(--app-height) - 24px);
        background: #fff;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    }

.meal-details-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.meal-slider {
    height: 235px;
    overflow: hidden;
    background: #f8f9fa;
}

.meal-slide img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
}

.meal-details-body {
    padding: 16px;
    overflow-y: auto;
    max-height: calc(var(--app-height) - 380px);
}

.meal-title-row,
.meal-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.meal-category {
    display: block;
    margin-bottom: 5px;
    color: var(--secondery);
    font-size: 11px;
    font-weight: 800;
}

.meal-title-row h5 {
    margin: 0;
    color: #1f2f3e;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.meal-share-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 0;
    border-radius: 14px;
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.meal-price-row {
    margin-top: 14px;
    align-items: center;
}

.meal-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .meal-price del {
        color: #9da3aa;
        font-size: 13px;
    }

    .meal-price strong {
        color: var(--secondery);
        font-size: 20px;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

.meal-sar-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.meal-offer-badge {
    background: rgba(var(--brand-rgb), 0.08);
    color: var(--primery);
    padding: 7px 10px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.meal-description {
    margin: 14px 0 0 !important;
    color: #7b838a;
    font-size: 12px;
    line-height: 1.7;
}

.meal-options-section {
    margin-top: 18px;
}

    .meal-options-section h6 {
        margin: 0 0 10px;
        color: #1f2f3e;
        font-size: 14px;
        font-weight: 900;
    }

.meal-options-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meal-option {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 14px;
    border: 1px solid #eceff1;
    background: #f7f7f7;
    margin: 0;
    cursor: pointer;
}

    .meal-option input {
        margin-right: 10px;
        accent-color: var(--primery);
    }

    .meal-option span {
        font-size: 14px;
        font-weight: 700;
    }

    .meal-option .meal-price-icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

.add-extra-option strong {
    margin-left: auto;
    color: var(--secondery);
    font-size: 13px;
    font-weight: 900;
}

.meal-note-box {
    margin-top: 18px;
}

    .meal-note-box label {
        color: #1f2f3e;
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 7px;
    }

    .meal-note-box textarea {
        min-height: 80px;
        border: 1px solid #eceff1;
        background: #f7f7f7;
        border-radius: 14px;
        resize: none;
        font-size: 13px;
        box-shadow: none !important;
    }

        .meal-note-box textarea:focus {
            border-color: var(--primery);
        }

.meal-details-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px 16px;
    border-top: 1px solid #eef0f2;
    background: #fff;
}

.meal-qty-box {
    display: flex;
    align-items: center;
    gap: 4px;
    direction: ltr;
}

.meal-qty-btn {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 9px;
    background: #1f2429;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.meal-qty-box input {
    width: 44px;
    height: 32px;
    border: 1px solid #eceff1;
    background: #f7f7f7;
    border-radius: 8px;
    text-align: center;
    color: #222;
    font-size: 14px;
    font-weight: 800;
    outline: none;
}

.meal-add-cart-btn {
    flex: 1;
    height: 48px;
    border-radius: 16px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(var(--brand-rgb), 0.25);
}

    .meal-add-cart-btn .white-icon {
        width: 15px;
        height: 15px;
    }

.d-ltr {
    direction: ltr;
    display: inline-block;
}

@media screen and (max-width: 439px) {
    .meal-slider, .meal-slide img {
        height: 210px;
    }

    .meal-details-body {
        padding: 14px;
        max-height: calc(var(--app-height) - 355px);
    }

    .meal-title-row h5 {
        font-size: 16px;
    }

    .meal-details-footer {
        padding: 10px 14px 14px;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .meal-add-cart-btn {
        height: 44px;
        border-radius: 10px !important;
        gap: 5px;
        font-size: 11px;
        font-weight: 600;
    }
    .order-progress-step i {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    }


/****/
/* Animated Bottom Bar - Circle Moving Effect */

.animated-bottom-bar {
    position: relative;
    height: 66px;
    border-radius: 24px 24px 0 0;
    overflow: visible !important;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.08) !important;
}

.osahan-menu-fotter.fixed-bottom.animated-bottom-bar {
    height: calc(66px + env(safe-area-inset-bottom));
    overflow: visible !important;
}

    .animated-bottom-bar .bottom-nav-row {
        position: relative;
        z-index: 3;
        height: 100%;
    }

    .animated-bottom-bar .bottom-nav-item {
        position: relative;
        z-index: 3;
    }

        .animated-bottom-bar .bottom-nav-item > a {
            position: relative;
            z-index: 4;
            height: 58px;
            padding: 8px 4px !important;
            border-radius: 20px;
            display: flex !important;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: transparent !important;
            transition: 0.35s cubic-bezier(.2, .9, .2, 1.2);
        }

            .animated-bottom-bar .bottom-nav-item > a p {
                position: relative;
                z-index: 5;
                line-height: 1;
                margin-bottom: 3px !important;
                transition: 0.35s cubic-bezier(.2, .9, .2, 1.2);
            }

            .animated-bottom-bar .bottom-nav-item > a span {
                position: relative;
                z-index: 5;
                display: block;
                font-size: 10px;
                line-height: 1.15;
                white-space: nowrap;
                transition: 0.35s ease;
            }

.bottom-nav-indicator {
    position: absolute;
    top: -18px;
    left: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    box-shadow: 0 12px 28px rgba(var(--brand-rgb), 0.34);
    z-index: 2;
    transform: translateX(var(--bottom-circle-x, 0px));
    transition: none;
}

.animated-bottom-bar.is-ready .bottom-nav-indicator {
    transition: transform 0.45s cubic-bezier(.22, 1, .36, 1);
}

.bottom-nav-indicator::before {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    background: rgba(var(--brand-rgb), 0.12);
    z-index: -1;
}

.bottom-nav-indicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 76px;
    height: 26px;
    background: #fff;
    border-radius: 50% 50% 0 0;
    z-index: -2;
}

.animated-bottom-bar .bottom-nav-item.selected > a {
    color: var(--primery) !important;
    background: transparent !important;
}

    .animated-bottom-bar .bottom-nav-item.selected > a p {
        transform: translateY(-12px) scale(1.05);
        color: #fff !important;
    }

        .animated-bottom-bar .bottom-nav-item.selected > a p i {
            color: #fff !important;
        }

    .animated-bottom-bar .bottom-nav-item.selected > a span {
        transform: translateY(2px);
        color: var(--primery);
        font-weight: 800;
    }

.animated-bottom-bar .bottom-nav-item:not(.selected) > a p {
    color: #1f2f3e;
}

.animated-bottom-bar .bottom-nav-item:not(.selected) > a span {
    color: #1f2f3e;
}

.animated-bottom-bar .bottom-nav-item.is-pressed > a p {
    transform: translateY(-28px) scale(0.92);
}

/* Center item */
.animated-bottom-bar .bottom-nav-center > div {
    position: relative;
    z-index: 5;
}

.animated-bottom-bar .bottom-nav-center.selected > div {
    transform: translateY(-28px) scale(1.02);
    transition: 0.35s cubic-bezier(.2, .9, .2, 1.2);
}

    .animated-bottom-bar .bottom-nav-center.selected > div a {
        background: transparent !important;
        box-shadow: none !important;
    }

.animated-bottom-bar .bottom-nav-center.selected i {
    color: #fff !important;
}

/* Remove old selected background */
.osahan-menu-fotter .col.selected a {
    background: transparent !important;
}

.osahan-menu-fotter .col.selected p {
    color: inherit;
}
.animated-bottom-bar .bottom-nav-item .num-span {
    background: var(--primery);
    background: -moz-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    background: -webkit-linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--primery)', endColorstr='var(--secondery)', GradientType=1);
    border-color: var(--primery);
    color: #fff !important;
    font-size: 9px;
    min-width: 14px;
    height: 14px;
    position: absolute;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    top: -3px;
}
@media screen and (max-width: 439px) {
    .animated-bottom-bar {
        height: 64px;
    }

    .bottom-nav-indicator {
        width: 54px;
        height: 54px;
        top: -16px;
    }

        .bottom-nav-indicator::after {
            width: 70px;
            height: 24px;
            bottom: -12px;
        }

    .animated-bottom-bar .bottom-nav-item > a span {
        font-size: 9px;
    }

    .animated-bottom-bar .bottom-nav-item.selected > a p {
        transform: translateY(-12px) scale(1.04);
    }

    .animated-bottom-bar .bottom-nav-item.selected > a span {
        transform: translateY(2px);
    }

    .animated-bottom-bar .bottom-nav-center.selected > div {
        transform: translateY(-25px) scale(1.02);
    }
}
.top-header-actions {
    gap: 6px;
}

.top-social-link {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #1f2f3e !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s ease;
}

    .top-social-link svg {
        width: 14px;
        height: 14px;
    }

    .top-social-link:hover {
        background: linear-gradient(45deg, var(--primery) 0%, var(--secondery) 100%);
        color: #fff !important;
        transform: translateY(-3px);
    }

.top-header-actions .lang-change {
    width: auto;
    height: 32px;
    min-height: 32px;
    padding: 0 8px;
    border-radius: 30px;
    background: #f8f9fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .top-header-actions .lang-change strong {
        font-size: 11px;
    }

@media screen and (max-width: 380px) {
    .top-header-actions {
        gap: 4px;
    }

    .top-social-link {
        width: 29px;
        height: 29px;
        min-width: 29px;
        font-size: 13px;
    }

    .top-header-actions .lang-change {
        height: 29px;
        min-height: 29px;
        padding: 0 6px;
    }

        .top-header-actions .lang-change strong {
            font-size: 10px !important;
        }
    .top-nav-btn-cart.lang-change i {
        font-size: 13px !important;
    }
    }
.cafe-title-box {
    margin-bottom: 8px;
}

.cafe-title-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 18px !important;
}

.cafe-info {
    display: flex;
    align-items: center;
    min-width: 0;
}

.cafe-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
}

.cafe-info h5 {
    margin: 0 0 4px;
    color: #1f2f3e;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.cafe-info p {
    margin: 0 !important;
    color: #7b838a;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cafe-status {
    height: 28px;
    padding: 0 10px;
    border-radius: 30px;
    background: rgba(40, 167, 69, 0.12);
    color: #28a745;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
    margin-left: 8px;
}

@media screen and (max-width: 380px) {
    .cafe-title-card {
        padding: 10px;
    }

    .cafe-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    .cafe-info h5 {
        font-size: 14px;
    }

    .cafe-info p {
        font-size: 10px;
        max-width: 160px;
    }

    .cafe-status {
        font-size: 9px;
        padding: 0 8px;
    }
<<<<<<< HEAD
.intl-tel-input{
display:block !important;
}
=======
}
>>>>>>> main
