/* Modern E-commerce CSS for OpenCart Mahardhi Theme */

/* ===== GLOBAL STYLES ===== */
.newtheme-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #212121;
    background: #f1f3f6;
}

.flipkart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Modern Checkout Design */
.modern-checkout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #f8f9fa;
    min-height: 100vh;
    font-family: 'Roboto', Arial, sans-serif;
}

.checkout-header {
    background: #fff;
    padding: 20px 30px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Modern Progress Bar for Checkout */
.checkout-progress {
    background: #fff;
    padding: 30px;
    margin: 0 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.checkout-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    height: 3px;
    background: #e0e0e0;
    transform: translateY(-50%);
    z-index: 1;
}

.progress-step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #878787;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.progress-step.active .step-number {
    background: #892839;
    color: #fff;
    box-shadow: 0 6px 16px rgba(136, 40, 57, 0.4);
    transform: scale(1.1);
}

.progress-step.completed .step-number {
    background: #388e3c;
    color: #fff;
    box-shadow: 0 6px 16px rgba(56, 142, 60, 0.4);
}

.step-text {
    font-size: 14px;
    color: #878787;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.progress-step.active .step-text {
    color: #892839;
    font-weight: 600;
}

.progress-step.completed .step-text {
    color: #388e3c;
    font-weight: 600;
}

.checkout-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-circle {
    width: 40px;
    height: 40px;
    background: #892839;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
}

.modern-checkout-layout {
    display: flex;
    gap: 30px;
    padding: 0px;
    margin: 0 auto;
}

.checkout-form-column {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
}

.checkout-summary-column {
    width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: fit-content;
    position: sticky;
    top: 30px;
}

.order-summary-card {
    padding: 30px;
}

.total-amount-section {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.total-amount {
    font-size: 36px;
    font-weight: 700;
    color: #892839;
    margin: 0 0 10px 0;
}

.secure-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #388e3c;
    font-size: 14px;
    font-weight: 500;
}

.secure-payment i {
    font-size: 16px;
}

.order-summary-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 20px 0;
}

.order-items {
    margin-bottom: 20px;
}

.order-totals {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

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

.total-row.final-total {
    font-size: 18px;
    font-weight: 600;
    color: #892839;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
}

.total-label {
    color: #878787;
}

.total-value {
    color: #212121;
    font-weight: 500;
}

.final-total .total-value {
    color: #892839;
    font-weight: 700;
}

/* Order Items Styling */
.order-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

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

.order-item .item-name {
    flex: 1;
    font-weight: 500;
    color: #212121;
    font-size: 14px;
    line-height: 1.4;
}

.order-item .item-details {
    color: #878787;
    font-size: 12px;
    margin-top: 5px;
}

.order-item .item-price {
    font-weight: 600;
    color: #212121;
    font-size: 14px;
    margin-left: 15px;
}

/* Modern Cart Design */
.modern-cart-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #f8f9fa;
    min-height: 100vh;
    font-family: 'Roboto', Arial, sans-serif;
}

