/*
 *  Theme Name: Elite Dash
 *  Template: twentytwentyfive
 *  Author: The Buddies
 *  Version: 5.2
 */
#wpadminbar {
    display: none;
}

:root {
  --orange: #F39C12;
  --primaryColor: #00804a;
  --yellow: #F1C40F;
  --lightGray: #F8F9FA;
  --white: #FFFFFF;
  --text_color: #333333;
  --black: #111111;
  --gray: #444;
  --primaryTextColor: #0F2F1F;
  --primaryColorHover: #73D090;
  --muted: #f1f1f1;
  --bg_hover: rgb(3 215 106/ 10%);
  --lightGreen: rgb(115 208 144 / 20%);
  --hover_orange: #FF8F1F;
  --border_radius: 10px;
  --lightGreenBg: #00804a;
  --darkGreenText: #0F2F1F;
}

body {
    background-color: var(--white);
}
p,
a,
span,
body {
    color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

a:focus,
.btn:focus {
    outline: none !important;
    border: 0 !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-15 {
    font-size: 15px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-17 {
    font-size: 17px !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-normal {
    font-weight: normal !important;
}
hr {
    border-color: var(--muted) !important;
}
.text-yellow {
    color: var(--yellow) !important;
}
.text-red {
    color: var(--primaryColor) !important;
}
.text-black {
    color: #333 !important;
}
.bb {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--muted);
}
#navbar-header.header-fixed {
    background: var(--white);
}

/* BUTTONS */
.btn {
    font-size: 14px !important;
    padding: 8px 18px !important;
    border-radius: 100px;
}
.btn-primary {
    background-color: var(--primaryColor) !important;
    border-color: #FFF !important;
}
.btn-outline-primary {
    border-color: var(--primaryColor) !important;
    color: var(--primaryColor) !important;
}
.btn-outline-white {
    border-color: #FFF !important;
    color: #FFF !important;
}
.btn-outline-primary:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
    color: var(--white) !important;
}
.btn-primary:hover {
    background-color: var(--primaryColorHover) !important;
    border-color: var(--primaryColorHover) !important;
}
.btn-outline-primary-white {
    border-color: var(--white) !important;
    color: var(--white) !important;
}
.btn-reset {
    border: 0;
    background: none;
    text-align: left;
    padding: 0;
    outline: none;
}
.btn-reset:hover {
    color: var(--black) !important;
}
.btn-secondary {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
}

/* HEADER */
footer {
    padding: 10px 0;
    margin-top: -10px;
}
header #navbar-header {
    padding: 15px 10px;
    z-index: 1050;
}
#sidebar-wrapper {
    width: 280px;
    position: fixed;
    top: 80px;
    bottom: 0;
    padding: 40px 20px 20px;
}
#wrapper {
    min-height: 95vh;
    margin-top: -1px;
}
#content-wrapper {
    margin-top: 75px;
    margin-left: 280px;
    background: var(--white);
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 0 15px 0px rgb(0 0 0 / 3%);
    position: relative;
    min-height: 95vh;
    margin-bottom: 10px;
}
#content-wrapper.no-sidebar {
    margin-left: 0;
}
/*.user #content-wrapper {
    margin-top: 50px;
}*/
#content-wrapper #content {
    padding: 40px;
}
.guest #content-wrapper {
    margin-top: 81px;
}
.silver-search .navbar-search {
    width: 100%;
}
.arrow-btn {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.arrow-btn.hidden {
    opacity: 0;
    pointer-events: none;
}
#categoryRow {
    max-width: 98%;
}
.bg-light {
    background: var(--lightGreenBg) !important;
}

/* SIDEBAR */
#sidebar-wrapper .nav-item .nav-link {
    font-size: 15px;
}
#sidebar-wrapper .nav-item .nav-link span {
    padding-left: 5px;
}
#profile-modal .nav-item .nav-link.active,
#sidebar-wrapper .nav-item .nav-link.active {
    background-color: var(--lightGreen) !important;
    color: var(--primaryColor) !important;
}
#profile-modal .nav-item .nav-link:not(.active):hover span,
#sidebar-wrapper .nav-item .nav-link:not(.active):hover span,
#profile-modal .nav-item .nav-link.active span,
#sidebar-wrapper .nav-item .nav-link.active span {
    color: var(--primaryColor) !important;
}
#profile-modal .nav-item .nav-link:focus,
#sidebar-wrapper .nav-item .nav-link:focus {
    border: 0;
    outline: none;
}
#profile-modal .nav-item .nav-link:not(.active):hover,
#sidebar-wrapper .nav-item .nav-link:not(.active):hover {
    background-color: var(--lightGreen) !important;
    color: var(--primaryColor) !important;
    cursor: pointer;
}
#sidebar-wrapper .nav-pills > .nav-item {
    margin-bottom: 2px;
}
#profile-modal .nav-item .nav-link.active > * {
    color: var(--white) !important;
}

