/* Custom gadget theme variables and overrides */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Outfit', sans-serif !important;
    background: #f8fafc !important;
    color: #1e293b !important;
}

/* ===== Fix Bootstrap breadcrumb cart icon ===== */
.breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/" !important;
    color: #94a3b8 !important;
}
/* Remove any ::before icons that global CSS may inject on .breadcrumb */
.gd-breadcrumb::before,
.gd-breadcrumb *::before {
    content: none !important;
}
.gd-breadcrumb {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ===== Product Detail Page: equal-width action buttons ===== */
.gd-action-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
}
.gd-btn-cart,
.gd-btn-order {
    width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
}

/* ===== Delivery box: remove duplicate title colour conflict ===== */
.gd-delivery-lines strong {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #14532d !important;
    display: block !important;
    margin-bottom: 4px !important;
}


/* 1. Header Modernization */
#navbar_top {
    background: #ffffff !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px -1px rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid #f1f5f9 !important;
    transition: all 0.3s ease;
}

.logo-area {
    padding: 16px 0 !important;
}

.main-logo img {
    height: 42px !important;
    width: auto !important;
    object-fit: contain;
}

.main-search form {
    display: flex !important;
    align-items: center !important;
    background: #f1f5f9 !important;
    border: 1px solid transparent !important;
    border-radius: 50px !important;
    padding: 4px 6px 4px 18px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto !important;
}

.main-search form:focus-within {
    background: #ffffff !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.1) !important;
}

.main-search input {
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    color: #1e293b !important;
    width: 100% !important;
    outline: none !important;
    height: 38px !important;
}

.main-search button {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border: none !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.main-search button:hover {
    transform: scale(1.05) !important;
    opacity: 0.9 !important;
}

.header-list-items ul {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.header-list-items li {
    position: relative !important;
}

.header-list-items a {
    color: #334155 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: color 0.2s ease !important;
}

.header-list-items a:hover {
    color: var(--primary-color) !important;
}

.header-list-items i {
    font-size: 20px !important;
    color: #475569 !important;
}

.track_btn a {
    background: #f1f5f9 !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
}

.track_btn a:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

.track_btn a:hover i {
    color: #ffffff !important;
}

/* Cart Badge */
.cart-dialog p.margin-shopping {
    position: relative !important;
    margin: 0 !important;
    padding: 8px !important;
    background: #f1f5f9 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cart-dialog p.margin-shopping span {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #ffffff !important;
}

.menu-area {
    background: #ffffff !important;
    border-top: 1px solid #f1f5f9 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 0 !important;
}

.catagory_menu ul {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cat_bar {
    margin: 0 !important;
    position: relative !important;
}

.cat_bar > a {
    padding: 16px 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
    text-transform: capitalize !important;
    height: auto !important;
    border-bottom: 2px solid transparent !important;
}

.cat_bar:hover > a {
    background: transparent !important;
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
}

.Cat_menu {
    border-radius: 12px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
    padding: 8px 0 !important;
}

.Cat_list a {
    font-size: 14px !important;
    padding: 10px 20px !important;
    color: #334155 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.Cat_list:hover > a {
    background: #f1f5f9 !important;
    color: var(--primary-color) !important;
}

.child_menu {
    border-radius: 12px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
}

/* 2. Product Grid & Cards */
.single-product {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #f1f5f9 !important;
    padding: 16px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02) !important;
}

.single-product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.08) !important;
    border-color: #e2e8f0 !important;
}

.product-img {
    position: relative !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
}

.product-img img {
    max-height: 90% !important;
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.5s ease !important;
}

.single-product:hover .product-img img {
    transform: scale(1.06) !important;
}

/* Badges */
.discount-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    z-index: 10 !important;
}

/* Product Info */
.product-content {
    padding: 0 !important;
    text-align: left !important;
}

.product-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    height: 40px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    color: #334155 !important;
}

.product-title a {
    color: #334155 !important;
    transition: color 0.2s ease !important;
}

.product-title a:hover {
    color: var(--primary-color) !important;
}

.product-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
}

.new-price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
}

.old-price {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}

/* Buy/Cart buttons */
.add-to-cart-btn {
    width: 100% !important;
    background: #f1f5f9 !important;
    color: #334155 !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.add-to-cart-btn:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

/* 3. Hot Deals Section */
.hot-deal-section {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 24px !important;
    border: 1px solid #f1f5f9 !important;
    margin-bottom: 30px !important;
}

.hot-deal-title {
    font-weight: 800 !important;
    font-size: 22px !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.countdown-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.countdown-box {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    min-width: 40px !important;
    text-align: center !important;
}

/* 4. Mini Cart Dropdown */
.cshort-summary {
    border-radius: 16px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    width: 320px !important;
    padding: 16px !important;
}

.cshort-summary ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    margin-bottom: 12px !important;
}

.cshort-summary li {
    display: grid !important;
    grid-template-columns: 50px 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 8px !important;
}

.cshort-summary li:last-child {
    border-bottom: none !important;
}

.cshort-summary img {
    border-radius: 8px !important;
    border: 1px solid #f1f5f9 !important;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
}
.header-list-items a.go_cart,
.go_cart {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 12px !important;
    display: block !important;
    transition: all 0.2s ease !important;
    justify-content: center !important;
}

.header-list-items a.go_cart:hover,
.go_cart:hover {
    opacity: 0.9 !important;
    color: #ffffff !important;
    background: var(--primary-color) !important;
}
/* 5. Product Details Page Modernization */
.details-page-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid #f1f5f9 !important;
    padding: 30px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02) !important;
}

