body {
    font-family: "Poppins", sans-serif;
    color: #353535;
}

.custom_btn {
    min-width: 175px;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #96a25c;
    height: 50px;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 10px;
    cursor: pointer;
    box-shadow: 5px 5px 0px -1px #4f5724;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px auto;
}

.custom_btn:hover {
    box-shadow: none;
    color: #fff;
}

.btn-danger {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #ff0000;
    color: #fff;
    border: none;
}


.loading {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loading .spinner-border {
    height: 50px;
    width: 50px;
}

.home {
    background-image: url(../../assets/images/parkBack.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
}

.home::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgb(209 240 255 / 50%);
}

.logo {
    height: 65px;
    margin: 0 auto;
    border-radius: 5px;
}

.navbar {
    background-color: #C0C0C0 !important;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.navbar-nav .nav-link {
    color: #353535 !important;
    font-weight: 500;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler-icon {
    background: #96a25c;
    border-radius: 6px;
}

.navbar-toggler-icon img {
    width: 100%;
}

label {
    /* font-size: 14px; */
    font-weight: 500;
    margin-bottom: 7px;
}

.form-control {
    border-radius: 10px;
    padding: 10px;
}

.food-search-input {
    padding: .25rem .5rem !important;
    border-radius: .2rem !important;
    margin-bottom: 5px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #C0C0C0;
}

.homeContent {
    padding: 70px 15PX;
}

.homeContent .block {
    padding-bottom: 70px;
}

.homeContent .content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.homeContent .content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.homeContent .content p:last-child {
    margin-bottom: 0px;
}

.homeContent .contentImg img {
    width: 100%;
    border-radius: 10px;
}

footer {
    background-color: rgb(150 162 92 / 29%);
    color: #000;
    padding: 50px 0 10px;
    border-top: 1px solid #96a25c;
}

footer .logo {
    margin: 0 0 15px;
    text-align: center;
}

footer .logo img {
    height: 50px;
    border-radius: 5px;
}

footer p {
    font-size: 14px;
    margin-bottom: 0px;
}

footer .block a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

footer .block {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    gap: 5px;

}

footer .block a:hover {
    color: #626262;
}

footer .copyright {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid #62626224;
    padding-top: 10px;
}

footer .copyright p {
    margin-bottom: 0px;
}

.login {
    padding: 70px 0;
}

.login .formContent {
    padding: 40px 50px;
}

.login .card {
    overflow: hidden;
    box-shadow: 0 0 5px #d3d3d3;
    border-radius: 10px;
    padding: 0;
    border: 0;
    background: white;

}

.login .card .card-header {
    padding: 0;
    margin-bottom: 20px;
}

.login .card .card-header h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;

}

.login .loginImg {
    height: 530px;
    position: relative;
}

.login .loginImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login .loginImg::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background-color: rgb(151 149 149 / 20%); */
    background-color: rgb(255 224 0 / 20%);
}

.login .alreadyAccount {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.login .alreadyAccount a {
    color: #353535;
    font-weight: 500;
}

.login .alreadyAccount a:hover {
    color: #d9c004;
}

.login .formContent .forgetPassword a {
    margin-bottom: 20px;
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.login .formContent .forgetPassword a:hover {
    color: #d9c004;
}

.banner {
    background-color: white;
    padding: 50px 0 0 0;
    margin-bottom: 10px;

}

.banner-img {
    max-width: 100%;
    border-radius: 10px;
}

.bannerImg {
    border-radius: 15px;
}

.bannerImg img {
    width: 100%;
    border-radius: 15px;
    height: auto;
}

.menu {
    background-color: white;
}

.restaurant-detail img {
    height: 70px;
    width: 70px;
    border-radius: 5px;
    margin-right: 20px;
}

.restaurant-detail .badge {
    border-radius: 20px;
}

.categories .list-group-item.active {
    background-color: #96a25c;
    border-color: #96a25c;
    border-radius: 5px;
    margin-top: 0;
}

.categories .list-group-item {
    padding: 1rem .5rem;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-size: 14px;
    background-color: #f2f4eb;
}

.card-header {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 18px !important;
    background: #96a25c;
}

#itemModal .modal-body {
    max-height: 80vh;
    min-height: 250px;
    height: 100%;
    overflow: auto;
}

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

#itemModal .modal-body::-webkit-scrollbar-thumb {
    background-color: initial;
    width: 0;
}

#itemModal .modal-footer {
    justify-content: space-between;
}

#itemModal .modal-footer .addItems {
    display: flex;
    align-items: center;
}



#itemModal .modal-footer .addItems button {
    border: none;
    margin: 0;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 18px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#itemModal .modal-footer .addItems button .add {
    font-weight: 500;
    font-size: 18px;
}