/* SEARCH */
.search-wrapper {
    padding: 40px;
    padding-bottom: 0;
    z-index: 1040;
}
.search-box {
    position: relative;
    /*box-shadow: 0 2px 15px rgba(0,0,0,0.05);*/
    border-radius: 50px;
    transition: all 0.3s ease;
}
.search-box:focus-within {
    box-shadow: none;
    transform: translateY(-2px);
}
.search-input {
    border-radius: 50px;
    padding-left: 45px;
    padding-right: 20px;
    border-color: transparent;
    transition: all 0.3s ease;
    height: 50px;
    background: var(--muted);
}
.search-input:focus {
    border-color: transparent;
    box-shadow: 0 2px 15px rgb(230 57 70 / 25%);
}
.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 10;
}
.remove-keyword {
    position: absolute;
    right: 15px;
    top: 43%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
}
.remove-keyword.show {
    border: 2px solid var(--muted);
    border-top: 2px solid var(--primaryColor);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    top: 30%;
    cursor: default;
    pointer-events: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* SWIPER */

/* ARROWS */
.swiper-wrapper-container .swiper-nav:focus {
    outline: none;
    border: 0;
}
.swiper-wrapper-container .swiper-nav {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    color: var(--text_color);
}
.swiper-wrapper-container .swiper-nav:hover {
    background: var(--primaryColor);
    color: var(--white);
}
.swiper-wrapper-container .swiper-nav:hover:after {
    color: var(--white);
}
.categories .swiper-button-prev.swiper-nav {
    left: 12px;
    transform: translateX(-15px);
}
.categories .swiper-button-next.swiper-nav {
    right: 12px;
    transform: translateX(15px);
}
.categories .swiper-nav {
    top: 65%;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    opacity: 0;
    visibility: hidden;
}
.categories:hover .swiper-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.swiper-wrapper-container:not(.categories) .swiper-nav {
    top: -20px;
    width: 40px;
    height: 40px;
    background: var(--primaryColor);
}
.swiper-wrapper-container:not(.categories) .swiper-button-prev {
    left: unset;
    right: 65px;
}
.swiper-wrapper-container:not(.categories) .swiper-button-next {
    right: 20px;
}
.swiper-wrapper-container:not(.categories) .swiper-button-next::after,
.swiper-wrapper-container:not(.categories) .swiper-button-prev::after {
    color: var(--white);
}
.swiper-wrapper-container:not(.categories) .swiper-nav:hover {
    background: var(--primaryColorHover);
}
/* SWIPER */

/* CARD */
.swiper-slide {
    padding: 10px;
}
.card-wrapper .card {
    border: none;
    background: var(--white);
    transition: transform 0.3s ease;
}
.card-wrapper .card > a {
    text-decoration: none;
    color: var(--text_color);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.card-wrapper .card a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border_radius);
}
.card-wrapper .card .show-brand-products > img {
    border-radius: var(--border_radius);
    width: 100%;
    height: 220px;
    object-fit: contain;
}
.card .product-store-img {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    background: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
    padding: 4px;
}
.product-store-img img {
    width: 100% !important;
    max-width: 50px;
    height: auto !important;
    border-radius: 4px;
}
.card-wrapper .card:hover {
    transform: translateY(-6px);
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);*/
}
.card-wrapper .card-body > .card-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-wrapper .card-body .store-rating-wrap {
    margin-right: 7px;
}
.card-wrapper .card-body span {
    font-size: 14px;
}
.card-wrapper .card-body span:last-child {
    /*width: 100%;*/
}
.card-wrapper .card-body .user__distance {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.card-wrapper .card-body .user__distance:after {
    content: '.';
    position: absolute;
    right: 0;
    top: -3px;
}
.card-wrapper .card-body .card-details {
    flex-wrap: wrap;
}
.card-wrapper .card-body span.text-category {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    display: inline-flex;
}
.card-wrapper .card-body .text-star {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: .8rem;
}
.card-wrapper .card-body .text-star > i {
    color: var(--yellow);
}

/* CATEGORIES */
.categories .swiper-slide {
    padding: 0;
}
.categories .swiper-slide > a {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    border-radius: 10px;
    padding: 4px 6px;
    font-size: 14px;
    color: var(--darkGreenText);
    background: var(--lightGreen);
    font-weight: bold;
    white-space: nowrap;
    border-radius: 100px;
    text-decoration: none;
    justify-content: center;
}
.categories .swiper-slide > a:hover span,
.categories .swiper-slide > a img {
    transition: transform 0.3s ease;
}
.categories .swiper-slide > a img {
    width: 35px;
    height: 35px;
}
/*.categories .swiper-slide > a:hover {
    background: var(--primaryColorHover);
    color: var(--white);
}
.categories .swiper-slide > a:hover span {
    color: var(--white);
}*/
.categories .swiper-slide > a:hover img {
    transform: scale(1.2)
}

/* SINGLE PAGE */
/*.breadcrumbs-wrapper > nav {
    overflow: hidden;
    width: 100%;
}
.breadcrumbs-wrapper > nav .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}*/
.breadcrumb-item + .breadcrumb-item::before {
    content: "\00BB";
}
.breadcrumb-item > .text-muted {
    font-weight: 500;
}
.store-info-wrapper {
    gap: 20px;
}
.store-info-wrapper .store-img {
    background: var(--lightGray);
    border-radius: 6px;
    padding: 10px;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
}
.store-info-wrapper .store-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 4px;
}
.store-info-wrapper .store-details a:hover {
    color: #111111 !important;
}
.store-menu-wrapper {
    position: sticky;
    top: 72px;
    box-shadow: 0 14px 28px -12px rgb(0 0 0 / 15%);
    z-index: 9;
    background: var(--white);
    padding: 0 40px;
}
.store-menu-wrapper .navbar .horizontal--scroll {
    padding: 0;
    width: 94%;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
}
.horizontal--scroll::-webkit-scrollbar {
    display: none;
}
.horizontal--scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sroll-food-menu {
    padding: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sroll-food-menu.disabled {
    cursor: not-allowed;
    color: #AAA;
}
.store-menu-wrapper .navbar-nav {
    gap: 5px;
}
.store-menu-wrapper .nav-link {
    padding: 12px 20px !important;
    position: relative;
    white-space: nowrap;
}
.store-menu-wrapper .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background: transparent;
    border-radius: 4px;
    left: 0;
    right: 0;
    transition: all .5s ease;
    width: 50px;
    margin: 0 auto;
}
.store-menu-wrapper .nav-link.active:before,
.store-menu-wrapper .nav-link:hover:before {
    background: var(--primaryColor);
    width: 92%;
}
.search-in-store .search-box {
    top: -4px;
    width: 300px;
}
.search-in-store .search-input {
    height: 40px;
    font-size: 15px;
}
.card-details .product-description {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.card .add-to-cart {
    position: absolute;
    top: -43px;
    right: 8px;
    border-radius: 100px;
    background: var(--primaryColor);
    color: var(--white);
    font-size: 17px !important;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.card .add-to-cart:hover {
    background-color: var(--primaryColorHover);
}

/* MODAL */
.modal .close {
    border-radius: 100%;
    border: none;
    background: none;
    font-size: 30px;
    color: var(--gray);
    transition: .3s ease;
    padding: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .close:hover {
    transform: scale(1.15);
    color: var(--black);
}
.modal .modal-header {
    border-bottom: 1px solid var(--muted);
}
.modal .modal-title {
    font-size: 20px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.modal svg {
    fill: var(--gray);
}
.modal .modal-label {
    gap: 12px;
    font-size: 18px;
}
.modal iframe {
    border-radius: 10px;
}
.modal .store-link a:hover {
    color: var(--black) !important;
}
.modal .modal-header,
.modal .modal-body {
    padding: 25px;
}
.modal .store-hours {
    flex-direction: column;
    margin-top: 15px;
    margin-left: 15px;
}

/* STAR */
.star .star-label {
    width: 16%;
}
.star .total-ratings-bar-wrapper {
    position: relative;
    width: 80%;
    background: var(--muted);
    height: 8px;
    border-radius: 25px;
    z-index: 1;
    overflow: hidden;
}
.star .total-ratings-bar-wrapper .total-ratings {
    position: absolute;
    background: var(--yellow);
    inset: 0;
    border-radius: 25px;
    z-index: 2;
}
.review-wrapper .review-item {
    border: 1px solid var(--muted);
    background: var(--white);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}
.review-product-wrapper h5 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.review-product-wrapper .card {
    border-color: var(--muted);
    background-color: var(--lightGreen);
}
.review-product-wrapper .review-product-details {
    height: 105px;
}
.modal .swiper-wrapper-container {
    width: 100%;
    max-width: 400px;
    position: relative;
}
.modal .swiper-wrapper-container .swiper-nav {
    width: 35px;
    height: 35px;
    transform: none;
}
.modal .swiper-wrapper-container .swiper-button-prev {
    left: -15px;
}
.modal .swiper-wrapper-container .swiper-button-next {
    right: -15px;
}
.modal .swiper-wrapper-container .swiper-slide {
    padding: 0;
}
.modal .swiper-wrapper-container .swiper-button-prev::after,
.modal .swiper-wrapper-container .swiper-button-next::after {
    font-size: 14px;
}

/* LOADER */
.loader-wrapper {
    background-color: #fff;
    position: fixed;
    opacity: .9;
    inset: 0;
    z-index: 9999;
    display: flex;
}
.loader {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: auto
}
.loader:after,
.loader:before {
    content: '';  
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--primaryColor);
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
}
.loader:after {
    animation-delay: -.5s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}


/* Blue loading bar */
.blue-loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blue-loader {
  width: 100%;
  max-width: 220px;
  height: 8px;
  background: rgba(0, 123, 255, 0.1);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.blue-loader::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  height: 100%;
  width: 40%;
  background: linear-gradient(
    90deg,
    rgba(0, 123, 255, 0.1) 0%,
    #007bff 50%,
    rgba(0, 123, 255, 0.1) 100%
  );
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.4);
  animation: blueLoaderMove 1.2s infinite linear;
}

@keyframes blueLoaderMove {
  0% {
    left: -40%;
    width: 40%;
  }
  50% {
    left: 30%;
    width: 60%;
  }
  100% {
    left: 110%;
    width: 40%;
  }
}

/* PRODUCT MODAL */
.show-brand-products {
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}
#productModal .modal-header {
    border-bottom: none;
    overflow: hidden;
}
#productModal .product-image {
    border-radius: 6px;
    overflow: hidden;
}
#productModal .product-image > img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
#productModal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid var(--muted);
    width: 33px;
    height: 33px;
    background: #f8f8f8;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .15);
}
#productModal .close > span {
    position: relative;
    top: -2px;
}
#productModal .modal-product-wrapper {
    scrollbar-width: thin;
    max-height: 600px;
    overflow: auto;
}
#productModal .quantity-wrapper .qty-btn {
    border-radius: 100px;
    font-size: 25px !important;
    width: 31px;
    height: 31px;
    padding: 0 !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
#productModal .quantity-wrapper .qty-btn span {
    position: relative;
    top: -3px;
    left: 1px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Important to remove any default margin */
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
#productModal .quantity-wrapper input.qty {
    width: 30px;
    border: 0;
    text-align: center;
    font-size: 17px;
}
#productModal .single_add_to_cart_button {
    border-radius: 100px;
}
#productModal .product-price span {
    color: var(--black);
    font-size: 18px;
}

/* LOGIN */

.page-template-page-registration header,
.page-template-page-login header {
    display: none;
}
body > .header + #wrapper > .woocommerce {
    width: 100%;
    height: 100vh;
    background-image: url('assets/images/login-register.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    position: relative;
} 
body > .header + #wrapper > .woocommerce:before {
    content: '';
    background: rgb(0 0 0 / 35%);
    position: absolute;
    inset: 0;
}
body > .header + #wrapper > .woocommerce .custom-registration-wrapper,
body > .header + #wrapper > .woocommerce .custom-login-wrapper {
    width: 100%;
    max-width: 550px;
    min-height: 100vh;
    display: flex;
    background-color: #f7f7f7;
    padding: 40px 60px;
    flex-direction: column;
    position: fixed;
    right: 0;
    z-index: 99999;
    overflow-y: auto;
    height: 100vh;
}
.page-template-page-registration > .header + #wrapper,
.page-template-page-login > .header + #wrapper {
    height: 100vh !important;
    overflow: hidden;
}
body > .header + #wrapper > .woocommerce form {
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
body > .header + #wrapper > .woocommerce form input:not([type="checkbox"]) {
    border: 1px solid #e6e6e6 !important;
    padding: 10px 15px !important;
    width: 100%;
}
body > .header + #wrapper > .woocommerce form label {
    font-size: 13px;
}
body > .header + #wrapper > .woocommerce form input:not([type="submit"]) {
    border-radius: 10px !important;
}
body > .header + #wrapper > .woocommerce .woocommerce-form-login__rememberme {
    position: relative;
    padding-left: 25px;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}
body > .header + #wrapper > .woocommerce .woocommerce-form__input-checkbox {
    display: none;
}
body > .header + #wrapper > .woocommerce .woocommerce-form-login__rememberme:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
}
body > .header + #wrapper > .woocommerce form .woocommerce-form-login__submit {
    width: 100%;
    border-radius: 100px;
    background: var(--primaryColor);
    margin: 10px 0 20px;
    color: var(--white);
    padding: 10px 15px !important;
}
body > .header + #wrapper > .woocommerce .woocommerce-form__input-checkbox:checked + .woocommerce-form__label-for-checkbox::before {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}
body > .header + #wrapper > .woocommerce .login-text-link {
    color: var(--primaryColor);

    &:hover {
        color: var(--black);
    }
}
body > .header + #wrapper > .woocommerce .wc-block-components-notice-banner.is-error {
    border-color: var(--primaryColor);
}
body > .header + #wrapper > .woocommerce .wc-block-components-notice-banner svg {
    display: none;
}
body > .header + #wrapper > .woocommerce input:focus {
    outline: none;
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.badge-sm {
    font-size: 9px;
}


