/* =======================================
   GLOBAL / HIDE UNUSED
======================================= */
#dnn_ctr389_ctl00_dnnSkinMessage { display: none !important; }

/* =======================================
   BOOTSTRAP OVERRIDES
======================================= */
.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
  background-color: #ff7800 !important;
  border-color: #ff7800 !important;
  color: #fff !important;
}
.pagination .page-item:not(.active) .page-link:hover {
  background-color: rgba(255, 120, 0, 0.1) !important;
  border-color: #ff7800 !important;
  color: #ff7800 !important;
}

/* =======================================
   PRODUCT LIST (SUSHIMOSHI)
======================================= */

/* Primary Add to Cart Button */
.sushimoshi-add-btn.btn-primary {
  background-color: #f4d4e1 !important;
  border-color: #f4d4e1 !important;
  color: #000 !important;
  transition: all 0.25s ease-in-out;
}
.sushimoshi-add-btn.btn-primary:hover,
.sushimoshi-add-btn.btn-primary:focus {
  background-color: #ff7800 !important;
  border-color: #ff7800 !important;
  color: #fff !important;
}

/* Favorite Button */
.sushimoshi-fav-btn {
  width: 2.25rem; height: 2.25rem;
  border-radius: 50% !important;
  padding: 0 !important;
  display: flex; align-items: center; justify-content: center;
  color: #ff7800 !important;
  border: 1px solid #ff7800 !important;
  transition: all 0.25s ease-in-out;
}
.sushimoshi-fav-btn:hover {
  background-color: #ff7800 !important; color: #fff !important;
}
.sushimoshi-fav-btn.active {
  background-color: #ff7800 !important;
  border-color: #ff7800 !important;
  color: #fff !important;
  animation: favPulse 0.3s ease;
}
@keyframes favPulse {
  0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1); }
}

/* Menu Category Pills */
.sushimoshi-pills .nav-link {
  border-radius: 50px; padding: 0.5rem 1.2rem; font-weight: 500;
  color: #333; background-color: #f9f9f9; transition: all 0.3s ease;
}
.sushimoshi-pills .nav-link:hover { background-color: #ececec; }
.sushimoshi-pills .nav-link.active { background-color: #ff4757; color: #fff; }

/* Product Grid */
.rvdsf-productlist-grid .row { margin-bottom: 1rem; }
.sushimoshi-card {
  display: flex; flex-direction: column;
  border: 1px solid #ced4da; border-radius: 0.5rem;
  padding: 1rem; background-color: #fff; overflow: hidden;
}
.sushimoshi-card .action-row { margin-top: auto; }
.sushimoshi-card img {
  display: block; width: 100% !important; height: auto !important;
  object-fit: cover; transition: transform 0.3s ease-in-out;
}
.sushimoshi-card:hover img { transform: scale(1.02); }

/* Price Styling */
.rvdsf-label-price,
.sushimoshi-price {
  font-size: 1.75rem; font-weight: 700;
  color: #ff7800 !important; white-space: nowrap; line-height: 1.2;
}
.rvdsf-label-price sup, .price-cents { font-size: 1rem; vertical-align: super; }

/* Product Name */
.sushimoshi-card .rvdsf-label-name {
  text-transform: uppercase; font-weight: 600;
  margin-top: 0.25rem; text-align: left;
  word-break: break-word;
}
.sushimoshi-category-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .sushimoshi-category-title {
    margin-left: -16.66%;
    width: 116.66%;
  }
}

/* =======================================
   PRODUCT FILTERS
======================================= */
.sushimoshi-filter-header {
  font-size: 1.6rem; font-weight: 700;
  padding-bottom: 0.5rem; border-bottom: 2px solid var(--bs-primary);
  margin-bottom: 1rem; cursor: pointer;
}
.sushimoshi-checkbox-item {
  display: flex; align-items: center;
  padding: 0.5rem 0; border-bottom: 1px solid #ececec;
}


.qs-sticky-stuck {
  /* No transitions for instant behavior */
}

.qs-sticky-placeholder {
  display: block;
  height: 0;
}


/* =======================================
   PRODUCT DETAILS TABS & ACCORDION
======================================= */

/* Desktop Tabs */
.nav-pills {
  display: flex; justify-content: space-between;
  background-color: #fff;
  border-bottom: 2px solid #f4d4e1;
  border-radius: 6px;
  overflow: hidden;
}
.nav-pills .nav-item { flex: 1; }
.nav-pills .nav-link {
  text-align: center;
  border: 1px solid #f4d4e1;
  border-radius: 0;
  color: #ff7800;
  font-weight: 600;
  padding: 10px 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.nav-pills .nav-link:hover {
  background-color: #f4d4e1;
  color: #000;
}
.nav-pills .nav-link.active {
  background-color: #f4d4e1;
  color: #000;
  border-color: #f4d4e1;
}

/* Mobile Accordion */
.accordion-button {
  background-color: #f4d4e1;
  color: #000;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background-color: #f4d4e1;
}
.accordion-button:focus { box-shadow: none; }

@media (max-width: 767px) {
  #stickyAddBtn {
    font-size: 0.95rem;
    padding: 10px 14px;
    white-space: nowrap;
  }
}
/* =======================================
   PRODUCT LIST (SUSHIMOSHI) - NEW RULES
======================================= */
/* Mobile Product List Adjustments */
@media (max-width: 767px) {
    .rvdsf-productlist-grid .row.row-cols-mobile {
        --bs-gutter-x: 0.5rem; /* Consistent reduced gutter */
        --bs-gutter-y: 0.5rem;
    }
    .rvdsf-productlist-container .rvdsf-product-gallery-container {
        height: auto !important; /* Override fixed height for mobile */
        margin-bottom: 0.5rem; /* Reduced margin for tighter layout */
    }
    .rvdsf-product-info-container {
        margin-bottom: 0.5rem; /* Reduced margin */
    }
    .rvdsf-label-price {
        font-size: 1.5rem; /* Smaller price font for mobile */
    }
    .rvdsf-label-name {
        font-size: 0.9rem; /* Smaller product name for mobile */
    }
    .sushimoshi-product-image {
        max-height: 150px !important; /* Reduced image height for mobile */
        width: 100% !important;
        object-fit: cover;
    }
}

/* Desktop Product List Adjustments */
@media (min-width: 768px) {
    .rvdsf-productlist-container .rvdsf-product-gallery-container {
        min-height: 240px; /* Ensure uniform height for desktop */
        max-height: 300px; /* Allow larger images */
        margin-bottom: 1rem; /* Restore margin for desktop */
        display: flex;
        align-items: center; /* Center images vertically */
        justify-content: center;
    }
    .sushimoshi-product-image {
        max-height: 300px !important; /* Increased image height for desktop */
        width: 100% !important;
        object-fit: cover;
    }
    .sushimoshi-card {
        padding: 1rem; /* Restore padding for desktop */
    }
}

/* Ensure consistent card height and alignment */
.sushimoshi-card {
    justify-content: space-between; /* Ensure content is spaced evenly */
    min-height: 100%; /* Force cards to equal height in grid */
}

/* =======================================
   SEARCH BAR
======================================= */
.rvdsf-productsearch-container .input-group {
  display: flex; align-items: stretch;
  border: 2px solid #ff7800;
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}
.rvdsf-productsearch-container .form-control {
  border: none !important;
  box-shadow: none !important;
  border-radius: 50px 0 0 50px !important;
  flex: 1 1 auto;
}
.rvdsf-productsearch-container .btn {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 50px 50px 0 !important;
  background-color: #ff7800 !important;
  color: #fff !important;
  padding: 0.65rem 1.25rem;
  flex: 0 0 auto;
}
.rvdsf-productsearch-container .btn:hover {
  background-color: #e66e00 !important;
}
@media (max-width: 767px) {
  .mobile-search .input-group {
    display: flex !important;
    align-items: stretch !important; /* force children to stretch equally */
    height: 32px !important;
  }

  .mobile-search .input-group .form-control {
    height: 100% !important;
    font-size: 0.85rem !important;
    padding: 0 0.5rem !important;
    border-radius: 50px 0 0 50px !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
  }

  .mobile-search .input-group .btn {
    height: 100% !important; /* fill entire height */
    padding: 0 0.6rem !important;
    font-size: 0.85rem !important;
    border-radius: 0 50px 50px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: normal !important;
    border-left: none !important;
  }

  .mobile-search .input-group .fa,
  .mobile-search .input-group .fas {
    font-size: 0.9rem !important;
  }
}


/* =======================================
   STICKY ADD-TO-CART BAR (Mobile)
======================================= */
#stickyAddToOrder { z-index: 1055; }
#stickyAddToOrder #stickyPrice {
  white-space: nowrap; flex-shrink: 0;
}
#stickyAddBtn {
  background-color: #ff7800 !important;
  color: #fff !important;
  font-weight: 600;
}
#stickyAddBtn:hover { background-color: #e66e00 !important; }

