.group-menu-content .modal_close_icon {
    position: absolute;
    left: -68px;
    top: 8px;
    background-color: #FFFFFF;
    opacity: 1;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    font-size: 20px;
}

.group-menu-content .modal_close_icon:hover {
    background-color: #a41e34;
    color: #FFFFFF;
}

.group-menu-content {
    position: relative;
    height: 100%;
}

.group-menu-content .modal_close_icon {
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 1;
}

.group-menu-content .btn_cover {
    height: 26px;

}

.group-menu-content .btn_modal {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-opacity: 0.65;
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fbaf03;
    color: #FFFFFF;
    width: 100%;
    padding: 8px 10px;
}

.group-menu-content .cart_add_item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.group-menu-content .btn_modal:hover {
    background: #a41e34;
}

.group-menu-content .btn_modal.btn_red {
    background: var(--theme-color);
}

.group-menu-content .btn_modal.btn_red:hover {
    background: var(--title-color);
}

.group-menu-content .modal-body .btn_modal:hover {
    background: #a41e34;
}

.group-menu-content .btn_modal .btn_modal {
    background: #fbaf03 !important;
    color: #FFFFFF !important;
    width: 100% !important;
    padding: 8px 10px !important;
}

.group-menu-content .cart_item_option .cart_item_bg {
    position: relative;
    height: 60px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.group-menu-content .cart_item_option .cart_item_bg .list_active {
    position: absolute;
    right: 8px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
}

.group-menu-content .cart_item_option .cart_item_bg .list_active::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 3.5px;
    top: -4px;
    color: #FFFFFF;
    content: "✓";
}

.group-menu-content .cart_item_option .cart_item_bg.cart_item-active .list_active {
    opacity: 1;
}

.group-menu-content .cart_item_option .cart_item_type {
    font-weight: 600;
    font-size: var(--bs-nav-link-font-size);
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: var(--title-color);
}

.group-menu-content .cart_item_option {
    margin-bottom: 15px;
    cursor: pointer;
}

.green-color {
    color: #009933 !important;
}

.group-menu-content .btn_modal {
    position: relative;
}

.group-menu-content .btn_modal .btn-active-green {
    position: absolute;
    right: 8px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
    opacity: 0;
}

.group-menu-content .btn_modal .btn-active-green::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 3.5px;
    color: #FFFFFF;
    top: 5px;
    line-height: 100%;
}

.group-menu-content .btn_modal.btn-active .btn-active-green {
    opacity: 1;
}

.group-menu-content .cart_add_item .cart_item_option .cart_item_bg {
    height: 60px;
}

.row-cols-8>div[class^="col"] {
    flex: 0 0 12.5%;
    max-width: 12.5% !important;
}

.group-menu-content .cart_add_item .cart_item_option .cart_item_bg {
    margin-bottom: 5px;
}

.group-menu-content .cart_add_item .cart_item_option .cart_item_type {
    font-size: 14px;
}

.group-menu-content .cart_add_item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.group-menu-content .cart_add_item {
    padding-top: 10px;
    border-top: 1px solid var(--border01);
}

.group-menu-content .cart_item_option .cart_item_bg {
    position: relative;
}

/* Changes include */
.group-menu-content .cart_item_option input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.group-menu-content .cart_item_option .cart_item_bg .list_active {
    opacity: 0;
}

.group-menu-content .cart_item_option .cart_item_bg input[type="checkbox"]:checked+.list_active,
.group-menu-content .btn_modal input[type="checkbox"]:checked+.btn-active-green {
    opacity: 1 !important;
}

.group-menu-content .cart_item_option .cart_item_bg input[type="checkbox"],
.group-menu-content .btn_modal input[type="checkbox"] {
    opacity: 0.000001;
    cursor: pointer;
}

.group-menu-content .cart_item_option input[type="radio"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100%;
}

.group-menu-content .cart_item_option .cart_item_bg input[type="radio"]:checked+.list_active,
.group-menu-content .btn_modal input[type="radio"]:checked+.btn-active-green {
    opacity: 1 !important;
}

.group-menu-content .cart_item_option .cart_item_bg input[type="radio"],
.group-menu-content .btn_modal input[type="radio"] {
    opacity: 0.000001;
    cursor: pointer;
}


.count .quantity .qty-btn,
.count.quantity .qty-input {
    display: inline-block;
    width: 30px;
    height: 23px;
    border: none;
    border-right: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    appearance: none;
}

.count.quantity .qty-input:focus {
    border: none;
    outline: none;
}

.count.quantity input[type=number]::-webkit-inner-spin-button,
.count.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table_det_btn i {
    color: #a41e34;
}

.table_det_btn:hover i {
    color: #fbaf03;
}

.inner-content.table_set .table tr {
    border-color: var(--bs-border-color) !important;
}

.inner-content.table_set .table tr th,
.inner-content.table_set .table thead tr,
.inner-content.table_set .table tr td {
    border: none;
}