/* ------ MODAL CART --------- */
    /* MODAL RIGHT */
    .modal-dialog.right-aligned {
        height: 100% !important;
        position: fixed;
        right: 0;
        margin: 0;
        width: 100%;
        max-width: 500px;
        transform: translateX(100%) !important;
        transition: transform 0.3s ease-in-out !important;
    }
    .modal.show .modal-dialog.right-aligned {
        transform: translateX(0) !important;
    }
    .modal-dialog.right-aligned .modal-content {
        height: 100%;
        border-radius: 0;
    }
    .render_cart_modal {
        display: flex;
        flex-flow: column;
        height: calc(100% - 81px);
    }
    #cart-modal .modal-body {
        overflow-y: auto;
        scrollbar-width: thin;
        flex-grow: 1;
    }
    .cart-product-wrapper .card {
        box-shadow: none;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }
    .cart-product-wrapper .card:hover {
        transform: none !important;
        box-shadow: none !important;
    }
    .cart-product-wrapper img {
        border-radius: 6px;
        min-width: 80px;
        max-width: 80px;
        height: 80px !important;
    }
    .cart-controls .btn-outline-default {
        border: 1px solid var(--muted) !important;
    }
    .cart-controls .btn:not(.remove-item) {
        color: #777;
    }
    .cart-controls .btn-outline-default:hover {
        color: var(--black);
        background: var(--lightGreen);
    }
    .cart-controls .btn {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }
    .cart-controls .btn:first-child {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
    .cart-controls .btn:last-child {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .cart-item .badge-count {
        position: absolute;
        border: thin solid #eee;
        border-radius: 100%;
        font-size: 13px;
        padding: 13px;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        display: flex;
        background: var(--white);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        right: 0;
    }
    .cart-item-wrapper {
        width: 315px;
    }
    .cart-controls-wrapper {
        width: 115px;
    }
    #cart-modal .woocommerce-all-cart-item {
        border: thin solid var(--muted);
        border-radius: 10px;
        padding: 20px;
        margin: 10px 0;
    }
    #cart-modal .btn.btn-primary {
        margin: 0 !important;
    }

    /* GROUP CART */
    #cart-modal .woocommerce-all-items-wrapper {
        gap: 10px;
        overflow-x: auto;
        max-width: 400px;
        scrollbar-width: thin;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }
    #cart-modal .woocommerce-all-items-wrapper .cart-item-count {
        position: absolute;
        border: thin solid #eee;
        border-radius: 100%;
        font-size: 10px;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        display: flex;
        background: var(--white);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        right: -7px;
        top: -8px;
    }
    #cart-modal .woocommerce-all-items-wrapper img {
        min-width: 40px;
        width: 40px;
        height: auto !important;
        border-radius: 100px;
        border: thin solid var(--muted);
    }
    #cart-modal .modal-footer {
        background: var(--white);
        box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.07);
        border-top: 0;
    }
/* ------ MODAL CART --------- */

/* CHECKOUT */
.shop-checkout-wrapper .woocommerce-checkout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.shop-checkout-wrapper #customer_details {
    display: flex;
    flex-direction: column;
}
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper select,
.woocommerce-additional-fields textarea {
    border: thin solid #eee !important;
    color: #444 !important;
    padding: 12px 15px !important;
    font-size: 14px;
    outline: 0;
}
.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper select:focus {
    border-color: var(--gray) !important;
}
.woocommerce-account :is(.form-row-first, .form-row-last),
.woocommerce-billing-fields__field-wrapper :is(.form-row-first, .form-row-last) {
    width: 50% !important;
}
.shop-checkout-wrapper .woocommerce-checkout label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.shop-checkout-wrapper #billing_address_1_field {
    margin-bottom: 0;
}
.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 10px;
}
.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields > h3 {
    display: none;
}
.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
    background: var(--muted);
    padding: 20px;
    border-radius: var(--border_radius);
}
.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label {
    font-size: 16px;
    border-radius: var(--border_radius);
    margin-bottom: 10px;
}
.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {
    margin-botto: 0 !important;
}
.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .delivery-options-wrapper {
    background: var(--lightGreen);
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 10px;
}
.shop-checkout-wrapper #customer_details > div {
    width: 100%;
    clear: both;
}
#order_review {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
}
#order_review .card {
    border: none;
    background-color: transparent;
}
#order_review .card #product_image {
    border-radius: 10px;
    padding: 2px;
}
#order_review .card img {
    width: 40px;
    border-radius: 4px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}
#order_review .cart-item .product-name {
    font-size: 14px !important;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
#order_review .cart-item .badge-count {
    background: #999;
    box-shadow: none;
    width: 20px;
    height: 20px;
    padding: 10px;
    color: #fff;
    right: -8px;
    top: -8px;
    font-size: 10px;
}
#order_review .cart-item .product-addons {
    max-width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} 
#order_review #order_summary_details {
    padding: 20px;
}
#order_summary_total {
    padding: 20px 10px 20px;
    border-top: 1px solid var(--muted);
}
#order_summary_details {
    background: var(--lightGreen);
    padding: 40px;
    border-radius: 10px;
}
#order-summary-wrapper #order_summary_total .order-total span {
    color: #333;
}
#order-summary-wrapper .woocommerce-checkout-payment {
    border-radius: 20px;
    background: var(--lightGreen);
}
#order-summary-wrapper .woocommerce-checkout-payment #place_order {
    border-radius: 100px;
    background-color: var(--primaryColor);
    font-size: 16px;
    padding: 15px 35px;
    float: left;
    margin-top: 15px;
    width: 100%;
}
#order-summary-wrapper .woocommerce-checkout-payment #place_order:hover {
    background-color: var(--primaryColorHover);
    border-color: var(--primaryColorHover);
}
#order-summary-wrapper .woocommerce-privacy-policy-text > p {
    font-size: 15px;
}
#order-summary-wrapper .woocommerce-privacy-policy-text > p a {
    color: var(--primaryColor);
}
.shop-checkout-wrapper .wc-block-components-notice-banner.is-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 12px;
    padding: 34px !important;
}
.shop-checkout-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__summary {
    font-weight: normal;
    color: #333;
}

/* HEADER USER DROPDOWN */
header .user_data {
    padding: 5px 0;
    cursor: pointer;
    transition: .4s ease;
}
header .user_data.show,
header .user_data:hover {
    color: var(--primaryColor);
}
header .dropdown .dropdown-menu {
    padding: 10px;
}
header .dropdown .dropdown-menu li > a {
    border-radius: 5px;
    padding: 6px 14px;
    font-size: 15px;
}
header .dropdown .dropdown-menu li > a:active {
    background: var(--primaryColor);
}
header .cart-contents.view-cart {
    transition: .4s ease;
    cursor: pointer;
}
header .cart-contents.view-cart:hover {
    fill: var(--primaryColor);
    color: var(--primaryColor);
}

/* SEARCH */
#search_results {
    position: absolute;
    z-index: 11;
    width: 100%;
    left: 0;
    right: 0;
}
.search-results-wrapper {
    border: thin solid var(--muted);
    border-radius: 20px;
    padding: 20px;
    list-style: none;
    box-shadow: 0px 0 15px 0px rgb(0 0 0 / 3%);
    background: var(--white);
    margin-top: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.search-results-wrapper li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border-radius: 6px;
}
.search-results-wrapper li a:hover {
    background: var(--muted);
}
.search-results-wrapper .result-image {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
}
.search-results-wrapper .result-image img:not(.default-search) {
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: center;
}
.search-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5px);
    z-index: 1030;
}


/* PROFILE */
.woocommerce-Addresses.addresses > div:nth-child(2) {
    display: none;
}
.woocommerce-Addresses.addresses > div {
    width: 100%;
    clear: both;
}
.woocommerce-account .woocommerce-MyAccount-content label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-content input {
    border: thin solid #eee !important;
    color: #444 !important;
    padding: 12px 15px !important;
    font-size: 14px;
    outline: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .select2-container .select2-selection {
    border: thin solid #eee !important;
}
.woocommerce-account .woocommerce-MyAccount-content input:focus {
    border-color: var(--gray) !important;
}

@media (min-width: 767px) {
    body.woocommerce-account:not(.woocommerce-orders, .woocommerce-view-order) nav + .woocommerce-MyAccount-content {
        width: 50% !important;
        float: left;  
    }
    /* PAYMENT METHODS */
    .woocommerce-payment-methods.woocommerce-account nav + .woocommerce-MyAccount-content {
        width: 100% !important;
        max-width: 700px;
        float: none !important;
    }
    .page-template-page-no-sidebar ul.list-3 {
        column-count: 3;
    }
}
.woocommerce-account button[type="submit"] {
    border-radius: 100px;
    background-color: var(--primaryColor);
    font-size: 16px;
    padding: 15px 35px;
    float: left;
    margin-top: 15px;
}
.woocommerce-account button[type="submit"]:hover {
    background-color: var(--primaryColorHover);
    border-color: var(--primaryColorHover);
}
.woocommerce-account form h2,
.woocommerce-account form fieldset legend,
.woocommerce-account form.woocommerce-EditAccountForm:before {
    content: 'Account Information';
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 500;
}
.woocommerce-account form fieldset {
    margin-top: 50px;
}
.woocommerce-account #account_display_name_description {
    font-size: 13px;
}
.woocommerce-account #add_payment_method #payment {
    background: none;
}
.woocommerce-account #add_payment_method #payment div.payment_box {
    background: var(--muted);
    border-radius: 10px;
    padding: 30px;
}
.woocommerce-account .woocommerce-PaymentMethods {
    border-bottom: 0 !important
}
.woocommerce-account #add_payment_method #payment div.payment_box:before {
    border-bottom-color: var(--muted);
}
.woocommerce-account .woocommerce-Payment button[type="submit"] {
    float: left !important;
    margin-top: 0;
}

.woocommerce-notices-wrapper > div:focus {
    outline: 0;
}
/* PAYMENT METHODS */
.woocommerce-account .account-payment-methods-table.shop_table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.woocommerce-account .account-payment-methods-table.shop_table td {
    border-bottom: 1px solid var(--muted);
    border-top: 1px solid var(--muted) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-account .account-payment-methods-table.shop_table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid var(--muted);
}
.woocommerce-account .account-payment-methods-table.shop_table td:last-child {
    border-right: 1px solid var(--muted);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.woocommerce-account .account-payment-methods-table.shop_table thead th {
    padding: 0 15px;
}
.woocommerce-account .account-payment-methods-table .payment-method .payment-method-actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}
.woocommerce-account .account-payment-methods-table .payment-method a.default {
    color: #0a58ca;
}
.woocommerce-account .account-payment-methods-table .payment-method a {
    text-decoration: none;
    font-size: 14px;
    margin: 0 2px;
}
.woocommerce-account .account-payment-methods-table .payment-method a:hover {
    color: var(--primaryColor);
}
.woocommerce-account .account-payment-methods-table .payment-method a.default:hover {
    color: var(--black);
}
.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-content > a.button {
    border-radius: 100px;
    background-color: var(--primaryColor);
    font-size: 16px;
    padding: 15px 35px;
    float: left;
    margin-top: 15px;
    color: #FFF;
    text-decoration: none;
}
.woocommerce-account.woocommerce-payment-methods .woocommerce-MyAccount-content > a.button:hover {
    background-color: var(--primaryColorHover);
    border-color: var(--primaryColorHover);
}