/* Hide desktop sticky */
@media (min-width: 992px) { #stickyAddToOrder { display: none !important; } }

/* =======================================
   TOAST STYLING
======================================= */
.toast { opacity: 0.95; }
.toast-restaurant {
  background-color: #f4d4e1 !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 12px;
}

/* =======================================
   PRODUCT IMAGE MODAL
======================================= */
/* =======================================
   PRODUCT IMAGE MODAL (scoped z-index)
======================================= */
#productImageModal .modal-dialog { max-width: 800px; width: auto; }
/* Keep just this modal sky-high */
#productImageModal.modal { z-index: 99999 !important; }
/* Only its backdrop gets the huge z-index */
.modal-backdrop.product-image-backdrop { z-index: 99998 !important; }

/* Reset all other backdrops to Bootstrap default stack */
.modal-backdrop:not(.product-image-backdrop) { z-index: 1050 !important; }

/* Favorite-login modal: keep it above toasts (yours are ~2000) */
.favorite-login-modal { z-index: 2100 !important; }
.modal-backdrop.favorite-login-backdrop { z-index: 2095 !important; }

@media (max-width: 767px) {
  #productImageModal .modal-dialog {
    margin: 1rem auto;
    max-width: 95%;
    height: auto;
  }
  #productImageModal .modal-body {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #productImageModal img {
    max-height: 80vh;
    width: auto;
    object-fit: contain;
  }
  .rvdsf-field-description-container { padding-bottom: 90px; }
  .rvdsf-product-info-container .sticky-bottom { display: none !important; }
}

/* Hide desktop Add-to-Order bar on mobile */
@media (max-width: 767px) {
    .product-detail-desktop-order {
        display: none !important;
    }
}

/* =======================================
   MOBILE MINI-CART THEME + COMPACT
   ======================================= */
