.checkout-steps {
    text-align: center;
    font-weight: 500;
    margin: 80px 0px;
    font-size: 16px;
    line-height: 100%;
}

.checkout-steps span {
    margin: 0px 3px;
    color: #000000;
    font-weight: 400;
}

.checkout-steps .active {
    color: #f6ae34;
    font-weight: 600;
}

.cart-product {
    background: #f5f5f5;
    padding: 26px 18px;
}

.product-img img {
    width: 100%;
    border-radius: 5px;
}

.product-title {
    font-size: 18px;
    font-weight: 400;
}

.product-meta {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.product-price {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
}

.product-actions button {
    font-size: 14px;
}

.billing-box h5 {
    color: #666666 !important;
    font-weight: 400;
    font-family: var(--font-secondary);
}

.billing-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 16px;
}

.billing-total {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}

.checkout-btn {
    background: #d4a017;
    color: #000;
    font-weight: 600;
    padding: 12px;
    border: none;
    width: 100%;
    margin-top: 20px;
}

.checkout-btn:hover {
    background: #c08f10;
}

.d-flex.justify-content-end.product-actions button {
    padding: 8px 16px !important;
    border-color: #e0e0e0;
    color: #000;
}

.billing-box-border {
    border: 1px solid #e0e0e0;
    padding: 18px 11px;
}

.billing-row.billing-total {
    border-bottom: 1px solid #ffffff;
    padding: 0px;
    align-items: center;
    padding-top: 3px;
    margin: 0px !important;
}

hr.h-line {
    background: #e0e0e0 !important;
    height: 1px;
    content: "";
    padding: 0 !important;
    border: none;
}

div#cart-div {
    padding-bottom: 200px;
}

@media (max-width: 580px) {
    .product-img img.img-fluid {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

/* //cart-address */
.address-box {
    background: #fff;
    border-radius: 6px;
}

.address-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.add-address {
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #c89b3c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.plus-icon {
    font-size: 18px;
}

.address-card {
    border: 1px solid #b9b9b9;
    padding: 15px;
    margin-bottom: 15px;
    background: #fafafa;
}

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

.address-type {
    background: #e6ddcc;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.address-menu {
    font-size: 18px;
    cursor: pointer;
}

.address-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.address-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.address-phone {
    font-size: 14px;
    color: #444;
    margin-top: 5px;
}

.address-box h5 {
    color: #000000 !important;
    font-weight: 400;
    font-family: var(--font-secondary);
}

.steps {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.steps li {
    position: relative;
    padding: 0 10px 0 35px;
    font-weight: 600;
    color: #999;
}

.steps li.active {
    color: orange;
}

/* dashed line AFTER each item */
.steps li::after {
    content: "----";
    position: absolute;
    right: -25px;
    top: 0;
    color: #999;
}

.steps li:last-child::after {
    content: "";
}

span.checkmark {
    border-radius: 50% !important;
    height: 25px;
    width: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 3px;
    top: -2px !important;
    right: 4px !important;
    background-color: #af8d5a;
    color: #fff;
}

.payment-card.active.border.position-relative {
    padding: 30px 50px 30px 30px !important;
}

.payment-card {
    padding: 30px 50px 30px 30px !important;
}

/* order-done */
.order-confirmation {
    padding: 100px 0;
    background: #ffffff;
}

.confirm-icon {
    width: 60px;
    height: 60px;
    background: #f5b335;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.user-name {
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.confirm-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: var(--font-secondary);
}

.confirm-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 35px;
}

.confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.confirm-buttons .btn {
    padding: 14px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 0;
}

.shop-more {
    background: #d6a51d;
    color: #000;
}

.shop-more:hover {
    background: #c0951a;
    color: #000;
}

.check-status {
    background: #fff;
    color: #000;
    border: 1px solid #999;
}

.check-status:hover {
    background: #f5f5f5;
}

/* 404  */
section.error-page {
    padding: 100px 0px;
}

.oops-section h2 {
    font-family: var(--font-secondary);
    font-size: 87px;
    font-weight: 400;
}

.oops-section h4 {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 500;
}

.dataNotFound-section h2 {
    font-family: var(--font-secondary);
    font-size: 64px !important;
    font-weight: 400;
    line-height: 100%;
}

.dataNotFound-section h4 {
    font-family: var(--font-secondary);
    font-size: 28px !important;
    font-weight: 500;
    line-height: 100%;
}

/* address page */
.address-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.address-card.active {
    border-color: #d6a51d;
    background: #eee0b9;
}

/* razorpay blade file loader css*/
.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #e5e5e5;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* filtersidebar css */
.main-wrapper {
    display: flex;
}

/* FILTER PANEL - Desktop */
.filter-panel {
    /* width: 320px; */
    background: #fff;
    padding: 16px;
    border-right: 1px solid #e5e5e5;
    position: sticky;
    top: 20px;
    overflow-y: auto;
    transition: 0.3s;
}


/* ACCORDION */
details {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
    outline: none;
}

summary {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary::-webkit-details-marker {
    display: none;
}

details label {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}

details input {
    margin-right: 10px;
    transform: scale(1.1);
}

.help {
    font-size: 14px;
    margin-top: 10px;
}

.help a {
    text-decoration: underline;
    color: #000;
}

/* PRICE */
.price-filter {
    width: 100%;
}

.price-filter h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}

.price-range input[type="range"] {
    width: 100%;
    accent-color: #d39f14;
    margin: 10px 0;
    height: 5px;
    border: none;
    outline: none;
}

.price-text {
    font-size: 16px;
    font-weight: 500;
}

/* CONTENT AREA */
.content-area {
    flex: 1;
    padding: 20px;
}

/* MOBILE BOTTOM FILTER BUTTON */
/* .mobile-filter-btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: #d39f14;
    color: #fff;
    text-align: center;
    font-weight: normal;
    z-index: 1000;
    cursor: pointer;
} */
.mobile-filter-btn {
    display: none;
    align-items: center;
    gap: 8px !important;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    color: var(--text-light-grey);
    font-family: var(--font-secondary);
    font-size: 16px;
    font-style: normal;
}

.mobile-filter-btn i {
    font-size: 16px;
}

/* MOBILE OVERLAY + SLIDE-IN PANEL */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
}

.mobile-panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #fff;
    overflow-y: auto;
    z-index: 999;
    padding: 20px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-panel.active {
    display: block;
    transform: translateY(0);
}

/* MOBILE HEADER FOR PANEL */
.mobile-panel h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile-panel h5 span {
    cursor: pointer;
    color: #d39f14;
    font-weight: bold;
}

.clear-all {
    cursor: pointer;
    font-size: 14px;
    color: #d39f14 !important;
    color: aqua;
    font-weight: 500;
}

.clear-all:hover {
    color: #d39f14;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cart-gaps {
        gap: 25px;
    }

    .hand-radio:checked+.hand-btn {
        width: 100%;
    }

    .f-hand label {
        width: 100%;
    }

    .btn-add-cart {
        background-color: #D39F14;
        font-size: 18px !important;
        padding: 12px 24px !important;
        width: 100%;
    }

    .btn.darkbuy {
        font-size: 18px !important;
        padding: 12px 24px !important;
        width: 100%;
    }

    .checkout-steps span {
        font-size: 12px;
    }

    .mobile-panel {
        bottom: 45px;
    }

    summary {
        font-size: 14px;
    }

    details label {
        display: flex;
        margin: 5px 0;
        font-size: 12px;
        cursor: pointer;
    }

    details input {
        margin-right: 10px;
        transform: scale(1.1);
        border: 2px solid #ccc;
        background: #fff;
        width: 12px !important;
        height: 17px !important;
    }

    .main-wrapper {
        flex-direction: column;
    }

    /* .filter-panel {
        display: none;
    } */

    /* .mobile-filter-btn {
        display: block;
    } */
}