/* ORDER HISTORY */
    .woocommerce-orders table {
        border: 0 !important;
        border-collapse: separate !important;
        border-spacing: 0;
    }
    .woocommerce-orders table thead {
        background: var(--muted);
        border-radius: 12px 12px 0 0;
    }
    .woocommerce-orders table thead th:first-child {
        border-top-left-radius: 12px;
    }
    .woocommerce-orders table thead th:last-child {
        border-top-right-radius: 12px;
    }
    .woocommerce-orders table thead th {
        text-indent: 20px;
    }
    .woocommerce-orders table  tbody td:last-child {
        border-right: thin solid var(--muted);
    }
    .woocommerce-orders table  tbody td:last-child > a {
        margin: 2px;
    }
    .woocommerce-orders table  tbody th:first-child {
        border-left: thin solid var(--muted);
    }
    .woocommerce-orders table  tbody tr:last-child > * {
        border-bottom: thin solid var(--muted);
    }
    .woocommerce-orders table  tbody tr:last-child th:first-child {
        border-bottom-left-radius: 12px;   
    }
    .woocommerce-orders table  tbody tr:last-child td:last-child {
        border-bottom-right-radius: 12px;   
    }
    .woocommerce-orders table td > a {
        border-radius: 100px;
        background-color: var(--primaryColor);
        font-size: 15px;
        padding: 12px 35px;
        float: left;
        color: #FFF;
        text-decoration: none;
        margin-bottom: 0 !important;
        width: 150px;
    }
    .woocommerce-orders table td > a{
        background-color: var(--primaryColorHover);
        border-color: var(--primaryColorHover);
    }
/* ORDER HISTORY */


/* VIEW ORDER HISTORY */
    .woocommerce-view-order table {
        border-collapse: separate !important;
        border-spacing: 0;
        border: 0 !important;
    }
    .woocommerce-view-order table thead th {
        border-top: thin solid var(--muted);
    }
    .woocommerce-view-order table tr > *:first-child {
        border-left: thin solid var(--muted);
    }
    .woocommerce-view-order table thead th:first-child {
        border-top-left-radius: 12px;
    }
    .woocommerce-view-order table tr > *:last-child {
        border-right: thin solid var(--muted);
    }
    .woocommerce-view-order table tfoot tr:last-child > * {
        border-bottom: thin solid var(--muted);
    }
    .woocommerce-view-order table tfoot tr:last-child > th {
        border-bottom-left-radius: 12px;
    }
    .woocommerce-view-order table tfoot tr:last-child > td {
        border-bottom-right-radius: 12px;
    }
    .woocommerce-view-order h2 {
        font-size: 20px;
        font-weight: 500 !important;
        margin-bottom: 15px;
    }
    .woocommerce-view-order .woocommerce-column__title + address {
        border-radius: 12px;
        padding: 30px;
    }
    .woocommerce-view-order .woocommerce-column__title + address p {
        margin-bottom: 0;
    }
    .woocommerce-view-order .woocommerce-column__title + address .woocommerce-customer-details--phone {
        margin-top: 20px;
    }

/* VIEW ORDER HISTORY */

/*SEARCH LOCATION*/
.search__location-wrapper {
    position: absolute;
    width: 400px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border: 0;
}
.search__location-wrapper .search__location-inner {
    display: flex;
    background: #fff;
    padding: 40px;
}
.search__location-wrapper .search-input {
    padding-left: 20px;
    padding-right: 60px;
    height: 42px;
    border-color: var(--primaryColor);
}
.search__location-wrapper button {
    position: absolute;
    right: 4px;
    height: 34px;
    top: 4px;
    padding: 0 !important;
    width: 55px;
}
.pac-container,
.pac-logo {
    z-index: 1500 !important;
}
.search__location-wrapper.show {
    display: block;
}

.add__location {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;    
}
.add__location:after {
    content: none;
}
.add__location:hover {
    background: var(--bg_hover);
    color: var(--primaryColor);
}
.add__location:hover span {
    color: var(--primaryColor);
}

.restaurant-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.img-resitem {
    padding: 10px;
    border-radius: 6px;
    height: 120px;
    width: 120px;
}
.img-resitem img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}
.card-title-restaurant {
    text-decoration: none !important;
    margin-left: 20px !important;
}

.resrow .col-12.col-md-4 {
    margin-bottom: 30px;
}

.rescard {
    transition: all .4s ease-in-out;
    background: var(--bg_hover);
    border-radius: 6px;
}
.rescard:hover {
    background: var(--primaryColor);
}
.rescard:hover a span,
.rescard:hover a h5 {
    color: #fff !important;
}
.single-restaurant .glsr-summary-wrap .glsr-summary-rating {
    display: flex;
    align-items: center;
}
.single-restaurant .glsr-summary-wrap .glsr-summary-rating .glsr-tag-value {
    font-size: 16px;
}
.glsr-summary-wrap .glsr-summary-stars span {
    font-size: 11px;
}
/*.single-restaurant .glsr-summary-text,
.single-restaurant .glsr-summary-percentages {
    display: none;
}*/
.store-info-wrap {
    padding-left: 10px;
}

.menu-toggle-wrapper {
    display: none;
}

/* ORDER RECEIVED */
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order .woocommerce-notice,
.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    display: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content #order_review,
.woocommerce-order-received .woocommerce-order #order_review {
    width: 100%;
    max-width: 700px;
    border: 1px solid var(--muted);
    border-radius: 10px;
    padding: 30px;
}

.custom__review_form.glsr-hide-form {
    display: none;
}
.custom__review_form .glsr-form-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom__review_form .glsr-field.glsr-field-textarea {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.custom__review_form .glsr-field.glsr-field-textarea textarea {
    border: thin solid #ccc;
    border-radius: 10px;
    padding: 12px;
}
.custom__review_form .glsr-field.glsr-field-textarea + .glsr-field-text,
.custom__review_form .glsr-field.glsr-field-textarea + .glsr-field-text + .glsr-field-email,
.custom__review_form .glsr-field.glsr-field-textarea + .glsr-field-text + .glsr-field-email + .glsr-field-choice {
    display: none;
}
.store-reviews-wrapper  .glsr-reviews-wrap {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0,0,0,0.25) transparent;
}
.store-reviews-wrapper .glsr-reviews-wrap::-webkit-scrollbar { height: 8px; }
.store-reviews-wrapper .glsr-reviews-wrap::-webkit-scrollbar-thumb {
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: rgba(0,0,0,0.25) transparent;
}
.store-reviews-wrapper .glsr-default .glsr-review {
    border: thin solid var(--muted);
    padding: 20px;
    border-radius: 12px;
}
.store-reviews-wrapper .glsr-reviews {
    gap: 5px;
}
.store-reviews-wrapper .glsr-default .glsr-review .glsr-review-title .glsr-tag-value {
    font-size: 16px;
}
.store-reviews-wrapper .glsr-default .glsr-review .glsr-review-date .glsr-tag-value {
    font-size: 13px;
}
.store-reviews-wrapper .glsr-default .glsr-review .glsr-review-author .glsr-tag-value {
    font-style: italic;
    font-size: 14px !important;
}
.store-reviews-wrapper .glsr-default .glsr-review .glsr-star {
    font-size: 12px;
}

/*  Delivery Options */
.delivery-options-wrapper label {
    margin-bottom: 0;
    background: var(--white);
    padding: 10px 12px;
    border-radius: 10px;
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.delivery-options-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.delivery-options-wrapper label:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 100px;
}
.delivery-options-wrapper input[type="radio"]:checked ~ label {
    border-color: var(--primaryColor);
}
.delivery-options-wrapper input[type="radio"]:checked ~ label:before {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}
.delivery-options-wrapper label:after {
    content: "";
    position: absolute;
    display: none; 
    left: 23px;
    top: 14px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.delivery-options-wrapper input[type="radio"]:checked ~ label:after {
    display: block;
}
.schedule-delivery-wrapper {
    padding: 20px;
}
.delivery__wrapper {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    gap: 3px;
}
.delivery-time-slots-wrapper {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
}
.delivery-time-slots-list {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(230 57 70) rgb(230 57 70 / 10%);
    max-height: 330px;
    gap: 4px;
    padding-right: 15px;
}

/* ABOUT US */
.page-featured-image img {
    border-radius: 10px;
    margin-bottom: 20px;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.page-content h1 {
    margin-bottom: 20px;
}
.page-template-page-no-sidebar .page-content p + h4,
.page-content.faq-content p + h4 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--muted);
}
.page-template-page-no-sidebar .page-content h5 {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0;
}
.page-content p {
    margin-bottom: 10px;
}
.page-content h4 {
    margin-top: 25px;
}
.page-template-page-partnership .page-content h2 {
    margin-top: 30px;
}
.page-template-page-no-sidebar .page-content h5 a {
    padding-bottom: 20px;
    display: inline-block;
}
#menu-footer-menu {
    display: flex;
    gap: 20px;
    row-gap: 0;
    list-style-type: none;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