@media (max-width: 767px) {
  .rvdsf-cartsummary-mobile {
    background-color: #f4d4e1 !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    font-size: 0.85rem !important;
  }

  .rvdsf-cartsummary-mobile .rvdsf-cartsummary-header-container {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.25rem 0 !important;
  }

  .rvdsf-cartsummary-mobile .rvdsf-cartsummary-header-container .btn {
    background-color: #ff7800 !important;
    color: #fff !important;
    padding: 0.3rem 0.6rem !important;
    border-radius: 6px !important;
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .rvdsf-cartsummary-mobile .rvd-label-qty,
  .rvdsf-cartsummary-mobile .rvdsf-label-amount {
    font-weight: 600 !important;
    color: #000 !important;
  }

  .rvdsf-cartsummary-mobile .rvdsf-cartsummary-detail-container {
    margin-top: 0.5rem !important;
    background-color: #fff !important;
    border-radius: 6px !important;
    padding: 0.5rem !important;
  }

  .rvdsf-cartsummary-mobile .rvdsf-salesorderdetail-table th,
  .rvdsf-cartsummary-mobile .rvdsf-salesorderdetail-table td {
    padding: 0.3rem !important;
    vertical-align: middle !important;
  }
  .rvdsf-cartsummary-mobile .rvdsf-salesorderdetail-table img {
    max-width: 40px !important;
    height: auto !important;
    border-radius: 4px !important;
  }

  .rvdsf-cartsummary-mobile .rvdsf-btn-cart,
  .rvdsf-cartsummary-mobile .rvdsf-btn-checkout {
    background-color: #ff7800 !important;
    border: none !important;
    color: #fff !important;
    font-size: 0.85rem !important;
    padding: 0.4rem 0.75rem !important;
    border-radius: 6px !important;
    width: 48% !important;
  }
  .rvdsf-cartsummary-mobile .rvdsf-btn-cart:hover,
  .rvdsf-cartsummary-mobile .rvdsf-btn-checkout:hover {
    background-color: #e66e00 !important;
  }

  .rvdsf-cartsummary-mobile .btn-toolbar {
    display: flex !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    margin-top: 0.5rem !important;
  }

  .rvdsf-cartsummary-mobile .rvdsf-cartsummary-amount-container {
    font-size: 0.85rem !important;
    margin-top: 0.5rem !important;
  }
}

/* =======================================
   DESKTOP MINI-CART DRAWER
======================================= */
.sushimoshi-minicartdesktop-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1040;
}
.sushimoshi-minicartdesktop-overlay.show {
    display: block;
}

.sushimoshi-minicartdesktop-drawer {
    position: fixed;
    top: 0; 
    right: -100%;
    width: 400px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.15);
}
.sushimoshi-minicartdesktop-drawer.open {
    right: 0;
}

/* Drawer Header */
.sushimoshi-minicartdesktop-drawer .drawer-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}

/* Drawer Body Scroll */
.sushimoshi-minicartdesktop-drawer .drawer-body {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 1rem;
}

/* =======================================
   DESKTOP CART BUTTON IN NAVBAR
======================================= */
.sushimoshi-minicartdesktop-btn {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 0.4rem;
}

/* Icon */
.sushimoshi-minicartdesktop-icon {
    font-size: 20px;
    color: #d65385; /* darker pink for visibility */
    transition: color 0.3s ease;
}
.sushimoshi-minicartdesktop-btn:hover .sushimoshi-minicartdesktop-icon {
    color: #ff7800;
}

/* Quantity Badge */
.sushimoshi-minicartdesktop-count {
    background-color: #f4d4e1;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 12px;
    line-height: 1.2;
}

/* Price Text */
.sushimoshi-minicartdesktop-price {
    font-weight: 700;
    font-size: 14px;
}

/* =======================================
   BRAND BUTTON COLORS
======================================= */
.btn-brand {
    background-color: #ff7800 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
}
.btn-brand:hover {
    background-color: #e66e00 !important;
}
.btn-secondary {
    background-color: #f4d4e1 !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 6px;
}
.btn-secondary:hover {
    background-color: #eac0cd !important;
}

/* =======================================
   CART TABLE
======================================= */
.sushimoshi-minicartdesktop-drawer table.table {
    font-size: 14px;
    margin-bottom: 0;
}
.sushimoshi-minicartdesktop-drawer table.table td {
    vertical-align: middle;
}
.sushimoshi-minicartdesktop-drawer table img {
    max-width: 45px;
    border-radius: 6px;
}

/* =======================================
   BUTTON SPACING INSIDE DRAWER
======================================= */
.sushimoshi-minicartdesktop-drawer .d-grid.gap-2 {
    margin-top: auto;
    padding-top: 1rem;
}

/* =======================================
   SCROLLBAR STYLING (Optional)
======================================= */
.sushimoshi-minicartdesktop-drawer .drawer-body::-webkit-scrollbar {
    width: 8px;
}
.sushimoshi-minicartdesktop-drawer .drawer-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.sushimoshi-minicartdesktop-drawer .drawer-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.sushimoshi-minicartdesktop-drawer .drawer-body::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/* =======================================
   DESKTOP MINI-CART - Quantity Badge
======================================= */
.sushimoshi-minicartdesktop-qty {
    display: inline-block;
    min-width: 20px;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #ff7800; /* darker pink for visibility */
    border-radius: 12px; /* pill shape */
    text-align: center;
    vertical-align: middle;
    margin-right: 4px;
    transition: background-color 0.3s ease;
}
.sushimoshi-minicartdesktop-qty:hover {
    background-color: #ff7800; /* hover to orange like mobile */
}