.product-gallery-main {
    border-radius: 16px !important;
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
}

.product-gallery-main img {
    max-height: 95% !important;
    max-width: 95% !important;
    object-fit: contain !important;
}

.details-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.3 !important;
}

.details-price-box {
    background: #f8fafc !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    border: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 12px !important;
    margin: 20px 0 !important;
}

.details-price-box .new-price {
    font-size: 26px !important;
}

.details-price-box .old-price {
    font-size: 16px !important;
}

.delivery-info-box {
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 16px !important;
    margin-top: 20px !important;
}

.delivery-info-title {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #0f172a !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* 6. Footer Modernization */
footer {
    background: var(--footer-bg-color, #0f172a) !important;
    color: #94a3b8 !important;
    border-top: none !important;
}

.footer-top {
    padding: 60px 0 40px !important;
    background: transparent !important;
}

.footer-menu ul li.title a {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
}

.footer-menu ul li a {
    color: #94a3b8 !important;
    transition: color 0.2s ease !important;
}

.footer-menu ul li a:hover {
    color: #ffffff !important;
}

.footer-about p {
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    margin: 15px 0 !important;
}

.footer-hotlint {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.social_link {
    display: flex !important;
    gap: 12px !important;
}

.social_list a {
    background: #1e293b !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}

.social_list a:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
}

.footer-bottom {
    background: var(--copyright-bg-color, #020617) !important;
    padding: 10px 0 !important;
    border-top: 1px solid #1e293b !important;
}

.copyright p {
    color: #64748b !important;
    font-size: 13px !important;
    text-align: center !important;
}

/* 7. Floating buttons */
.whatapp {
    bottom: 85px !important;
    right: 20px !important;
    z-index: 1000 !important;
    transition: transform 0.2s ease !important;
}

.whatapp:hover {
    transform: scale(1.1) !important;
}

.whatapp i {
    font-size: 52px !important;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15)) !important;
}

.scrolltop {
    bottom: 85px !important;
    right: 85px !important;
    z-index: 1000 !important;
}

.scrolltop .scroll {
    background: var(--primary-color) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    transition: all 0.2s ease !important;
}

.scrolltop .scroll:hover {
    transform: translateY(-3px) !important;
}

/* 8. Mobile Navigation & responsiveness */
.mobile-header {
    background: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 12px 16px !important;
}

.mobile-header .toggle i {
    color: #334155 !important;
    font-size: 20px !important;
}

.mobile-logo img {
    height: 32px !important;
    width: auto !important;
}

.mobile-search form {
    background: #f1f5f9 !important;
    border-radius: 50px !important;
    border: 1px solid transparent !important;
    padding: 2px 4px 2px 14px !important;
}

.mobile-search input {
    background: transparent !important;
    font-size: 13px !important;
}

.footer_nav {
    box-shadow: 0 -4px 10px -1px rgba(0, 0, 0, 0.05) !important;
    border-top: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
    padding: 8px 0 !important;
    height: 65px !important;
}

.footer_nav ul li a span i {
    font-size: 18px !important;
    color: #475569 !important;
}

.footer_nav ul li a.active span i,
.footer_nav ul li a:hover span i {
    color: var(--primary-color) !important;
}

.footer_nav ul li a span {
    font-size: 11px !important;
    color: #475569 !important;
    font-weight: 500 !important;
}

@media (max-width: 768px) {
    .logo-area {
        display: none !important;
    }
    .menu-area {
        display: none !important;
    }
    .main-header {
        display: none !important;
    }
}

/* 9. Modern Banner Fallback Styles */
.modern-banner-fallback {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #311042 100%) !important;
    border-radius: 20px !important;
    padding: 60px 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #ffffff !important;
    min-height: 380px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.modern-banner-fallback::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -20% !important;
    width: 600px !important;
    height: 600px !important;
    background: radial-gradient(circle, rgba(255, 103, 0, 0.15) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.banner-text {
    max-width: 55% !important;
    z-index: 2 !important;
}

.banner-text .badge {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 6px 12px !important;
    border-radius: 50px !important;
    background-color: var(--primary-color) !important;
}

.banner-text h2 {
    font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 15px 0 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.banner-text p {
    font-size: 16px !important;
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}

.btn-shop-now {
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 12px 28px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease !important;
}

.btn-shop-now:hover {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 103, 0, 0.3) !important;
}

.banner-visual {
    font-size: 140px !important;
    color: rgba(255, 255, 255, 0.08) !important;
    z-index: 1 !important;
    transform: rotate(-15deg) !important;
    transition: all 0.5s ease !important;
    margin-right: 30px !important;
}

.modern-banner-fallback:hover .banner-visual {
    transform: rotate(0deg) scale(1.05) !important;
    color: rgba(255, 103, 0, 0.15) !important;
}

@media (max-width: 768px) {
    .modern-banner-fallback {
        padding: 40px 30px !important;
        min-height: auto !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    .banner-text {
        max-width: 100% !important;
    }
    .banner-text h2 {
        font-size: 28px !important;
    }
    .banner-text p {
        font-size: 14px !important;
    }
    .banner-visual {
        display: none !important;
    }
}

/* ==========================================================================
   Phase 4: Transactional & CX Page Modernization Styles
   ========================================================================== */

/* 1. Checkout Page UX Modernization */
.chheckout-section {
    padding: 50px 0 !important;
    background: #f8fafc !important;
}

.checkout-shipping .card,
.cart_details .card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02) !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.checkout-shipping .card-header,
.cart_details .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 16px 24px !important;
}

.checkout-shipping .card-header h6 {
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    color: #475569 !important;
    margin: 0 !important;
}

.checkout-shipping .card-body,
.cart_details .card-body {
    padding: 24px !important;
}

/* Styled Inputs */
.checkout-shipping .form-group label {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.checkout-shipping .form-control {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #1e293b !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    box-shadow: none !important;
}

.checkout-shipping .form-control:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.1) !important;
}

/* Payment Method Radios */
.radio_payment label#payment_method {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #1e293b !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.payment-methods {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
}

.payment-methods .form-check {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 14px 14px 14px 40px !important;
    margin: 0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
}

.payment-methods .form-check:hover {
    border-color: var(--primary-color) !important;
    background: #ffffff !important;
}

.payment-methods .form-check-input {
    width: 18px !important;
    height: 18px !important;
    margin-left: -24px !important;
    margin-top: 0 !important;
    cursor: pointer !important;
}

.payment-methods .form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.payment-methods .form-check-label {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #334155 !important;
    cursor: pointer !important;
    user-select: none !important;
}

/* Order button */
.order_place {
    background: var(--primary-color) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 14px 30px !important;
    border-radius: 10px !important;
    border: none !important;
    width: 100% !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px -1px rgba(255, 103, 0, 0.2) !important;
    transition: all 0.2s ease !important;
}

.order_place:hover {
    opacity: 0.95 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 15px -3px rgba(255, 103, 0, 0.3) !important;
}

/* Order Summary Table styling */
.cart_table {
    border: none !important;
    border-collapse: collapse !important;
}

.cart_table th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border: none !important;
    padding: 12px 16px !important;
    text-transform: uppercase !important;
}