#menu-footer-menu li a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: #555;
}
#menu-footer-menu li a:hover {
    text-decoration: underline !important;
}
.page-template-page-no-sidebar #wrapper #content-wrapper {
    margin-left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.page-template-page-no-sidebar #wrapper #content-wrapper .page-content {
    padding-top: 50px;
}
.shop-checkout-wrapper #customer_details .woocommerce-billing-fields {
    background: var(--lightGreen);
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 30px;
}
.shop-checkout-wrapper #customer_details .woocommerce-billing-fields > h3,
.shop-checkout-wrapper #customer_details .delivery-options-wrapper h3 {
    position: relative;
    cursor: pointer;
    padding-right: 25px;
    margin-bottom: 0;
    font-size: 17px;
    color: var(--primaryTextColor);
}
.shop-checkout-wrapper #customer_details .woocommerce-billing-fields > h3:after,
.shop-checkout-wrapper #customer_details .delivery-options-wrapper h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg); /* down */
    transition: transform 0.3s ease;
}

.shop-checkout-wrapper #customer_details .woocommerce-billing-fields > h3:hover:after,
.shop-checkout-wrapper #customer_details .delivery-options-wrapper h3:hover:after {
    border-color: var(--primaryColor);
}
.shop-checkout-wrapper #customer_details .woocommerce-billing-fields > h3.active:after,
.shop-checkout-wrapper #customer_details .delivery-options-wrapper h3.active:after {
    transform: translateY(-50%) rotate(-135deg);
}
.shop-checkout-wrapper #customer_details .delivery-options-wrapper h3 + div,
.shop-checkout-wrapper #customer_details .woocommerce-billing-fields > h3 + .woocommerce-billing-fields__field-wrapper {
    margin-top: 20px;
    display: none;
}
.shop-checkout-wrapper #customer_details .woocommerce-additional-fields > h3,
.shop-checkout-wrapper #customer_details .woocommerce-additional-fields > h3 + .woocommerce-additional-fields__field-wrapper {
    /*display: none;*/
}
.card-wrapper.store-wrapper .card-store-image {
    width: 100%;
    height: 200px;
    border-radius: var(--border_radius);
    overflow: hidden;
    position: relative;
}
.card-wrapper.store-wrapper .card-store-image img {
    border-radius: var(--border_radius);
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-wrapper .card-descriptions {
    display: flex;
    align-items: center;
    gap: 7px;
}
.card-wrapper .text-dot {
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #555;
    position: relative;
    top: 1px;
    display: inline-flex;
}
.menu-item-wrapper {
    display: none;
}
.card-body .card-details {
    gap: 9px !important;
}
.del-tip-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    cursor: pointer;
    flex-flow: wrap;
}
.del-tip-wrapper ul li input {
    display: none;
}
.del-tip-wrapper ul li label {
    padding: 0;
    font-weight: normal;
    border: 0;
    background: none;
}
.del-tip-wrapper ul li label:before,
.del-tip-wrapper ul li label:after {
    content: none;
}
.del-tip-wrapper ul li span {
    background: var(--white);
    display: block;
    padding: 10px 30px;
    text-align: center;
    border-radius: 25px;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
}
.del-tip-wrapper input[type="radio"]:checked ~ label > span,
.del-tip-wrapper ul li span:hover,
.del-tip-wrapper ul li span:focus {
    background: var(--primaryColor);
    color: var(--white);
}
.sp-user-wrapper {
    display: none;
}
header .navbar-brand img {
    width: 190px;
}
.social-icons a {
    font-size: 18px;
}
.social-icons a:hover {
    color: var(--primaryColorHover);
}
.sns-wrapper-login {
    margin-top: 20px;
}

/* MAP */
.explore-wrapper {
    height: 100vh;
}
#content-wrapper #explore-map {
    height: 100vh;
}
.explore-bottom-sheet {
    box-shadow: 0 1px 2px rgba(60,64,67,0.3),0 2px 6px 2px rgba(60,64,67,0.15);
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, .2, 1);
    transition-timing-function: cubic-bezier(0, 0, .2, 1);
    z-index: 3;
}
#explore-list {
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
    gap: 10px;
    height: 100%;
}
.explore-bottom-sheet .btn-collapse {
    position: absolute;
    right: -23px;
    z-index: 123499999;
    top: calc(50% - 80px);
}
.explore-bottom-sheet .btn-collapse button {
    outline: 0;
    background-color: var(--white);
    border-left: 1px solid #e3e3e3;
    border-radius: 0 8px 8px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 48px;
    width: 23px;
    border: 0;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}
.explore-bottom-sheet .btn-collapse button .collapse-mobile {
    display: none !important;
}
.explore-bottom-sheet.is-collapsed {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.explore-bottom-sheet .card {
    cursor: pointer;
}
.explore-bottom-sheet .card:hover {
    transform: translateX(5px);
}
.explore-bottom-sheet .explore-card .card-body > .card-title {
    text-overflow: unset;
    max-width: none;
    overflow: unset;
    white-space: unset;
}
.explore-bottom-sheet .explore-card img {
    width: 100px !important;
    height: 100px !important;
}
.page-template-page-explore #wrapper #content-wrapper {
    margin-top: 0;
    min-height: 100vh;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
}
.page-template-page-explore #wrapper {
    min-height: 100vh;
    margin-top: 0;
}
.page-template-page-explore :is(header, footer) {
    display: none;
}
.btn-backto {
    padding: 20px;
}
.btn-backto a:hover {
    color: var(--primaryColorHover);
}
.explore-wrapper.map-only {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.explore-wrapper.map-only #explore-map {
    height: 250px !important;
    border-radius: 10px;
}
.explore-go {
    background: var(--primaryColor);
    color: var(--white);
    padding: 7px 15px;
    border-radius: 100px;
}
#profile-modal .modal-body .btn-signout {
    width: 100%;
    border-radius: 100px;
    background: var(--primaryColor);
    margin-top: 40px;
    color: var(--white);
    display: block;
    padding: 12px 15px;
    text-align: center;
    text-decoration: none;
}
#profile-modal .modal-body {
    padding: 10px;
}

/*TOOLTIP*/
.tooltip-inner {
  max-width: 320px; /* adjust as needed */
  white-space: normal;
}
.wide-tooltip .tooltip-inner {
  max-width: 360px;
  white-space: normal;
}
.wide-tooltip .tooltip-inner {
  max-width: 360px;
  line-height: 1.4;
  text-align: left;
}

/*PROMOS*/
.promo-wrapper .promo-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.discount1 img,
.promo-item img {
    width: 100%;
    height: auto;
    border-radius: var(--border_radius);
}
.discount1 img {
    /*max-width: 800px;*/
}
.discount1 .hide-pc {
    display: none;
}
.cart-contents .cart-count {
    background: var(--muted);
    color: #333;
}
.single_add_to_cart_button span {
    color: var(--white);
}
.modal-base-price span {
    color: #333;
}
.product-modal-content .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}
.product-modal-content .form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(0 128 74 / 25%);
}
.product-modal-content .modal-base-price {
    width: 120px;
}
.product-modal-content .addon-group .form-check {
    margin: 12px 5px;
}

/* Desktop Grid */
.elitedash-carousel {
    display: none !important;
}
@media (min-width: 1366px) {
    .elitedash-swiper .swiper-wrapper {
        display: flex;
    }
    .elitedash-swiper .swiper-slide {
        width: auto !important;
    }
}
.elitedash-swiper .swiper-slide {
    width: 300px;
}
.elitedash-carousel .swiper-slide img {
    width: 300px;
    border-radius: var(--border_radius);
}
@media (max-width: 800px) {
    .elitedash-carousel {
        display: block !important;
    }
    .elitedash-promotion {
        display: none !important;
    }
}
.elitedash-promotion .promotion-item {
    flex: 1 0 0;
}
.elitedash-promotion img {
    width: 100%;
    border-radius: var(--border_radius);
}


/* SNS LOGIN */
.sns-wrapper-login .nsl-container-buttons {
    display: block !important;
}
.sns-wrapper-login .nsl-button {
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 4px 0;
    padding-left: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.sns-wrapper-login .nsl-button-google {
    background: #4285f6 !important;
}
.sns-wrapper-login .nsl-button-svg-container {
    background: white !important;
    border-radius: 100px !important;
    flex: none !important;
    height: 25px !important;
    width: 25px !important;
    padding: 4px !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
}
.sns-wrapper-login .nsl-button-label-container {
    flex: none !important;
}
.or-login {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}
.or-login:before,
.or-login:after {
    height: 1px;
    background-color: #e6e6e6;
    content: "";
    display: block;
    flex-grow: 1;
}
.or-login:before {
    margin-right: 30px;
}
.or-login:after {
    margin-left: 30px;
}
/* COMING SOON */
#content-coming-soon {
    height: 100vh;
}
#content-coming-soon .page-content {
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#content-coming-soon .page-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgb(0 0 0 / 55%);
}
#content-coming-soon h1 {
    font-size: clamp(72px, 40px, 25px);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
#content-coming-soon a {
    text-decoration: none;
    background: var(--white);
    padding: 15px 35px;
    border-radius: 100px;
    font-weight: 500;
    margin-top: 30px;
    transition: .4s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
#content-coming-soon a:hover {
    background-color: var(--primaryColor);
    color: var(--white);
}
.soon#content-wrapper {
    overflow: hidden;
    margin-top: 50px;
}
.location-details iframe {
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
}