/* Optional: adjust spacing so it aligns nicely */
.sushimoshi-minicartdesktop-total {
    font-weight: 700;
    color: #333;
}


/* =======================================
   MOBILE UTILS - MINICART
======================================= */

.sushimoshi-mobilecart-overlay {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1040;
}
.sushimoshi-mobilecart-overlay.show {
    display: block;
}

.sushimoshi-mobilecart-drawer {
    position: fixed;
    top: 0; 
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}
.sushimoshi-mobilecart-drawer.open {
    right: 0;
}

/* Drawer Header */
.sushimoshi-mobilecart-drawer .drawer-header {
    background-color: #f8f9fa;
}

/* Drawer Body Scroll */
.sushimoshi-mobilecart-drawer .drawer-body {
    flex: 1;
    overflow-y: auto;
}

/* Ensure content hidden only until KO binding */
.sushimoshi-mobilecart-drawer [data-bind*="visible:"] {
    display: block !important;
}

/* =======================================
   CART ICON IN NAVBAR (MOBILE)
======================================= */
.sushimoshi-mobilecart-btn {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    color: #cc849f; /* pink */
    font-size: 20px;
    line-height: 1;
}
.sushimoshi-mobilecart-btn:hover {
    color: #ff7800 !important; /* orange on hover */
}

/* Item count badge */
.sushimoshi-mobilecart-count {
    background-color: #ff7800;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* =======================================
   BRAND BUTTON COLORS
======================================= */
.btn-brand {
    background-color: #ff7800 !important;
    color: #fff !important;
    font-weight: 600;
}
.btn-brand:hover {
    background-color: #e66e00 !important;
}
.btn-secondary {
    background-color: #f4d4e1 !important;
    color: #000 !important;
    font-weight: 600;
}
.btn-secondary:hover {
    background-color: #eac0cd !important;
}

/* =======================================
   CART TABLE
======================================= */
.sushimoshi-mobilecart-drawer table.table {
    font-size: 14px;
}
.sushimoshi-mobilecart-drawer table.table td {
    vertical-align: middle;
}

/* =======================================
   BUTTON SPACING INSIDE DRAWER
======================================= */
.sushimoshi-mobilecart-drawer .d-grid.gap-2 {
    margin-top: auto;
    padding-top: 1rem;
}



/* ===========================
   Restaurant Cart Styling
=========================== */

/* Brand Colors */
.btn-brand {
    background-color: #ff7800 !important;
    color: #fff !important;
    font-weight: 600;
}
.btn-brand:hover {
    background-color: #e66e00 !important;
}
.btn-secondary {
    background-color: #f4d4e1 !important;
    color: #000 !important;
    font-weight: 600;
}
.btn-secondary:hover {
    background-color: #eac0cd !important;
}

/* Cart Table */
.sushimoshi-cart-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}
.sushimoshi-cart-table td {
    vertical-align: middle;
}
.sushimoshi-cart-table tbody tr:hover {
    background-color: #fff6f0;
}

/* Totals Card */
.sushimoshi-cart-totals {
    background-color: #fff6f0;
    border-radius: 12px;
    padding: 1rem;
}
.sushimoshi-cart-totals .total-label {
    font-weight: 600;
}
.sushimoshi-cart-totals .total-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ff7800;
}