.inner-content.table_set .table tbody tr {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.order_item_container .bottom_fixed {
    background: #FFFFFF;
}

.inner-content.table_set .over_flow {
    height: 228px;
    overflow: auto;
}

.order_item_container .table_set {
    height: 250px;
    overflow-y: auto;
}

/* 04-14-2024 */
.th-gx-10 {
    --bs-gutter-x: 10px !important;
}

.listed_wrap .listed .list {
    box-shadow: none;
    padding: 0px 8px;
    background: transparent;
    border-radius: unset;
    margin-bottom: 15px;
}

.listed_wrap .listed .list a {
    box-shadow: 0px 5px 12px var(--shadow);
    padding: 15px 15px;
    background: #FFFFFF;
    border-radius: 10px;
    display: block;
}

.filter-item {
    position: static !important;
}

.table.pos-side-tb tbody tr th,
.table.pos-side-tb tbody tr td {
    padding: 13px 5px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

.table.pos-side-tb thead tr th {
    padding: 6px 5px;
    background: var(--bg_03);
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
}

.order_item_container .table_set {
    height: 100% !important;
}

.table.table.pos-side-tb tbody tr td .count .num {
    margin: 0px 4px;
}

.table.table.pos-side-tb tbody tr td .count .quantity .qty-btn,
.table.table.pos-side-tb tbody tr td .count.quantity .qty-input {
    font-size: 14px;
}

.table.table.pos-side-tb tbody tr td .count.quantity .qty-input {
    display: inline-block;
    width: 25px;
}

.order_item_container .item_list.right-cart-items.active {
    height: calc(100vh - 205px);
}

.center-modal {
    background: rgb(1 15 28 / 20%);
}

.center-group-menu-content {
    border-radius: 15px;
    border: 0px;
}

.center-modal .modal-header {
    border: 0px;
    background: var(--bg_03);
    border-radius: 15px 15px 0px 0px;
    padding: 10px 15px;
}

.center-modal .modal-header .modal-title {
    color: var(--bs-body-bg);
    text-transform: uppercase;
    font-weight: 500;
}

.center-modal .modal-header .close-btn {
    color: var(--bs-body-bg);
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
}

.center-modal .modal-header .close-btn:hover span {
    color: #a41e34;
}

.normal-font {
    font-weight: normal;
}

.center-modal {
    padding: 0px;
}

.center-modal .multi_form {
    padding: 20px 15px;
}

.center-modal .tab-menu1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.center-modal .multi_form .tab-menu1 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.center-modal .order-modal .multi_form .tab-menu1 button {
    padding: 6px 20px;
    font-size: 12px;
}
.tab-menu1 button { color: var(--black-color) !important;}
.center-modal .tab-menu1 button {
    font-size: 14px;
    color: var(--black-color) !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 9px 30px;
    border: 1px solid;
    background-color: transparent;
    border-radius: 999px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.center-modal .tab-menu1 button.active {
    background-color: var(--red_color);
    color: var(--bs-body-bg);
    border-color: var(--red_color);
}

.center-modal .multi_form .tab-content>div {
    display: none;
}

.center-modal .multi_form .tab-content>div.active {
    display: block;
}

.center-modal .amount_modal_box {
    border-radius: 8px;
    border: unset;
    background: #F9F6F1;
    padding: 15px;
}

.item_section {
    position: relative;
}

.item_section .fixed_category {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    height: 140px;
}

.item_section .fixed_category .list-box {
    background: #FFFFFF;
    border: none;
    color: var(--text);
    margin-right: 12px;
    border-radius: 10px;
    min-width: 110px;
    height: 120px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 12px var(--shadow);
}

.item_section .fixed_category .list-box span {
    display: block;
    margin: 0px auto;
}

.item_section .fixed_category .list-box svg {
    margin-bottom: 10px;
    margin-top: 5px;
}

.item_section .fixed_category .list-box span {
    margin-top: 6px;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.item_section .fixed_category .list-box {
    background: #a41e34;
}

.category-slider.tab-menu2.filter-menu-active.slick-initialized.slick-slider {
    margin-left: 120px;
}

/* 04-16-0204 */
.inner-content.table_set .table tbody tr {
    border-top: 1px solid var(--bs-border-color) !important;
    border-bottom: unset !important;
}

.inner-content.table_set .table tbody tr:first-child {
    border-top: unset !important;
}

.inner-content.table_set .table tbody tr.show-option-list {
    border-bottom: 1px solid var(--bs-border-color) !important;
    border-top: unset !important;
}

.inner-content.table_set .table tbody {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.btn-active-green {
    position: absolute;
    right: 8px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
    opacity:0;
}




.plan-details {
    position: relative;
}

.plan-details .item_check {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-green);
    opacity: 0.000001;
}

.plan-details .item_check::before {
    content: '\f00c';
    font-family: "Font Awesome\ 6 Pro";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: -1px;
    color: #fff;
}

.radio:checked~.plan-details .item_check {
    opacity: 1;
}

.combo_card .product_thumb_tab .nav-tabs {
    border: none;
    margin-bottom: 24px !important;
}

.combo_card .product_thumb_tab .nav-tabs .nav-link.active {
    border: none;
}

.combo_card .product_thumb_tab .nav-tabs .nav-link {
    width: 100px;
    height: 100px;
    margin-right: 24px;
    background-color: var(--smoke-color2);
    border-radius: 10px;
    padding: 13px;
    cursor: pointer;
    border: none;
}

.combo_card .product_thumb_tab .nav-tabs .nav-link:hover {
    border: none;
    outline: none
}

.combo_card .product_thumb_tab .nav-tabs .nav-link:hover,
.combo_card .product_thumb_tab .nav-tabs .nav-link.active {
    background: var(--theme-color);
}

.combo_card .product_thumb_tab .nav-tabs .nav-link .tab_icon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.combo_card .product_thumb_tab .nav-tabs .nav-link {
    margin-top: 10px;
}

/* .combo_card .product_thumb_tab .nav-tabs button.nav-link:first-child,
.combo_card .product_thumb_tab .nav-tabs button.nav-link:nth-child(2),
.combo_card .product_thumb_tab .nav-tabs button.nav-link:nth-child(3),
.combo_card .product_thumb_tab .nav-tabs button.nav-link:nth-child(4),
.combo_card .product_thumb_tab .nav-tabs button.nav-link:nth-child(5),
.combo_card .product_thumb_tab .nav-tabs button.nav-link:nth-child(6) {
    margin-top: 0px;
} */

.combo_card .product_thumb_tab .nav-tabs {
    margin-top: -7.5px;
}

.combo_card .tab-content.bg-light {
    background-color: var(--smoke-color2);
    padding: 33px;
    border-radius: 20px;
}

.combo_card .invoice-area {
    padding: 33px;
}

.combo_card .invoice-area .product-titel {
    font-weight: 500;
    color: var(--body-color);
}

.combo_card .invoice-area .product-titel lable {
    color: var(--body-color);
}

.combo_card .invoice-area .product-amount {
    color: var(--body-color);
}

.combo_card {
    border-radius: 0px;
}

.free-option-cls {
    float: right;
    color: #009900 !important;
    font-size: 16px;
    font-weight: 600;
}

.invoice-area label {
    margin-bottom: 0 !important;
}

.right-side-cart-group-title {
    font-size: 18px !important;
    color: #a41e34 !important;
}

.menu-name-color label {
    color: #fbaf03 !important;
    font-weight: 500;
    color: var(--title-color) !important;
}

.half-pizza-tab .nav-link-pizza {
    background-color: #a9a9a9 !important;
    color: #FFFFFF !important;
    padding: 13px 30px;
}

.nav-link-pizza.active {
    background-color: #555555 !important;
    color: color:#FFFFFF !important;
    padding: 13px 30px;
}

.half-pizza-tab-btn {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.btn_dark {
    background: #999999 !important;
}

.margin-left {
    margin-left: 25px;
}

.sticky-button {
    margin: auto !important;
    position: sticky !important;
    bottom: 5px !important;
}

.invoice-area {
    max-height: 91vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.qty-minus,
.qty-plus {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #FFFFFF;
    font-size: 22px;
    padding: inherit;
}

.input-qty::-webkit-inner-spin-button,
.input-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-minus:hover,
.qty-plus:hover {
    background-color: #fbaf03;
}

.input-qty {
    height: 40px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
}

.disabled .qty-minus {
    background: #ddd;
}

.disabled .qty-plus {
    background: #ddd;
}

.btn_modal.btn_red {
    background: var(--theme-color);
    position: relative;
}

.cart_item_option .cart_item_bg {
    position: relative;
    height: 60px;
    width: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.three-catagorygrp .cart_item_option .cart_item_bg{
    height: 35px;
    width: 150px;
}
.three-catagorygrpmenu .cart_item_option .cart_item_bg{
    height: 35px;
    width: 150px;
}
.cart_item_option .cart_item_bg .list_active {
    position: absolute;
    right: 8px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
    pointer-events: none;
}

.cart_item_option .cart_item_bg .list_active::before {
    content: '✔';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 4.5px;
    top: 0px;
    color: #FFFFFF;
}

.cart_item_option .cart_item_bg.cart_item-active .list_active {
    opacity: 1;
}

.cart_item_option .cart_item_type {
    font-weight: 600;
    font-size: var(--bs-nav-link-font-size);
    text-align: center;
    display: block;
    margin-bottom: 10px;
    color: var(--title-color);
}

.cart_item_option {
    margin-bottom: 15px;
    cursor: pointer;
}

/* Changes include */
.cart_item_option input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

}

.cart_item_option .cart_item_bg .list_active {
    opacity: 0;
}

.cart_item_option .cart_item_bg input[type="checkbox"]:checked+.list_active,
.btn_modal input[type="checkbox"]:checked+.btn-active-green {
    opacity: 1 !important;
}

.cart_item_option .cart_item_bg input[type="checkbox"],
.btn_modal input[type="checkbox"] {
    opacity: 0.000001;
    cursor: pointer;
}

.cart_item_option input[type="radio"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100%;
}

.cart_item_option .cart_item_bg input[type="radio"]:checked+.list_active,
.btn_modal input[type="radio"]:checked+.btn-active-green {
    opacity: 1 !important;
}

.cart_item_option .cart_item_bg input[type="radio"],
.btn_modal input[type="radio"] {
    opacity: 0.000001;
    cursor: pointer;
}

.group-menu-content .cart_add_item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.group-menu-content .btn_modal:hover {
    background: #a41e34;
}

.group-menu-content .btn_modal.btn_red {
    background: #a41e34;
}

.group-menu-content .btn_modal.btn_red:hover {
    background: #fbaf03;
}

.group-menu-content .modal-body .btn_modal:hover {
    background: #a41e34;
}

.group-menu-content .btn_modal .btn_modal {
    background: #fbaf03 !important;
    color: #FFFFFF !important;
    width: 100% !important;
    padding: 8px 10px !important;
}

.group-menu-content .cart_item_option {
    margin-bottom: 15px;
    cursor: pointer;
}

.green-color {
    color: #009933 !important;
}

.group-menu-content .btn_modal {
    position: relative;
}

.group-menu-content .btn_modal .btn-active-green {
    position: absolute;
    right: 8px;
    top: -8px;

    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
    opacity: 0;
}

.btn-active-green::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 3.5px;
    color: #FFFFFF;
    line-height: 100%;
    top: 5px;
}

.nav-link.active {
    color: var(--theme-color) !important;
    background-color: var(--theme-color);
}

.nav-link:hover {
    color: var(--theme-color); !important;
}
.nav-tabs .nav-link.active{
    background-color: transparent;
    font-weight: 600;
}
.group-menu-content .btn_modal.btn-active .btn-active-green {
    opacity: 1;
}

.group-menu-content .cart_add_item .cart_item_option .cart_item_bg {
    height: 60px;
}

.row-cols-8>div[class^="col"] {
    flex: 0 0 12.5%;
    max-width: 12.5% !important;
}

.group-menu-content .cart_add_item .cart_item_option .cart_item_bg {
    margin-bottom: 5px;
}

.group-menu-content .cart_add_item .cart_item_option .cart_item_type {
    font-size: 14px;
}

.group-menu-content .cart_add_item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.group-menu-content .cart_add_item {
    padding-top: 10px;
    border-top: 1px solid #a41e34;
}

.group-menu-content .cart_item_option .cart_item_bg {
    position: relative;
}

.btn_modal.btn_red {
    background: var(--theme-color);
    color: #FFFFFF;
    border-top: 1px solid #a41e34;
    text-align: center;
}

.btn_modal.btn_red:hover {
    background: var(--title-color);
    color: #FFFFFF;
}

.btn_modal.btn_red {
    padding: 13px 30px;
    border-radius: 25px;

}

.btn_modal.btn_red {
    padding: 13px 30px !important;
    border-radius: 25px !important;
}

.group-title {
    color: #a41e34;
    font-weight: bold;
}

.margin-left {
    margin-left: 15px;
}

.margin-left a {
    margin-left: 10px;
}

.margin-left-inner {
    margin-left: 10px;
    display: flex;
}

.margin-left-inner a {
    margin-left: 10px;
}

input[type="radio"] {
    visibility: visible !important;
}

.float-right {
    float: right;
}

.margin-left-option {
    margin-left: 10px;
}

.combo_card .product_thumb_tab .nav-tabs .nav-link {
    width: 80px;
    height: 80px;
}


/* NEW CSS 22/08/2024 */


/* App Css */
.app-list-grid-btns ul {
    margin: 0px;
    padding: 0px;
    border-radius: 25px;
}

.app-list-grid-btns ul li {
    width: fit-content;
}

.app-list-grid-btns ul li button {
    padding: 3px 20px;
    background-color: var(--smoke-color2);
    border: 1px solid var(--border-color);
    color: var(--title-color);
}

.app-list-grid-btns ul li button.active {
    background: var(--theme-color);
    color: var(--white-color);
    border-color: var(--theme-color);
}

.app-list-grid-btns ul li:first-child button {
    border-radius: 25px 0px 0px 25px;
}

.app-list-grid-btns ul li:last-child button {
    border-radius: 0px 25px 25px 0px;
}

.mobile-app.app-header,
.mobile-app.app-footer {
    display: none;
}

.scroll_tabs_warp {
    z-index: 4;
}

.widget.right-side-cart {
    z-index: 4;
}

.app-order-listwrap.d-flex.align-items-center.justify-content-between.mb-3 {
    margin-top: 12px;
}

.mob-all-tab {
    display: none;
}

.mob-btn {
    padding: 21px 20px 20px 20px;
}

.swiper-container.scrollNavTabs.swiper-initialized.swiper-horizontal {
    margin: 0px 47px;
}
/*image like div css*/
.image-text {
    width: 100%;
    height: 60px;
    background-color: rgb(1 15 28 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: white;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 5px;
}

.image-text p {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}

.image-div-text {
    color: #212529;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.required {color:red; font-weight: bold;}
#card-errors { color: red !important;}
.tip-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tip-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: var(--theme-color);
    text-align: center;
}

.tip-label:hover {
    background-color: rgba(195, 0, 47, 0.1);
}

.tip-label input[type="radio"] {
    display: none;
}

.tip-label.active {
    background-color: var(--theme-color);
    color: white;
}
.input-container {
    display: flex;
    align-items: center;
}
.input-container .dollar-sign {
    font-size: 20px;
    color: #555;
    padding-right:5px;
}
.text-green {color:#009900; font-weight: bold;}
.radio-label {
position: relative;
display: flex
;
align-items: center;
justify-content: center;
width: 146px;
height: 49px;
border: 2px solid var(--theme-color);
border-radius: 0%;
cursor: pointer;
font-size: 14px;
font-weight: bold;
color: var(--theme-color);
text-align: center;
}
.radio-label.active {
background-color: var(--theme-color);
color: var(--white-color);
}
.radio-label input[type="radio"] {
display: none;
}
.radio-label:hover {
color: var(--white-color);
background-color: var(--black-color);
border:var(--black-color);
}
.contact-form{
    padding: 0px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.hr-contact-detail {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
/*Mobile sidebar menu css start*/
/* Sidebar Styles */
.sidebar {
    position: fixed;
    top: 0;
    right: -250px; /* Hidden offscreen */
    width: 250px;
    height: 100%;
    background-color: var(--title-color);
    color: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease-in-out;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    padding: 15px;
    overflow-x: hidden;
}

.sidebar.open {
    right: 0; /* Slide in */
}

.sidebar .close-btn {
    align-self: flex-end;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.sidebar ul li {
    margin-bottom: 15px;
}

.sidebar ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.sidebar ul li a:hover {
    background-color: var(--theme-color);
}
/*payment input css start*/
.payment-form {
    background: #fff;
    border-radius: 8px;
    padding: 0 25px 0 25px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.payment-form h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

#card-element {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    box-sizing: border-box;
    height: auto;
    transition: all 0.3s ease;
}

#card-element:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}
.submit-btn {
    margin-top: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #0056b3;
}
.Button--save{
    display: none;
}
/* Mobile-Only Visibility */
@media (min-width: 768px) {
    .btn.header-menu-bar, .sidebar {
        display: none;
    }
}
.hr-address-desk{
    display: block;
}
.hr-address-mob{
   display: none;
}
.checkout-btn{
    width: 100%;
    background-color: #000;
}
.dashboard-list  .nav-link.active {
    color: #fff !important;
    background-color: var(--title-color);
}
/*Iconify icon list css start*/
svg{
    font-size: 18px;
}
.meteor-icons--xmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.mynaui--grid-solid {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 3px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.699 2.25c-.84 0-1.546 0-2.106.075c-.594.08-1.137.257-1.574.694s-.614.98-.694 1.574c-.075.56-.075 1.266-.075 2.106V6.8c0 .84 0 1.546.075 2.106c.08.594.257 1.137.694 1.574s.98.614 1.574.694c.56.075 1.266.075 2.106.075H6.8c.84 0 1.546 0 2.106-.075c.594-.08 1.137-.257 1.574-.694s.614-.98.694-1.574c.075-.56.075-1.266.075-2.106v-.1c0-.84 0-1.546-.075-2.106c-.08-.594-.257-1.137-.694-1.574s-.98-.614-1.574-.694c-.56-.075-1.266-.075-2.106-.075zm10.5 0c-.84 0-1.546 0-2.106.075c-.594.08-1.137.257-1.574.694s-.614.98-.694 1.574c-.075.56-.075 1.266-.075 2.106V6.8c0 .84 0 1.546.075 2.106c.08.594.257 1.137.694 1.574s.98.614 1.574.694c.56.075 1.266.075 2.106.075h.102c.84 0 1.546 0 2.106-.075c.594-.08 1.137-.257 1.574-.694s.614-.98.694-1.574c.075-.56.075-1.266.075-2.106v-.1c0-.84 0-1.546-.075-2.106c-.08-.594-.257-1.137-.694-1.574s-.98-.614-1.574-.694c-.56-.075-1.265-.075-2.105-.075zm-10.5 10.507c-.84 0-1.546 0-2.106.075c-.594.08-1.137.257-1.574.694s-.614.98-.694 1.574c-.075.56-.075 1.266-.075 2.106v.102c0 .84 0 1.546.075 2.106c.08.594.257 1.137.694 1.574s.98.614 1.574.694c.56.075 1.266.075 2.106.075H6.8c.84 0 1.546 0 2.106-.075c.594-.08 1.137-.257 1.574-.694s.614-.98.694-1.574c.075-.56.075-1.266.075-2.106v-.102c0-.84 0-1.545-.075-2.106c-.08-.594-.257-1.137-.694-1.574s-.98-.614-1.574-.694c-.56-.075-1.266-.075-2.106-.075zm10.5 0c-.84 0-1.546 0-2.106.075c-.594.08-1.137.257-1.574.694s-.614.98-.694 1.574c-.075.56-.075 1.266-.075 2.106v.102c0 .84 0 1.546.075 2.106c.08.594.257 1.137.694 1.574s.98.614 1.574.694c.56.075 1.266.075 2.106.075h.102c.84 0 1.546 0 2.106-.075c.594-.08 1.137-.257 1.574-.694s.614-.98.694-1.574c.075-.56.075-1.266.075-2.106v-.102c0-.84 0-1.545-.075-2.106c-.08-.594-.257-1.137-.694-1.574s-.98-.614-1.574-.694c-.56-.075-1.266-.075-2.105-.075z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  justify-content: center;
    display: flex;
}
.fluent--list-bar-20-filled {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 3px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M8 17h7.5a1.5 1.5 0 0 0 1.5-1.5v-1a1.5 1.5 0 0 0-1.5-1.5H8zm0-5h7.5a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 15.5 8H8zM7 8v4H4.5A1.5 1.5 0 0 1 3 10.5v-1A1.5 1.5 0 0 1 4.5 8zm1-1h7.5A1.5 1.5 0 0 0 17 5.5v-1A1.5 1.5 0 0 0 15.5 3H8zM7 3v4H4.5A1.5 1.5 0 0 1 3 5.5v-1A1.5 1.5 0 0 1 4.5 3zm0 10v4H4.5A1.5 1.5 0 0 1 3 15.5v-1A1.5 1.5 0 0 1 4.5 13z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  justify-content: center;
    display: flex;
}
.fa-solid--bars {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000' d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16m0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16m0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  top: 8px;
    position: relative;
}
.ic--outline-home {
    display: inline-block;
    width: 30px;
    height: 30px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 12L12 4l9 8v8a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-8z' fill='none' stroke='%23000' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.circum--pizza {
  display: inline-block;
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m20.807 13.437l-.01-.04a19.05 19.05 0 0 0-10.23-10.21a1.574 1.574 0 0 0-2.08.93l-5.32 14.69a1.58 1.58 0 0 0 1.48 2.12a1.7 1.7 0 0 0 .54-.09l14.7-5.32a1.6 1.6 0 0 0 .91-.85a1.55 1.55 0 0 0 .01-1.23m-6.98 2.98a1 1 0 0 0 .2.16L4.847 19.9a.58.58 0 0 1-.6-.14a.56.56 0 0 1-.14-.61l2.39-6.6a1 1 0 0 0 .16.2a1.81 1.81 0 0 0 2.56-2.56a1.78 1.78 0 0 0-1.7-.47l1.09-2.98a17.35 17.35 0 0 1 6.82 5.57a2.45 2.45 0 0 0-1.6.71a2.4 2.4 0 0 0 0 3.397m6.05-2.15a.6.6 0 0 1-.33.31l-1.32.47c-.11-.23-.22-.45-.33-.67c-.12-.24-.25-.48-.38-.71c-.31-.55-.65-1.08-1-1.58a18.66 18.66 0 0 0-7.57-6.3l.48-1.33a.56.56 0 0 1 .31-.33a.46.46 0 0 1 .23-.05a.8.8 0 0 1 .25.05a18 18 0 0 1 9.67 9.68v.02a.56.56 0 0 1-.01.44'/%3E%3Ccircle cx='7.835' cy='16.489' r='1.075' fill='%23000'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.heroicons--percent-badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.99 14.993l6-6m6 3.001a3.75 3.75 0 0 1-1.593 3.069a3.75 3.75 0 0 1-1.043 3.296a3.75 3.75 0 0 1-3.296 1.043a3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.75 3.75 0 0 1-3.296-1.043a3.75 3.75 0 0 1-1.043-3.297a3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.75 3.75 0 0 1 1.043-3.297a3.75 3.75 0 0 1 3.296-1.042a3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043a3.75 3.75 0 0 1 1.043 3.297a3.75 3.75 0 0 1 1.593 3.068M9.74 9.743h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0a.375.375 0 0 1 .75 0m4.125 4.5h.008v.008h-.008zm.375 0a.375.375 0 1 1-.75 0a.375.375 0 0 1 .75 0'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.mingcute--user-4-line {
    display: inline-block;
    width: 30px;
    height: 30px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='3'/%3E%3Cpath d='M4 20c0-2.761 3.582-5 8-5s8 2.239 8 5'/%3E%3Ccircle cx='12' cy='12' r='9.4' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.flowbite--cart-outline {
    display: inline-block;
    width: 30px;
    height: 30px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M5 4h1.5L9 16m0 0h8m-8 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4m8 0a2 2 0 1 0 0 4a2 2 0 0 0 0-4m-8.5-3h9.25L19 7H7.312'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.iconamoon--phone-thin {
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M19.506 7.96A16.03 16.03 0 0 1 7.96 19.506C5.819 20.051 4 18.21 4 16v-1c0-.552.449-.995.998-1.05a10 10 0 0 0 2.656-.639l1.52 1.52a12.05 12.05 0 0 0 5.657-5.657l-1.52-1.52a10 10 0 0 0 .64-2.656C14.005 4.448 14.448 4 15 4h1c2.21 0 4.051 1.819 3.506 3.96'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.ph--envelope-thin {
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23000' d='M224 52H32a4 4 0 0 0-4 4v136a12 12 0 0 0 12 12h176a12 12 0 0 0 12-12V56a4 4 0 0 0-4-4m-96 86.57L42.28 60h171.44ZM104.63 128L36 190.91V65.09Zm5.92 5.43L125.3 147a4 4 0 0 0 5.4 0l14.75-13.52L213.72 196H42.28Zm40.82-5.43L220 65.09v125.82Z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.iconamoon--eye-thin {
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0'/%3E%3Cpath d='M2 12c1.6-4.097 5.336-7 10-7s8.4 2.903 10 7c-1.6 4.097-5.336 7-10 7s-8.4-2.903-10-7'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.iwwa--user {
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='M20 21.456c-5.127 0-9.298-4.171-9.298-9.298S14.873 2.861 20 2.861s9.298 4.171 9.298 9.298s-4.171 9.297-9.298 9.297m0-17.712c-4.639 0-8.414 3.775-8.414 8.414s3.775 8.414 8.414 8.414s8.414-3.775 8.414-8.414S24.639 3.744 20 3.744m16.828 33.395H3.172a.44.44 0 0 1-.442-.442V30.99c.403-7.249 6.934-7.686 7-7.69l20.513-.001c.09.004 6.623.442 7.025 7.666l.001 5.732a.44.44 0 0 1-.441.442m-33.214-.883h32.772V30.99c-.358-6.418-5.929-6.795-6.166-6.808l-20.465.001c-.212.013-5.783.41-6.141 6.831z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.bxs--file {
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 22a2 2 0 0 0 2-2V8l-6-6H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2zM13 4l5 5h-5zM7 8h3v2H7zm0 4h10v2H7zm0 4h10v2H7z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.fa-solid--shipping-fast {
  display: inline-block;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23000' d='M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16M160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48m320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48m80-208H416V144h44.1l99.9 99.9z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.material-symbols--logout {
  display: inline-block;
  width: 18px;
  height: 18px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h7v2H5v14h7v2zm11-4l-1.375-1.45l2.55-2.55H9v-2h8.175l-2.55-2.55L16 7l5 5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  top: 5px;
    position: relative;
}
[class*="col-"].form-group>span{
    right: calc((var(--bs-gutter-x) / 2) + 25px);
}
.form-group>span {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: var(--theme-color);
}
.as-product .product-content1 .product-title{
    font-size: 20px;
}

/*Iconify icon list css end*/
/*27/01/2025*/
.widget_title {margin:0em 0 0px 0 !important;}
.three-catagorygrp .cart_item_option:first-child .image-text {
  border-radius: 10px 0px 0px 10px !important;
}
.three-catagorygrp .cart_item_option:last-child .image-text {
  border-radius: 0px 10px 10px 0px !important;
}
.three-catagorygrp .btn-group {
    gap: 0;
}
.three-catagorygrpmenu .btn-group {
    gap: 0;
    position: absolute;
    left: 37%;
    transform: translateX(-50%);
    text-align: center;
}
.three-catagorygrpmenu .cart_item_option:first-child .image-text {
  border-radius: 10px 0px 0px 10px !important;
}
.three-catagorygrpmenu .cart_item_option:last-child .image-text {
  border-radius: 0px 10px 10px 0px !important;
}
.space-2 {
    padding-top: 50px;
    padding-bottom: 80px;
}
.hr-btngroup{
    position: relative!important;
    left: 0px!important;
    transform: translateX(0%)!important;
    margin: 0 50px;
}
.hr-btngroup .btn{
    background-color: rgb(1 15 28 / 90%);
    color: #fff;
}
.hr-btngroup .btn.hr-active{
    background-color: var(--theme-color);
    color: #fff;
}
.hr-btngroup .btn .list_active {
    position: absolute;
    right: 8px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
}
.hr-btngroup .btn .list_active::before {
    content: '✔';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 4.5px;
    top: 0px;
    color: #FFFFFF;
}
.woocommerce-result-count{
    position: relative;
}
.woocommerce-result-count .hrstr{
    background-color: var(--theme-color);
    color: #fff;
    padding: 5px;
}
.woocommerce-result-count .list_active{
    position: absolute;
    right: -42px;
    top: -8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #009946;
}
.woocommerce-result-count .list_active::before{
    content: '✔';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    right: 4.5px;
    top: 0px;
    color: #FFFFFF;
}
.h-35{
    height: 35px!important;
}
.m-085{
    margin: 0 85px;
}
@media (min-width:1366px){
    .icon-btn{
        left: 90px;
        top: 75px;
    }
}
@media (min-width:1517px){
    .icon-btn{
        left: 100px;
        top: 90px;
    }
}
@media (min-width:1707px){
    .icon-btn{
        left: 120px;
        top: 100px;
    }
}
@media (min-width:1821px){
    .icon-btn{
        left: 125px;
        top: 90px;
    }
}
@media (min-width:2049px){
    .icon-btn{
        left: 150px;
        top: 100px;
    }
}
@media all and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {
    .tip-label{
        width: 45px;
        height: 45px;
    }
    .as-sort-bar .tip-container{
        flex-direction: column;
    }
    .as-sort-bar-mob .tip-container{
        flex-direction: column;
    }
}
@media(max-width:1024px){
    .app-list-view .as-product .product-img img{
        width: 250px;
    }
    .app-list-view .as-product .icon-btn{
        left: 90px;
        top: 90px;
    }
    .icon-btn {
        left: 60px;
        top: 60px;
    }
    .app-container {
        padding: 5px;
    }
    .margin-left-inner {
        margin-left: 0;
    }
    .widget.right-side-cart {
        padding: 15px;
    }
    .tip-container {
        flex-direction: row;
    }
    .as-sort-bar .tip-container{
        flex-direction: column;
    }
    .pd-img1 img {
        width: 220px;
    }
    .as-product .product-content1 .product-title{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .app-list-view .as-product .product-img img{
        width: 150px;
    }
    .app-list-view .as-product .icon-btn{
        left: 40px;
        top: 40px;
    }
    .icon-btn {
        left: 60px;
        top: 60px;
    }
    .app-list-view .product-title a{
        width: auto;
    }
    .location-feature .location-feature-list .list-wrap{
        flex-direction: column;
    }
    .location-feature .location-feature-list .list-wrap a{
        margin-top: 10px;
    }
    .location-feature .location-feature-list .list-wrap p{
        text-align: center;
    }
    .dashboard_tab_button .widget{
        padding: 5px;
    }
    .hr-address-desk{
        display: none;
    }
    .hr-address-mob{
       display: block;
    }
    .three-catagorygrp .cart_item_option .cart_item_bg {
        width: 90px;
        height: 30px;
    }
    .three-catagorygrpmenu .cart_item_option .cart_item_bg {
        width: 75px;
        height: 30px;
    }
}
@media(max-width:768px){
    .tip-container {
        flex-direction: row;
    }
    .as-sort-bar .tip-container{
        flex-direction: column;
    }
    .as-sort-bar-mob .tip-container{
        flex-direction: column;
    }
    .modal-body {
        flex-grow: 1; /* Allow body to fill the remaining space */
        overflow-y: auto; /* Enable scrolling if content overflows */
        padding: 0px;
    }
    .modal-content {
        border-radius: 0; /* Remove rounded corners */
        height: 100%; /* Fill the entire height */
        display: flex;
        flex-direction: column; /* Arrange children vertically */
    }
    .modal-dialog {
        max-width: 100%; /* Full width */
        margin: 0; /* Remove margins */
    }
    .cart_item_option {
        margin-bottom: 0px;
        cursor: pointer;
    }
    .m-085{
        margin: 0 35px;
    }
}
@media (max-width: 560px) {

    header,
    footer,
    .space-top.shape-mockup-wrap {
        display: none;
    }

    .mobile-app,
    div#toolbarContainer,
    .scroll-top {
        display: none;
    }

    .mobile-app {
        display: block;
    }

    body {
        position: relative;
    }

    /* Header Start */
    .app-header {
        background-color: #fff;
        padding: 10px 0px;
        position: fixed;
        top: -10px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .app-header .app-header-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-header .app-header-wrap .app-locaton .sub-text {
        color: #FFE806;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }

    .app-header .app-header-wrap .app-locaton a {
        color: var(--white-color);
    }

    .app-header .app-header-wrap .app-locaton a:hover {
        color: var(--theme-color);
    }

    .app-header .app-header-wrap .app-locaton a span {
        margin-left: 3px;
    }

    .app-header .app-header-wrap .header-titel b {
        color: var(--theme-color);
        text-transform: uppercase;
        font-size: 22px;
    }

    .app-header .app-header-wrap .btn.header-menu-bar {
        padding: 0px;
        font-size: 25.5px;
        color: var(--theme-color);
    }

    .app-header .app-header-wrap .btn.header-menu-bar:hover {
        color: var(--theme-color);
    }

    .app-header-ui {
        width: 8px;
        height: 8px;
        position: absolute;
        bottom: 115px;
        background-color: var(--title-color);
    }

    .app-header-ui::after {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--white-color);
    }

    .app-header-ui.ui-left {
        left: 0;
    }

    .app-header-ui.ui-right {
        right: 0;
    }

    .app-header-ui.ui-left::after {
        left: 0;
        top: 0;
    }

    .app-header-ui.ui-right::after {
        right: 0;
        top: 0;
    }

    /* Header End */

    /* Footer Start */
    .app-footer {
        background-color: var(--theme-color);
        padding: 10px 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .app-footer-ui {
        width: 8px;
        height: 8px;
        position: absolute;
        top: 100px;
        background-color: var(--title-color);
    }

    .app-footer-ui::after {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;

        border-radius: 50%;
        background: var(--white-color);
    }

    .app-footer-ui.ui-left {
        left: 0;
    }

    .app-footer-ui.ui-right {
        right: 0;
    }

    .app-footer-ui.ui-left::after {
        left: 0;
        top: -4px;
    }

    .app-footer-ui.ui-right::after {
        right: 0;
        top: -4px;
    }

    .app-footer .app-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .app-footer .app-menu ul li {
        width: fit-content;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .app-footer .app-menu ul li a {
        color: var(--white-color);
    }



    .app-footer .app-menu ul li a span {
        display: block;
        text-align: center;
        line-height: 100%;
    }

    .app-footer .app-menu ul li a span.icon {
        margin-bottom: 8px;
        font-size: 25px;
    }

    .app-footer .app-menu ul li a span.menu-info {
/*        text-transform: uppercase;*/
        font-size: 14px;
        font-weight: 500;
    }

    .app-footer .app-menu ul li a:hover span {
        color: var(--white-color) !important;
    }

    /* Footer End */

    /* App Content  */
    .mobile-app-content {
        margin-top: 60px;
        margin-bottom: 69px;
        height: calc(100vh - 129px);
        overflow-y: auto;
    }

    /* CSS for Swiper */
    .swiper-container.menu-slide-nav {
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .menu-slide-nav .swiper-wrapper {
        display: flex;
    }

    .menu-slide-nav .swiper-slide {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: calc(100% / 5);
        /* Adjust to show 5 items at a time */
    }

    .menu-slide-nav .swiper-slide a {
        display: block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        color: #000;
        transition: color 0.3s;
        font-size: 14px;
    }

    .menu-slide-nav .swiper-slide a span {
        white-space: nowrap;
    }

    .menu-slide-nav .swiper-slide-active a {
        color: var(--theme-color) !important;
        font-weight: 500;
    }

    .mobile-app-content .app-create-own {
        display: block;
        margin-bottom: 15px;
    }

    .mobile-app-content .app-create-own img {
        width: 100%;
        height: auto;
    }

    .app-menu-cat {
        margin-bottom: 30px;
    }

    .cat-item-card {
        background-color: var(--smoke-color2);
        border: 1px solid var(--border-color);
        box-shadow: 0px 6px 15px rgb(1 15 28 / 6%);
        border-radius: 15px;
        margin-bottom: 10px;
    }

    .col-sm-12:last-child .cat-item-card {
        margin-bottom: 0px;
    }

    .cat-item-card .item-img {
        width: 120px;
        height: 95px;
        border-radius: 15px;
    }

    .cat-item-card .item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .cat-item-card .item-detail {
        padding: 15px;
        width: calc(100% - 120px);
    }

    .cat-item-card .item-detail .item-titel,
    .cat-item-card .item-detail .item-dec {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 85%;
    }

    .cat-item-card .item-detail .item-titel {
        margin-bottom: 5px;
    }

    .cat-item-card .item-detail .item-dec {
        width: 95%;
        font-size: 14px;
    }

    .cat-item-card .item-detail .item-dec .item-price {
        color: var(--theme-color);
        font-weight: 500;
    }

    .cat-item-card .item-detail .add-item {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--theme-color);
        color: var(--white-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .cat-item-card .item-detail .add-item:hover {
        background: #FFE806;
        color: var(--title-color);
    }

    .btn-list-grid {
        padding: 0px;
    }


    .app-list-view,
    .app-grid-view {
        display: blcok;
        /* Hide both views by default */
    }

    .app-list-view.active,
    .app-grid-view.active {
        display: block;
        /* Show the active view */
    }

    .app-header .app-logo img {
        height: 40px;
        width: auto;
/*        padding-left: 20px;*/
        margin-top: 5px;
    }

    .app-header .app-logo {
/*        position: absolute;*/
        left: calc(50% - 54.34px);
    }

    .app-modal .modal-dialog {
        margin: 0px;
    }

    .app-modal .modal-content {
        max-height: 100vh;
        overflow-y: auto;
    }

    .app-modal .modal-content,
    .app-modal .modal-header {
        border-radius: 0px;
    }

    .app-modal .modal-content,
    .app-modal .modal-body {
        position: relative;
    }

    .app-modal .close-btn {
        position: fixed;
        top: 0.5rem;
        right: 1rem;
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: var(--title-color);
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--smoke-color2);
        border: 1px solid var(--border-color);
        border-radius: 50%;
        z-index: 9;
    }

    .app-modal .close-btn:hover {
        color: var(--white-color);
        background-color: var(--theme-color);
        border: 1px solid var(--theme-color);
    }

    .app-modal .modal-body {
        border-radius: 0rem;
    }

    .app-modal .modal-body .pop-bg-thumbnail {
        margin: -1rem;
        margin-bottom: 0px;
    }

    .app-modal .modal-body .pop-bg-thumbnail img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .app-modal .modal-body .pop-content {
        padding-top: 1rem;
    }

    .app-modal .modal-body .pop-content p,
    .app-modal .modal-body .pop-content a {
        font-size: 14px;
        line-height: 130%;
    }

    .app-modal .modal-body .pop-content .item-info {
        padding: 1rem 0px;
        border-bottom: 1px solid var(--border-color);
    }

    .app-modal .modal-header h5 {
        color: var(--white-color);
    }

    .app-modal .cat-item-card .item-detail .item-titel,
    .app-modal .cat-item-card .item-detail .item-dec {
        width: 100%;
    }

    .app-modal .modal-body .pop-content .item-terms a {
        text-decoration: underline;
    }

    .app-modal .modal-body .pop-content .item-info a:hover {
        color: var(--title-color);
        text-decoration: underline;
    }

    .app-modal .modal-body .pop-content .item-info .non-hover {
        text-decoration: none !important;
        color: var(--body-color);
    }

    .app-modal .modal-body .pop-content .item-info .non-hover .size-option {
        font-weight: 500;
        color: var(--theme-color);
    }

    .app-modal .pop-footer {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
/*        border-top: 1px solid var(--border-color);*/
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--white-color);
    }

    .pb-88 {
        padding-bottom: 88px;
    }

    .app-modal .modal-body .pop-content .app-pop-order,
    .app-modal .modal-body .pop-content .app-pop-details {
        display: none;
    }

    .app-modal .modal-body .pop-content .app-pop-order.active,
    .app-modal .modal-body .pop-content .app-pop-details.active {
        display: block;
    }

    .app-modal .modal-pop-body {
        height: 100vh;
        background: #f8f9fa !important;
    }

    .app-modal .modal-pop-body .app-pop-btns .list-unstyled {
        align-items: center;
        margin-bottom: 0px;
    }

    .app-modal .modal-pop-body .app-pop-btns .list-unstyled li {
        width: 100%;
    }

    .app-modal .modal-pop-body .app-pop-btns .list-unstyled li .btn-pop-change {
        width: 100%;
        text-align: center;
        font-weight: 500;
        padding: 17px 0px;
        background: var(--title-color);
        color: var(--white-color);
        border-radius: 0px;
    }

    .app-modal .modal-pop-body .app-pop-btns .list-unstyled li .btn-pop-change.active {
        background: var(--theme-color);
        color: var(--white-color);
    }

    .swiper-container.menu-slide-tab {
        width: 100%;
        overflow: hidden;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: var(--white-color);
    }

    .menu-slide-tab .swiper-wrapper {
        display: flex;
    }

    .menu-slide-tab .swiper-slide {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: calc(100% / 5);
        /* Adjust to show 5 items at a time */
    }

    .menu-slide-tab .swiper-slide a {
        display: block;
        padding: 0px;
        transition: color 0.3s;
    }

    .menu-slide-tab .box-tab-wrap {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        background: var(--smoke-color2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-slide-tab .swiper-slide-active .box-tab-wrap {
        background: var(--theme-color) !important;
    }

    .menu-slide-tab .box-tab-wrap .box-tab-item {
        width: 45px;
        height: 45px;
        border-radius: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .app-modal .app-pop-details,
    .app-modal .app-pop-order {
        display: none;
    }

    .app-modal .app-pop-details.active,
    .app-modal .app-pop-order.active {
        display: block !important;
        padding: 20px;
    }

    .modal-pop-body .pop-content .cat-item-card {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .modal-pop-body .pop-content .cat-item-card b {
        display: block;
        padding: 10px 5px;
        color: var(--title-color) !important;
    }

    .modal-pop-body .pop-content .cart_item_option .cart_item_type {
        font-weight: 500;
        color: var(--title-color);
        font-size: 14px;
        line-height: 130%;
    }

    .swiper-container.menu-slide-size {
        width: 100%;
        overflow: hidden;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: var(--white-color);
    }

    .menu-slide-size .swiper-wrapper {
        display: flex;
        margin: 0px 8px;
    }

    .menu-slide-size .swiper-slide {
        width: calc(50% - 8px) !important;
        box-sizing: border-box;

    }

    .menu-slide-size .swiper-slide a {
        display: block;
        padding: 0px;
        transition: color 0.3s;
    }

    .modal-pop-body .menu-slide-size .cart_item_option .cart_item_type {
        font-weight: 500;
        color: var(--title-color);
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 0px;
    }

    .modal-pop-body .menu-slide-size .cart_item_option {
        margin-bottom: 0px;
    }

    .app-menu-cat .btn_modal.btn_red {
        padding: 13px 15px !important;
        border-radius: 25px !important;
        border: none;
        margin-bottom: 0px;
    }

    .mfp-content {
        margin: 0rem auto;
    }

    .mfp-content .container {
        border-radius: 0px;
    }


    .white-popup .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .card.combo_card {
        padding: 0px;
        margin: 0px;
        border: none;
    }

    .row.menu-detail-show {
        margin-top: -1px;
    }

    .mfp-close-btn-in .mfp-close {
        position: fixed;
        top: 0.5rem;
        right: 1rem;
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: var(--title-color);
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--smoke-color2);
        border: 1px solid var(--border-color);
        border-radius: 50%;
        z-index: 9;
        opacity: 1;
    }

    .combo_card .product_thumb_tab .nav-tabs .nav-link {
        margin-top: 0px !important;
        width: 55px;
        height: 55px;
        border-radius: 10px;
        background: var(--smoke-color2);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
    }

    .combo_card .product_thumb_tab .nav-tabs .nav-link .tab_icon {
        width: 40px;
        height: 40px;
        border-radius: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .page_wrap {
        margin-top: 75px;
        margin-bottom: 61px;
    }

    .page_wrap .container-fluid.p-0 {
        padding-right: var(--bs-gutter-x, .75rem) !important;
        padding-left: var(--bs-gutter-x, .75rem) !important;
    }

    .app-grid-view .row.filter-active {
        --bs-gutter-x: 1rem;
    }

    .row.menu-detail-show .modal-pop-body .app-pop-order {
        --bs-gutter-x: 1rem;
        padding-right: var(--bs-gutter-x, .5rem);
        padding-left: var(--bs-gutter-x, .5rem);
    }

    .mfp-bg.mfp-ready {
        height: fit-content !important;
    }

    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        top: 0 !important;
    }

    .cart_item_option .cart_item_type,
    .group-menu-content .cart_item_option .cart_item_type {
        font-size: 13px;
        line-height: 120%;
    }

    .app-modal .modal-pop-body {
        height: 100vh;
        background: #f8f9fa !important;
        position: fixed;
        top: 0;
        overflow-y: auto;
        width: 100%;
        overflow-x: hidden;
    }

    .combo_card .tab-content.bg-light {
        padding: 0px !important;
    }

    .app-order-listwrap {
        margin-top: 15px !important;
        margin-bottom: 69px !important;
    }

    .scroll_tabs_warp {
        background: transparent !important;
        top: 55px !important;
        z-index: 8;
/*        width:100%;*/
        margin-left: -11px;
    }

    .mobile-app.app-header,
    .mobile-app.app-footer {
        display: block !important;
    }

    .app-order-listwrap.d-flex.align-items-center.justify-content-between.mb-3 {
        margin-bottom: 1rem !important;
    }

    .menu-cart-summary,
    .special-combo {
        display: none;
    }

    .cart_totals th:first-child,
    .cart_totals td:first-child {
        width: 40%;
    }

    .mob-all-tab {
        display: block !important;
    }

    .btn_modal.btn_red {
        padding: 10px 13px !important;
        outline: unset;
        width: 100%;
    }

    .btn_modal.btn_red span {
        font-size: 13px;
    }

    .recent-post.mb-1.d-block.mb-4 {
        margin-bottom: 10px !important;
    }

    .group-title {
        line-height: 100%;
    }

    .recent-post ul li {
        line-height: 135%;
    }

    .recent-post .post-title {
        margin-bottom: 0px;
    }

    .recent-post .post-title {
        font-size: 14px !important;
        line-height: 20px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
    }

    .margin-left-inner {
        margin-left: 21px;
    }

    .mob-btn {
        font-size: 12px;
        padding: 19px 18px;
        margin-top: 10px;
    }

    .mob-mt-20 {
        margin-top: 20px;
    }

    .mob-mb-20 {
        margin-bottom: 20px;
    }

    .swiper-container.scrollNavTabs.swiper-initialized.swiper-horizontal {
        margin: 0px 0px;
    }
    .as-product .product-content{
        padding: 165px 10px 10px 10px;
    }
    .app-list-view .as-product .product-img img{
        width: 135px;
    }
    .app-list-view .as-product .product-content {
        padding: 30px 10px 30px 145px;
        width: 100%
    }
    .app-list-view .as-product .product-content span.price{
        overflow: scroll;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .app-list-view .as-product .icon-btn{
        left: 50px;
        top: 50px;
    }
    .icon-btn {
        left: 60px;
        top: 60px;
    }
    .app-container{
        padding: 0;
    }
    .order-modal .modal-header .close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 23;
    }
    .modal .modal-content{
        background: #fff;
    }
    .product-title a{
/*        display: grid;*/
    }
    .image-text p{
        font-size: 13px;
    }
    .modal-open .modal{
        margin-left: 0px;
    }
    .tip-container {
        flex-direction: row;
    }
    .tip-label{
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding: 10px;
        margin-right: -10px;
    }
    .location-feature .th-sort-bar .location-search-btn{
        margin-bottom: 10px;
    }
    .location-feature .location-feature-list .list-wrap{
        flex-direction: column;
    }
    .location-feature .location-feature-list .list-wrap a{
        margin-top: 10px;
    }
    .location-feature .location-feature-list .list-wrap p{
        text-align: center;
    }
    .dashboard_tab_button .widget{
        padding: 20px;
    }
    .as-sort-bar-mob{
        display: block;
        background: #F0F0F1;
        margin-bottom: 0px;
        margin-top: 0px;
    }
   
    .as-sort-bar-mob .tip-container{
        flex-direction: column;
    }
    .order_table{
        margin-bottom: 20px;
    }
    .hr-tabs{
        margin-left: 45px;
    }
    .mt-minus{
        margin-top: -25px
    }
    .mt-minus1{
        margin-top: -52px;
        float: right;
    }
    .hr-promo-btn-section {
        text-align: center;
    }
    .checkout-btn {
        position: fixed;
        bottom: 75px;
        left: 200px;
        z-index: 1000; /* Ensure it stays above other elements */
        text-align: center;
        cursor: pointer;
        background: #000;
        width: auto;
    }
    .back-btn{
        position: fixed;
        bottom: 75px;
        left: 22px;
        z-index: 1000; /* Ensure it stays above other elements */
        text-align: center;
        cursor: pointer;
        background: #000;
        width: auto;
    }
    .text-inherit{
        width: 75%;
    }
    .hr-address-desk{
        display: none;
    }
    .hr-address-mob{
       display: block;
    }
    .hr-your-order {
        margin-top: -40px;
    }
    .hr-form-btns {
        position: fixed;
        bottom: 75px;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px;
    }
    .hr-my-account-btn{
        position: fixed;
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px;
    }
    .mobile-padding-left{
        padding: 0;
    }
    .multi-step{
        margin: 5px 0 0 0!important;
    }
    .space-2,.space{
        padding-top: 75px!important;
    }
    .mobile-product{
        display: flex;
    }
    .desktop-product{
        display: none;
    }
    .app-modal .quantity {
        align-items: center;
        position: fixed;
        bottom: 56px;
        left: 0;
        width: 100%;
        border-top: 1px solid var(--border-color);
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--white-color);
    }
    .app-modal .note-text{
        margin-bottom: 120px;
    }
    .category-menu-wrapper.moved {
/*        top: 50px!important;*/
        transition: top 0.3s ease-in-out;
    }
    .mb-db {
      display: flex;
    }
    .ds-dp {
        display: none;
    }
    .hidden-items {
      display: none; /* Hidden by default */
      flex: 1 1 100%; /* Full width when displayed */
      flex-wrap: wrap;
      gap: 10px;
    }
    .dashboard-list {
        flex-direction: row!important;
        gap: 10px;
    }
    .modal_pos_cart {
      margin-left: 0px !important;
    }
    /*custom-menu-js.php page css start*/
    .app-grid-view .row > div {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .app-all-tab,
    .as-sort-bar,
    .tab-menu2 button .icon_wrap,
    .scrollNavTabs .swiper-button-next,
    .scrollNavTabs .swiper-button-prev {
        display: none !important;
    }
    .scroll_tabs .tab-menu2 button {
        height: auto !important;
        white-space: nowrap;
        width: fit-content;
    }
    .bg-smoke233 .scroll_tabs_warp{
        top: 0px;
    }
    .bg-smoke233 .app-list-view,
    .bg-smoke233 .app-grid-view {
        display: block;
    }
    .bg-smoke233 .app-list-view.active,
    .bg-smoke233 .app-grid-view.active {
        display: block;
    }
    .bg-smoke233 .as-product .product-img {
      position: absolute !important;
      margin: 0 0 -120px 0;
      text-align: center;
      z-index: 3;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;
    }
    .bg-smoke233 .app-list-grid-btns {
      margin-bottom: 15px;
    }
    .bg-smoke233 .app-list-grid-btns ul {
        margin: 0px;
        padding: 0px;
        border-radius: 25px;
    }
    .bg-smoke233 .app-list-grid-btns ul li {
        width: fit-content;
    }
    .bg-smoke233 .app-list-grid-btns ul li button {
        padding: 3px 20px;
        background-color: var(--smoke-color2);
        border: 1px solid var(--border-color);
        color: var(--title-color);
    }
    .bg-smoke233 .app-list-grid-btns ul li button.active {
        background: var(--theme-color);
        color: var(--white-color);
        border-color: var(--theme-color);
    }
    .bg-smoke233 .app-list-grid-btns ul li:first-child button {
        border-radius: 25px 0px 0px 25px;
    }
    .bg-smoke233 .app-list-grid-btns ul li:last-child button {
        border-radius: 0px 25px 25px 0px;
    }
    .bg-smoke233 .app-order-listwrap {
        margin-top: 34px;
    }
    /*custom-menu-js.php page css end*/
    .as-product .product-content1{
        padding: 140px 5px 5px 5px;
    }
    .as-product .product-content1 .product-title{
        font-size: 18px;
    }
    .pd-img1 img {
        width: 200px;
    }
    .ptrld {
        padding: 25px 10px 25px 0px;
    }
    .scroll_tabs{
        margin-bottom: 0;
    }
    .mb-db a{
        padding:14px;
    }
    .contact-form {
        padding: 0px;
        border-radius: 10px;
    }
    .three-catagorygrpmenu .btn-group{
        display: none;
    }
    .three-catagorygrpmenu .image-text p{
        font-size: 13px;
        line-height: normal;
    }
    .three-catagorygrp .image-text p{
        font-size: 13px;
        line-height: normal;
    }
}
@media screen and (max-width: 465px) {
    .combo_card .product_thumb_tab .nav-tabs .nav-link:nth-child(6) {
        margin-top: 0px !important;
    }
}
@media (max-width: 330px) {
    .recent-post .post-title {
        font-size: 14px !important;
        line-height: 20px;
        margin-bottom: 5px;
    }
}