/*GROCERY MERCHANTS*/
.grocery-merchants .card-wrapper img {
    width: 85px;
    height: 85px;
}
.grocery-merchants .card-wrapper .card > a {
    text-align: center;
    padding-top: 8px;
}
.grocery-merchants .card-wrapper .card > a > .show-all {
    border: thin;
    background: var(--primaryColor);
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    border-radius: var(--border_radius);
    justify-self: center;
}
.grocery-merchants .card-wrapper .card > a > .show-all img {
    width: 50px;
}
@media (max-width: 768px) {
    .grocery-merchants .card-wrapper .card > a > .show-all,
    .grocery-merchants .card-wrapper.store-wrapper img {
        width: 60px;
        height: 60px;
    }
    .grocery-merchants .card-wrapper .card > a > .show-all img {
        width: 30px;
    }
}
.go__back > a {
    padding: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.go__back > a:hover {
    color: var(--primaryColorHover);
}

/*SWIPER SLIDE*/
#order-again .swiper-slide,
#restaraunts-list .swiper-slide,
#foods-for-you .swiper-slide {
    width: 230px;
}
@media (max-width: 991px) {
    #order-again .swiper-slide,
    #restaraunts-list .swiper-slide,
    #foods-for-you .swiper-slide {
        width: 190px;
    }
    .card-wrapper.store-wrapper .card-store-image {
        height: 150px;
    }
}
@media (max-width: 767px) {
    #order-again .swiper-slide,
    #restaraunts-list .swiper-slide,
    #foods-for-you .swiper-slide {
        width: 150px;
    }
    .card-wrapper.store-wrapper .card-store-image {
        height: 130px;
    }
}
/*  Toggle Switch  */
/*.toggleSwitch span span {
    display: none;
}  
.toggleSwitch {
    display: inline-block;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 150px;
    background-color: var(--white);
    border-radius:100px;
    height:34px;
}
.toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.toggleSwitch label,
.toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}
.toggleSwitch input:focus ~ a,
.toggleSwitch input:focus + label {
    outline: none;
}
.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}
.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}
.toggleSwitch > span {
    position: absolute;
    left: 0;
    width: calc(100% - 6px);
    margin: 0;
    text-align: left;
    white-space: nowrap;
    margin:0 3px;
}
.toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.8em;
    width: auto;
    left: 0;
    top: -1px;
    opacity: 1;
    width:40%;
    text-align: center;
    line-height:34px;
}
.toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    top: 3px;
    bottom: 3px;
    padding: 0;
    left: calc(50% - 3px);
    width: 50%;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: var(--primaryColor);
}
.toggleSwitch > span span:first-of-type {
    opacity: 1;
    left: 0;
    margin: 0;
    width: 50%;
}
.toggleSwitch > span span:last-of-type {
    left:auto;
    right:0;
    margin: 0;
    width: 50%;
}
.toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.toggleSwitch input:checked ~ a {
    background-color: var(--primaryColor);
    left: 3px;
}
.toggleSwitch input:checked ~ span span:first-of-type {
    left:0;
    color: var(--white);
}
.toggleSwitch input:checked ~ span span:last-of-type {
    color: #999;
}
.toggleSwitch > span span:first-of-type {
    color: #999;
}
.toggleSwitch > span span:last-of-type {
    color: var(--white);
}

/* after of cookie --
.toggleSwitch input:checked ~ a.pickup {
    left: calc(50% - 3px);
}
.toggleSwitch input:checked + .pickup ~ span span:first-of-type {
    color: #999;
}
.toggleSwitch input:checked + .pickup ~ span span:last-of-type {
    color: #FFF;
}*/
/*--------------------*/
.order-toggle{
    width: 150px;
    position:relative;
}
.order-toggle input{
    display:none;
}
.toggle-box{
    position:relative;
    display:flex;
    background: var(--muted);
    border-radius:40px;
    height: 30px;
    cursor:pointer;
    font-family:Arial;
    overflow:hidden;
}
.toggle-option{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    font-size:12px;
}
.toggle-slider{
    position:absolute;
    width:50%;
    height:100%;
    background: var(--primaryColor);
    border-radius:40px;
    left:0;
    transition:0.3s;
    z-index:1;
}
/* when checked */
.order-toggle input:checked + .toggle-box .toggle-slider{
    left: 50%;
}
/* Default selected (Delivery) */
.delivery{
    color: var(--white);
}

/* When Pickup is selected */
#deliveryPickupToggle:checked + .toggle-box .delivery{
    color: #555;
}

#deliveryPickupToggle:checked + .toggle-box .pickup{
    color: var(--white);
}
/*--------------------*/
/*  End Toggle Switch  */

/* PAGES */
.page-content .content-image {
    border-radius: var(--border_radius);
}
.promotion-page {
    max-width: 1000px;
    width: 100%;
}
.content-image-wrapper {
    margin-bottom: 30px;
    border-radius: var(--border_radius);
    overflow: hidden;
}
.promotion-page h5 {
    margin-top: 20px;
}
.promotion-page :is(ul, ol) {
    padding: 0;
    margin-bottom: 20px;
    margin-left: 2px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.promotion-page ul {
    list-style-type: none;
}
.promotion-page ol {
    margin-left: 20px;
}
.promotion-page ol > li {
    padding-left: 5px;
}
.promotion-page ul > li {
    position: relative;
    padding-left: 25px;
}
.promotion-page ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/check.svg);
    top: 4px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
@media (max-width: 767px) {
    .maps-your-city img {
        max-width: 100% !important;
    }
}
@media (max-width: 525px) {
    .page-content .content-image {
        max-width: 500px;
    }
    .content-image-wrapper {
        margin-bottom: 20px;
    }
}
@media (max-width: 320px) {
    .page-content .content-image {
        max-width: 400px;
    }
}

/* end of PAGES */

#order_summary_total .cart-total.delivery-tip {
    margin-top: 5px;
    padding: 15px 0;
    border-top: 1px solid #d3e1db;
}
#content-wrapper.checkout__page {
    margin-left: 0;
}
.page-template-page-no-sidebar .navbar-location,
.page-template-page-no-sidebar .navbar-user {
    display: none !important;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    #sidebar-wrapper {
        display: none !important;
    }
    #content-wrapper {
        margin-left: 0;
        border-radius: 0;
        /*margin-top: 35px;*/
    }
    .search-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .shop-checkout-wrapper .woocommerce-checkout {
        gap: 30px;
    }
    .shop-checkout-wrapper #customer_details {
        padding: 0;
    }
    #order_summary_details {
        padding: 20px;
    }
    /*.shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields,*/
    #order_summary_details {
        padding: 20px;
    }
    .menu-item-wrapper {
        display: block !important;
    }
    .menu-item-wrapper .menu-item-link {
        text-decoration: none;
        border-radius: var(--border_radius);
        padding: 15px 2px;
        gap: 8px;
        text-align: center;
        background: var(--lightGreen);
        font-weight: bold;
    }
    .menu-item-wrapper .menu-item-link img {
        width: 50px;
        height: 50px;
    }
    .menu-item-wrapper .menu-items {
        grid-template-columns: repeat(9, 1fr);
        gap: 6px;
    }
    .menu-item-wrapper .menu-items > .menu-item {
        flex: 1 1 15%;
    }
    .menu-item-wrapper .menu-items .menu-item a {
        font-size: 12px;
    }
    #allServices .modal-fullscreen {
        margin-top: 150px !important;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden;
    }
    #allServices.show {
        overflow: hidden;
    }
    #allServices .modal-fullscreen:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 2px;
        background: #111;
        top: 12px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0 auto;
    }
    .category-item-wrapper .category-item {
        text-align: center;
    }
    .category-item img {
        max-width: 60px;
    }
    #allServices .modal-dialog {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      height: 60vh;
      transform: translateY(100%);
      transition: transform 0.3s ease-out;
    }
    #allServices.show .modal-dialog {
      transform: translateY(0);
    }
    #allServices .modal-content {
        height: 100%;
    }
    #allServices.fade .modal-dialog {
      transition: transform 0.3s ease-out;
      transform: translateY(100%);
    }
    #allServices.fade.show .modal-dialog {
      transform: translateY(0);
    }
    footer,
    header .navbar,
    .search-wrapper {
        background: var(--white);
    }
    .store-menu-wrapper {
        padding: 0 10px;
    }
    .store-menu-wrapper .navbar-nav {
        flex-flow: row;
    }
    .menu-item-wrapper .menu-items:first-child > .menu-item a {
        background: none;
        flex-flow: column;
        font-size: 11px;
    }
    .header .user-login-wrapper a {
        color: #FFF !important;
        border-color: #fff !important;
    }
}
@media (max-width: 991px) {
    #sidebar-wrapper > ul {
        row-gap: 8px;
    }
    #sidebar-wrapper .nav-item .nav-link {
        padding: 4px 8px;
        text-align: center;
    }
    #sidebar-wrapper .nav-item .nav-link > span {
        display: none;
    }
    #content-wrapper #content {
        padding: 25px 12px;
    }
    header .container-fluid:not(.user) {
        flex-wrap: wrap;
    }
    header .navbar-brand {
        position: absolute;
        top: 0;
        z-index: 1;
        height: 60px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    header .navbar-brand img {
        width: 170px;
    }
    .header .navbar-location {
        top: 6px;
        width: 100%;
        align-items: center;
    }
    .header .navbar-user {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        gap: 0 !important;
        padding: 6px 20px;
        align-items: center;
        justify-content: end;
        min-height: 60px;
    }
    .header .user-login-wrapper {
        margin-right: 10px;
    }
    .header .user-login-wrapper a {
        padding: 6px 12px !important;
        font-size: 13px !important;
    }
    .header #navbar-header {
        padding-top: 60px;
        border-bottom: none;
        padding-bottom: 10px;
    }
    .header.is-checkout #navbar-header {
        padding-bottom: 0;
    }
    .search-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid var(--muted);
    }
    .guest #content-wrapper {
        margin-top: -10px;
    }
    .guest .search-wrapper {
        margin-top: 0;
    }
    .search-input {
        height: 40px;
        font-size: 14px;
    }
    .add__location {
        font-size: 14px;
    }
    /*.header .cart-count {
        background: #fff !important;
        color: #333 !important;
    }*/
    .header .navbar-user .dropdown {
        margin-right: 10px;
    }
    /*.header .navbar-user .user_data {
        color: #fff;
    }
    .header .cart-contents svg {
        fill: #fff !important;
    }*/
    #wrapper {
        margin-top: 112px;
    }
    .user#wrapper {
        margin-top: 10px !important;
    }
    .page-template-page-explore .user#wrapper {
        margin-top: 0 !important;
    }
    #sidebar-wrapper {
        top: 112px;
        padding-top: 30px;
    }
    .menu-toggle-wrapper {
        display: block;
    }
    .menu-toggle-wrapper .menu__toggle {
        font-size: 20px;
        cursor: pointer;
        width: 100%;
        display: block;
    }
    #sidebar-wrapper.show {
        width: 150px;
        z-index: 1050;
        box-shadow: 10px 0 5px -5px rgb(0 0 0 / 5%);
    }
    #sidebar-wrapper.show ul li a {
        text-align: left !important;
    }
    #sidebar-wrapper.show ul li a > span {
        display: inline !important;
    }
    .page-template-page-registration > .header + #wrapper,
    .page-template-page-login > .header + #wrapper {
        margin-top: 0 !important;
    }
    .navbar-user .dropdown {
        display: none !important;
    }
    .sp-user-wrapper {
        position: absolute;
        right: -5px;
        display: block;
        z-index: 9;
    }
    .is-checkout#wrapper {
        margin-top: -15px !important;
    }
    .shop-checkout-wrapper #customer_details .woocommerce-billing-fields {
        margin-top: 0;
        padding: 15px 20px;
    }
    .shop-checkout-wrapper #customer_details .woocommerce-billing-fields > h3,
    .shop-checkout-wrapper #customer_details .delivery-options-wrapper h3 {
        font-size: 14px;
    }
    .shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .delivery-options-wrapper {
        padding: 15px 20px;
    }
    .shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields > h3 {
        font-size: 14px !important;
        padding: 15px;
    }
    .shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
        padding: 15px;
        padding-top: 0;
    }
    .shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields .delivery-options-wrapper,
    .shop-checkout-wrapper .woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 10px;
    }
    .shop-checkout-wrapper .woocommerce-checkout {
        gap: 10px;
    }
    .shop-checkout-wrapper #customer_details .woocommerce-additional-fields > h3:after {
        right: 20px;
    }
    #order_review .cart-item .product-addons {
        width: 450px;
    }
    #content-wrapper {
        margin-top: 90px;
    }
    .page-template-page-no-sidebar #wrapper #content-wrapper {
        margin-top: 60px;
        z-index: 9999;
    }
}
    