/* Empty Cart */
.sushimoshi-empty-cart {
    font-size: 1.25rem;
    text-align: center;
    color: #666;
}
.sushimoshi-empty-cart-emoji {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

/* Toast Styling */
.sushimoshi-toast {
    background-color: #f4d4e1;
    color: #000;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.sushimoshi-toast a {
    color: #ff7800;
    text-decoration: none;
    font-weight: bold;
}
.sushimoshi-toast a:hover {
    text-decoration: underline;
}



/* CART CUSTOMIZATIONS */
/* Buttons */
.btn.rvdsf-btn-primary {
    background-color: #ff7800 !important;
    border-color: #ff7800 !important;
    color: #ffffff !important;
    padding: 6px 10px;
    min-height: 36px;
    line-height: 1.5;
    font-size: 14px;
}

.btn.rvdsf-btn-primary:hover,
.btn.rvdsf-btn-primary:focus {
    background-color: #e66a00 !important;
    border-color: #e66a00 !important;
    color: #ffffff !important;
}

.btn.rvdsf-btn-primary:active {
    background-color: #ff914d !important;
    border-color: #ff914d !important;
    color: #ffffff !important;
}

.btn.rvdsf-btn-outline-secondary {
    border-color: #f4d4e1;
    color: #000000;
    padding: 6px 10px;
    min-height: 36px;
    line-height: 1.5;
    font-size: 14px;
}

.btn.rvdsf-btn-outline-secondary:hover,
.btn.rvdsf-btn-outline-secondary:focus {
    background-color: #f9e3ed;
    border-color: #e8b5ce;
    color: #000000;
}

.btn.rvdsf-btn-outline-secondary:active {
    background-color: #e8b5ce !important;
    border-color: #e8b5ce !important;
    color: #000000 !important;
}

/* PayPal Button (avoid override by PayPal SDK) */
.paypal-button {
    background: none !important;
    border: none !important;
}

/* Cards */
.rvdsf-card {
    background-color: #ffffff;
    border-color: #f9e3ed;
}

.rvdsf-card .card-body {
    color: #000000;
    font-size: 14px;
    padding: 10px;
}

.rvdsf-card .card-body p.fw-bold {
    font-size: 16px;
}

.rvdsf-card .card-body small {
    font-size: 12px;
}

/* Alerts */
.rvdsf-alert-info {
    background-color: #f9e3ed;
    border-color: #f4d4e1;
    color: #000000;
    padding: 8px;
    font-size: 14px;
}

/* Order Summary */
.rvdsf-order-summary {
    position: sticky;
    top: 8.5rem;
    z-index: 100;
}

.rvdsf-order-summary .card-body {
    font-size: 14px;
}

.rvdsf-order-summary .fs-5 {
    font-size: 18px !important;
}

/* Mobile Sticky Order Summary */
.rvdsf-sticky-mobile {
    position: sticky;
    top: 8.5rem;
}

@media (max-width: 575.98px) {
    .rvdsf-sticky-mobile {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        margin-bottom: 0;
        border-bottom: none;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        max-height: 90px; /* Ultra-condensed */
        overflow: hidden;
    }
    .rvdsf-sticky-mobile .card-body {
        padding: 6px;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .rvdsf-sticky-mobile .d-grid.gap-1 {
        gap: 2px;
    }
    .rvdsf-sticky-mobile .fs-5 {
        font-size: 16px !important;
    }
    .rvdsf-sticky-mobile .mb-2 {
        margin-bottom: 2px !important;
    }
    .rvdsf-order-details.collapse:not(.show) {
        display: none;
    }
    .rvdsf-sticky-mobile hr {
        display: none;
    }
    .rvdsf-sticky-mobile .d-flex.align-items-center {
        font-size: 14px;
    }
}

/* Toggle Button for Details */
.rvdsf-sticky-mobile .btn.rvdsf-btn-outline-secondary.d-lg-none {
    font-size: 12px;
    padding: 4px 6px;
    min-height: 28px;
}

/* Image Fallback */
.rvdsf-card .ratio-1x1 {
    background-color: #f9e3ed;
}

/* Coupon Input */
.input-group-sm {
    max-width: 100%;
    font-size: 12px;
}

/* Mobile Adjustments */
@media (max-width: 575.98px) {
    .row-cols-mobile {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.5rem;
    }
    .rvdsf-card .card-body {
        padding: 8px;
    }
    .input-group-sm {
        font-size: 12px;
    }
    .btn.rvdsf-btn-primary,
    .btn.rvdsf-btn-outline-secondary {
        padding: 4px 8px;
        min-height: 32px;
        font-size: 12px;
    }
}

/* Desktop Adjustments (ensure expanded summary) */
@media (min-width: 992px) {
    .rvdsf-order-summary .rvdsf-order-details {
        display: block !important;
    }
    .rvdsf-order-summary .card-body {
        padding: 16px;
        font-size: 16px;
    }
    .rvdsf-order-summary .fs-5 {
        font-size: 20px !important;
    }
    .btn.rvdsf-btn-primary,
    .btn.rvdsf-btn-outline-secondary {
        padding: 8px 12px;
        min-height: 44px;
        font-size: 16px;
    }
}

/* Other Utilities */
.rvdsf-text-primary {
    color: #ff7800 !important;
}

.rvdsf-bg-secondary {
    background-color: #f4d4e1 !important;
}

/* Accessibility Focus States */
.btn.rvdsf-btn-primary:focus,
.btn.rvdsf-btn-outline-secondary:focus {
    outline: 3px solid #e66a00;
    outline-offset: 2px;
}

/* Ensure buttons aren't overridden by other styles */
.btn.rvdsf-btn-primary:disabled,
.btn.rvdsf-btn-outline-secondary:disabled {
    opacity: 0.65;
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

/* Remove Button Icon */
.btn.rvdsf-btn-outline-secondary .fa-trash-can {
    color: #dc3545;
}

.btn.rvdsf-btn-outline-secondary:hover .fa-trash-can {
    color: #c82333;
}

/* PRODUCT SHOWCASE */
:root {
    --sushimoshi-primary: #f4d4e1;
    --sushimoshi-secondary: #ff7800;
    --sushimoshi-black: #000000;
    --sushimoshi-white: #ffffff;
    --bs-primary: var(--sushimoshi-primary);
    --bs-secondary: var(--sushimoshi-secondary);
    --bs-body-bg: var(--sushimoshi-white);
    --bs-body-color: var(--sushimoshi-black);
}

.sushimoshi-container {
    background-color: var(--sushimoshi-white);
    border: 1px solid var(--sushimoshi-primary);
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.sushimoshi-product {
    background-color: var(--sushimoshi-white);
    padding: 1rem;
    border-radius: 0.25rem;
    transition: box-shadow 0.3s ease;
}

.sushimoshi-product:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.sushimoshi-savings {
    background-color: var(--sushimoshi-secondary);
    color: var(--sushimoshi-white);
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.sushimoshi-info {
    text-align: center;
    margin-top: 1rem;
}

.sushimoshi-name {
    color: var(--sushimoshi-black);
    font-weight: bold;
    text-decoration: none;
}

.sushimoshi-name:hover {
    color: var(--sushimoshi-secondary);
}

.sushimoshi-badge {
    background-color: var(--sushimoshi-secondary) !important;
    color: var(--sushimoshi-white);
}

.sushimoshi-price {
    color: var(--sushimoshi-secondary);
    font-size: 1.25rem;
    font-weight: bold;
}

.sushimoshi-promo-price {
    color: var(--sushimoshi-primary);
    font-size: 1.5rem;
    font-weight: bold;
}

.sushimoshi-price-text {
    color: var(--sushimoshi-black);
    font-style: italic;
}

.sushimoshi-btn {
    background-color: var(--sushimoshi-primary);
    border: 2px solid var(--sushimoshi-secondary);
    color: var(--sushimoshi-black);
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    transition: all 0.3s ease;
}

.sushimoshi-btn:hover {
    background-color: var(--sushimoshi-secondary);
    border-color: var(--sushimoshi-black);
    color: var(--sushimoshi-white);
    transform: scale(1.05);
}

.sushimoshi-soldout {
    background-color: var(--sushimoshi-primary);
    color: var(--sushimoshi-black);
}

/* Carousel customizations */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--sushimoshi-black);
    border-radius: 50%;
    padding: 0.5rem;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.75;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}


.btn.btn-primary {
    color: #fff !important;
    background-color: #ff7800 !important;
    border-color: #e56e00 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: #fff !important;
    background-color: #e56e00 !important;
    border-color: #cc6200 !important;
}

/* PRODUCT FILTERS */

/* ------------------------------
   Sushimoshi Filters - Override Revindex & Apply Bootstrap 5 + Custom Colors
------------------------------ */

.sushimoshi-filters {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.sushimoshi-filters input[type="checkbox"] {
  /* Reset Revindex */
  all: unset;

  /* Size */
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;

  /* Appearance */
  border: 2px solid #ff7800;
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;

  /* Accent-color fallback */
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.2s ease;
}

.sushimoshi-filters input[type="checkbox"]:checked {
  background-color: #ff7800;
  border-color: #ff7800;
}

/*
.sushimoshi-filters input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
*/
/* Focus */
.sushimoshi-filters input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 0.15rem rgba(255, 120, 0, 0.3);
}

/* Label styling */
.sushimoshi-filters label {
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  cursor: pointer;
}

/* Hover effect */
.sushimoshi-filters:hover label {
  color: #ff7800;
}

/* Fix container spacing */
.sushimoshi-filters .form-check {
  margin-bottom: 0;
}

/* Input Fix */
.rvdsf-productfilter-container input.form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .sushimoshi-filters {
    font-size: 0.95rem;
  }
}


/* CHECKOUT */
/* === Brand scope ========================================================= */
#rvdsfCheckoutPanelContainer,
#rvdsfReviewOrderContainer,
#rvdsfDeliveryPicker {
  --brand-primary: #ff7800;
  --brand-primary-rgb: 255,120,0;
  --brand-primary-hover: #e56e00;   /* manual darken */
  --brand-primary-active: #cc6200;  /* manual darken+ */
  --brand-secondary: #f4d4e1;
  --brand-secondary-rgb: 244,212,225;
}

/* === Links (Bootstrap defaults are blue) ================================= */
#rvdsfCheckoutPanelContainer a:not(.btn):not(.dropdown-item),
#rvdsfReviewOrderContainer a:not(.btn):not(.dropdown-item) {
  color: var(--brand-primary) !important;
}
#rvdsfCheckoutPanelContainer a:not(.btn):hover,
#rvdsfReviewOrderContainer a:not(.btn):hover {
  color: var(--brand-primary-hover) !important;
}