.cart_table td {
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 16px !important;
    vertical-align: middle !important;
    color: #334155 !important;
    font-size: 14px !important;
}

.cart_table tr:last-child td {
    border-bottom: none !important;
}

.cart_table td img {
    border-radius: 8px !important;
    border: 1px solid #f1f5f9 !important;
    padding: 2px !important;
    background: #ffffff !important;
    width: 45px !important;
    height: 45px !important;
    object-fit: contain !important;
    margin-right: 12px !important;
}

.cart_table td a {
    font-weight: 600 !important;
    color: #1e293b !important;
    display: inline-flex !important;
    align-items: center !important;
}

.cart_table td a:hover {
    color: var(--primary-color) !important;
}

/* Cart Quantity controls */
.vcart-qty .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.vcart-qty .quantity button {
    border: none !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.vcart-qty .quantity button:hover {
    background: #cbd5e1 !important;
    color: #1e293b !important;
}

.vcart-qty .quantity input {
    width: 36px !important;
    height: 32px !important;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid #cbd5e1 !important;
    border-right: 1px solid #cbd5e1 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
}

.cart_table tfoot th {
    background: #ffffff !important;
    border: none !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    font-weight: 600 !important;
    padding: 12px 24px !important;
}

.cart_table tfoot td {
    background: #ffffff !important;
    border: none !important;
    border-top: 1px solid #e2e8f0 !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    color: #1e293b !important;
}

.cart_table tfoot tr:last-child th,
.cart_table tfoot tr:last-child td {
    color: var(--primary-color) !important;
    font-size: 16px !important;
}

/* 2. Cart Page Modernization */
.cart-section {
    padding: 50px 0 !important;
    background: #f8fafc !important;
}

.cart-card {
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02) !important;
    background: #ffffff !important;
    padding: 24px !important;
}

.cart-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 24px !important;
}

.cart-summary-box {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.cart-summary-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 12px !important;
}

/* 3. Customer Account/Dashboard Modernization */
.customer-container {
    padding: 40px 0 !important;
    background: #f8fafc !important;
}

.customer-sidebar {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05) !important;
}

.customer-profile-card {
    text-align: center !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.customer-profile-avatar {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 3px solid var(--primary-color) !important;
    object-fit: cover !important;
    margin-bottom: 12px !important;
}

.customer-profile-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.customer-profile-email {
    font-size: 13px !important;
    color: #64748b !important;
    margin-top: 4px !important;
}

.customer-menu ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.customer-menu li a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
}

.customer-menu li a:hover,
.customer-menu li.active a {
    background: #f8fafc !important;
    color: var(--primary-color) !important;
}

.customer-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05) !important;
    height: 100% !important;
}