@media (max-width: 800px) {
    .search-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    #content-wrapper {
        margin-top: 100px;
    }
    .categ-title {
        margin-top: 30px !important;
    }
    .search-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    header #navbar-header {
        padding-left: 0;
        padding-right: 0;
    }
    .yellow-banner {
        margin-right: -10px;
        margin-left: -10px;
    }
    .yellow-banner .discount1 {
        padding-right: 0;
    }
    .yellow-banner .discount1 img {
        max-width: 100%;
    }
    .search-wrapper {
        padding-top: 10px;
    }
    .guest#content-wrapper {
        margin-top: 121px;
    }
    #sidebar-wrapper {
        top: 140px;
    }
    span.add__location {
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-align: left;
        font-size: 14px;
        width: 90%;
        text-overflow: ellipsis;
    }
    .search-input {
        font-size: 14px;
    }
    header .container-fluid.user .navbar-brand {
        width: 100%;        
    }
    header .container-fluid.user .navbar-user {
        margin-top: 10px;   
    }
    .store-info-wrapper .store-img {
        width: 95px;
        height: 95px;
    }
    .woocommerce-account table tbody td {
        border: 0 !important;
        background: rgba(0, 0, 0, .025);
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .woocommerce-account table tbody td:last-child {
        margin-bottom: 20px;
        border-radius: 0 0 10px 10px;
        height: 80px;
    }
    .woocommerce-account table tbody td:nth-child(2) {
        border-radius: 10px 10px 0 0;
        padding-top: 20px !important;
    }
    .woocommerce-account table tbody td:last-child > a {
        margin: 2px;
        padding: 10px 20px;
        width: auto;
    }
    .woocommerce-account .account-payment-methods-table.shop_table td:first-child {
        border-radius: 10px 10px 0 0 !important;
        border-top: 0 !important;
    }
    .woocommerce-account .account-payment-methods-table.shop_table td:nth-child(2) {
        border-radius: 0 !important;
    }
    .woocommerce-account .account-payment-methods-table.shop_table td:last-child {
        border-top-right-radius: 0;  
    }
    .woocommerce-account .account-payment-methods-table.shop_table td:last-child:before {
        content: none;
    }
    .woocommerce-account .account-payment-methods-table.shop_table td:last-child > a {
        padding: 4px;
    }
    #categories a > img {
        width: 100%;
        max-width: 20px;
    }
    .swiper-wrapper-container .swiper-nav {
        width: 30px;
        height: 30px;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 14px;
    }
    body > .header + #wrapper > .woocommerce .custom-registration-wrapper,
    body > .header + #wrapper > .woocommerce .custom-login-wrapper {
        padding: 30px;
        padding-top: 40px;
    }
    body > .header + #wrapper > .woocommerce .custom-registration-wrapper form input:not([type="checkbox"]) {
        height: 35px !important;
        font-size: 14px;
    }
    body > .header + #wrapper > .woocommerce .custom-registration-wrapper form input.woocommerce-form-login__submit {
        height: 45px !important;
    }
    #menu-footer-menu {
        margin: 0 auto 10px;
        padding: 0;
    }
    .copyright > p,
    #menu-footer-menu li a {
        font-size: 14px;
    }
    .swiper-slide {
        padding: 4px;
    }
    .swiper-slide .card-wrapper .card > a {
        flex-direction: column;
    }
    .card-wrapper .card a > img {
        width: 110px;
        height: 110px;
    }
    .product-store-img img {
        max-width: 25px;
    }
    #categories .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 5px;
        overflow: auto;
        scrollbar-color: transparent transparent;
    }
    #categories .swiper-wrapper .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
    .categories .swiper-slide > a {
        padding: 4px 20px !important;
        font-size: 12px !important;
    }
    .categories .swiper-slide > a img {
        width: 22px;
        height: 22px;
    }
    .categories .swiper-nav {
        display: none;
    }
    .yellow-banner .discount1 img {
        border-radius: 0;
    }
    .menu-item-wrapper .menu-item-link {
        padding: 10px 5px;
        font-size: 14px;
    }
    .card-wrapper .card .show-brand-products > img,
    .card-wrapper.store-wrapper .card-store-image img {
        height: 200px;
        border-radius: 6px !important;
    }
    .text-gray-800 {
        font-size: 17px !important;
        font-weight: bold;
        margin-bottom: 2px !important;
    }
    .row.mt-5 {
        margin-top: 35px !important;
    }
    .row.mt-5 > * {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .swiper-wrapper-container:not(.categories) .swiper-nav {
        width: 30px;
        height: 30px;
        top: -15px;
    }
    .swiper-wrapper-container:not(.categories) .swiper-button-prev {
        right: 43px;
    }
    .swiper-wrapper-container:not(.categories) .swiper-button-next {
        right: 10px;
    }
    .card-wrapper .card-body > .card-title {
        white-space: normal;
        text-overflow: unset;
        font-size: 13px;
    }
    .card-wrapper .card-body .user__distance {
        font-size: 12px;
    }
    .card-wrapper .card > a .card-body {
        padding: 12px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .menu-item-wrapper .menu-item-link {
        font-size: 11px;
        font-weight: bold !important;
    }
    .menu-item-wrapper .menu-item-link img {
        width: 30px;
        height: 30px;
    }
    header .navbar-brand img {
        width: 150px;
    }
    .menu-item-wrapper .menu-items {
        gap: 2px;
        display: grid !important;
        grid-template-columns: repeat(9, 1fr);
    }
    .menu-item-wrapper .menu-items:first-child {
        grid-template-columns: repeat(7, 1fr);
        width: 100%;
        max-width: 100%;
        gap: 10px;
        overflow-x: auto;
        scrollbar-color: transparent transparent;
    }
    .menu-item-wrapper .menu-items .menu-item a {
        font-size: 10px;
        gap: 2px;
        padding: 5px 2px;
        font-weight: 500;
    }
    .del-tip-wrapper ul li span {
        padding: 6px 20px;
    }
    #order_summary_total h5 {
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .explore-bottom-sheet {
        right: 0;
        width: 100%;
        height: 270px;
        top: unset;
        transform: none;
        -webkit-transform: none;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .explore-bottom-sheet #explore-list {
        flex-flow: row;
        height: auto;
        gap: 20px;
    }
    .explore-bottom-sheet #explore-list .explore-card {
        flex-flow: column;
    }
    #explore-list .card-wrapper {
        width: 150px;
    }
    .explore-bottom-sheet .explore-card img {
        width: 100% !important;
        height: 120px !important;
    }
    .explore-bottom-sheet .explore-card .card-body {
        padding: 10px 5px;
    }
    .explore-bottom-sheet .explore-card .card-body > * {
        margin: 0 !important;
    }
    .btn-backto {
        position: fixed;
        z-index: 999;
        top: 10px;
        background: var(--white);
        left: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        padding: 0;
        overflow: hidden;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .btn-backto > a {
        padding: 10px 15px;
        display: block;
    }
    .btn-backto > a span {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .explore-bottom-sheet .btn-collapse {
        top: -23px;
        right: calc(50% - 40px);
        margin: 0 auto;
    }
    .explore-bottom-sheet .btn-collapse button {
        width: 48px;
        height: 23px;
        border-radius: 8px 8px 0 0;
        box-shadow: 0 -1px 2px rgba(60, 64, 67, 0.3), 0 -2px 6px 2px rgba(60, 64, 67, 0.15);
    }
    .explore-bottom-sheet .btn-collapse button .collapse-left,
    .explore-bottom-sheet .btn-collapse button .collapse-right {
        display: none !important;
    }
    .explore-bottom-sheet .btn-collapse button .collapse-mobile {
        display: block !important;
    }
    .explore-bottom-sheet.is-collapsed {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .explore-bottom-sheet .card:hover {
        transform: none;
        -webkit-transform: none;
        box-shadow: none;
    }
    #content-wrapper #content {
        padding: 0;
    }
    #content-wrapper #content.content-homepage {
        padding: 15px 10px;
    }
    .single-restaurant #content-wrapper #content {
        padding: 15px 0;
    }
    .promo-wrapper .promo-items {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 15px;
    }
    .header .user-login-wrapper a {
        padding: 5px 10px !important;
        font-size: 12px !important;
    }
    .breadcrumb-item > * {
        font-size: 12px !important;
    }
    li.breadcrumb-item {
        align-items: center;
        display: flex;
    }
    .discount1 .hide-pc {
        display: block;
    }
    .discount1 .hide-sp {
        display: none;
    }
    .custom-registration-wrapper label {
        font-size: 13px;
    }
    body > .header + #wrapper > .woocommerce form {
        margin-top: 5px;
    }
    .custom-registration-wrapper .form-row + p {
        font-size: 14px;
    }
    #order_review .cart-item .product-addons {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: pre-wrap;
        padding-right: 20px;
        font-size: 13px !important;
    }
    #order_review {
        margin-top: 5px;
        margin-bottom: 0;
    }
    #order_summary_total {
        margin-top: 0;
        padding-top: 15px;
        border-color: #d3e1db;
        gap: 10px !important;
    }
    #order_review .order-total {
        margin-top: 0 !important;
    }
    .order-total > h3 {
        font-size: 18px;
    }
    #order_review_heading {
        font-size: 20px;
        margin-bottom: 0;
    }
    #order-summary-wrapper .woocommerce-checkout-payment #place_order {
        padding: 8px 35px;
        margin: 0;
    }
    #order-summary-wrapper .woocommerce-privacy-policy-text > p {
        font-size: 13px;
    }
    .sp-user-wrapper {
        right: 5px;
    }
    .toggleSwitch {
        margin-right: 10px;
    }
    .shop-checkout-wrapper {
        padding: 8px !important;
    }
    #order_review .cart-item .badge-count {
        width: 15px;
        padding: 8px;
        height: 15px;
        border-color: var(--lightGreen) !important;
    }
    .order-toggle .toggle-option {
        font-size: 11px;
    }
    .order-toggle {
        margin-right: 10px;
        width: 115px;
    }
    .del-tip-wrapper ul {
        gap: 5px;
    }
}
@media (max-width: 575px) {
    .card-wrapper .card-body span.text-category {
        width: 175px;
        display: block;
    }
    .menu-item-wrapper .menu-items {
        grid-template-columns: repeat(6, 1fr);
    }
    .row .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 425px) {
    #menu-footer-menu li a {
        font-size: 12px;
    }
    span.add__location {
        text-align: left;
        margin-left: -10px;
    }
    header .container-fluid > .navbar-location {
        width: 100%;
        justify-content: start;
    }
    .guest #sidebar-wrapper {
        top: 170px;
    }
    #sidebar-wrapper {
        top: 140px;
    }
    #sidebar-wrapper {
        top: 180px;
    }
    .store__title {
        text-align: center;
    }
    .store-info-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .store-info-wrapper .store-details {
        align-items: center;
    }
    .woocommerce-orders table tbody td:last-child > a {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .woocommerce-orders table tbody td:last-child {
        height: 150px;
    }
    .woocommerce-account :is(.form-row-first, .form-row-last),
    .woocommerce-billing-fields__field-wrapper :is(.form-row-first, .form-row-last) {
        width: 100% !important;
    }
    .user#wrapper {
        margin-top: 112px;
    }
    .woocommerce-add-payment-method #content {
        padding: 0 !important;
    }
    .page-template-page-order-checkout #content-wrapper #content {
        padding: 0;
    }
    .menu-item-wrapper .menu-items .menu-item a {
        font-size: 9px;
    }
    .menu-item-wrapper .menu-items:first-child {
        grid-template-columns: repeat(7, 1fr);
    }
    .menu-item-wrapper .menu-items {
        grid-template-columns: repeat(5, 1fr);
    }
    .card-wrapper .card .show-brand-products > img,
    .card-wrapper.store-wrapper .card-store-image img {
        height: 145px;
    }
    .store-info-wrapper .glsr-summary {
        justify-content: center;
        margin: 5px 0;
    }
    .store-info-wrapper .glsr-summary-text {
        text-align: center;
    }
    .store-info-wrapper .store-img {
        width: 140px;
        height: 140px;
    }
    .breadcrumb {
        justify-self: center;
    }

    .elitedash-swiper .swiper-slide {
        width: 240px;
    }
    .elitedash-carousel img {
        width: 100% !important;
    }
    .breadcrumb-item.active span {
        width: 155px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
    }
}
@media (max-width: 325px) {
    header .navbar-brand img {
        width: 105px;
    }
    .toggleSwitch {
        width: 120px;
    }
    .toggleSwitch > span span {
        font-size: 12px;
    }
}