/* === Buttons ============================================================== */
/* Solid primary */
#rvdsfCheckoutPanelContainer .btn-primary,
#rvdsfReviewOrderContainer .btn-primary {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}
#rvdsfCheckoutPanelContainer .btn-primary:hover,
#rvdsfReviewOrderContainer .btn-primary:hover {
  background-color: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
}
#rvdsfCheckoutPanelContainer .btn-primary:active,
#rvdsfReviewOrderContainer .btn-primary:active,
#rvdsfCheckoutPanelContainer .btn-primary.active {
  background-color: var(--brand-primary-active) !important;
  border-color: var(--brand-primary-active) !important;
}
#rvdsfCheckoutPanelContainer .btn-primary:focus,
#rvdsfReviewOrderContainer .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
}

/* Outline primary (if used anywhere) */
#rvdsfCheckoutPanelContainer .btn-outline-primary,
#rvdsfReviewOrderContainer .btn-outline-primary {
  color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  background-color: transparent !important;
}
#rvdsfCheckoutPanelContainer .btn-outline-primary:hover,
#rvdsfReviewOrderContainer .btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}

/* Use your Secondary color for “outline secondary” utility buttons */
#rvdsfCheckoutPanelContainer .btn-outline-secondary,
#rvdsfReviewOrderContainer .btn-outline-secondary {
  color: var(--brand-primary) !important;           /* readable on light bg */
  border-color: var(--brand-secondary) !important;
  background-color: var(--brand-secondary) !important;
}
#rvdsfCheckoutPanelContainer .btn-outline-secondary:hover,
#rvdsfReviewOrderContainer .btn-outline-secondary:hover {
  filter: brightness(0.97) !important;
}

/* Button links */
#rvdsfCheckoutPanelContainer .btn-link,
#rvdsfReviewOrderContainer .btn-link {
  color: var(--brand-primary) !important;
}
#rvdsfCheckoutPanelContainer .btn-link:hover,
#rvdsfReviewOrderContainer .btn-link:hover {
  color: var(--brand-primary-hover) !important;
}

/* === Form focus rings & controls (blue by default) ======================= */
#rvdsfCheckoutPanelContainer .form-control:focus,
#rvdsfCheckoutPanelContainer .custom-select:focus,
#rvdsfCheckoutPanelContainer select.form-control:focus,
#rvdsfCheckoutPanelContainer textarea.form-control:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
}

