.bottom-nav-sticked-holder {
    height: 75px
}

.bottom-nav-sticked {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0px -4px 12px #ddd;
}

.navver-link {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.nav-logo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}

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

.subscription-container {
    background: #fff;
    display: block;
    padding: 22px;
    border-radius: 22px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
}

.package-imger {
    width: 100%;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.package-title {
    border-bottom: 1px solid #ddd
}

.package-page .imger {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 22px
}

.optioner {
    cursor: pointer;
    padding: 9px 23px;
    font-size: 14px;
    border: 1px solid #b2b2b2;
    border-radius: 55px;
    color: #0a1620;
    transition: 0.3s
}

.optioner:hover {
    border-color: #ffc1a1;
}

.optioner.active {
    background: #fff0e8;
    border-color: #ffc1a1;
}

.package-page .imger {
    position: sticky;
    top: 20px;
}

.product-card {
    position: relative;
    color: #000;
    text-decoration: none;
}

.product-card .has-options {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0101;
    z-index: 9;
}

.product-card .imger {
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.product-card .imger img {
    transition: 0.3s;
}

.product-card:hover img {
    transform: scale(1.1)
}

.product-card .imger .abss {
    position: absolute;
    top: 7px;
    right: 7px;
}

.product-card .imger .abss > div {
    margin: 4px;
    border-radius: 55px;
    background: rgba(250, 250, 250, 0.81);
    font-size: 12px;
    color: #000;
    padding: 4px 7px;
}

.bottom-placeholder {
    height: 100px
}

.action-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 -2px 12px #ddd;
    right: 0;
}

.alternative {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 11px
}

.alt-imger {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

body .alt-imger img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.delivery-options {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 12px;
}

.option-header {
    cursor: pointer;
    padding: 12px 17px;
}

.option-header.active {
    border-bottom: 1px solid #ddd
}

.summary-container {
    padding: 22px;
    border: 1px solid #666;
    border-radius: 16px;
}

.summary-container .iconer {
    background: #fff0e8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ff691c
}


.subscription-container {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.subscription-container:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.subscription-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.subscription-container:hover .subscription-card {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.package-imger {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.subscription-container:hover .fit-img {
    transform: scale(1.05);
}

.category-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #666;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.discount-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}

.subscription-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.subscription-title {
    color: #2d3748;
    line-height: 1.3;
}

.subscription-description {
    color: #718096;
    line-height: 1.5;
    flex-grow: 1;
}

.subscription-features {
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #4a5568;
}

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

.subscription-pricing {
    text-align: center;
    margin-top: 10px;
}

.old-price {
    font-size: 1rem;
}

.current-price {
    color: #0a53be !important;
}

.subscription-cta .btn {
    background: linear-gradient(135deg, #0a53be, #1e40af);
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.subscription-cta .btn:hover {
    background: linear-gradient(135deg, #1e40af, #0a53be);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(10, 83, 190, 0.3);
}

@media (max-width: 768px) {
    .subscription-content {
        padding: 20px;
    }

    .package-imger {
        height: 180px;
    }
}

/* Daily meal counter styles */
.daily-meal-counter {
    margin-top: 8px;
    text-align: right;
}

.meal-counter-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    margin-bottom: 2px;
}

.meal-counter-badge.bg-success {
    background-color: #28a745 !important;
}

.meal-counter-badge.bg-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

.meal-counter-badge.bg-danger {
    background-color: #dc3545 !important;
}

/* Product option when capacity exceeded */
.product-option.capacity-exceeded {
    opacity: 0.6;
    cursor: not-allowed;
    border-color: #dc3545 !important;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.05), rgba(220, 53, 69, 0.1)) !important;
}

.product-option.capacity-exceeded:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Disabled quantity buttons */
.quantity-btn:disabled {
    background: #6c757d !important;
    cursor: not-allowed !important;
    transform: none !important;
    opacity: 0.6;
}

/* Daily limit warning styles */
.daily-limit-warning {
    background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Additional products section in sidebar */
#additional-products-summary {
    margin-top: 15px;
}

#additional-products-summary .summary-item {
    font-size: 0.85rem;
    margin-bottom: 3px;
}

/* Enhanced day header for better visibility */
.day-header .text-end {
    min-width: 140px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .meal-counter-badge {
        font-size: 0.7rem;
        padding: 3px 6px;
    }

    .daily-meal-counter {
        margin-top: 5px;
    }

    .day-header {
        flex-direction: row;
        align-items: flex-start;
    }

    .day-header .text-end {
        align-self: flex-end;
        text-align: right !important;
        min-width: auto;
    }
}

.bottom-nav-sticked-holder {
    height: 75px
}

.bottom-nav-sticked {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0px -4px 12px #ddd;
    left: 0
}

.navver-link {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}

.nav-logo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}

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

.subscription-container {
    background: #fff;
    display: block;
    padding: 22px;
    border-radius: 22px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
}

.package-imger {
    width: 100%;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.package-title {
    border-bottom: 1px solid #ddd
}

.package-page .imger {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 22px
}

.optioner {
    cursor: pointer;
    padding: 9px 23px;
    font-size: 14px;
    border: 1px solid #b2b2b2;
    border-radius: 55px;
    color: #0a1620;
    transition: 0.3s
}

.optioner:hover {
    border-color: #ffc1a1;
}

.optioner.active {
    background: #fff0e8;
    border-color: #ffc1a1;
}

.package-page .imger {
    position: sticky;
    top: 20px;
}

.product-card {
    position: relative;
    color: #000;
    text-decoration: none;
}

.product-card .has-options {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff0101;
    z-index: 9;
}

.product-card .imger {
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.product-card .imger img {
    transition: 0.3s;
}

.product-card:hover img {
    transform: scale(1.1)
}

.product-card .imger .abss {
    position: absolute;
    top: 7px;
    right: 7px;
}

.product-card .imger .abss > div {
    margin: 4px;
    border-radius: 55px;
    background: rgba(250, 250, 250, 0.81);
    font-size: 12px;
    color: #000;
    padding: 4px 7px;
}

.bottom-placeholder {
    height: 100px
}

.action-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    background: #fff;
    box-shadow: 0 -2px 12px #ddd;
    right: 0;
}

.alternative {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 11px
}

.alt-imger {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

body .alt-imger img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.delivery-options {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 12px;
}

.option-header {
    cursor: pointer;
    padding: 12px 17px;
}

.option-header.active {
    border-bottom: 1px solid #ddd
}

.summary-container {
    padding: 22px;
    border: 1px solid #666;
    border-radius: 16px;
}

.summary-container .iconer {
    background: #fff0e8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ff691c
}

.subscription-page {
    background: #f2f5f8
}

.subscription-page .dropdown-toggle::after {
    display: none
}

.subscription-page .dropdown-toggle {
    background: #fff;
    color: #000;
    border-radius: 55px;
    width: 39px;
    height: 39px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.times .time-slot {
    width: 56px;
    height: 83px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s
}

.times .time-slot:hover {
    border-color: #000
}

.time-slot.past {
    opacity: 0.8;
    background: #ececec;
}

.time-slot.current {
    background: #15a93a;
    border-color: #fff;
    color: #fff;
}

.sections-parent {
    padding: 7px;
    background: #e5e5e5;
    border-radius: 14px;
    color: #000;
    text-decoration: none;
}

.sections-parent * {
    color: #000;
    text-decoration: none;
}

.sections-parent .active-tap {
    background: #fff;
    border-radius: 9px;
    padding: 4px 7px
}

.make-order {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 55px;
    background-color: #ff3100;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    text-decoration: none
}

.island-container {
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
}

.product-item .imger {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}

.profile-linker {
    background: #fff;
    color: #000;
    padding: 25px;
    border: 1px solid #ddd;
    text-decoration: none;
    display: block
}

.step-indicator {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.step-badge {
    background: #0a53be;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.products-overview {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.products-header {
    background: linear-gradient(135deg, #6f42c1, #8b5cf6);
    color: white;
    padding: 15px;
    text-align: center;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.product-overview-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.product-overview-card:hover {
    border-color: #6f42c1;
    box-shadow: 0 4px 12px rgba(111, 66, 193, 0.15);
}

.product-overview-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #495057;
    font-size: 0.95rem;
}

.product-overview-category {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.product-overview-description {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
}

.product-days-count {
    background: #6f42c1;
    color: white;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
    float: right;
}

.daily-container {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.daily-header {
    background: linear-gradient(135deg, #0a53be, #1e40af);
    color: white;
    padding: 15px;
    text-align: center;
}

.day-planning-card {
    border-bottom: 1px solid #e9ecef;
    padding: 15px;
    position: relative;
}

.day-planning-card:last-child {
    border-bottom: none;
}

.day-planning-card.disabled {
    background: #f8f9fa;
    opacity: 0.6;
}

.day-planning-card.limit-reached {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
}

.day-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.day-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
}

.day-icon {
    width: 35px;
    height: 35px;
    background: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #0a53be;
    font-size: 0.9rem;
}

.day-number {
    background: #0a53be;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    margin-right: 10px;
}

.day-limit-info {
    background: rgba(10, 83, 190, 0.1);
    border: 1px solid rgba(10, 83, 190, 0.2);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.limit-text {
    font-size: 0.85rem;
    color: #0a53be;
    font-weight: 600;
}

.limit-counter {
    background: #0a53be;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.limit-counter.warning {
    background: #ffc107;
    color: #000;
}

.limit-counter.danger {
    background: #dc3545;
    color: white;
}

.products-by-category {
    margin-top: 15px;
}

.category-section {
    margin-bottom: 20px;
}

.category-header {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: none;
}

.category-title {
    font-weight: 600;
    color: #495057;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
}

.category-count {
    background: #6c757d;
    color: white;
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 0.7rem;
}

.products-grid-category {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

@media (min-width: 768px) {
    .products-grid-category {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-option {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.product-option:hover {
    border-color: #0a53be;
    box-shadow: 0 4px 15px rgba(10, 83, 190, 0.15);
    transform: translateY(-2px);
}

.product-option.selected {
    border-color: #28a745;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05), rgba(32, 201, 151, 0.05));
}

.product-option.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8f9fa;
}

.product-option.disabled:hover {
    border-color: #e9ecef;
    box-shadow: none;
    transform: none;
}

.product-category-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
}

.product-category-badge.chicken {
    background: #fef3c7;
    color: #92400e;
}

.product-category-badge.meat {
    background: #fee2e2;
    color: #991b1b;
}

.product-category-badge.fish {
    background: #dbeafe;
    color: #1e40af;
}

.product-category-badge.vegetables {
    background: #dcfce7;
    color: #166534;
}

.product-category-badge.dairy {
    background: #fef3c7;
    color: #a16207;
}

.product-category-badge.beverages {
    background: #e0e7ff;
    color: #3730a3;
}

.product-title {
    font-weight: 600;
    margin-bottom: 6px;
    /*padding-right: 60px;*/
    font-size: 0.9rem;
}

.product-description {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.product-price {
    font-weight: 600;
    color: #0a53be;
    font-size: 0.85rem;
}

.product-serving {
    color: #6c757d;
    font-size: 0.75rem;
}

.selected-indicator {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999999;
}

.product-option.selected .selected-indicator {
    opacity: 1;
}

.quantity-selector {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
}

.product-option.selected .quantity-selector {
    display: flex;
}

.quantity-btn {
    background: #0a53be;
    color: white;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.quantity-btn:hover {
    background: #1e40af;
    transform: scale(1.1);
}

.quantity-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.quantity-display {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    width: 45px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 0.85rem;
}

.no-products-available {
    text-align: center;
    padding: 30px 15px;
    color: #6c757d;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px dashed #dee2e6;
}

.limit-warning {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: none;
}

.limit-warning.show {
    display: block;
}

.days-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.days-nav-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.days-progress {
    font-size: 0.9rem;
    color: #6c757d;
}

.current-day-info {
    background: #0a53be;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.days-nav-buttons {
    display: flex;
    gap: 10px;
}

.day-nav-btn {
    background: #0a53be;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.day-nav-btn:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

.day-nav-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.selection-stats {
    display: none;
    justify-content: space-around;
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.stat-item {
    flex: 1;
    display: none;
}

.stat-number {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0a53be;
    display: none;
}

.stat-label {
    font-size: 0.8rem;
    color: #6c757d;
    display: none;
}

.progress-bar-container {
    background: #e9ecef;
    border-radius: 10px;
    height: 6px;
    margin: 15px 0;
    overflow: hidden;
    display: none;
}

.progress-bar {
    background: linear-gradient(135deg, #28a745, #20c997);
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease;
    display: none;
}

.continue-button {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    border-radius: 25px;
    padding: 12px 25px;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.continue-button:hover {
    background: linear-gradient(135deg, #20c997, #28a745);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.continue-button:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #f5c6cb;
    font-size: 0.9rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.view-toggle {
    display: flex;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 3px;
    margin-bottom: 15px;
}

.view-toggle-btn {
    flex: 1;
    background: transparent;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.view-toggle-btn.active {
    background: #0a53be;
    color: white;
}

.view-toggle-btn:not(.active) {
    color: #6c757d;
}

.category-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 15px 0px;
}

.category-filter {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.category-filter.active {
    background: #0a53be;
    color: white;
    border-color: #0a53be;
}

.category-filter:hover {
    border-color: #0a53be;
}

.additional-product-card {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.additional-product-card.selected {
    border-color: #0a53be;
    background: linear-gradient(135deg, rgba(10, 83, 190, 0.05), rgba(30, 64, 175, 0.05));
}

.additional-product-card:hover {
    border-color: #0a53be;
    box-shadow: 0 4px 15px rgba(10, 83, 190, 0.2);
}

.additional-product-card .selected-indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.additional-product-card.selected .selected-indicator {
    opacity: 1;
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.quantity-controls .quantity-btn {
    background: #0a53be;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-controls .quantity-btn:hover {
    background: #1e40af;
    transform: scale(1.1);
}

.quantity-controls .quantity-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.quantity-controls .quantity-display {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    width: 60px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 8px;
    font-weight: bold;
}

.option-chooser {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.days-filter {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.day-filter-btn {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.day-filter-btn.active {
    background: #0a53be;
    color: white;
    border-color: #0a53be;
}

.day-filter-btn:hover {
    border-color: #0a53be;
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }

    .step-indicator {
        padding: 12px;
        margin-bottom: 15px;
    }

    .day-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

    .day-title {
        font-size: 0.95rem;
    }

    .day-icon, .day-number {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .day-nav-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .products-header h4 {
        font-size: 1.1rem;
    }

    .sidebar-card {
        padding: 12px;
    }

    .sticky-sidebar {
        position: static;
    }

    .stat-number {
        font-size: 1.1rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    .days-navigation {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .days-nav-info {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .view-toggle-btn {
        padding: 6px 10px;
        font-size: 0.8rem;
    }

    .category-filter, .day-filter-btn {
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .product-option {
        padding: 12px;
    }

    .product-title {
        font-size: 0.85rem;
        padding-right: 50px;
    }

    .product-description {
        font-size: 0.75rem;
    }
}


.meal-plan-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.day-header {
    background: linear-gradient(135deg, #0a53be, #1e40af);
    color: white;
    padding: 15px 20px;
    font-weight: 600;
}

.meal-item {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.meal-item:last-child {
    border-bottom: none;
}

.meal-category {
    background: #f8f9fa;
    color: #6c757d;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 12px;
    min-width: 60px;
    text-align: center;
}

.meal-category.chicken {
    background: #fef3c7;
    color: #92400e;
}

.meal-category.meat {
    background: #fee2e2;
    color: #991b1b;
}

.meal-category.fish {
    background: #dbeafe;
    color: #1e40af;
}

.price-breakdown {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/*.price-row:last-child {*/
/*    margin-bottom: 0;*/
/*    border-top: 2px solid #dee2e6;*/
/*    padding-top: 10px;*/
/*    font-weight: bold;*/
/*    font-size: 1.1rem;*/
/*}*/

.subscription-features {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 10px 0;
    margin: 10px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 1px 5px !important;
    border-bottom: 1px solid #f0f0f0;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}

.category-badge {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.discount-alert {
    background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.no-meals-day {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    color: #6c757d;
    margin-bottom: 20px;
}

.additional-product-card {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 5px 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.additional-product-card.selected {
    border-color: #0a53be;
    background: linear-gradient(135deg, rgba(10, 83, 190, 0.05), rgba(30, 64, 175, 0.05));
}

.additional-product-card:hover {
    border-color: #0a53be;
    box-shadow: 0 4px 15px rgba(10, 83, 190, 0.2);
}

.quantity-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.quantity-btn {
    background: #0a53be;
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #1e40af;
    transform: scale(1.1);
}

.quantity-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.quantity-display {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    width: 60px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border-radius: 8px;
    font-weight: bold;
}

.selected-indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.additional-product-card.selected .selected-indicator {
    opacity: 1;
}

.step-indicator {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.step-badge {
    background: #0a53be;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.calendar-container {
    border-radius: 12px;
    margin: 20px 0;
}

.continue-button {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.continue-button:hover {
    background: linear-gradient(135deg, #20c997, #28a745);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.continue-button:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.price-summary {
    position: sticky;
    top: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #c3e6cb;
}

.flatpickr-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    background: #fff;
    transition: all 0.3s ease;
}

.subscription-pricing {
    margin-bottom: 20px;
}

.pricing-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-option {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-option:hover {
    border-color: #0a53be;
    box-shadow: 0 4px 15px rgba(10, 83, 190, 0.1);
}

.pricing-option.selected {
    border-color: #0a53be;
    background: linear-gradient(135deg, rgba(10, 83, 190, 0.05), rgba(30, 64, 175, 0.05));
}

.plan-details {
    flex: 1;
}

.plan-duration {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.plan-description {
    color: #6c757d;
    font-size: 0.9rem;
}

.pricing-option.selected .plan-duration {
    color: #0a53be;
}

.pricing-radio {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    background: white;
}

.pricing-option.selected .pricing-radio {
    border-color: #0a53be;
    background: #0a53be;
}

.pricing-option.selected .pricing-radio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.d-none {
    display: none !important;
}

#detect-location-btn {
    white-space: nowrap;
}

#map-container {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.selected-location-info .alert {
    border: 1px solid #b3d7ff;
    background: #e7f3ff;
}

.selected-location-info h6 {
    font-size: 14px;
    margin: 0;
}

.selected-location-info p {
    font-size: 13px;
}

.pac-container {
    z-index: 1055;
    text-align: right !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-top: none;
    font-family: inherit;
}

.pac-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    text-align: right !important;
}

.pac-item:hover {
    background-color: #f8f9fa;
}

.pac-item-selected {
    background-color: #e9ecef;
}

.custom-map-marker {
    position: absolute;
    transform: translate(-50%, -100%);
    animation: dropIn 0.5s ease-out;
}

@keyframes dropIn {
    from {
        transform: translate(-50%, -200%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -100%);
        opacity: 1;
    }
}

.delivery-options-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.delivery-options-section h6 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.delivery-option-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.delivery-option-card:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.delivery-option-card.selected {
    border-color: #007bff;
    background: #f0f8ff;
}

.delivery-option-card {
    cursor: pointer;
}

.delivery-option-card .form-check-input {
    position: absolute;
    top: 0px;
    right: 0px;
}

.delivery-option-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.delivery-option-icon {
    font-size: 24px;
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
}

.delivery-option-card.selected .delivery-option-icon {
    background: #007bff;
    color: white;
}

.delivery-option-details h6 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
}

.delivery-option-details p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.location-section {
    transition: all 0.3s ease;
    opacity: 1;
}

.location-section.hidden {
    display: none;
}

.pickup-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    display: none;
}

.pickup-info.show {
    display: block;
}

.pickup-info h6 {
    color: #856404;
    margin-bottom: 10px;
}

.pickup-info p {
    margin: 5px 0;
    color: #856404;
}

.shop-address {
    background: white;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

.delivery-option-card .delivery-price-badge {
    position: absolute;
    top: 10px;
    right: auto !important;
    left: 10px;
    background: #28a745;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.delivery-option-card.free-delivery .delivery-price-badge {
    background: #17a2b8;
}

.delivery-option-card.selected .delivery-price-badge {
    background: #007bff;
}

.delivery-fee-info {
    background: #e3f2fd;
    border: 1px solid #90caf9;
    border-radius: 6px;
    padding: 12px;
    margin-top: 10px;
    display: none;
}

.delivery-fee-info.show {
    display: block;
}

.delivery-fee-info i {
    color: #1976d2;
}

.summary-item.delivery-fee {
    color: #ff6b6b;
}

.pickup-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    display: none;
}

.pickup-info.show {
    display: block;
}


.product-image {
    width: 100%;
    height: 160px;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-option:hover .product-image img {
    transform: scale(1.05);
}

.product-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 70%, rgba(0,123,255,0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-option:hover .product-image::after {
    opacity: 1;
}

.product-option.selected .product-image::after {
    background: linear-gradient(45deg, transparent 70%, rgba(40,167,69,0.2));
    opacity: 1;
}

.product-image img[src=""], .product-image img:not([src]) {
    display: none;
}

.product-image:has(img[src=""]), .product-image:has(img:not([src])) {
    background: #f8f9fa url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23dee2e6" viewBox="0 0 16 16"><path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093L6.5 12.5l-1.777-1.947a.5.5 0 0 0-.577-.093L.002 13.5V3a1 1 0 0 1 1-1h12z"/></svg>') center/24px no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