/* 4. Tracking and Result Pages */
.tracking-wrapper {
    max-width: 500px !important;
    margin: 60px auto !important;
    padding: 0 15px !important;
}

.tracking-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
}

.tracking-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 12px !important;
}

.tracking-subtitle {
    font-size: 14px !important;
    color: #64748b !important;
    margin-bottom: 30px !important;
    line-height: 1.5 !important;
}

/* Tracking Result Timeline */
.tracking-timeline {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    position: relative !important;
    margin: 40px 0 !important;
}

.tracking-timeline::before {
    content: '' !important;
    position: absolute !important;
    top: 15px !important;
    left: 40px !important;
    right: 40px !important;
    height: 3px !important;
    background: #cbd5e1 !important;
    z-index: 1 !important;
}

.timeline-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    z-index: 2 !important;
    flex: 1 !important;
}

.timeline-node {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 3px solid #cbd5e1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.timeline-label {
    margin-top: 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-align: center !important;
}

/* Active Timeline States */
.timeline-step.active .timeline-node {
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 5px rgba(255, 103, 0, 0.15) !important;
}

.timeline-step.active .timeline-label {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.timeline-step.completed .timeline-node {
    border-color: var(--accent-color) !important;
    background: var(--accent-color) !important;
    color: #ffffff !important;
}

.timeline-step.completed .timeline-label {
    color: var(--accent-color) !important;
}

.timeline-step.cancelled .timeline-node {
    border-color: #ef4444 !important;
    background: #ef4444 !important;
    color: #ffffff !important;
}

.timeline-step.cancelled .timeline-label {
    color: #ef4444 !important;
}

/* 5. Validation / Error / Success UI & Form overrides */
.parsley-errors-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 4px 0 0 0 !important;
    font-size: 11px !important;
    color: #ef4444 !important;
    font-weight: 500 !important;
}

.parsley-errors-list li {
    margin-bottom: 2px !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    border-color: #ef4444 !important;
    background-color: #fef2f2 !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    border-color: #22c55e !important;
    background-color: #f0fdf4 !important;
}

/* Toastr popup overrides */
#toast-container > div {
    font-family: 'Outfit', sans-serif !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    font-size: 13px !important;
    opacity: 0.98 !important;
}

/* Timeline mobile responsiveness fallback */
@media (max-width: 576px) {
    .tracking-timeline {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
        padding-left: 20px !important;
    }
    .tracking-timeline::before {
        top: 0 !important;
        bottom: 0 !important;
        left: 31px !important;
        width: 3px !important;
        height: auto !important;
        right: auto !important;
    }
    .timeline-step {
        flex-direction: row !important;
        gap: 15px !important;
        text-align: left !important;
        width: 100% !important;
    }
    .timeline-label {
        margin-top: 0 !important;
        text-align: left !important;
    }
}

/* ===== Mobile Bottom Navigation Bar ===== */
.footer_nav {
    background: var(--primary-color, #ff6700) !important;
    border-top: none !important;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12) !important;
}

.footer_nav ul {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
}