/* Checkboxes / radios (BS4/BS5) */
#rvdsfCheckoutPanelContainer .form-check-input:checked {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
#rvdsfCheckoutPanelContainer .form-check-input:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
  border-color: var(--brand-primary) !important;
}

/* Custom controls (if used anywhere) */
#rvdsfCheckoutPanelContainer .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
#rvdsfCheckoutPanelContainer .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
  border-color: var(--brand-primary) !important;
}

/* Input-group buttons (Apply, etc.) */
#rvdsfCheckoutPanelContainer .input-group-append .btn,
#rvdsfCheckoutPanelContainer .input-group-btn .btn {
  border-color: var(--brand-secondary) !important;
  background-color: var(--brand-secondary) !important;
  color: #2b2b2b !important;
}

/* === Badges / Pills / Active states ====================================== */
#rvdsfCheckoutPanelContainer .badge-primary,
#rvdsfCheckoutPanelContainer .bg-primary {
  background-color: var(--brand-primary) !important;
}
#rvdsfCheckoutPanelContainer .text-primary {
  color: var(--brand-primary) !important;
}
#rvdsfCheckoutPanelContainer .border-primary {
  border-color: var(--brand-primary) !important;
}

/* Active menu/list items that default to blue */
#rvdsfCheckoutPanelContainer .dropdown-item.active,
#rvdsfCheckoutPanelContainer .list-group-item.active,
#rvdsfCheckoutPanelContainer .nav-pills .nav-link.active {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}

/* === Alerts that are blue by default ===================================== */
#rvdsfCheckoutPanelContainer .alert-info {
  background-color: var(--brand-secondary) !important;
  border-color: rgba(var(--brand-secondary-rgb), .85) !important;
  color: #2b2b2b !important;
}

/* === Pagination (blue active link) ======================================= */
#rvdsfCheckoutPanelContainer .page-item.active .page-link,
#rvdsfCheckoutPanelContainer .page-link:focus {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
}

/* === Stripe element focus ring =========================================== */
#rvdsfCheckoutPanelContainer #rvdsfCreditCardContainer .StripeElement--focus {
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
}

/* === Kendo UI (calendar/datepicker/buttons) =============================== */
#rvdsfCheckoutPanelContainer .k-button.k-primary {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}
#rvdsfCheckoutPanelContainer .k-button.k-primary:hover {
  background-color: var(--brand-primary-hover) !important;
  border-color: var(--brand-primary-hover) !important;
}

/* DatePicker / inputs focus */
#rvdsfCheckoutPanelContainer .k-textbox:focus,
#rvdsfCheckoutPanelContainer .k-input:focus,
#rvdsfCheckoutPanelContainer .k-picker-wrap.k-state-focused,
#rvdsfCheckoutPanelContainer .k-dropdown-wrap.k-state-focused,
#rvdsfCheckoutPanelContainer .k-numeric-wrap.k-state-focused {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 .2rem rgba(var(--brand-primary-rgb), .25) !important;
}

/* Calendar selected day */
#rvdsfCheckoutPanelContainer .k-calendar td.k-state-selected .k-link,
#rvdsfCheckoutPanelContainer .k-calendar td.k-selected .k-link,
#rvdsfCheckoutPanelContainer .k-calendar .k-content .k-state-selected .k-link {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}

/* Calendar today ring */
#rvdsfCheckoutPanelContainer .k-calendar td.k-today .k-link {
  box-shadow: inset 0 0 0 2px var(--brand-primary) !important;
}

/* Kendo checkbox/radio (if present) */
#rvdsfCheckoutPanelContainer .k-checkbox:checked,
#rvdsfCheckoutPanelContainer .k-radio:checked {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}

/* === Custom: Delivery time chips ========================================= */
#rvdsfDeliveryPicker .slot-chip.active {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 2px rgba(var(--brand-primary-rgb), .2) !important;
}
#rvdsfDeliveryPicker .slot-chip:hover:not(.full) {
  border-color: var(--brand-primary-hover) !important;
}

/* === Misc: focus-visible outline color for keyboard nav =================== */
#rvdsfCheckoutPanelContainer :focus-visible {
  outline-color: var(--brand-primary) !important;
}

/* Optional: make primary-themed headers (remove if not desired) */
#rvdsfCheckoutPanelContainer .dnnFormSectionHead h4 span {
  color: var(--brand-primary) !important;
}

/* =========================
   Kendo DatePicker (popup)
   ========================= */
.k-calendar-container.k-popup.k-group.k-reset {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 10px 30px rgba(33,37,41,0.12) !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: #212529 !important;
  font-family: "Poppins", Arial, sans-serif !important;
}