.cart-header {
    background: #fff;
    padding: 20px 30px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cart-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modern-cart-layout {
    display: flex;
    gap: 30px;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.cart-items-column {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
}

.cart-items-card {
    padding: 0;
}

.cart-items-header {
    padding: 25px 30px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-title {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    margin: 0;
}

.item-count {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
}

.cart-items-table {
    padding: 0;
}

.table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 30px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-items-list {
    padding: 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}

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

.item-product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.item-details {
    flex: 1;
}

.item-title {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.item-title a {
    color: #212121;
    text-decoration: none;
}

.item-title a:hover {
    color: #892839;
}

.item-options {
    margin-bottom: 8px;
}

.option-item {
    color: #878787;
    font-size: 12px;
}

.item-remove a {
    color: #ff5722;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.item-remove a:hover {
    text-decoration: underline;
}

.item-quantity {
    display: flex;
    justify-content: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f8f9fa;
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: #892839;
    color: #fff;
}

.qty-input {
    width: 60px;
    height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    background: #fff;
}

.item-price {
    text-align: center;
}

.price-current {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.price-new {
    font-size: 16px;
    font-weight: 600;
    color: #892839;
}

.price-old {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
    margin-left: 8px;
}

.item-total {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #892839;
}

.voucher-item .voucher-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #892839;
}

.voucher-qty {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.cart-actions {
    padding: 25px 30px;
    border-top: 1px solid #e0e0e0;
}

.btn-continue-shopping {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #892839;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-continue-shopping:hover {
    color: #6a1f2b;
    text-decoration: none;
}

.cart-summary-column {
    width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    height: fit-content;
    position: sticky;
    top: 30px;
}

.order-summary-card {
    padding: 30px;
}

.summary-title {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 25px 0;
}

.summary-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.summary-section:last-child {
    border-bottom: none;
}

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

.summary-label {
    color: #878787;
    font-weight: 500;
}

.summary-value {
    color: #212121;
    font-weight: 600;
}

.final-total {
    font-size: 18px;
    font-weight: 700;
    color: #892839;
    border-top: 2px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
}

.final-total .summary-value {
    color: #892839;
    font-weight: 700;
}

/* Coupon Section */
.coupon-section h3,
.shipping-estimate-section h3,
.gift-certificate-section h3 {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 15px 0;
}

.coupon-input-group,
.gift-input-group {
    display: flex;
    gap: 10px;
}

.coupon-input,
.gift-input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.coupon-input:focus,
.gift-input:focus {
    border-color: #892839;
    outline: none;
}

.btn-apply-coupon,
.btn-apply-gift {
    padding: 12px 20px;
    background: #ff5722;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-apply-coupon:hover,
.btn-apply-gift:hover {
    background: #e64a19;
    transform: translateY(-2px);
}

/* Shipping Estimate */
.estimate-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.estimate-form .form-control {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.estimate-form .form-control:focus {
    border-color: #892839;
    outline: none;
}

.btn-calculate-shipping {
    padding: 12px 20px;
    background: #892839;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-calculate-shipping:hover {
    background: #6a1f2b;
    transform: translateY(-2px);
}

/* Checkout Button */
.summary-actions {
    margin-top: 25px;
}

.btn-checkout {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #892839;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-checkout:hover {
    background: #6a1f2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(136, 40, 57, 0.3);
    color: #fff;
    text-decoration: none;
}

/* Empty Cart */
.empty-cart {
    text-align: center;
    padding: 60px 30px;
}

.empty-cart-icon {
    font-size: 64px;
    color: #e0e0e0;
    margin-bottom: 20px;
}

.empty-cart h2 {
    font-size: 24px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 10px 0;
}

.empty-cart p {
    color: #878787;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.btn-start-shopping {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #892839;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-start-shopping:hover {
    background: #6a1f2b;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

/* Best Selling Products Section */
.best-selling-section {
    padding: 60px 30px;
    background: #fff;
    margin-top: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.best-selling-header {
    text-align: center;
    margin-bottom: 40px;
}

.best-selling-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 10px 0;
}

.best-selling-header p {
    color: #878787;
    font-size: 16px;
    margin: 0;
}

.best-selling-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.best-selling-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.best-selling-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.best-selling-item .product-image {
    height: 200px;
    overflow: hidden;
}

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

.best-selling-item:hover .product-image img {
    transform: scale(1.05);
}

.best-selling-item .product-info {
    padding: 20px;
}

.best-selling-item .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.best-selling-item .product-name a {
    color: #212121;
    text-decoration: none;
}

.best-selling-item .product-name a:hover {
    color: #892839;
}

.best-selling-item .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #892839;
    margin-bottom: 15px;
}

.best-selling-item .btn-add-to-cart {
    width: 100%;
    padding: 12px 20px;
    background: #892839;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.best-selling-item .btn-add-to-cart:hover {
    background: #6a1f2b;
    transform: translateY(-2px);
}

/* Loading Placeholder */
.best-selling-placeholder {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
}

.loading-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #878787;
}

.loading-products i {
    font-size: 24px;
    color: #892839;
}

/* Placeholder Products */
.best-selling-item.placeholder {
    background: #f8f9fa;
}

.product-image-placeholder {
    height: 200px;
    background: #e0e0e0;
    border-radius: 8px;
    margin: 20px;
}

.product-info-placeholder {
    padding: 0 20px 20px;
}

.title-placeholder {
    height: 16px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
}

.price-placeholder {
    height: 18px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 15px;
    width: 60%;
}

    .button-placeholder {
        height: 40px;
        background: #e0e0e0;
        border-radius: 8px;
    }
    
    /* Modern Category Page Design */
    .modern-category-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
        background: #f8f9fa;
        min-height: 100vh;
        font-family: 'Roboto', Arial, sans-serif;
    }
    
    .breadcrumb-section {
        background: #fff;
        padding: 15px 30px;
        border-bottom: 1px solid #e0e0e0;
    }

    
    .breadcrumb {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }
    
    .breadcrumb li:not(:last-child)::after {
        content: '>';
        margin-left: 10px;
        color: #878787;
    }
    
    .breadcrumb a {
        color: #878787;
        text-decoration: none;
    }
    
    .breadcrumb a:hover {
        color: #892839;
    }
    
    .category-description-section {
        background: #fff;
        padding: 20px 30px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .description-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .description-container p {
        color: #212121;
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 15px 0;
    }
    
    .cta-links {
        font-size: 14px;
        color: #212121;
    }
    
    .cta-links a {
        color: #892839;
        text-decoration: none;
        font-weight: 500;
    }
    
    .cta-links a:hover {
        text-decoration: underline;
    }
    
    .category-layout {
        display: flex;
        margin: 0 auto;
        gap: 30px;
        padding: 0px;
        margin-top: 20px;
    }
    .category-thumb{
        background-color: #fff;
    }
    .category-tab {margin-top: 5px}
    .cat-title{font-size: 20px;}
    
    /* Left Sidebar - Filters */
    .filters-sidebar {
        width: 280px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        height: fit-content;
        position: sticky;
        top: 20px;
    }
    
    .filters-header {
        padding: 20px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .filters-header h3 {
        font-size: 18px;
        font-weight: 600;
        color: #212121;
        margin: 0;
    }
    
    .filter-section {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .filter-title {
        padding: 15px 20px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    
    .filter-title:hover {
        background: #f8f9fa;
    }
    
    .filter-title i {
        font-size: 12px;
        color: #878787;
        transition: transform 0.3s ease;
    }
    
    .filter-content {
        padding: 0 20px 20px;
    }
    
    .category-hierarchy {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .hierarchy-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 14px;
    }
    
    .hierarchy-item a {
        color: #212121;
        text-decoration: none;
        flex: 1;
    }
    
    .hierarchy-item.active a {
        color: #892839;
        font-weight: 600;
    }
    
    .hierarchy-item i {
        font-size: 10px;
        color: #878787;
    }
    
    .price-range {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .price-slider {
        position: relative;
        height: 20px;
    }
    
    .range-slider {
        position: absolute;
        width: 100%;
        height: 4px;
        background: #e0e0e0;
        border-radius: 2px;
        outline: none;
        -webkit-appearance: none;
    }
    
    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        background: #892839;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .price-inputs {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    
    .price-input-group {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .price-input-group label {
        font-size: 12px;
        color: #878787;
    }
    
    .price-input {
        width: 60px;
        padding: 4px 8px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 12px;
    }
    
    .price-plus {
        color: #878787;
        font-size: 12px;
    }
    
    .assured-checkbox {
        margin-top: 10px;
    }
    
    .assured-checkbox label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #212121;
        cursor: pointer;
    }
    
    .assured-checkbox input[type="checkbox"] {
        margin: 0;
    }
    
    .assured-checkbox i.fa-shield {
        color: #1976d2;
    }
    
    .assured-checkbox i.fa-question-circle {
        color: #878787;
        font-size: 12px;
    }
    
    .brand-list,
    .rating-options,
    .size-options,
    .offers-options {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .brand-list label,
    .rating-options label,
    .size-options label,
    .offers-options label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: #212121;
        cursor: pointer;
    }
    
    .brand-list input[type="checkbox"],
    .rating-options input[type="checkbox"],
    .size-options input[type="checkbox"],
    .offers-options input[type="checkbox"] {
        margin: 0;
    }
    
    /* Right Content - Products */
    .products-content {
        flex: 1;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        overflow: hidden;
    }
    
    .products-header {
        padding: 20px 30px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .products-title h1 {
        font-size: 24px;
        font-weight: 600;
        color: #212121;
        margin: 0 0 5px 0;
    }
    
    .products-count {
        color: #878787;
        font-size: 14px;
        font-weight: 500;
    }
    
    .sort-options {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 15px;
    }
    
    .sort-label {
        font-size: 14px;
        font-weight: 600;
        color: #212121;
    }
    
    .sort-links {
        display: flex;
        gap: 20px;
    }
    
    .sort-link {
        color: #878787;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .sort-link:hover {
        color: #892839;
    }
    
    .sort-link.active {
        color: #892839;
        font-weight: 600;
    }
    
    .products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        padding: 30px;
        background: #fff;
    }
    
    .product-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    
    .product-image {
        position: relative;
        height: 280px;
        overflow: hidden;
    }
    
    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .product-card:hover .product-image img {
        transform: scale(1.05);
    }
    
    .hover-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .wishlist-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        background: rgba(255,255,255,0.9);
        border: none;
        border-radius: 50%;
        color: #878787;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .wishlist-btn:hover {
        background: #892839;
        color: #fff;
    }
    
    .wishlist-btn i.fa-heart {
        color: #ff5722;
    }
    
    .sponsored-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #ff5722;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .product-info {
        padding: 20px;
    }
    
    .product-title {
        font-size: 16px;
        font-weight: 600;
        color: #212121;
        margin: 0 0 8px 0;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .product-title a {
        color: #212121;
        text-decoration: none;
    }
    
    .product-title a:hover {
        color: #892839;
    }
    
    .pack-info {
        color: #878787;
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .product-rating {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .stars {
        display: flex;
        gap: 2px;
    }
    
    .stars i {
        color: #ffc107;
        font-size: 14px;
    }
    
    .rating-count {
        color: #878787;
        font-size: 14px;
    }
    
    .product-price {
        margin-bottom: 12px;
    }
    
    .current-price {
        font-size: 18px;
        font-weight: 700;
        color: #212121;
    }
    
    .old-price {
        font-size: 14px;
        color: #878787;
        text-decoration: line-through;
        margin-left: 8px;
    }
    
    .discount-badge {
        background: #388e3c;
        color: #fff;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        margin-left: 8px;
    }
    
    .product-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .badge {
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .badge.hot-deal {
        background: #388e3c;
        color: #fff;
    }
    
    .badge.assured {
        background: #1976d2;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    
    .badge.assured i {
        font-size: 10px;
    }
    
    .badge.few-left {
        background: #f44336;
        color: #fff;
    }
    
    .pagination-section {
        background: #fff;
        padding: 30px;
        border-top: 1px solid #e0e0e0;
        text-align: center;
    }
    
    .no-products {
        text-align: center;
        padding: 60px 30px;
        background: #fff;
    }
    
    .no-products-icon {
        font-size: 64px;
        color: #e0e0e0;
        margin-bottom: 20px;
    }
    
    .no-products h2 {
        font-size: 24px;
        font-weight: 600;
        color: #212121;
        margin: 0 0 10px 0;
    }
    
    .no-products p {
        color: #878787;
        font-size: 16px;
        margin: 0 0 30px 0;
    }
    
    .btn-continue-shopping {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        background: #892839;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
    }
    
    .btn-continue-shopping:hover {
        background: #6a1f2b;
        transform: translateY(-2px);
        color: #fff;
        text-decoration: none;
    }
    
    
    /* Modern Product Detail Page */
    .modern-product-container {
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 20px !important;
        background: #fff !important;
        min-height: 100vh !important;
        font-family: 'Roboto', Arial, sans-serif !important;
    }
    
    /* Override Bootstrap container for product page */
    #product-product.modern-product-container {
        max-width: 1200px !important;
        padding: 20px !important;
    }
    
    header{z-index: 99;}
    
    /* Product Product Container Background */
    #product-product {
        background-color: #f8f9fa !important;
        padding: 30px 0 !important;
        min-height: 100vh !important;
    }
    
    /* Product Detail Page - Visual Styling Only */
    .product-title {
        color: #892839 !important;
        font-weight: 600 !important;
        margin-bottom: 15px !important;
    }
    
    .product-price {
        color: #892839 !important;
        font-size: 24px !important;
        font-weight: bold !important;
    }
    
    .btn-primary {
        background-color: #892839 !important;
        border-color: #892839 !important;
        color: #fff;
    }
    
    .btn-primary:hover {
        background-color: #6a1f2b !important;
        border-color: #6a1f2b !important;
    }
    
    /* Product Detail Page - Additional Visual Styling */
    .rating .fa-star {
        color: #ffc107 !important;
    }
    
    .price-new {
        color: #892839 !important;
        font-weight: bold !important;
    }
    
    .price-old {
        text-decoration: line-through !important;
        color: #999 !important;
    }
    
    .nav-tabs > li.active > a {
        background-color: #892839 !important;
        border-color: #892839 !important;
        color: white !important;
    }
    
    .nav-tabs > li > a {
        border-radius: 6px 6px 0 0 !important;
        transition: all 0.3s ease !important;
    }
    
    .nav-tabs > li > a:hover {
        background-color: #f8f9fa !important;
        border-color: #892839 !important;
    }
    #column-left .product-thumb > .image, #column-right .product-thumb > .image{
        width: 100%;
    }
    #column-left .product-thumb > .thumb-description, #column-right .product-thumb > .thumb-description{
        width: 100%;
    }
    #column-left .product-thumb .product-title, #column-right .product-thumb .product-title{
        text-align: center;

    }
    #column-left .product-thumb  .price-rating{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
          width: 100%;
    }
     #column-left .product-thumb  .price-rating .rating{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
          width: 100%;
    }
    #column-left .product-thumb a, #column-right .product-thumb a{
        font-size: 20px;
    }
     #column-left .product-thumb .product-dp-sv{
          width: 100%;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
     }
    /* Related Products Styling */
    .product-thumb {
        border: 1px solid #f0f0f0 !important;
        border-radius: 8px !important;
        padding: 15px !important;
        transition: all 0.3s ease !important;
        margin-bottom: 20px !important;
    }
    
    .product-thumb:hover {
        border-color: #892839 !important;
        box-shadow: 0 4px 12px rgba(137, 40, 57, 0.15) !important;
        transform: translateY(-2px) !important;
    }
    
    .product-thumb .image {
        border-radius: 6px !important;
        overflow: hidden !important;
        margin-bottom: 15px !important;
    }
    
    .product-thumb .image img {
        transition: transform 0.3s ease !important;
    }
    
    .product-thumb:hover .image img {
        transform: scale(1.05) !important;
    }
    
    .product-thumb h4 {
        margin-bottom: 10px !important;
    }
    
    .product-thumb h4 a {
        color: #333 !important;
        text-decoration: none !important;
        transition: color 0.3s ease !important;
    }
    
    .product-thumb h4 a:hover {
        color: #892839 !important;
    }
    
    .button-group {
        display: flex !important;
        gap: 5px !important;
        margin-top: 15px !important;
    }
    
    .button-group button {
        flex: 1 !important;
        border-radius: 6px !important;
        transition: all 0.3s ease !important;
    }
    
    .button-group button:hover {
        transform: translateY(-1px) !important;
    }
    
    /* Product Image Gallery - Modern Styling */
    .product-image-gallery {
        margin-bottom: 30px !important;
    }
    
    .main-image-container {
        position: relative !important;
        margin-bottom: 20px !important;
    }
    
    .main-image-wrapper {
        position: relative !important;
        border: 1px solid #ddd !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        cursor: crosshair !important;
        transition: all 0.3s ease !important;
    }
    
    .main-image-wrapper:hover {
        border-color: #892839 !important;
        box-shadow: 0 4px 12px rgba(137, 40, 57, 0.2) !important;
    }
    
    .main-product-image {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    /* Zoom Overlay */
    .zoom-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(255, 255, 255, 0.95) !important;
        display: none !important;
        z-index: 10 !important;
        overflow: hidden !important;
    }
    
    .zoom-overlay.active {
        display: block !important;
    }
    
    .zoom-image {
        position: absolute !important;
        max-width: none !important;
        max-height: none !important;
        transform: scale(2) !important;
        transform-origin: center !important;
    }
    
    /* Image Click Popup Modal */
    .image-popup-modal {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.9) !important;
        z-index: 99999 !important;
        display: none !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: none !important;
    }
    
    .image-popup-modal.active {
        display: flex !important;
        pointer-events: auto !important;
    }
    
    .image-popup-modal.active {
        display: flex !important;
    }
    
    .popup-content {
        position: relative !important;
        max-width: 90% !important;
        max-height: 90% !important;
    }
    
    .popup-image {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        border-radius: 8px !important;
    }
    
    .popup-close {
        position: absolute !important;
        top: -40px !important;
        right: 0 !important;
        background: rgba(255, 255, 255, 0.9) !important;
        border: none !important;
        border-radius: 50% !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 24px !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: all 0.3s ease !important;
    }
    
    .popup-close:hover {
        background: white !important;
        transform: scale(1.1) !important;
    }
    
    /* Thumbnail Gallery */
    .thumbnail-gallery {
        position: relative !important;
    }
    
    .gallery-nav {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 100% !important;
        z-index: 10 !important;
        pointer-events: none !important;
    }
    
    .nav-btn {
        position: absolute !important;
        background: rgba(255, 255, 255, 0.9) !important;
        border: none !important;
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        pointer-events: auto !important;
    }
    
    .nav-btn:hover {
        background: white !important;
        transform: scale(1.1) !important;
    }
    
    .prev-btn {
        left: 10px !important;
    }
    
    .next-btn {
        right: 10px !important;
    }
    
    .thumbnail-container {
        display: flex !important;
        gap: 10px !important;
        overflow-x: auto !important;
        scroll-behavior: smooth !important;
        padding: 10px 0 !important;
    }
    
    .thumbnail-container::-webkit-scrollbar {
        height: 4px !important;
    }
    
    .thumbnail-container::-webkit-scrollbar-thumb {
        background: #892839 !important;
        border-radius: 2px !important;
    }
    
    .thumbnail-item {
        flex-shrink: 0 !important;
        width: 80px !important;
        height: 80px !important;
        border: 2px solid transparent !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }
    
    .thumbnail-item.active {
        border-color: #892839 !important;
    }
    
    .thumbnail-item:hover {
        border-color: #892839 !important;
        transform: scale(1.05) !important;
    }
    
    .thumb-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    

    
    .form-control {
        border-color: #ddd !important;
        border-radius: 6px !important;
        padding: 10px 12px !important;
        transition: all 0.3s ease !important;
    }
    
    .form-control:focus {
        border-color: #892839 !important;
        box-shadow: 0 0 0 0.2rem rgba(137, 40, 57, 0.25) !important;
        transform: translateY(-1px) !important;
    }
    
    /* Modern Button Styling */
    .btn-lg {
        padding: 12px 24px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
        transition: all 0.3s ease !important;
    }
    
    .btn-lg:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(137, 40, 57, 0.3) !important;
    }
    
    /* Rating Stars */
    .rating .fa-stack {
        font-size: 16px !important;
        width: 1em;
        height: 1em;
        line-height: 1.4em;
    }
    .brand .swiper-slide > div{
        opacity: 1;
    }
    
    .rating .fa-star {
        color: #ffc107 !important;
    }
    
    .rating .fa-star-o {
        color: #ddd !important;
    }
    
    /* Social Icons */
    .rating img {
        margin-right: 8px !important;
        opacity: 0.7 !important;
        transition: opacity 0.3s ease !important;
    }
    
    .rating img:hover {
        opacity: 1 !important;
    }
    
    .main-image-container {
        padding: 30px;
        text-align: center;
    }
    
    .main-image-wrapper {
        position: relative;
        display: inline-block;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        cursor: zoom-in;
    }
    
    .main-product-image {
        max-width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }
    
    .main-image-wrapper:hover .main-product-image {
        transform: scale(1.2);
    }
    
    /* Simple and Reliable Zoom Effect */
    .main-image-wrapper {
        position: relative;
        display: inline-block;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        cursor: zoom-in;
        transition: all 0.3s ease;
    }
    
    .main-image-wrapper:hover {
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    
    .main-product-image {
        max-width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }
    
    .main-image-wrapper:hover .main-product-image {
        transform: scale(1.1);
    }
    
    /* Simple and Reliable Zoom Effect */
    .main-image-wrapper {
        position: relative;
        display: inline-block;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        cursor: zoom-in;
        transition: all 0.3s ease;
    }
    
    .main-image-wrapper:hover {
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }
    
    .main-product-image {
        max-width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }
    
    .main-image-wrapper:hover .main-product-image {
        transform: scale(1.3);
    }
    
    /* Zoom Container */
    .zoom-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        height: 400px;
        background: #fff;
        border: 3px solid #892839;
        border-radius: 12px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        z-index: 9999;
        display: none;
        overflow: hidden;
    }
    
    .zoom-container.active {
        display: block;
        animation: zoomPopup 0.3s ease;
    }
    
    @keyframes zoomPopup {
        from {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.8);
        }
        to {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }
    }
    
    .zoom-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .zoom-close {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        background: #892839;
        color: #fff;
        border: none;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    
    .zoom-close:hover {
        background: #6a1f2b;
    }
    
    /* Prevent body scroll when zoom is open */
    body.zoom-open {
        overflow: hidden;
    }
    
    /* Overlay background */
    .zoom-container::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: -1;
    }
    
    .thumbnail-gallery {
        margin-top: 20px;
        position: relative;
    }
    
    .gallery-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 2;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.9);
        border: none;
        border-radius: 50%;
        color: #212121;
        font-size: 16px;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .nav-btn:hover {
        background: #892839;
        color: #fff;
    }
    
    .thumbnail-container {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 10px 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .thumbnail-container::-webkit-scrollbar {
        display: none;
    }
    
    .thumbnail-item {
        flex-shrink: 0;
        width: 80px;
        height: 80px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid transparent;
        transition: all 0.3s ease;
    }
    
    .thumbnail-item.active {
        border-color: #892839;
    }
    
    .thumbnail-item:hover {
        border-color: #892839;
    }
    
    .thumb-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .product-info-column {
        flex: 1;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        padding: 30px;
    }
    
    .product-header {
        margin-bottom: 25px;
    }
    
    .product-title {
        font-size: 28px;
        font-weight: 600;
        color: #212121;
        margin: 0 0 15px 0;
        line-height: 1.3;
    }
    
    .product-rating-section {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .rating-display {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .stars {
        display: flex;
        gap: 2px;
    }
    
    .stars i {
        color: #ffc107;
        font-size: 16px;
    }
    
    .rating-text {
        color: #212121;
        font-weight: 600;
        font-size: 14px;
    }
    
    .rating-actions {
        display: flex;
        gap: 15px;
    }
    
    .review-link,
    .write-review-link {
        color: #892839;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .review-link:hover,
    .write-review-link:hover {
        color: #6a1f2b;
        text-decoration: underline;
    }
    
    .price-section {
        margin-bottom: 25px;
        padding: 20px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .price-display {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .current-price {
        font-size: 32px;
        font-weight: 700;
        color: #892839;
    }
    
    .old-price {
        font-size: 18px;
        color: #878787;
        text-decoration: line-through;
    }
    
    .discount-badge {
        background: #388e3c;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
    }
    
    .product-options {
        margin-bottom: 25px;
    }
    
    .option-group {
        margin-bottom: 20px;
    }
    
    .option-label {
        font-size: 16px;
        font-weight: 600;
        color: #212121;
        margin-bottom: 10px;
        display: block;
    }
    
    .option-inputs {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .option-input {
        padding: 10px 15px;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: #fff;
    }
    
    .option-input:focus {
        border-color: #892839;
        outline: none;
    }
    
    .option-select {
        padding: 10px 15px;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: #fff;
        min-width: 120px;
    }
    
    .option-select:focus {
        border-color: #892839;
        outline: none;
    }
    
    .quantity-section {
        margin-bottom: 25px;
    }
    
    .quantity-label {
        font-size: 16px;
        font-weight: 600;
        color: #212121;
        margin-bottom: 10px;
        display: block;
    }
    
    .quantity-selector {
        display: flex;
        align-items: center;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        width: fit-content;
    }
    
    .qty-btn {
        width: 40px;
        height: 40px;
        border: none;
        background: #f8f9fa;
        color: #212121;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .qty-btn:hover {
        background: #892839;
        color: #fff;
    }
    
    .qty-input {
        width: 60px;
        height: 40px;
        border: none;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #212121;
        background: #fff;
    }
    
    .product-actions {
        display: flex;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .add-to-cart-btn {
        flex: 1;
        padding: 15px 30px;
        background: #892839;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .add-to-cart-btn:hover {
        background: #6a1f2b;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(136, 40, 57, 0.3);
    }
    
    .wishlist-btn {
        width: 50px;
        height: 50px;
        background: #fff;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        color: #878787;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .wishlist-btn:hover {
        border-color: #892839;
        color: #892839;
    }
    
    .wishlist-btn.active {
        border-color: #ff5722;
        color: #ff5722;
    }
    
    .product-description {
        margin-bottom: 25px;
    }
    
    .description-title {
        font-size: 18px;
        font-weight: 600;
        color: #212121;
        margin-bottom: 15px;
    }
    
    .description-content {
        color: #666;
        line-height: 1.6;
        font-size: 14px;
    }

/* ===== BREADCRUMB STYLES ===== */
.breadcrumb-container {
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.breadcrumb > li + li:before {
    content: ">";
    color: #878787;
    padding: 0 8px;
}

.breadcrumb > li > a {
    color: #892839;
    text-decoration: none;
    font-size: 14px;
}

.breadcrumb > li > a:hover {
    color: #6a1f2b;
}

/* ===== CATEGORY PAGE STYLES ===== */
.category-header {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.category-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #212121;
}

.category-description {
    color: #878787;
    font-size: 14px;
    line-height: 1.5;
}

.category-banner {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
}

.category-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.sub-categories {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.sub-cat-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #212121;
}
.position-footer-bottom{padding: 10px 0;}
footer .powered{text-align: center;}
.image-about-us img{max-width: 100%;}
.sub-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}
.special .price-rating, .bestseller .price-rating{
    margin: auto;
}

.sub-cat-item {
    text-align: center;
}

.sub-cat-link {
    display: block;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    color: #212121;
    transition: all 0.3s ease;
}

.sub-cat-link:hover {
    border-color: #892839;
    box-shadow: 0 2px 8px rgba(40, 116, 240, 0.2);
    text-decoration: none;
    color: #892839;
}

.sub-cat-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
}

.sub-cat-name {
    font-size: 14px;
    font-weight: 500;
}

/* ===== PRODUCT CONTROLS ===== */
.product-controls {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.controls-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-toggle {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.view-btn {
    background: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #878787;
}

.view-btn.active {
    background: #892839;
    color: #fff;
}

.view-btn:hover {
    background: #892839;
    color: #fff;
}

.results-count {
    color: #878787;
    font-size: 14px;
}

.controls-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sort-filter, .limit-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sort-filter label, .limit-filter label {
    font-size: 14px;
    color: #212121;
    margin: 0;
}

.sort-filter select, .limit-filter select {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    background: #fff;
}

.btn-compare {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: #892839;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

.btn-compare:hover {
    background: #6a1f2b;
    color: #fff;
    text-decoration: none;
}

/* ===== PRODUCTS GRID ===== */
.products-container {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.products-grid {
    margin: 0;
}
#column-left .product-thumb, #column-right .product-thumb{
    flex-direction: column;
}
#special-carousel .product-layout .product-thumb{
     flex-direction: column;
}
/* .product-layout,
.product-thumb,
.product-list,
.product-grid,
.special-products,
.featured-products,
.latest-products,
.bestseller-products,
.popular-products,
.related-products,
.category-products-list {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.product-layout:hover,
.product-thumb:hover,
.product-list:hover,
.product-grid:hover,
.special-products:hover,
.featured-products:hover,
.latest-products:hover,
.bestseller-products:hover,
.popular-products:hover,
.related-products:hover,
.category-products-list:hover {
    border-color: #892839;
    box-shadow: 0 4px 12px rgba(137, 40, 57, 0.15);
    transform: translateY(-2px);
} */

/* Product image styling for all listings */
.product-layout .image,
.product-thumb .image,
.product-list .image,
.product-grid .image,
.special-products .image,
.featured-products .image,
.latest-products .image,
.bestseller-products .image,
.popular-products .image,
.related-products .image {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.product-layout .image img,
.product-thumb .image img,
.product-list .image img,
.product-grid .image img,
.special-products .image img,
.featured-products .image img,
.latest-products .image img,
.bestseller-products .image img,
.popular-products .image img,
.related-products .image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-layout:hover .image img,
.product-thumb:hover .image img,
.product-list:hover .image img,
.product-grid:hover .image img,
.special-products:hover .image img,
.featured-products:hover .image img,
.latest-products:hover .image img,
.bestseller-products:hover .image img,
.popular-products:hover .image img,
.related-products:hover .image img {
    transform: scale(1.05);
}

/* Product title styling for all listings */
.product-layout h4,
.product-thumb h4,
.product-list h4,
.product-grid h4,
.special-products h4,
.featured-products h4,
.latest-products h4,
.bestseller-products h4,
.popular-products h4,
.related-products h4 {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin: 10px 0;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-layout h4 a,
.product-thumb h4 a,
.product-list h4 a,
.product-grid h4 a,
.special-products h4 a,
.featured-products h4 a,
.latest-products h4 a,
.bestseller-products h4 a,
.popular-products h4 a,
.related-products h4 a {
    color: #212121;
    text-decoration: none;
}

.product-layout h4 a:hover,
.product-thumb h4 a:hover,
.product-list h4 a:hover,
.product-grid h4 a:hover,
.special-products h4 a:hover,
.featured-products h4 a:hover,
.latest-products h4 a:hover,
.bestseller-products h4 a:hover,
.popular-products h4 a:hover,
.related-products h4 a:hover {
    color: #892839;
}

/* Product price styling for all listings */
.product-layout .price,
.product-thumb .price,
.product-list .price,
.product-grid .price,
.special-products .price,
.featured-products .price,
.latest-products .price,
.bestseller-products .price,
.popular-products .price,
.related-products .price {
    margin: 10px 0;
    text-align: center;
}

.product-layout .price-new,
.product-thumb .price-new,
.product-list .price-new,
.product-grid .price-new,
.special-products .price-new,
.featured-products .price-new,
.latest-products .price-new,
.bestseller-products .price-new,
.popular-products .price-new,
.related-products .price-new {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.product-layout .price-old,
.product-thumb .price-old,
.product-list .price-old,
.product-grid .price-old,
.special-products .price-old,
.featured-products .price-old,
.latest-products .price-old,
.bestseller-products .price-old,
.popular-products .price-old,
.related-products .price-old {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
    margin-left: 8px;
}

/* Add to cart button styling for all listings */
.product-layout .button-group,
.product-thumb .button-group,
.product-list .button-group,
.product-grid .button-group,
.special-products .button-group,
.featured-products .button-group,
.latest-products .button-group,
.bestseller-products .button-group,
.popular-products .button-group,
.related-products .button-group {
    margin-top: auto;
    text-align: center;
}

.product-layout .btn-primary,
.product-thumb .btn-primary,
.product-list .btn-primary,
.product-grid .btn-primary,
.special-products .btn-primary,
.featured-products .btn-primary,
.latest-products .btn-primary,
.bestseller-products .btn-primary,
.popular-products .btn-primary,
.related-products .btn-primary {
    background: #892839;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.product-layout .btn-primary:hover,
.product-thumb .btn-primary:hover,
.product-list .btn-primary:hover,
.product-grid .btn-primary:hover,
.special-products .btn-primary:hover,
.featured-products .btn-primary:hover,
.latest-products .btn-primary:hover,
.bestseller-products .btn-primary:hover,
.popular-products .btn-primary:hover,
.related-products .btn-primary:hover {
    background: #6a1f2b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

/* ===== CATEGORY PRODUCTS LIST (Existing Structure) ===== */
.category-products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.category-products-list .product-thumb {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.category-products-list .product-thumb:hover {
    border-color: #892839;
    box-shadow: 0 4px 12px rgba(40, 116, 240, 0.15);
    transform: translateY(-2px);
}

.category-products-list .product-thumb > a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    max-height: 150px;
    overflow: hidden;
}

.category-products-list .product-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.category-products-list .product-thumb:hover img {
    transform: scale(1.05);
}

.category-products-list .product-name {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin: 10px 0;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-products-list .product-price {
    margin: 10px 0;
    text-align: center;
}

.category-products-list .price-new {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.category-products-list .price-old {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
    margin-left: 8px;
}

.category-products-list .price {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.category-products-list .add-to-cart {
    background: #892839;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: auto;
}

.category-products-list .add-to-cart:hover {
    background: #6a1f2b;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.category-products-wrapper {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-item {
    margin-bottom: 20px;
}

.product-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    border-color: #892839;
    box-shadow: 0 4px 12px rgba(40, 116, 240, 0.15);
    transform: translateY(-2px);
}

.product-image {
    position: relative;
    padding: 15px;
    background: #f8f9fa;
    text-align: center;
}

.product-link {
    display: block;
    position: relative;
}

.main-image, .hover-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card:hover .hover-image {
    opacity: 1;
}

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff5722;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.quick-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .quick-actions {
    opacity: 1;
}

.action-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #878787;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn:hover {
    background: #892839;
    color: #fff;
}

.product-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
}

.product-title a {
    color: #212121;
    text-decoration: none;
}

.product-title a:hover {
    color: #892839;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.stars {
    display: flex;
    gap: 1px;
}

.stars i {
    color: #ffc107;
    font-size: 12px;
}

.rating-count {
    color: #878787;
    font-size: 12px;
}

.product-price {
    margin-bottom: 12px;
}

.current-price {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.old-price {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
    margin-left: 8px;
}

.product-actions {
    margin-top: auto;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.qty-btn {
    background: #f8f9fa;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-input {
    border: none;
    text-align: center;
    padding: 8px;
    width: 50px;
    font-size: 14px;
}

.add-to-cart-btn {
    width: 100%;
    background: #892839;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.add-to-cart-btn:hover {
    background: #6a1f2b;
}

/* ===== PAGINATION ===== */
.pagination-container {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pagination-info {
    color: #878787;
    font-size: 14px;
}

.pagination-links {
    display: flex;
    gap: 5px;
}

.pagination-links .pagination > li > a {
    border: 1px solid #e0e0e0;
    color: #892839;
    padding: 8px 12px;
    border-radius: 4px;
}

.pagination-links .pagination > li > a:hover {
    background: #892839;
    color: #fff;
    border-color: #892839;
}

.pagination-links .pagination > .active > a {
    background: #892839;
    border-color: #892839;
    color: #fff;
}

/* ===== EMPTY STATE ===== */
.empty-products {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.empty-icon {
    font-size: 64px;
    color: #e0e0e0;
    margin-bottom: 20px;
}

.empty-products h3 {
    font-size: 24px;
    color: #212121;
    margin-bottom: 10px;
}

.empty-products p {
    color: #878787;
    margin-bottom: 30px;
}

.btn-continue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #892839;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-continue:hover {
    background: #6a1f2b;
    color: #fff;
    text-decoration: none;
}

/* ===== PRODUCT DETAIL PAGE ===== */
.product-detail-container {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.product-images-section {
    flex: 0 0 45%;
    min-width: 400px;
    margin-bottom: 0;
}

.product-info-section {
    flex: 1;
    min-width: 300px;
    padding-left: 0;
}

.main-image-container {
    text-align: left;
    margin-bottom: 20px;
}

.main-image-wrapper {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    min-height: 400px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-product-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.thumbnail-gallery {
    position: relative;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.nav-btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #878787;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #892839;
    color: #fff;
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.thumbnail-item {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.thumbnail-item.active {
    border-color: #892839;
}

.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.product-info-section {
    padding-left: 30px;
}

.product-header {
    margin-bottom: 20px;
}

.product-title {
    font-size: 28px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 15px;
    line-height: 1.3;
}

.product-rating-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rating-display .stars {
    display: flex;
    gap: 2px;
}

.rating-display .stars i {
    color: #ffc107;
    font-size: 16px;
}

.rating-text {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}

.rating-actions {
    display: flex;
    gap: 15px;
}

.review-link, .write-review-link {
    color: #892839;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-link:hover, .write-review-link:hover {
    color: #6a1f2b;
    text-decoration: none;
}

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

.price-display {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.current-price {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
}

.old-price {
    font-size: 20px;
    color: #878787;
    text-decoration: line-through;
}

.discount-badge {
    background: #388e3c;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.tax-info {
    color: #878787;
    font-size: 14px;
}

.product-details {
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-label {
    color: #878787;
    font-size: 14px;
}

.detail-value {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}

.detail-value a {
    color: #892839;
    text-decoration: none;
}

.detail-value a:hover {
    color: #6a1f2b;
}

.options-section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #212121;
}

.option-group {
    margin-bottom: 20px;
}

.option-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #212121;
}

.option-select {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}

.radio-options, .checkbox-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-option, .checkbox-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-option label, .checkbox-option label {
    font-size: 14px;
    color: #212121;
    margin: 0;
    cursor: pointer;
}

.option-price {
    color: #892839;
    font-weight: 500;
}

.purchase-section {
    margin-bottom: 25px;
}

.quantity-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.quantity-label {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    background: #f8f9fa;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 16px;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-input {
    border: none;
    text-align: center;
    padding: 10px;
    width: 60px;
    font-size: 16px;
}

.action-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-add-to-cart, .btn-buy-now {
    flex: 1;
    min-width: 150px;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-add-to-cart {
    background: #892839;
    color: #fff;
}

.btn-add-to-cart:hover {
    background: #6a1f2b;
}

.btn-buy-now {
    background: #ff9f00;
    color: #fff;
}

.btn-buy-now:hover {
    background: #e68900;
}

.btn-wishlist, .btn-compare {
    width: 48px;
    height: 48px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #878787;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wishlist:hover, .btn-compare:hover {
    border-color: #892839;
    color: #892839;
}

.delivery-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.delivery-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #212121;
}

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

.delivery-item i {
    color: #892839;
    width: 16px;
}

/* ===== PRODUCT TABS ===== */
.product-tabs-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.product-tabs-section .nav-tabs {
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.product-tabs-section .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #212121;
    font-weight: 500;
    padding: 15px 20px;
}

.product-tabs-section .nav-tabs > li.active > a {
    background: #fff;
    color: #892839;
    border-bottom: 2px solid #892839;
}

.product-tabs-section .tab-content {
    padding: 30px;
}

/* ===== CART PAGE STYLES ===== */
.cart-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.cart-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.cart-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #212121;
}

.cart-weight {
    font-size: 16px;
    color: #878787;
    font-weight: normal;
}

.cart-summary {
    color: #878787;
    font-size: 14px;
}

.cart-items {
    padding: 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 120px 1fr auto auto auto auto;
    gap: 20px;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

.cart-item:hover {
    background: #f8f9fa;
}

.cart-item.voucher-item {
    grid-template-columns: 120px 1fr auto auto auto auto;
}

.item-image {
    text-align: center;
}

.item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.voucher-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #892839;
}

.item-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.item-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.item-title a {
    color: #212121;
    text-decoration: none;
}

.item-title a:hover {
    color: #892839;
}

.stock-warning {
    color: #ff5722;
    font-size: 12px;
}

.item-options {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.option-item {
    font-size: 12px;
    color: #878787;
}

.item-model {
    display: flex;
    gap: 5px;
    font-size: 12px;
}

.model-label {
    color: #878787;
}

.model-value {
    color: #212121;
    font-weight: 500;
}

.item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    background: #f8f9fa;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-input {
    border: none;
    text-align: center;
    padding: 8px;
    width: 50px;
    font-size: 14px;
}

.btn-update {
    background: #892839;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-update:hover {
    background: #6a1f2b;
}

.item-price, .item-total {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.item-actions {
    text-align: center;
}

.btn-remove {
    background: #ff5722;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-remove:hover {
    background: #d84315;
}

.cart-summary-section {
    padding: 30px;
    background: #f8f9fa;
}

.cart-modules {
    margin-bottom: 30px;
}

.cart-modules h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #212121;
}

.cart-modules p {
    color: #878787;
    margin-bottom: 20px;
}

.order-summary {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.summary-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #212121;
}

.summary-details {
    margin-bottom: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.summary-row:last-child {
    border-bottom: none;
    font-weight: 600;
    font-size: 16px;
}

.summary-label {
    color: #878787;
    font-size: 14px;
}

.summary-value {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}

.summary-actions {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-continue-shopping, .btn-proceed-checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-continue-shopping {
    background: #fff;
    color: #892839;
    border: 1px solid #892839;
}

.btn-continue-shopping:hover {
    background: #892839;
    color: #fff;
    text-decoration: none;
}

.btn-proceed-checkout {
    background: #892839;
    color: #fff;
    border: 1px solid #892839;
}

.btn-proceed-checkout:hover {
    background: #6a1f2b;
    color: #fff;
    text-decoration: none;
}

/* ===== EMPTY CART ===== */
.empty-cart {
    text-align: center;
    padding: 80px 20px;
}

.empty-cart-icon {
    font-size: 80px;
    color: #e0e0e0;
    margin-bottom: 30px;
}

.empty-cart h2 {
    font-size: 28px;
    color: #212121;
    margin-bottom: 15px;
}

.empty-cart p {
    color: #878787;
    font-size: 16px;
    margin-bottom: 40px;
}

.empty-cart-actions {
    display: flex;
    justify-content: center;
}

.btn-start-shopping {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    background: #892839;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-start-shopping:hover {
    background: #6a1f2b;
    color: #fff;
    text-decoration: none;
}

/* ===== CHECKOUT PAGE STYLES ===== */
.checkout-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* ===== CHECKOUT SIDEBAR - BEST SELLING PRODUCTS ===== */
.checkout-sidebar {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.checkout-sidebar h3 {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #892839;
    text-align: center;
}

.checkout-sidebar .product-thumb {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-sidebar .product-thumb:hover {
    border-color: #892839;
    box-shadow: 0 4px 12px rgba(137, 40, 57, 0.15);
    transform: translateY(-2px);
}

.checkout-sidebar .product-thumb .image {
    flex: 0 0 80px;
    text-align: center;
}

.checkout-sidebar .product-thumb .image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.checkout-sidebar .product-thumb:hover .image img {
    transform: scale(1.05);
}

.checkout-sidebar .product-thumb .caption {
    flex: 1;
}

.checkout-sidebar .product-thumb h4 {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.checkout-sidebar .product-thumb h4 a {
    color: #212121;
    text-decoration: none;
}

.checkout-sidebar .product-thumb h4 a:hover {
    color: #892839;
}

.checkout-sidebar .product-thumb .price {
    margin: 8px 0;
}

.checkout-sidebar .product-thumb .price-new {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

.checkout-sidebar .product-thumb .price-old {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
    margin-left: 8px;
}

.checkout-sidebar .product-thumb .rating {
    margin: 8px 0;
}

.checkout-sidebar .product-thumb .rating .fa-star {
    color: #ffc107;
    font-size: 12px;
}

.checkout-sidebar .product-thumb .rating .fa-star-o {
    color: #e0e0e0;
    font-size: 12px;
}

.checkout-header {
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

/* ===== CHECKOUT PANEL ENHANCEMENTS ===== */
.checkout-panel {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.checkout-panel:hover {
    border-color: #892839;
    box-shadow: 0 2px 8px rgba(40, 116, 240, 0.1);
}

.checkout-panel .panel-heading {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    position: relative;
}

.checkout-panel .panel-title {
    margin: 0;
}

.checkout-panel .panel-title a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    color: #212121;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.checkout-panel .panel-title a:hover {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    text-decoration: none;
    color: #892839;
}

.checkout-panel .panel-title a i:first-child {
    color: #892839;
    width: 24px;
    font-size: 18px;
}

.checkout-panel .panel-title a i:last-child {
    margin-left: auto;
    transition: transform 0.3s ease;
    color: #878787;
}

.checkout-panel .panel-collapse.in .panel-title a i:last-child {
    transform: rotate(180deg);
    color: #892839;
}

.checkout-panel .panel-body {
    padding: 30px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

/* Modern Checkout Panels */
.modern-checkout-panels {
    margin: 0;
}

.modern-checkout-panels .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.modern-checkout-panels .panel:last-child {
    border-bottom: none;
}

.modern-checkout-panels .panel-heading {
    background: #fff;
    border: none;
    padding: 25px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.modern-checkout-panels .panel-title {
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.modern-checkout-panels .panel-title a {
    color: #212121;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.modern-checkout-panels .panel-title a:hover {
    color: #892839;
    text-decoration: none;
}

.modern-checkout-panels .panel-title a i {
    font-size: 18px;
    transition: transform 0.3s ease;
    color: #892839;
}

.modern-checkout-panels .panel-collapse.in .panel-title a i:last-child {
    transform: rotate(180deg);
}

.modern-checkout-panels .panel-body {
    padding: 30px;
    background: #fff;
    border: none;
}

/* Modern Form Styling */
.modern-checkout-panels .form-group {
    margin-bottom: 20px;
}

.modern-checkout-panels .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.modern-checkout-panels .form-control:focus {
    border-color: #892839;
    box-shadow: 0 0 0 3px rgba(136, 40, 57, 0.1);
    outline: none;
}

.modern-checkout-panels .btn {
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    background-color: #892839;
}

.modern-checkout-panels .btn-primary {
    background: #892839;
    color: #fff;
}

.modern-checkout-panels .btn-primary:hover {
    background: #6a1f2b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(136, 40, 57, 0.3);
}

.modern-checkout-panels .btn-success {
    background: #388e3c;
    color: #fff;
}

.modern-checkout-panels .btn-success:hover {
    background: #2e7d32;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 142, 60, 0.3);
}

/* Payment Method Buttons */
.payment-method-options {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.payment-method-btn {
    flex: 1;
    padding: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.payment-method-btn.selected {
    border-color: #892839;
    background: #892839;
    color: #fff;
}

.payment-method-btn:hover {
    border-color: #892839;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(136, 40, 57, 0.1);
}

.payment-method-btn i {
    font-size: 24px;
}

.payment-method-btn .method-name {
    font-weight: 600;
    font-size: 16px;
}

/* ===== CHECKOUT NAVIGATION BUTTONS ===== */
.checkout-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.btn-checkout-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-checkout-prev {
    background: #fff;
    color: #892839;
    border: 2px solid #892839;
}

.btn-checkout-prev:hover {
    background: #892839;
    color: #fff;
    transform: translateX(-2px);
    text-decoration: none;
}

.btn-checkout-next {
    background: linear-gradient(135deg, #892839 0%, #6a1f2b 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(40, 116, 240, 0.3);
}

.btn-checkout-next:hover {
    background: linear-gradient(135deg, #6a1f2b 0%, #0d47a1 100%);
    color: #fff;
    transform: translateX(2px);
    box-shadow: 0 6px 16px rgba(40, 116, 240, 0.4);
    text-decoration: none;
}

.btn-checkout-next:disabled {
    background: #e0e0e0;
    color: #878787;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* ===== CHECKOUT STEP INDICATORS ===== */
.checkout-step-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #878787;
    font-size: 14px;
}

.step-number {
    background: #892839;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.step-text {
    font-weight: 500;
    color: #212121;
}

.checkout-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
    color: #212121;
}

.checkout-progress {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.checkout-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    height: 3px;
    background: #e0e0e0;
    transform: translateY(-50%);
    z-index: 1;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #878787;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.progress-step.active .step-number {
    background: #892839;
    color: #fff;
    box-shadow: 0 6px 16px rgba(136, 40, 57, 0.4);
    transform: scale(1.1);
}

.progress-step.completed .step-number {
    background: #388e3c;
    color: #fff;
    box-shadow: 0 6px 16px rgba(56, 142, 60, 0.4);
}

.step-text {
    font-size: 14px;
    color: #878787;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.progress-step.active .step-text {
    color: #892839;
    font-weight: 600;
}

.progress-step.completed .step-text {
    color: #388e3c;
    font-weight: 600;
}

.checkout-steps {
    padding: 30px;
}

.checkout-panel {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.checkout-panel .panel-heading {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}

.checkout-panel .panel-title {
    margin: 0;
}

.checkout-panel .panel-title a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    color: #212121;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.checkout-panel .panel-title a:hover {
    background: #e9ecef;
    text-decoration: none;
}

.checkout-panel .panel-title a i:first-child {
    color: #892839;
    width: 20px;
}

.checkout-panel .panel-title a i:last-child {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.checkout-panel .panel-collapse.in .panel-title a i:last-child {
    transform: rotate(180deg);
}

.checkout-panel .panel-body {
    padding: 30px;
    background: #fff;
}
.price-filter-desktop{
    padding-left: 20px;
}
.price-filter-desktop{
    padding-left: 20px;
}
.ui-menu .ui-menu-item {width: 330px;display: inline-block;}
.ui-autocomplete .mahardhi-search{
   text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #fff;
    margin: 10px 0;
}
.ui-autocomplete .mahardhi-search .images{
    width: 100%;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1300px) {
    .progressbar-steps {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 991px) {
    .breadcrumb-back .breadcrumb-container .breadcrumb-row .page_title{
            font-size: 25px !important; 
    }
    #cart > .btn {
        color: var(--primary-color);
        padding: 8px 0 !important;
    }
    .header-links{
        padding-right: 30px;
    }

}
@media (max-width: 768px) {
    .newtheme-container {
        padding: 0 10px;
    }
    
    .modern-checkout-layout {
        flex-direction: column;
        padding: 15px;
        gap: 20px;
    }
    
    .checkout-progress {
        margin: 0 15px 20px 15px;
        padding: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .progress-step {
        width: 110px !important;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .step-text {
        font-size: 12px;
    }
    
    .checkout-summary-column {
        width: 100%;
        position: static;
        order: -1;
    }
    
    .checkout-header {
        padding: 15px 20px;
    }
    
    .modern-checkout-panels .panel-heading {
        padding: 20px;
    }
    
    .modern-checkout-panels .panel-body {
        padding: 20px;
    }
    
    .payment-method-options {
        flex-direction: column;
    }
    
    .modern-cart-layout {
        flex-direction: column;
        padding: 15px;
        gap: 20px;
    }
    
    .cart-summary-column {
        width: 100%;
        position: static;
        order: -1;
    }
    
    .cart-header {
        padding: 15px 20px;
    }
    
    .cart-items-header {
        padding: 20px;
    }
    
    .table-header {
        display: none;
    }
    
    .cart-item {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
    }
    
    .item-product {
        flex-direction: column;
        text-align: center;
    }
    
    .item-quantity,
    .item-price,
    .item-total {
        text-align: center;
    }
    
    .best-selling-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .modern-category-container {
        padding: 0 15px;
    }
    
    .breadcrumb-section {
        padding: 15px 20px;
    }
    
    .category-description-section {
        padding: 15px 20px;
    }
    
    .category-layout {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
    
    .filters-sidebar {
        width: 100%;
        position: static;
        order: 2;
    }
    
    .products-content {
        order: 1;
    }
    
    .products-header {
        padding: 15px 20px;
    }
    
    .products-title h1 {
        font-size: 20px;
    }
    
    .sort-options {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    
    .sort-links {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .sort-link {
        font-size: 13px;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }
    
    .product-image {
        height: 200px;
    }
    
    .product-info {
        padding: 15px;
    }
    
    .product-title {
        font-size: 14px;
    }
    
    .current-price {
        font-size: 16px;
    }
    
    .filter-title {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .filter-content {
        padding: 0 15px 15px;
    }
    
    .price-inputs {
        flex-direction: column;
        gap: 8px;
    }
    
    .price-input-group {
        justify-content: space-between;
    }
    
    .price-input {
        width: 80px;
    }
    
    .modern-product-container {
        padding: 0 15px;
    }
    
    .product-detail-layout {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
    
    .product-images-column {
        order: 1;
    }
    
    .product-info-column {
        order: 2;
        padding: 20px;
    }
    
    .main-image-container {
        padding: 20px;
    }
    
    .product-title {
        font-size: 24px;
    }
    
    .product-rating-section {
        flex-direction: column;
        gap: 15px;
    }
    
    .rating-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .price-section {
        padding: 15px;
    }
    
    .current-price {
        font-size: 24px;
    }
    
    .product-options {
        margin-bottom: 20px;
    }
    
    .option-inputs {
        flex-direction: column;
        gap: 8px;
    }
    
    .product-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .add-to-cart-btn {
        width: 100%;
    }
    
    .wishlist-btn {
        width: 100%;
        height: 45px;
    }
    
    .product-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .controls-left, .controls-right {
        justify-content: space-between;
    }
    
    .product-card {
        margin-bottom: 15px;
    }
    
    .cart-item {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }
    
    .item-image {
        justify-self: center;
    }
    
    .item-quantity {
        justify-content: center;
    }
    
    .item-actions {
        justify-content: center;
    }
    
    .checkout-progress {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .progress-step {
        flex: 1;
        min-width: 80px;
    }
    
    .product-detail-container {
        padding: 20px;
        flex-direction: column;
    }
    
    .product-images-section,
    .product-info-section {
        flex: none;
        width: 100%;
        min-width: auto;
    }
    
    .product-info-section {
        padding-left: 0;
        margin-top: 20px;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .btn-add-to-cart, .btn-buy-now {
        min-width: auto;
    }
    
    /* Category products list mobile */
    .category-products-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .category-products-list .product-thumb {
        padding: 10px;
    }
    
    .category-products-list .product-name {
        font-size: 12px;
        height: 32px;
    }
    
    /* Checkout navigation mobile */
    .checkout-navigation {
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
    }
    
    .btn-checkout-nav {
        width: 100%;
        justify-content: center;
    }
    
    /* Home page mobile */
    .home-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .home-banners {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .sub-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .product-controls {
        padding: 15px;
    }
    
    .controls-left, .controls-right {
        flex-direction: column;
        gap: 10px;
    }
    
    .sort-filter, .limit-filter {
        flex-direction: column;
        align-items: stretch;
    }
    
    .cart-summary-section {
        padding: 20px;
    }
    
    .checkout-header {
        padding: 20px;
    }
    
    .checkout-steps {
        padding: 20px;
    }
    
    .checkout-panel .panel-body {
        padding: 20px;
    }
    .block_box :not(.owl-carousel) .col-xs-4, .product-layout.product-grid.col-xs-4{
        width: 50%;
    }
    .category-row .product-thumb{
        padding: 5px;
    }
    .category-row .thumb-description{margin: 0;}
    .category-row .fa-stack{width: 1em; height: 1em;}
    .product-thumb .button-group{top: 0;gap: 0 !important;}
}
.alert{
    position: fixed !important;
    bottom: 0px !important;
    top: inherit !important;
    right: 20px !important;
    width: 100% !important;
    max-width: fit-content !important;
    min-height: inherit;
    height: auto !important;
    left: inherit !important;
    border-radius: 30px !important;
}
/* ===== HOME PAGE STYLES ===== */
#common-home {
    background: #fff;
    min-height: 100vh;
}
.slick-initialized .slick-slide{
    margin-top: 10px;
}
.special .product-thumb .product-title, .bestseller .product-thumb .product-title{
    text-align: center;
    font-size: 20px;
}
.product-dp-sv{
    width: 100%;
    text-align: center;
}

#common-home .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
}

#common-home .row {
    margin: 0;
}
.product-thumb .image{
    width: 100%;
}

#common-home #content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 20px;
}

/* ===== HOME PAGE MODULES ===== */
.home-module {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.home-module-header {
    background: linear-gradient(135deg, #892839 0%, #6a1f2b 100%);
    color: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
}

.home-module-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-module-title i {
    font-size: 18px;
}

.home-module-content {
    padding: 25px;
}

/* ===== HOME PAGE SLIDERS ===== */
.home-slider {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.home-slider .owl-prev,
.home-slider .owl-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #892839 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.home-slider .owl-prev:hover,
.home-slider .owl-next:hover {
    background: #892839 !important;
    color: #fff !important;
    transform: scale(1.1);
}

/* ===== HOME PAGE FEATURED PRODUCTS ===== */
.featured-products {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
}

.featured-products-header {
    background: linear-gradient(135deg, #ff9f00 0%, #f57c00 100%);
    color: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #e0e0e0;
}

.featured-products-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.featured-products-content {
    padding: 25px;
}

/* ===== HOME PAGE CATEGORIES ===== */
.home-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.home-category-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #212121;
}

.home-category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    text-decoration: none;
    color: #892839;
}

.home-category-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-category-item:hover .home-category-image {
    transform: scale(1.05);
}

.home-category-name {
    padding: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

/* ===== HOME PAGE BANNERS ===== */
.home-banners {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.home-banner {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.home-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.home-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.breadcrumb-back{
      background-color: #923e4d;
    margin: 0;
    padding: 0px 0;
    margin-bottom: 50px;
}
.breadcrumb-back .breadcrumb-container{
    background: transparent;
    box-shadow: none;
}
.breadcrumb-back .breadcrumb-container .breadcrumb-row{
    background-color: transparent;
    border: 0 !important;
    flex-direction: column; display: flex ; text-align: center; justify-content: center; color: #fff;
}
.breadcrumb-back .breadcrumb-container .breadcrumb-row .breadcrumb{
    justify-content: center; color: #fff;
}
.breadcrumb-back .breadcrumb-container .breadcrumb-row .page_title{
    color: #fff;
    padding: 20px 0;
    font-size: 32px;

}
.breadcrumb-back .breadcrumb-container .breadcrumb-row  .breadcrumb > li > a{  color: #fff;}
.breadcrumb-back .breadcrumb-container .breadcrumb-row  .breadcrumb > li + li:before{  color: #ccc;}
.breadcrumb-back .breadcrumb-container .breadcrumb-row  .breadcrumb li:not(:last-child)::after{  color: #ccc;}

/* ===== UTILITY CLASSES ===== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-danger { color: #ff5722; }
.text-success { color: #388e3c; }
.text-info { color: #892839; }
.text-warning { color: #ff9f00; }

.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }

.mt-0 { margin-top: 0; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }

.p-0 { padding: 0; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }

.hidden { display: none; }
.visible { display: block; }

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.5s ease-out;
}

@keyframes slideIn {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

.slide-in {
    animation: slideIn 0.3s ease-out;
}

/* ===== LOADING STATES ===== */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #892839;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* ===== SPECIAL PRODUCTS SECTION STYLING ===== */
.special-products h2,
.featured-products h2,
.latest-products h2,
.bestseller-products h2,
.popular-products h2,
.related-products h2 {
    text-align: center;
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.special-products h2:after,
.featured-products h2:after,
.latest-products h2:after,
.bestseller-products h2:after,
.popular-products h2:after,
.related-products h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #892839;
    border-radius: 2px;
}

/* Enhanced product card styling for special products */
.special-products .product-layout,
.featured-products .product-layout,
.latest-products .product-layout,
.bestseller-products .product-layout,
.popular-products .product-layout,
.related-products .product-layout {
    margin-bottom: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.special-products .product-layout:hover,
.featured-products .product-layout:hover,
.latest-products .product-layout:hover,
.bestseller-products .product-layout:hover,
.popular-products .product-layout:hover,
.related-products .product-layout:hover {
    border-color: #892839;
    box-shadow: 0 8px 25px rgba(137, 40, 57, 0.2);
    transform: translateY(-5px);
}

/* Quantity selector styling for special products */
.special-products .quantity-selector,
.featured-products .quantity-selector,
.latest-products .quantity-selector,
.bestseller-products .quantity-selector,
.popular-products .quantity-selector,
.related-products .quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    gap: 10px;
}

.special-products .qty-input,
.featured-products .qty-input,
.latest-products .qty-input,
.bestseller-products .qty-input,
.popular-products .qty-input,
.related-products .qty-input {
    width: 60px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
}

.special-products .qty-btn,
.featured-products .qty-btn,
.latest-products .qty-btn,
.bestseller-products .qty-btn,
.popular-products .qty-btn,
.related-products .qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #892839;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.special-products .qty-btn:hover,
.featured-products .qty-btn:hover,
.latest-products .qty-btn:hover,
.bestseller-products .qty-btn:hover,
.popular-products .qty-btn:hover,
.related-products .qty-btn:hover {
    background: #892839;
    color: #fff;
    border-color: #892839;
} 

.cat_list_gird{
    display: none !important;
}
.cat-pagination-right{
    float: right;
}
.brand .swiper-pager{top: 20px;}

@media (max-width: 550px) {
  #latest-carousel .thumb-description{
    margin: 0 !important;
    }
    #special-carousel .product-layout .product-thumb{
        padding: 5px !important;

    }
    #latest-carousel .product-thumb{
        padding: 5px !important;
        margin-top: 10px;
    }
    .all-products .container{
            padding: 20px 10px;
    }
    .product-thumb .button-group{margin-top: 10px !important;}
    #logo img{max-height: 100px; width: auto; height: auto; max-width: 170px;}
}