.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}

.swiper:not(.swiper-initialized) .swiper-slide {
  width: auto;
}
.dropdown-toggle::after {
    content: none;
}
@media (max-width: 375px) {
    .menu-item-wrapper .menu-item-link {
        font-size: 9px;
    }
}

/* SP MERCHANT */
@media (max-width: 767px) {
    .food-menu-open {
        overflow:hidden;
        height:100vh;
    }
    .single-restaurant header {
        display: none !important;
    }
    .single-restaurant #wrapper {
        margin-top: 0 !important;
    }
    .merchant-mobile {
        position: relative;
    }
    .merchant-mobile .merchant-header {
        position: relative;
        height: 180px;
        overflow: hidden;
        transition: 0.3s ease;
        -webkit-transition:0.3s ease;
    }
    .header-hidden .merchant-header {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .merchant-mobile .merchant-header img {
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .merchant-mobile .header-overlay {
        position:absolute;
        inset: 0;
        padding:15px;
        background:linear-gradient(to top, rgba(0,0,0,0.35), transparent);
        color:#fff;
        transition:opacity 0.3s ease;
        -webkit-transition:opacity 0.3s ease;
    }
    .merchant-mobile .btn-back {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        text-decoration: none;
    }

    /* MERCHANT INFO */
    .merchant-mobile .merchant-info {
        gap: 12px;
        padding: 15px;
        background: #fff;
        align-items: center;
        border-bottom: 1px solid #eee;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -50px;
        z-index: 12;
        position: relative;
        border-radius: var(--border_radius);
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    }
    .merchant-mobile .merchant-left img{
        width: 120px;
        height: 120px;
        border-radius: var(--border_radius);
        object-fit: cover;
    }
    .merchant-mobile .merchant-details {
        flex:1;
    }
    .merchant-mobile .merchant-name {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }
    .merchant-mobile .merchant-address {
        font-size: 14px;
    }
    .merchant-mobile .rating {
        font-size: 14px;
        margin-top: 4px;
    }
    .merchant-mobile .rating span {
        color: #555;
        font-size: 13px;
    }
    .merchant-mobile .category-scroll {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding: 10px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 20;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }
    .merchant-mobile .category-scroll button{
        white-space:nowrap;
        padding:6px 14px;
        border-radius:20px;
        border:1px solid #ddd;
        background:#fff;
        cursor:pointer;
        transition:0.2s;
        -webkit-transition:0.2s;
    }
    .merchant-mobile .category-scroll button.active{
        background:#00a85a;
        color:#fff;
        border-color:#00a85a;
    }
    .merchant-mobile .menu-section-item-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Sticky compact bar */
    .compact-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        gap: 12px;
        padding: 12px;
        background: var(--white);
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        z-index: 50;
        flex-direction: column;
    }
    .compact-header.active{
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .header-scroll-effects .merchant-info {
        display: none;
    }
    .compact-header .merchant-details-effect {
        gap: 10px;
    }
    .merchant-mobile .compact-header .btn-back {
        background: rgba(0, 0, 0, 0.05);
        color: #333;
    }
    .compact-header h5 {
        margin: 0;
        font-size: 17px;
    }
    .merchant-category-menu {
        gap: 10px;
    }
    /*.merchant-menu-list select {
        outline: 0;
        width: 100%;
        border-radius: 25px;
        border: thin solid #ccc;
        padding: 5px 13px;
        font-size: 14px;
        color: #333;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 20px; 
        background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='black' stroke-width='2'> <polyline points='6 8 10 12 14 8'/> </svg>") no-repeat right 12px center;
        background-size: 16px;
    }
    .merchant-menu-list select:focus-visible {

    }*/

    /* SELECT BAR */
    .category-select{
        position:sticky;
        top:60px;
        z-index:40;
        background:#fff;
        padding:12px 15px;
        font-weight:bold;
        font-size:16px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        border-bottom:1px solid #eee;
        cursor:pointer;
    }

    /* CARET */
    .caret{
        font-size:14px;
    }

    /* SHEET BACKDROP */
    .category-sheet{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,0.4);
        opacity:0;
        pointer-events:none;
        transition:0.25s;
        z-index:100;
    }

    .category-sheet.active{
        opacity:1;
        pointer-events:auto;
    }

    /* SHEET */
    .sheet-list{
        overflow-y:auto;
        max-height:60vh;
        -webkit-overflow-scrolling: touch;
    }
    .sheet-content{
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        background:#fff;
        border-radius:20px 20px 0 0;
        transform:translateY(100%);
        transition:0.3s ease;
        max-height:80%;
    }

    .category-sheet.active .sheet-content{
        transform:translateY(0);
    }

    /* HANDLE */
    .sheet-handle{
        width:40px;
        height:4px;
        background:#ccc;
        margin:10px auto;
        border-radius:2px;
    }

    /* HEADER */
    .sheet-header{
        font-weight:bold;
        padding:10px 15px;
    }

    /* LIST */
    .sheet-item{
        padding:16px;
        border-bottom:1px solid #eee;
        cursor:pointer;
    }

    .sheet-item.active{
        color:#00a85a;
        font-weight:bold;
    }
    
    .merchant-search {
        border: thin solid #ccc;
        border-radius: 25px;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        height: 33px;
        color: #777;
    }
    .merchant-search > i {
        font-size: 13px;
        position: relative;
        top: 1px;
    }
}