/* ORDER */
.order-card {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}

.order-date {
    font-size: 13px;
    color: #777;
}

.arrow {
    font-size: 18px;
    transition: 0.3s;
}

.order-card.active .arrow {
    transform: rotate(180deg);
}

/* COLLAPSE */
.order-body {
    display: none;
}

.order-card.active .order-body {
    display: block;
}

/* PRODUCT CARD */
.product-card {
    display: flex;
    gap: 20px;
    background: #f7f7f7;
    padding: 15px;
}

.product-img {
    position: relative;
}

.product-img img {
    width: 120px;
    height: 90px;
    object-fit: cover;
}

.wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
}

.product-info h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-family: var(--font-secondary);
}

.product-info p {
    margin: 2px 0;
    color: #555;
    font-size: 14px;
}

.product-right {
    margin-left: auto;
    text-align: right;
}

.product-price {
    font-size: 18px;
    font-weight: 600;
}

.product-delivered {
    color: #2e7d32;
    font-size: 14px;
    margin: 5px 0;
}

.product-review {
    color: #f7941d;
    font-size: 14px;
    text-decoration: none;
}

.product-review:hover {
    text-decoration: none;
}

.order-status {
    font-size: 11px;
    color: #f6ae34;
}

.apply-btn {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 4px;
}

.apply-btn:hover {
    background-color: #222;
}

.apply-coupon-btn {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

.apply-coupon-btn:hover {
    background-color: #222;
}

span.step-line {
    color: #999999;
}

.price-accordion {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

.price-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.price-accordion .caret {
    transition: transform 0.3s ease;
}

.price-accordion.open .caret {
    transform: rotate(180deg);
}

/* 👇 THIS WAS MISSING */
.price-body {
    display: none;
    margin-top: 12px;
}

.price-accordion.open .price-body {
    display: block;
}

/* Slider theme */
.price-body input[type="range"] {
    width: 100%;
    accent-color: #d39f14;
    height: 5px;
}

.flicker {
    color: #e60000;
    font-weight: 600;
    animation: flickerRed 1.1s infinite;
}

@keyframes flickerRed {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0.85;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0.75;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.product-home-img img {
    height: 420px;
    object-fit: contain;
    max-height: 480px;
    background: #f5f5f5;
    width: 100%;
}

@media (max-width: 600px) {
    .filter-panel {
        display: none;
    }

    .mobile-filter-btn {
        display: block;
    }
}

.pac-container {
    z-index: 9999 !important;
}