/* Header (month/year + arrows) — light background + dark text */
.k-calendar .k-header {
  background: #f4d4e1 !important;       /* Primary */
  color: #212529 !important;             /* readable on light bg */
  padding: 0.5rem 0.75rem !important;
  border-bottom: 1px solid #f1b9c9 !important;
}
.k-calendar .k-header .k-link,
.k-calendar .k-header .k-button {
  color: #212529 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.k-calendar .k-header .k-link:hover,
.k-calendar .k-header .k-button:hover {
  color: #ff7800 !important;             /* Secondary */
}
.k-calendar .k-header .k-icon {
  filter: none !important;
}
.k-calendar .k-nav-prev.k-state-disabled span,
.k-calendar .k-nav-next.k-state-disabled span {
  opacity: 0.5 !important;
}

/* Month grid */
.k-calendar .k-content.k-month {
  border: 0 !important;
  padding: 0.5rem 0.5rem 0.25rem !important;
}

/* Weekday headings */
.k-calendar .k-content.k-month th {
  color: #6c757d !important;
  font-weight: 600 !important;
  padding: 0.4rem 0.25rem !important;
  border-bottom: 1px solid #f1f3f5 !important;
}

/* Day cells */
.k-calendar .k-content.k-month td {
  padding: 0 !important;
  text-align: center !important;
}
.k-calendar .k-content.k-month td .k-link {
  display: block !important;
  margin: 2px !important;
  padding: 0.45rem 0.55rem !important;
  border-radius: 0.5rem !important;
  color: #212529 !important;
  text-decoration: none !important;
  outline: none !important;
}

/* Other month days */
.k-calendar .k-content.k-month td.k-other-month .k-link {
  color: #adb5bd !important;
}

/* Weekends (subtle) */
.k-calendar .k-content.k-month td.k-weekend .k-link {
  color: #495057 !important;
}

/* Hover */
.k-calendar .k-content.k-month td .k-link:hover {
  background: #f4d4e1 !important;        /* Primary (soft background) */
  color: #ff7800 !important;             /* Secondary text */
}

/* Selected day */
.k-calendar .k-content.k-month td.k-state-selected .k-link,
.k-calendar .k-content.k-month td.k-state-selected.k-state-focused .k-link {
  background: #ff7800 !important;        /* Secondary */
  color: #ffffff !important;
}

/* Focus ring (keyboard nav) */
.k-calendar .k-content.k-month td.k-state-focused .k-link {
  box-shadow: 0 0 0 2px rgba(255,120,0,0.35) !important;
}

/* Today (outline if not selected) */
.k-calendar .k-content.k-month td.k-today .k-link {
  box-shadow: inset 0 0 0 2px #ff7800 !important;
  border-radius: 0.5rem !important;
}

/* Disabled cells */
.k-calendar .k-content.k-month td.k-state-disabled .k-link {
  color: #ced4da !important;
  background: transparent !important;
  cursor: not-allowed !important;
}

/* Footer “Aujourd’hui …” link */
.k-calendar .k-footer {
  border-top: 1px solid #f1f3f5 !important;
  background: #ffffff !important;
  padding: 0.5rem !important;
}
.k-calendar .k-footer .k-nav-today {
  color: #ff7800 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.k-calendar .k-footer .k-nav-today:hover {
  color: #e56b00 !important;
}

/* =========================
   Date input (optional)
   ========================= */
#rvdsfDeliveryDateUI.form-control,
#rvdsfDeliveryDateUI {
  border: 1px solid #ced4da !important;
  border-radius: 0.5rem !important;
}
#rvdsfDeliveryDateUI:focus {
  border-color: #ff7800 !important;
  box-shadow: 0 0 0 .2rem rgba(255,120,0,.25) !important;
}

/* =========================
   Slot chips
   ========================= */
.slot-chip {
  padding: 8px 12px !important;
  border: 1px solid #ced4da !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  margin: 4px !important;
  user-select: none !important;
  background: #ffffff !important;
  color: #212529 !important;
  transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease !important;
}
.slot-chip:hover {
  border-color: #ff7800 !important;
  background: #fff1e6 !important;        /* very light orange */
  color: #ff7800 !important;
}
.slot-chip.active {
  border: 2px solid #ff7800 !important;   /* explicit 2px border */
  background: #ffecf4 !important;         /* light pink */
  box-shadow: 0 0 0 2px rgba(255,120,0,0.22) !important;
  color: #ff7800 !important;
  font-weight: bold !important;
}
.slot-chip.full {
  color: #6c757d !important;
  border-color: #e0e0e0 !important;
  background: #f8f9fa !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}

/* Extra safety for today link color anywhere */
.k-nav-today {
  color: #ff7800 !important;
}


/* TICKETS PAGE */
/* Tickets (écran) */
.ticket-card .kt-qty {
  border-radius: 999px;
  min-width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.ticket-card .card-header .badge { font-weight: 600; }




/* TICKETS PRINT */
/* Kitchen Tickets — print rules */
@media print {
  /* Hide everything by default */
  body * { visibility: hidden !important; }

  /* Only show our print area */
  #kt-print-area, #kt-print-area * { visibility: visible !important; }

  /* Position print area at 0,0 */
  #kt-print-area {
    position: absolute !important;
    left: 0; top: 0; width: 100%;
    padding: 0.25in 0.25in 0;
  }

  /* One ticket per page */
  .print-ticket { page-break-after: always; }
  .print-ticket:last-child { page-break-after: auto; }

  /* Make text large and clear for the kitchen */
  .print-ticket { font: 14pt/1.25 "Segoe UI", Arial, sans-serif; }
  .print-ticket .small { font-size: 11pt !important; color: #000 !important; }
  .print-ticket .fw-semibold { font-weight: 700; }
  .print-ticket .kt-qty {
    border: 2px solid #000; border-radius: 999px;
    min-width: 30px; height: 30px; font-weight: 800;
  }

  /* Remove borders/shadows from cards when printed */
  .print-ticket .card, .print-ticket .card-body, .print-ticket .card-header {
    border: 0 !important; box-shadow: none !important; background: #fff !important;
    padding: 0 !important; margin: 0 0 8pt 0 !important;
  }

  /* Tighten spacing */
  .print-ticket .ticket-items > div { margin-bottom: 6pt !important; }
}