#itemModal .modal-footer .addItems .value {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #24282e;
    min-width: 26px;
    margin: 0 6px;
}

.emptyCart p {
    font-size: 10px;
    margin-bottom: 0;
}

.card {
    background: #96a25c1f;
    border: 0;
    border-radius: 10px;
}

.card .card-header:first-child {
    border-radius: calc(10px - 1px) calc(10px - 1px) 0 0 !important;
}

.card .card-body div:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.emptyCart {
    background: #96a25c1f;
    border: 0;
    border-radius: 10px;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    padding: 7px;
    border-radius: 9px;
    border: 0;
    appearance: none;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Poppins';
    background: #96a25c;
    color: #fff;
    font-weight: 500;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget span {
    display: none !important;
}

.reviewSlider .carousel-caption {
    position: unset !important;
}

.reviewSlider .carousel-indicators {
    bottom: -40px;
}

.reviewSlider.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #96a25c !important;
}

.reviewSlider .carousel-caption img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.reviewSlider .stars {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.reviewSlider .stars i {
    height: 15px;
    width: 15px;
    color: #FDCC0D;
}

.hamburger-menu {
    position: relative;
}

.hamburger-login {
    cursor: pointer;
}

.hamburger-popup {
    position: absolute;
    top: 68px;
    right: 0;
    width: 300px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    padding: 20px;
    display: none;
    z-index: 999;
}

.hamburger-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hamburger-popup ul li a {
    text-decoration: none;
}

.hamburger-popup ul li:last-child .hamburger-popup-menu-link {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}

.hamburger-popup-header {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Font Awesome 5 Brands';
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
}


.greeting {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.login-prompt {
    color: gray;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.hamburger-popup-menu-link {
    display: flex;
    margin-bottom: 15px;
    text-decoration: none;
    color: black;
    gap: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}

.hamburger-popup-menu-link p {
    margin-bottom: 0;
    font-size: 14px;
}

.hamburger-popup-menu-link h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.icon-order-history,
.icon-address-card,
.icon-phone {
    width: 20px;
    height: 20px;
    padding: 20px;
    background-color: rgba(152, 163, 94, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Example icons */
.icon-order-history::before {
    content: "📦";
    /* Placeholder for the icon */
}

.icon-address-card::before {
    content: "📍";
    /* Placeholder for the icon */
}

.icon-phone::before {
    content: "📞";
    /* Placeholder for the icon */
}

/* Arrow icon */
.arrow {
    font-weight: bold;
}

.loginWrapper {
    min-height: calc(100vh - 351px);
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loginWrapper section {
    text-align: center;
}

.loginWrapper section h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.loginWrapper section p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.orderHistory {
    min-height: calc(100vh - 351px);
    padding: 50px 0;
}

.orderHistory h3 {
    margin-bottom: 20px;
}

.order-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 20px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
    gap: 5px;
}

.order-info {
    display: flex;
    flex-direction: column;
}

.order-id {
    font-weight: 600;
    color: #1E2A38;
}

.order-options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.details-link {
    color: red;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.pickup-status {
    background-color: #e2ebf0;
    color: #657A87;
    padding: 2px 10px;
    height: 22px;
    font-size: 12px;
    margin-top: 4px;
    position: relative;
    text-transform: capitalize;
}

.pickup-status::before {
    content: "";
    border: 11px solid #e2ebf0;
    border-left: 6px solid transparent;
    height: 22px;
    position: absolute;
    top: 0;
    left: -16px;
}

.order-date {
    color: #657A87;
    font-size: 14px;
}

.order-body {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 5px;
}

.item-info {
    font-size: 14px;
    color: #1E2A38;
}

.item-info p {
    margin: 4px 0 0;
    font-weight: 500;
}

.price-info {
    font-weight: 600;
    font-size: 18px;
    color: #1E2A38;
    line-height: normal;
}

.order-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 15px;
}

.order-status {
    display: flex;
    align-items: center;
    color: #1E2A38;
    font-weight: 500;
    font-size: 14px;
}

.order-status img {
    margin-right: 6px;
}

.order-status span {
    text-transform: capitalize;
    font-size: 12px;
}

.repeat-order-btn {
    display: flex;
    align-items: center;
    background-color: #e1e4d0;
    border: 1px solid #96a25c;
    color: #96a25c;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.repeat-order-btn:hover {
    background-color: #96a25c !important;
    color: white;
}

.repeat-order-btn img {
    margin-right: 6px;
}

.repeat-order-btn:hover {
    background-color: #ffebeb;
}

.addressWrapper {
    min-height: calc(100vh - 351px);
    padding: 50px 0;
}

.addressCards {
    padding: 30px 0;
    text-align: center;
}

.addressCards p {
    font-size: 14px;
    margin-bottom: 0;
}

.addressCards h4 {
    font-size: 22px;
}

.myOrders {
    min-height: calc(100vh - 351px);
    padding: 50px 0;
}

.orderCard {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
}

.orderInfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    gap: 10px;
}

.orderInfo img {
    height: 70px;
    width: 70px;
    border-radius: 5px;
    object-fit: cover;
}

.orderInfo h6 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}

.orderInfo p {
    font-size: 12px;
    margin-bottom: -5px;
}

.orderInfo span {
    font-size: 12px;
    font-weight: 600;
    color: #24282e;
    display: block;
}

.itemsInstruction .addItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemsInstruction .addItem button {
    border: none;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 18px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon {
    position: absolute;
    z-index: 99999;
    display: none !important;
    top: 11px !important;
}

.category-icon.left {
    left: 50px !important;
}

.category-icon.right {

    right: 8px !important;
}

.itemsInstruction .addItem button span {
    font-weight: 500;
    font-size: 18px;
}

.itemsInstruction p {
    font-size: 12px;
    white-space: pre;
    line-height: normal;
    color: #FDCC0D;
    border-bottom: 1px solid #FDCC0D;
    margin-top: 10px;
    font-weight: 600;
}

.itemsInstruction {
    margin-bottom: 5px;
}

.summary {
    padding-top: 10px;
}

.summary .block {
    margin-top: 10px;
}

.summary h6 {
    margin-bottom: 10px;
}

.summary p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
}

.summary span {
    font-size: 14px;
    color: #24282e;
    display: block;
}

.moreFor {
    margin-top: 20px;
}

.moreFor h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.moreFor .card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

.moreFor .card .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.moreFor .card .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.moreFor .card .card-text {
    font-size: 14px;
    margin-bottom: 0px;
}

.deliveryDetails h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.paymentMethod h3 {
    font-size: 22px;
    margin-bottom: 20px;
}




.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 230px;
    display: inline-block;
    position: relative;

    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.product-img {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.product-desc {
    flex: 1;
}

.product-desc h5 {
    font-size: 17px;
    margin-bottom: 7px;
}

.product-desc p {
    font-size: 13px;
    margin-bottom: 10px;
    color: gray;
}

.product-desc p.price {
    font-weight: bold;
}

.categories {
    position: sticky;
    top: 20px;
    background: #96a25c1f;
    padding: 5px 10px;
    border-radius: 3px;
    height: 92vh;
    overflow: auto;
    margin-bottom: 10px;
}

.fixed-top .categories {
    margin-bottom: 0px;
}

.open-modal {
    text-decoration: none;
    color: unset !important;
    cursor: pointer;
}

/* Mobile responsiveness */
@media (max-width:1200px) {
    .orderInfo {
        gap: 20px;
        flex-wrap: wrap;
    }

    .summary {
        padding-top: 5px;
    }
}

@media (max-width:992px) {
    .paymentMethod {
        margin-top: 20px;
    }

    .deliveryDetails {
        margin-top: 20px;
    }

    .menuCards .card .card-body .product-img {
        width: 80px;
        height: 80px;
    }

    .menuCards .card .card-body {
        padding: 10px;
    }

    .product-desc p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }

    .product-desc h5 {
        font-size: 13px;
    }
}

@media (min-width:767px) {
    .location-title {
        display: none;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 20px 0px;
        margin-bottom: 0px;
    }

    .categories-title {
        display: none;
    }
    .hamburger-popup{
        top: 45px;
        right: -100px;
    }
    .home {
        padding: 50px 0;
    }

    .homeContent {
        padding: 50px 10px 10px;
    }

    .homeContent .block {
        padding-bottom: 0px;
    }

    .homeContent .content h2 {
        font-size: 24px;
    }

    .homeContent .content p {
        font-size: 14px;
    }

    .homeContent .contentImg img {
        padding-bottom: 40px;
    }

    .homeContent .content {
        padding-bottom: 40PX;
    }

    .booking-type h3 {
        font-size: 24px;
    }

    .booking-type p {
        font-size: 14px;
    }

    .booking-type h5 {
        font-size: 16px;
    }

    .card .card-header h2 {
        font-size: 22px;
    }

    .card label {
        font-size: 12px;
    }

    .booking-total p {
        font-size: 14px;
    }

    .booking-total h3 {
        font-size: 24px;
    }

    .custom_btn {
        padding: 8px;
        font-size: 12px;
    }

    .promo-code button {
        padding: 5px;
    }

    .promo-code button span {
        font-size: 12px;
    }

    .promo-code-applied {
        padding: 5px;
        font-size: 12px;
    }

    footer a {
        justify-content: flex-start;
        margin-top: 20px;
    }

    footer a:last-child {
        margin-top: 5px;
    }

    .login {
        padding: 40px 0;
    }

    .login .loginImg {
        display: none;
    }

    .login .card {
        box-shadow: none;
    }

    .login .formContent {
        padding: 0 10px;
    }

    .home .card {
        padding: 20px 0;
    }

    .categories .list-group {
        flex-direction: row;
        overflow: auto;
        display: flex;
        align-items: center;
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: 20px;

    }

    /* .categories .list-group div {
        flex-direction: row;
        overflow: auto;
        margin: 0px 10px;
        display: flex;
        align-items: center;
    } */

    .categories .list-group-item {
        text-wrap: nowrap;
        padding: 5px .5rem;
        border: 0;
        font-size: 11px;
    }

    .categories {
        height: auto;
        overflow: unset;
    }

    .reviewSlider .carousel-indicators {
        bottom: -20px;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background: white;
        padding: 10px;
        box-shadow: 0 0 10px 6px #80808045;

    }

    .menuCards.menu-margin {
        margin-top: 170px !important;
    }

    .category-icon {
        display: block !important;
    }

}

@media (max-width:320px) {
    .order-options {
        align-items: center;
    }
}

.active-order-wrap {
    position: fixed;
    width: 300px;
    height: auto;
    padding: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
}

.order {
    border-radius: 10px;
    box-shadow: 0 0 10px 6px #80808045;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.order .header {
    background-color: #96a25c;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
}

.order .body {
    background-color: #f2f4eb;
    padding: 10px;
}

.order .body h5 {
    font-size: 14px;
    margin: 0;
}

.order .body h5 span {
    font-size: 11px;
}

.orderdetails-card {
    border-radius: 10px;
    box-shadow: 0 0 10px 6px #80808045;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.orderdetails-card .orderdetails-header {
    background-color: #96a25c;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
}

.orderdetails-card .orderdetails-body {
    background-color: #f2f4eb;
    padding: 15px 12px;
}

.orderdetails-card .orderdetails-body h5 {
    font-size: 14px;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.orderdetails-card .orderdetails-body h5 span {
    text-transform: capitalize;
}


.orderdetails-card .orderdetails-body h5 span.badge {
    font-weight: 400;
    font-size: 12px;
}

.rating-modal-img {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dedede;

}

.rating-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

.rating-modal-img img {
    height: 100%;
    width: 100%;
}


.rating-item p {
    font-weight: 500;
    font-size: 13px;
    margin: 0;
}


.rating-modal-header {
    background-color: #96a25c;
}

.rating-modal-header .modal-title {
    color: #fff;
}

.rating-modal-body {
    background-color: #f2f4eb !important;
}

.rating-modal-content {
    overflow: hidden;
    border: none !important;
}


.rating-order-btn {
    display: flex;
    align-items: center;
    background-color: #96a25c;
    border: 1px solid #96a25c;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.marketing-slider button {
    background-color: #96a25c !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0px, -50%);
}

.marketing-slider .carousel-control-next {
    right: 10px;
}

.marketing-slider .carousel-control-prev {
    left: 10px;
}


@media only screen and (max-width: 768px) {

    .item-modal .modal-content {
        border-radius: 0 !important;
    }

    .item-modal .modal-dialog {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .item-modal .modal-dialog .modal-body {
        max-height: calc(100vh - 100px) !important;
        border-radius: 0 !important;
    }

    .item-modal .modal-dialog .modal-footer {
        height: 100px !important;
        border-radius: 0 !important;
    }
}

.menuCards .card-body {
    position: relative;
}

.menuCards .card-body.disabled::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff78;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}


.shape-logo-wrap{
    order: 1;
}


.shape-nav-wrap{
    order: 2;
}

.shape-translate-wrap{
    display: flex;
    align-items:center;
    order:3;
}


@media screen and (max-width: 992px) {

    .shape-nav-wrap {
        order: 3;
    }

    .shape-translate-wrap {
        order: 2;
    }
}
.btn:focus{
    box-shadow : unset !important;
}
.btn_back{
    border-radius: 10px;
    background-color: #fff;
    height: 50px;
    color: #000;
    font-weight: 500;
    border: none;
    padding: 10px;
    cursor: pointer;
    box-shadow: 5px 5px 0px -1px #4f5724;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px auto;
    min-width: 175px;
    border:1px solid #96a25c;
}
.order-btn-wrap{
    display:flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {

    .btn_back {
        display:flex !important;
        padding: 8px;
        font-size: 12px;
    }
}