.footer_nav ul li a {
    color: rgba(255, 255, 255, 0.85) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    padding: 8px 4px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

.footer_nav ul li a:hover,
.footer_nav ul li.mobile_home a {
    color: #ffffff !important;
    opacity: 1 !important;
}

.footer_nav ul li a i {
    font-size: 20px !important;
    color: inherit !important;
}

/* Cart count badge in bottom nav */
.footer_nav .item_count.mobilecart-qty {
    position: absolute !important;
    top: 4px !important;
    right: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0 4px !important;
    background: #ffffff !important;
    color: var(--primary-color, #ff6700) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

/* ===== Floating WhatsApp & Scroll-to-top Buttons ===== */
.whatapp {
    position: fixed !important;
    right: 20px !important;
    bottom: 90px !important;
    z-index: 9999 !important;
}

.whatapp a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.2s ease !important;
    color: #ffffff !important;
}

.whatapp a:hover { transform: scale(1.1) !important; }

.whatapp a i {
    font-size: 28px !important;
    color: #ffffff !important;
}

.scrolltop {
    right: 20px !important;
    bottom: 30px !important;
    background: var(--primary-color, #ff6700) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
}

.scrolltop .scroll {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.scrolltop .scroll i {
    font-size: 20px !important;
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    .whatapp {
        bottom: 145px !important;
        right: 15px !important;
    }
    .scrolltop {
        bottom: 80px !important;
        right: 15px !important;
    }
}

/* ============================================
   GADGET THEME - HOMEPAGE REDESIGN
   ============================================ */

/* ----- Hero Slider ----- */
.gd-hero-slider {
    background: #000;
    overflow: hidden;
}
.gd-slider-wrap { width: 100%; }
.gd-slide-item { position: relative; overflow: hidden; }
.gd-slide-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.main_slider .owl-dots {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
}
.main_slider .owl-dots .owl-dot span {
    width: 8px; height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 50px;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.3s;
}
.main_slider .owl-dots .owl-dot.active span {
    background: #fff;
    width: 22px;
}

/* ----- Features Bar ----- */
.gd-features-bar {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    padding: 14px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.gd-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.gd-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px;
    border-radius: 10px;
    transition: background 0.2s;
}
.gd-feature-item:hover { background: #f8fafc; }
.gd-feature-item i {
    font-size: 26px;
    color: var(--primary-color, #ff6700);
    flex-shrink: 0;
    width: 36px;
    text-align: center;
}
.gd-feature-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}
.gd-feature-item span {
    font-size: 11px;
    color: #64748b;
}

/* ----- Section Common Styles ----- */
.gd-section {
    padding: 24px 0;
    background: #fff;
    margin-bottom: 10px;
}
.gd-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}
.gd-section-title {
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gd-section-title span {
    position: relative;
}
.gd-section-title span::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color, #ff6700);
    border-radius: 2px;
}
.gd-view-all {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color, #ff6700);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    transition: gap 0.2s;
}
.gd-view-all:hover { gap: 8px; color: var(--primary-color, #ff6700); }

/* ----- Category Slider Items ----- */
.gd-cat-item {
    text-align: center;
    cursor: pointer;
}
.gd-cat-item a { text-decoration: none; }
.gd-cat-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: all 0.3s;
}
.gd-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gd-cat-item:hover .gd-cat-img {
    border-color: var(--primary-color, #ff6700);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,103,0,0.15);
}
.gd-cat-name {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    margin: 0 auto;
}

/* ----- Hot Deals Section ----- */
.gd-hotdeal-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 24px 0;
}
.gd-hotdeal-header {
    border-bottom-color: rgba(255,255,255,0.15) !important;
}
.gd-title-with-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gd-fire-badge {
    background: var(--primary-color, #ff6700);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
.gd-white-title { color: #ffffff !important; }
.gd-white-title span::after { background: var(--primary-color, #ff6700); }
.gd-view-all-white { color: rgba(255,255,255,0.8) !important; }
.gd-view-all-white:hover { color: #fff !important; }

/* Countdown in hot deals */
.gd-countdown .syotimer-cell {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 4px 10px;
    margin: 0 2px;
    min-width: 44px;
}
.gd-countdown .syotimer-cell__value {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.gd-countdown .syotimer-cell__unit { display: none !important; }

/* ----- Product Card ----- */
.gd-product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.gd-product-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    border-color: #e2e8f0;
}
.gd-card-inner {
    position: relative;
    flex-grow: 1;
    padding: 10px;
}
.gd-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--primary-color, #ff6700);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
    z-index: 2;
    letter-spacing: 0.3px;
}
.gd-badge-out { background: #ef4444 !important; }
.gd-badge-pre { background: #8b5cf6 !important; }
.gd-card-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 8px;
}
.gd-card-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.gd-product-card:hover .gd-card-img img { transform: scale(1.05); }
.gd-card-name {
    margin-bottom: 8px;
    min-height: 32px;
}
.gd-card-name a {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.gd-card-name a:hover { color: var(--primary-color, #ff6700); }
.gd-card-price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.gd-price-new {
    font-size: 15px;
    font-weight: 800;
    color: var(--primary-color, #ff6700);
}
.gd-price-old {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 400;
}
.gd-card-btn {
    padding: 0 10px 10px;
}
.gd-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: var(--primary-color, #ff6700);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    text-align: center;
}
.gd-order-btn:hover {
    background: #e55a00;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(255,103,0,0.3);
    transform: translateY(-1px);
}
.gd-card-btn form { margin: 0; }

/* ----- Products Grid Layout ----- */
.gd-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

/* ----- Center Button ----- */
.gd-center-btn {
    text-align: center;
    margin-top: 20px;
}
.gd-load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 2px solid var(--primary-color, #ff6700);
    color: var(--primary-color, #ff6700);
    font-size: 13px;
    font-weight: 700;
    padding: 9px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.gd-load-more-btn:hover {
    background: var(--primary-color, #ff6700);
    color: #fff;
    gap: 10px;
}
.gd-hotdeal-section .gd-load-more-btn {
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}
.gd-hotdeal-section .gd-load-more-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
}

/* Owl nav buttons */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    color: #374151 !important;
    transition: all 0.2s !important;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: var(--primary-color, #ff6700) !important;
    color: #fff !important;
    border-color: var(--primary-color, #ff6700) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .gd-products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .gd-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gd-slide-item img { height: 280px; }
}

@media (max-width: 767px) {
    .gd-slide-item img { height: 190px; object-position: center; }
    .gd-features-bar { padding: 10px 0; }
    .gd-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .gd-feature-item { padding: 8px 6px; gap: 8px; }
    .gd-feature-item i { font-size: 20px; width: 28px; }
    .gd-feature-item strong { font-size: 11px; }
    .gd-feature-item span { font-size: 10px; }
    .gd-section { padding: 16px 0; margin-bottom: 8px; }
    .gd-section-header { margin-bottom: 12px; }
    .gd-section-title { font-size: 15px; }
    .gd-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .gd-cat-img { width: 55px; height: 55px; }
    .gd-cat-name { font-size: 10px; max-width: 60px; }
    .gd-card-img { height: 120px; }
    .gd-price-new { font-size: 13px; }
    .gd-order-btn { font-size: 11px; padding: 7px 8px; }
    .gd-hotdeal-section { padding: 16px 0; }
    .gd-countdown { display: none; }
}

@media (max-width: 480px) {
    .gd-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .gd-slide-item img { height: 160px; }
}
}

/* ==========================================================================
   5. Modern Product Listing Grid & Filter Sidebar (Gadget Theme)
   ========================================================================== */

/* --- Grid Overrides --- */
.main_product_inner {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    row-gap: 24px !important;
}
@media (max-width: 1199px) {
    .main_product_inner {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}
@media (max-width: 767px) {
    .main_product_inner {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        row-gap: 14px !important;
    }
}

/* --- Card (product_item) Modernization --- */
.product_item {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #f1f5f9 !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03) !important;
    margin-bottom: 0 !important;
    height: 100% !important;
    position: relative !important;
}
.product_item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
    transform: translateY(-3px) !important;
    border-color: #e2e8f0 !important;
}
.product_item_inner {
    border: none !important;
    padding: 12px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
}

/* Sale Badge Modernization */
.product_item_inner .sale-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    background: var(--primary-color, #ff6700) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    z-index: 2 !important;
    width: auto !important;
    height: auto !important;
    box-shadow: 0 2px 5px rgba(255,103,0,0.2) !important;
}
.product_item_inner .sale-badge-inner,
.product_item_inner .sale-badge-box {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}
.product_item_inner span.sale-badge-text p {
    margin: 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

/* Image container */
.product_item_inner .pro_img {
    height: 150px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    margin-top: 6px !important;
    background: transparent !important;
    border: none !important;
}
.product_item_inner .pro_img img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}
.product_item:hover .pro_img img {
    transform: scale(1.04) !important;
}

/* Description area */
.product_item_inner .pro_des {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.product_item_inner .pro_name {
    margin-bottom: 8px !important;
    min-height: 34px !important;
    height: auto !important;
}
.product_item_inner .pro_name a {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.4 !important;
}
.product_item_inner .pro_name a:hover {
    color: var(--primary-color, #ff6700) !important;
}

/* Price layout */
.product_item_inner .pro_price {
    margin-top: auto !important;
    padding: 0 !important;
}
.product_item_inner .pro_price p {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: var(--primary-color, #ff6700) !important;
}
.product_item_inner .pro_price del {
    font-size: 12px !important;
    color: #94a3b8 !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
    margin-right: 4px !important;
}

/* Order Button Container & button */
.product_item .pro_btn {
    padding: 0 12px 12px !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}
.product_item .pro_btn form {
    margin: 0 !important;
}
.product_item .pro_btn button,
.product_item .pro_btn .addcartbutton {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    background: var(--primary-color, #ff6700) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 9px 10px !important;
    border-radius: 6px !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    text-align: center !important;
    height: auto !important;
    line-height: normal !important;
}
.product_item .pro_btn button:hover,
.product_item .pro_btn .addcartbutton:hover {
    background: #e55a00 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(255,103,0,0.25) !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
    .product_item_inner .pro_img { height: 110px !important; }
    .product_item_inner .pro_name a { font-size: 11px !important; }
    .product_item_inner .pro_price p { font-size: 13px !important; }
    .product_item .pro_btn { padding: 0 8px 8px !important; }
    .product_item .pro_btn button,
    .product_item .pro_btn .addcartbutton { font-size: 11px !important; padding: 7px 8px !important; }
}

/* --- Sidebar Filter Overrides --- */
.filter_sidebar {
    padding-right: 15px !important;
}
.sidebar_item.wraper__item {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
}

/* Accordion Head */
.sidebar_item h2.accordion-header button.accordion-button {
    background-color: transparent !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 18px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    box-shadow: none !important;
}
.sidebar_item h2.accordion-header button.accordion-button:not(.collapsed) {
    color: var(--primary-color, #ff6700) !important;
}
.sidebar_item .accordion-header .accordion-button::after {
    color: #94a3b8 !important;
    font-size: 14px !important;
    transition: transform 0.2s ease !important;
}
.sidebar_item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}

/* Accordion Body */
.sidebar_item .cust_according_body {
    padding: 16px 18px !important;
}

/* Subcategories links */
.sidebar_item .cust_according_body ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sidebar_item .cust_according_body ul li {
    margin-bottom: 8px !important;
}
.sidebar_item .cust_according_body ul li:last-child {
    margin-bottom: 0 !important;
}
.sidebar_item .cust_according_body ul li a {
    display: block !important;
    color: #475569 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.sidebar_item .cust_according_body ul li a:hover {
    color: var(--primary-color, #ff6700) !important;
    padding-left: 4px !important;
}

/* --- Price Range Slider (Jquery UI) --- */
.filter-price-inputs {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
}
.filter-price-inputs p.min-price,
.filter-price-inputs p.max-price {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    background: #f8fafc !important;
    margin: 0 !important;
    flex-grow: 1 !important;
}
.filter-price-inputs input {
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: right !important;
    outline: none !important;
    padding: 0 !important;
}
#price-range.ui-slider {
    height: 6px !important;
    border: none !important;
    background: #e2e8f0 !important;
    border-radius: 50px !important;
    margin: 12px 6px !important;
    position: relative !important;
}
#price-range .ui-slider-range {
    background: var(--primary-color, #ff6700) !important;
    position: absolute !important;
    height: 100% !important;
}
#price-range .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border: 2px solid var(--primary-color, #ff6700) !important;
    background: #ffffff !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.15s ease !important;
    top: -5px !important;
    position: absolute !important;
    margin-left: -8px !important;
}
#price-range .ui-slider-handle:hover {
    transform: scale(1.15) !important;
}

/* --- Checkbox Filters --- */
.subcategory-filter-list {
    margin-bottom: 10px !important;
    list-style: none !important;
}
.subcategory-filter-list:last-child {
    margin-bottom: 0 !important;
}
.subcategory-filter-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    margin: 0 !important;
}
.subcategory-filter-name {
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    transition: color 0.2s ease !important;
}
.form-checkbox.form-attribute {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
    border: 2px solid #cbd5e1 !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    accent-color: var(--primary-color, #ff6700) !important;
    margin: 0 !important;
}
.subcategory-filter-label:hover .subcategory-filter-name {
    color: var(--primary-color, #ff6700) !important;
}

/* --- Mobile Drawer Enhancements --- */
@media (max-width: 767px) {
    .filter_sidebar {
        padding-right: 12px !important;
    }
    .filter_sidebar.active {
        top: 0 !important;
        width: 100% !important;
        padding: 20px 16px !important;
        box-shadow: 0 4px 30px rgba(0,0,0,0.1) !important;
    }
    .filter_btn {
        background: var(--primary-color, #ff6700) !important;
        border-color: var(--primary-color, #ff6700) !important;
        border-radius: 6px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 36px !important;
        margin: 0 !important;
    }
    .filter_btn i {
        font-size: 16px !important;
        color: #fff !important;
    }
    .filter_close {
        background: #f1f5f9 !important;
        color: #334155 !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        border-radius: 8px !important;
        padding: 10px 16px !important;
        margin: 0 0 16px 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        border: 1px solid #e2e8f0 !important;
    }
    .filter_close i {
        font-size: 16px !important;
    }
    
    /* Sticky Mobile Header */
    header#navbar_top {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 0 !important;
        z-index: 9999 !important;
        background: #ffffff !important;
        width: 100% !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    }
    
    /* Smart Bottom Navigation Bar */
    .footer_nav {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        border-top: 1px solid #f1f5f9 !important;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05) !important;
        border-radius: 16px 16px 0 0 !important;
        height: 62px !important;
        padding: 0 !important;
        z-index: 99999 !important;
    }
    .footer_nav ul {
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    .footer_nav ul li {
        flex: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        text-align: center !important;
    }
    .footer_nav ul li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        color: #64748b !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        padding: 4px 0 !important;
    }
    .footer_nav ul li a span i {
        font-size: 18px !important;
        color: #475569 !important;
        margin-bottom: 2px !important;
        transition: color 0.2s ease !important;
    }
    .footer_nav ul li a:hover,
    .footer_nav ul li a:active {
        color: var(--primary-color, #ff6700) !important;
    }
    .footer_nav ul li a:hover span i {
        color: var(--primary-color, #ff6700) !important;
    }
    
    /* Highlighted Floating Offer Button */
    .footer_nav ul li.mobile_offer {
        position: relative !important;
        top: -14px !important;
        z-index: 100000 !important;
    }
    .footer_nav ul li.mobile_offer a {
        background: var(--primary-color, #ff6700) !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #ffffff !important;
        margin: 0 auto !important;
        box-shadow: 0 4px 14px rgba(255, 103, 0, 0.4) !important;
        border: 3px solid #ffffff !important;
    }
    .footer_nav ul li.mobile_offer a span i {
        font-size: 20px !important;
        color: #ffffff !important;
        margin-bottom: 0 !important;
    }
    .footer_nav ul li.mobile_offer a span:last-child {
        display: none !important;
    }
}

/* ==========================================================================
   6. Modern Customer Auth & Dashboard Page (Gadget Theme)
   ========================================================================== */

/* --- Auth Pages (Login, Register, Forgot Password) --- */
.auth-section {
    background: #f8fafc !important;
    padding: 50px 0 !important;
}
@media (max-width: 767px) {
    .auth-section {
        padding: 30px 0 !important;
    }
}

.auth-section .form-content {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    margin: 15px 0 !important;
    padding: 0 !important;
}

.auth-section .auth-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-transform: none !important;
    padding: 20px 24px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
    margin: 0 0 20px 0 !important;
    letter-spacing: 0.3px;
}

.auth-section form {
    padding: 0 24px 20px !important;
}

.auth-section form .form-group {
    margin-bottom: 18px !important;
}

.auth-section form label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #374151 !important;
    margin-bottom: 8px !important;
}

.auth-section form .form-control {
    height: 46px !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.auth-section form .form-control:focus {
    border-color: var(--primary-color, #ff6700) !important;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.1) !important;
}

.auth-section form .forget-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin: 0 0 20px 0 !important;
    transition: color 0.2s ease !important;
}

.auth-section form .forget-link:hover {
    color: var(--primary-color, #ff6700) !important;
}

.auth-section form .forget-link i {
    font-size: 12px;
}

.auth-section form .submit-btn {
    width: 100% !important;
    height: 46px !important;
    border: none !important;
    border-radius: 10px !important;
    background: var(--primary-color, #ff6700) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(255, 103, 0, 0.2) !important;
    margin: 10px 0 0 0 !important;
    text-transform: none !important;
}

.auth-section form .submit-btn:hover {
    background: #e55a00 !important;
    box-shadow: 0 6px 16px rgba(255, 103, 0, 0.25) !important;
    transform: translateY(-1px) !important;
}

.auth-section .register-now.no-account {
    background: #f8fafc !important;
    border-top: 1px solid #f1f5f9 !important;
    padding: 20px 24px !important;
    text-align: center !important;
    margin: 0 !important;
}

.auth-section .register-now.no-account p {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.auth-section .register-now.no-account a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border: 1px solid #cbd5e1 !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 10px 0 !important;
    color: #334155 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    box-shadow: none !important;
}

.auth-section .register-now.no-account a:hover {
    border-color: var(--primary-color, #ff6700) !important;
    color: var(--primary-color, #ff6700) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}

/* --- Customer Dashboard / Account Profile --- */
.customer-section {
    background: #f8fafc !important;
    padding: 40px 0 60px !important;
}
@media (max-width: 767px) {
    .customer-section {
        padding: 20px 0 40px !important;
    }
}

.customer-sidebar {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
}

.customer-sidebar .customer-auth {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    margin-bottom: 18px !important;
}

.customer-sidebar .customer-img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    border: 3px solid var(--primary-color, #ff6700) !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.customer-sidebar .customer-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.customer-sidebar .customer-name {
    margin: 0 !important;
}

.customer-sidebar .customer-name p {
    margin: 0 !important;
}

.customer-sidebar .customer-name p small {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.customer-sidebar .customer-name p:last-child {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-top: 2px !important;
}

.customer-sidebar .sidebar-menu {
    display: block !important; /* Override mobile display: none */
}

.customer-sidebar .sidebar-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.customer-sidebar .sidebar-menu ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.customer-sidebar .sidebar-menu ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    color: #475569 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.customer-sidebar .sidebar-menu ul li a i,
.customer-sidebar .sidebar-menu ul li a svg {
    width: 16px !important;
    height: 16px !important;
    color: #94a3b8 !important;
    transition: color 0.2s ease !important;
}

.customer-sidebar .sidebar-menu ul li a:hover,
.customer-sidebar .sidebar-menu ul li a.active {
    background: rgba(255, 103, 0, 0.06) !important;
    color: var(--primary-color, #ff6700) !important;
}

.customer-sidebar .sidebar-menu ul li a:hover i,
.customer-sidebar .sidebar-menu ul li a:hover svg,
.customer-sidebar .sidebar-menu ul li a.active i,
.customer-sidebar .sidebar-menu ul li a.active svg {
    color: var(--primary-color, #ff6700) !important;
}

/* Dashboard Content */
.customer-content {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    padding: 24px !important;
}

@media (max-width: 576px) {
    .customer-content {
        padding: 16px !important;
    }
}

.customer-content .account-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
    letter-spacing: 0.3px;
}

.customer-content .table {
    margin-bottom: 0 !important;
}

.customer-content .table thead tr th {
    background: #f8fafc !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.customer-content .table tbody tr td {
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #334155 !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: middle !important;
}

.customer-content .table tbody tr:last-child td {
    border-bottom: none !important;
}

.customer-content .table tbody tr td:first-child {
    font-weight: 700 !important;
    color: #475569 !important;
    width: 30% !important;
    min-width: 100px !important;
}

.customer-content .table tbody tr td:last-child {
    color: #0f172a !important;
}

.customer-content .backend_img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    object-fit: cover !important;
}

/* Customer Forms Modernization */
.customer-content form label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
}

.customer-content form .form-control {
    height: 46px !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.customer-content form .form-control:focus {
    border-color: var(--primary-color, #ff6700) !important;
    box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.1) !important;
}

.customer-content form select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 16px !important;
}

.customer-content form .submit-btn {
    height: 46px !important;
    border: none !important;
    border-radius: 10px !important;
    background: var(--primary-color, #ff6700) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 30px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(255, 103, 0, 0.2) !important;
}

.customer-content form .submit-btn:hover {
    background: #e55a00 !important;
    box-shadow: 0 6px 16px rgba(255, 103, 0, 0.25) !important;
    transform: translateY(-1px) !important;
}

/* Action buttons styling */
.customer-content .invoice_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: rgba(255, 103, 0, 0.08) !important;
    color: var(--primary-color, #ff6700) !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border: none !important;
}

.customer-content .invoice_btn:hover {
    background: var(--primary-color, #ff6700) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.customer-content .invoice_btn.bg-primary {
    background: rgba(14, 165, 233, 0.08) !important;
    color: #0ea5e9 !important;
}

.customer-content .invoice_btn.bg-primary:hover {
    background: #0ea5e9 !important;
    color: #ffffff !important;
}


