:root{
	--gray-color: #373534;
	--font-family-primary: "source sans pro", Sans-serif;
}
*{
	font-family: "source sans pro", Sans-serif;
}

@media screen and (max-width: 767px){
	body.post-type-archive-product .page_content_wrap{
		padding-top: 0px !important;
	}
}
body.post-type-archive-product .content_wrap{
	margin-top: 20px;
}
.content_wrap, .content_container {
    width: unset !important;
    max-width: 1920px;
    margin: 0 auto;
}

.product-listings {
    margin: 0 auto;
    padding: 20px;
}

.sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999; /* Below sidebar but above other content */
    display: none;
}

.sidebar-backdrop.visible {
    display: block;
}
.sidebar-filters{
	z-index: 99999 !important;
}

.sidebar-filters.visible {
    transform: translateX(0);
}

.product-popup-details {
    align-items: stretch;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: auto;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
}

.first-column {
    background-color: #eaeaea;
    border-radius: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 100px 54px 36px;
    width: 282px;
    height: 80vh;
    overflow: auto;
	z-index: 999;
	
}
.first-column span{
	color: #000;
	font-weight: bold;
}

.second-column {
    width: calc(100% - 282px);
    padding: 48px 42px 80px;
    height: 66vh;
    overflow: auto;
}

.model-num {
    display: flex;
    gap: 20px;
	border-bottom: 1px solid #ddd;
}

/* Sidebar Filter Panel */
.sidebar-filters {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -420px;
  width: 320px;
  height: 100%;
  background: white;
  color: #151515;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 10000;
  padding: 0 1rem;
  overflow-y: auto;
}
.sidebar-filters.visible { right: 0; }

.price-range-slides {
    display:flex;
}

.sidebars-values {
    width:85%;
}
/* Shipping Notice Styles */
.shipping-notice {
    background-color: #9a1f21;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 4px rgba(154, 31, 33, 0.2);
}
/* 
.shipping-notice::before {
    content: "ℹ️";
    font-size: 16px;
    flex-shrink: 0;
} */
.shipping-notice::before {
    content: "🚚";
    font-size: 16px;
    flex-shrink: 0;
}

.shipping-notice-text {
    flex: 1;
}

/* Alternative light version */
.shipping-notice-alt {
    background-color: rgba(154, 31, 33, 0.1);
    color: #9a1f21;
    border: 1px solid #9a1f21;
    border-left: 4px solid #9a1f21;
}

.shipping-notice-alt::before {
    content: "🚚";
    color: #9a1f21;
}

/* Dismissible version */
.shipping-notice-dismissible {
    padding-right: 50px;
}

.shipping-notice .close-button-note {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-notice .close-button:hover {
    opacity: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .shipping-notice {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    .shipping-notice::before {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .notify-mob{
        display: block;
}
.notify-desc{
    display: none;
}
}
@media screen and (min-width: 768px) {
    .notify-mob{
        display: none;
}
.notify-desc{
    display: block;
}
}

/* Filter button */
.btn-filter {
  display: flex;
/*   margin-bottom: 1rem; */
  padding: 0.5rem 1rem;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  align-items: center;
  gap: 5px;
	transition: 0.5s;
}
.btn-filter img{
	transition: 0.5s;
}
.btn-filter:hover img {
	transform: rotatey(180deg);
}
.cart-download-buttons-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.view-cart-container, .download-list-container {
    display: inline-block;
}
.view-cart-btn, .download-list-btn{
	border: 1px solid #ddd;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 160px;
    justify-content: space-around;
	background: transparent;
}
.view-cart-btn a{
	display: flex;
    align-items: center;
    gap: 5px;
}
@media screen and (max-width: 767px) {
    .view-cart-btn{
        width: 100%;
    }
    .view-cart-container{
        width: 125px !important;
    }
    .download-list-container{
        width: 160px !important;
    }
}
/* Close button */
.close-sidebar {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

#sidebar-filter {
  display: flex;
  flex-direction: column;
}

h2 {
    margin-top:0;
    margin-bottom:0;
}

.filter-group {
    border-bottom: 1px solid #ddd;
}

.price-range {
    padding-bottom: 0.5rem;
}

#sidebar-filter .filter-header {
    position: sticky;
    top: 0;
    display: flex;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    background: white;
}

#sidebar-filter .filter-actions {
  margin-top: auto;
  position: sticky;
  bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
  background: white;
}


/* Filter groups */
.filter-group h3 { margin-bottom: 0.5rem; font-size: 1rem; }
.filter-group ul { list-style: none; padding: 0; margin: 0; }
.filter-group li { margin-bottom: 0.5rem; }
.filter-group label { display: flex; justify-content: space-between; }
.view-all { display: block; margin-top: 0.5rem; font-size: 0.875rem; }

/* Price range */
.price-range input[type=range] { width: 100%; margin: 0.5rem 0; }
.price-inputs { display: flex; gap: 0.5rem; }
.price-inputs input { flex: 1; padding: 0.25rem; border: 1px solid #ccc; }


/* Actions */
.filter-actions { display: flex; gap: 0.5rem; margin-top: 1rem; }
.btn-clear, .btn-apply { flex: 1; padding: 0.75rem; border: none; cursor: pointer; }
.btn-clear { background: #f0f0f0; }
.btn-apply { background: var(--e-global-color-primary); color: #fff; }

.filter-btn, .apply-btn, .download-btn, .want-to-buy {
    padding: 5px 10px;
    background: #0071a1;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 22px;
	font-size:13px;
	height: 30px;
    display: flex;
   	 align-items: center;
	transition: 0.9s;
}
.filter-btn:hover{
	transform: scale(1.05);
}
.want-to-buy{
	background: var(--e-global-color-primary);
	border-radius: 7px;
	
}
.filter-btn.all{
	background: #fff;
	color: var(--gray-color) !important;
	
	
}

.filter-options select {
    padding: 10px;
    border-radius: 4px;
    width: auto;
    padding-right: 3%;
}

.product-table th, .product-table td {
    padding: 10px;
    text-align: center;
}
@media screen and (max-width: 767px){
	#products-table td{
		padding: 3px;
	}
	#products-table td .title.desc{
		display: none !important;
	}
	#products-table td .value.desc{
		width: 100% !important; 
        text-align: left;
	}
	#products-table td {
		border-bottom: 2px solid #fff;
	}
	
}
#filter-header-title{
	display: flex;
    align-items: center;
    gap: 10px;
	font-size: 30px;
}
#email-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99999;
            animation: fadeIn 0.3s ease-in-out;
        }

@keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

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

.email-popup-content {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            padding: 40px;
            border-radius: 20px;
            position: relative;
            max-width: 500px;
            width: 100%;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.2);
            animation: slideIn 0.4s ease-out;
        }

.close-email-popup {
            position: absolute;
            top: 10px;
            right: 25px;
            cursor: pointer;
            font-size: 28px;
            color: #666;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
            background: rgba(255, 255, 255, 0.1);
        }

.close-email-popup:hover {
            background: rgba(255, 0, 0, 0.1);
            color: #ff4757;
            transform: rotate(90deg);
        }

.email-popup-title {
            font-size: 27px;
            font-weight: 700;
            background: linear-gradient(135deg, #ba3033, var(--e-global-color-primary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }

.email-popup-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(135deg,  #ba3033, var(--e-global-color-primary));
            border-radius: 2px;
        }

/* .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        } */
.form-group {
            margin-bottom: 20px;
        }

.form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
.form-group input {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid rgba(102, 126, 234, 0.1);
            border-radius: 12px;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.9);
            transition: all 0.3s ease;
            outline: none;
        }

.form-group input:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }

.form-group input:hover {
            border-color: rgba(102, 126, 234, 0.3);
        }

.submit-email-wrapper {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

#submit-email {
            background: linear-gradient(135deg, #ba3033 0%, var(--e-global-color-primary) 100%);
            color: white;
            border: none;
            padding: 16px 40px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
        }

#submit-email::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease;
        }

#submit-email:hover::before {
            width: 300px;
            height: 300px;
        }

#submit-email:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
        }

#submit-email:active {
            transform: translateY(-1px);
        }

        /* Mobile Responsiveness */
@media (max-width: 768px) {
            .email-popup-content {
                padding: 25px;
                margin: 20px;
                border-radius: 15px;
            }

.form-row {
                grid-template-columns: 1fr;
                gap: 0;
            }

.email-popup-title {
                font-size: 24px;
                margin-bottom: 25px;
            }

.form-group input {
                padding: 12px 16px;
                font-size: 16px;
            }

#submit-email {
                padding: 14px 30px;
                font-size: 14px;
            }
        }

        /* Loading state */
.loading {
            opacity: 0.7;
            pointer-events: none;
        }

.loading #submit-email {
            background: linear-gradient(135deg, #a0a0a0 0%, #808080 100%);
        }

.loading #submit-email::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid transparent;
            border-top: 2px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

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

        /* Success animation */
.success-checkmark {
            display: none;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            margin: 20px auto;
            position: relative;
        }

        .success-checkmark::after {
            content: '✓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 40px;
            font-weight: bold;
        }

.product-table th {
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    white-space: nowrap;
    background: var(--e-global-color-primary);
	

}

.product-table .button {
    padding: 8px 12px;
    background: #0071a1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.quantity-input {
    padding: 5px;
    border-radius: 4px;
}

/* #email-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.email-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 400px;
    width: 100%;
}

.close-email-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
} */
/* Shared Popup Styles */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
}
.order-popup-content{
	background: #000 !important;
}

.close-popup-login {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* WooCommerce Form Adjustments */
#auth-popup .woocommerce-form {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

#auth-popup .switch-to-login,
#auth-popup .switch-to-register {
    color: #0073aa;
    text-decoration: underline;
}

.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1000;
}

.cart-notification.success {
    background: #28a745;
    color: #fff;
}

.cart-notification.error {
    background: #dc3545;
    color: #fff;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a.current {
    background: #0071a1;
    color: #fff;
}

.pagination a:hover {
    background: #f4f4f4;
}


.product-listings {
    padding: 20px;
	font-family: "source sans pro", Sans-serif;}

input.search-input {
    width: auto;
}

.product-filters {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
    flex-wrap: wrap;
    background: linear-gradient(to right, #494545, #5e5a5a);
}

.product-filters-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}
/* Sticky filters and table header */
.sticky-filters {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px 0;
    margin: 0;
    width: 100%;
}

.sticky-thead {
    position: sticky;
    top: 60px; /* Adjust based on your filters height */
    background: white;
    z-index: 998;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Adjust the table margin when filters are sticky */
body.sticky-active .product-table-wrapper {
    margin-top: 120px; /* Adjust based on your filters height */
}

/* Original filters position */
.product-filters {
    position: relative;
    z-index: 1000;
}

/* Make sure the table header is visible above other rows */
.product-table thead {
    background: white;
}

/* Mobile dropdown - hidden by default */
.select_container select.mobile-filter-dropdown {
    display: none;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background: #fff !important;
    color: #333 !important;
    font-weight: bold !important;
    cursor: pointer;
    /* margin-bottom: 10px; */
}
.product-filters .select_container{
	display: none !important;
}

/* Filter button styles */
.filter-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 22px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.filter-btn.active {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.today {
    background-color: #e8822d;
    color: #fff;
}

.texub-offers {
    background-color: #018a5a;
    color: white;
}

.best-price {
    background-color: #378be7;
    color: white;
}

.just-launched {
    background-color: #e03728;
    color: white;
}

.search-input {
    padding: 10px !important;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    text-align: center;
    height: 30px;
	width: 300px;
}

.search-handle {
    background: transparent;
    border: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.search-handle:hover {
    background: #f6f6f6;
}

/* Responsive styles */
@media screen and (max-width: 1102px) {
    .product-filters {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .desktop-filters {
        display: none;
    }
	.product-filters .select_container{
		width: 100% !important;
		 display: block !important;
	}
    
    .select_container select.mobile-filter-dropdown {
        display: block;
	 width: 100% !important;

    }
    
    .product-filters-btns {
        width: 100%;
        justify-content: space-between;
    }
    
    .search-container {
        flex-grow: 1;
		padding: 10px;
    }
    
    .search-input {
        width: 100%;
		border: none !important;
    }
    
    .want-to-buy {
        white-space: nowrap;
    }
	
    
    .desktop-filters {
        display: none;
    }
    
    /* Style options in the dropdown */
    .mobile-filter-dropdown option {
        padding: 8px;
    }
    
    /* Color the options to match button colors */
    .mobile-filter-dropdown option[value="TODAY"] {
        background-color: #e8822d;
        color: white;
    }
    
    .mobile-filter-dropdown option[value="OFFERS"] {
        background-color: #018a5a;
        color: white;
    }
    
    .mobile-filter-dropdown option[value="BEST PRICE"] {
        background-color: #378be7;
        color: white;
    }
    
    .mobile-filter-dropdown option[value="JUST LAUNCHED"] {
        background-color: #e03728;
        color: white;
    }
	.cart-download-buttons-container{
/* 		width: 100%; */
		justify-content: space-between;
	}
	.filter-options {
	flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}
	.download-list-container{
		width: 160px;
	}
	#btn-filter-sidebar{
		padding: 0px;
		border: none;
	}
    .filter-trigger{
		display: none !important;
	}
	
}

.search-input {
    padding: 10px;
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.filter-options {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
	justify-content: space-between;
}
/* Add these new styles to your existing CSS */
.mobile-filters-container {
    display: none; /* Hidden by default */
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-search-handle {
    background: #fff;
    border: none;
    border-radius: 22px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-search-container {
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    padding: 10px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .mobile-filters-container {
        display: flex;
        gap: 10px;
        width: 100%;
        align-items: center;
    }

    .mobile-filter-dropdown {
        flex-grow: 1;
        padding: 10px;
        border-radius: 5px;
        border: none;
    }

    .mobile-search-handle {
        background: #fff;
        border: none;
        border-radius: 50%;
        /* padding: 8px 12px; */
        cursor: pointer;
    }

    /* Initially hide the search container on mobile */
    .search-container {
        display: none;
        width: 100%;
        margin-top: 10px;
    }

    /* When active, show search and hide filters */
    .search-container.active {
        display: flex;
    }
     /* Add transition for smooth appearance */
    .mobile-filters-container {
        transition: opacity 0.2s ease;
    }
    
    .search-container {
        transition: all 0.2s ease;
    }
    /* .search-container.active + .mobile-filters-container {
        display: none;
    } */
}


/* Desktop Styles */
@media (min-width: 769px) {
    .mobile-filters-container {
        display: none !important;
    }
    
    .search-container {
        display: flex;
        width: auto;
    }
}
/*.filter-options select, .apply-btn, .download-btn {*/
/*    padding: 10px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*}*/

/*.apply-btn {*/
/*    background-color: #007bff;*/
/*    color: white;*/
/*}*/

/*.download-btn {*/
/*    background-color: #f5f5f5;*/
/*    color: #333;*/
/*}*/

.product-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-table th {
	font-family: "source sans pro", Sans-serif;

}

.brand-logo {
    max-width: 50px;
    height: auto;
    vertical-align: middle;
}

.view-product , a.button.add-to-cart, a.button.select-options {
    color: #ffffff !important;
    cursor: pointer;
    display: flex;
    padding: 8px 15px !important;
    min-width: 144px !important;
    background: linear-gradient(180deg, #5e5a59 0%, #3b3939 100%);
    box-shadow: 0px 3px 6px #00000029;
    align-items: center;
    font-weight: 600 !important;
    border-radius: 45px !important;
    letter-spacing: 1px;
    justify-content: center;
}
.view-product{
	font-size:14px;
}
.product-name{
    margin-top: 15px !important;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background-color: #f5f5f5;
}

.pagination .current {
    background-color: var(--e-global-color-primary);
    color: white;
    border: 1px solid var(--e-global-color-primary);
}

#download-popup {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#download-popup input {
    display: block;
    margin-bottom: 10px;
}

#download-popup button {
    margin-right: 5px;
}


#product-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
 /* If you have a modal backdrop, make sure it's lower z-index */
    .modal-backdrop {
        z-index: 9999;
    }
/* .brand-search-input{
	background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    border: none;
    outline: none;
} */
.product-popup-content {
    position: absolute;
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    height: 90vh;
}
.close-popup {
  position: absolute;
    top: 55px;
    right: 50px;
    font-size: 25px;
    cursor: pointer;
}
.product-popup-details img.product-image {
    max-width: 200px;
    height: auto;
    margin: 10px 0;
}
.product-popup-details .button {
    display: inline-block;
    padding: 8px 15px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}
.product-popup-details .button:hover {
    background-color: #005177;
}

 .product-table .select-options {
    display: flex;
    padding: 5px 10px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	align-items: flex-start !important;
}
#product-popup .add-to-cart, #product-popup .add_to_wishlist, #product-popup .bid-your-price, #product-popup .view-cart-btn-product {
	 display: flex;
	color: #820b02 !important;
	border: 1px solid #820b02;
    padding: 5px 20px;
	border-radius: 3px;
	font-size: 12px;
	display: flex;
	background-color: #fff;
	text-decoration: none;
	display: flex;
    align-items: center;
    gap: 5px;
}
.product-table .add-to-cart.loading {
    opacity: 0.7;
    cursor: not-allowed;
}
.product-table .add-to-cart:hover, .product-table .select-options:hover {
    background-color: #820b02;
}
.product-table .out-of-stock {
    color: red;
    font-size: 12px;
}
.product-table .disabled-button {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none !important;
}

#download-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1000;
}
#download-popup input[type="email"] {
    width: 200px;
    padding: 5px;
    margin-bottom: 10px;
}
#download-popup button {
    padding: 5px 10px;
    margin-left: 10px;
}

.product-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    max-width: 100%;
    width: 80%;
    height: 80vh;
}
.product-popup .close-popup {
    display: block;
    margin: 10px auto 0;
    padding: 5px 10px;
    background: #ddd;
    border: none;
    cursor: pointer;
}
.loading {
    opacity: 0.5;
    pointer-events: none;
}

table > tbody > tr:nth-child(2n+1) > td, table > tbody > tr:nth-child(2n) > td {
    background-color: unset;
}

.product-table tr {
     border-bottom: 3px solid #ffffff;
 }

.product-table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.product-table tr:nth-child(even) {
    background-color: #EAEAEA;
}
product-table-wrapper{
	overflow-y: auto;
}
.price-icon {
            width: 20px;
            height: 20px;
            color: #6366f1;
        }

        /* Dual Range Slider Container */
.price-range-container {
            position: relative;
            margin-bottom: 32px;
        }

.price-range-wrapper {
            position: relative;
            height: 6px;
            background: #e5e7eb;
            border-radius: 3px;
            margin: 20px 0;
        }

.price-range-track {
            position: absolute;
            height: 100%;
            background: linear-gradient(90deg, #6366f1, #8b5cf6);
            border-radius: 3px;
            transition: all 0.3s ease;
        }

.range-input {
            position: absolute;
            width: 100%;
            height: 6px;
            top: 20px;
            background: none;
            pointer-events: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
.range-input::-webkit-slider-thumb {
            appearance: none;
            width: 20px;
            height: 20px;
            background: white;
            border: 3px solid #6366f1;
            border-radius: 50%;
            cursor: pointer;
            pointer-events: all;
            box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
            transition: all 0.2s ease;
        }

.range-input::-webkit-slider-thumb:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
        }

.range-input::-webkit-slider-thumb:active {
            transform: scale(1.2);
        }

.range-input::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background: white;
            border: 3px solid #6366f1;
            border-radius: 50%;
            cursor: pointer;
            pointer-events: all;
            box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
            transition: all 0.2s ease;
        }

.range-input::-moz-range-thumb:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
        }

        /* Price Values Display */
.price-values {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            font-size: 14px;
            color: #6b7280;
        }

.price-value {
            background: #f3f4f6;
            padding: 8px 12px;
            border-radius: 8px;
            font-weight: 600;
            color: #374151;
            min-width: 80px;
            text-align: center;
        }

.price-separator {
            color: #9ca3af;
            font-weight: 500;
        }

        /* Input Fields */
.price-inputs {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            gap: 16px;
            align-items: center;
        }

.price-input-group {
            position: relative;
        }

.price-input-label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #6b7280;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

.price-input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            color: #1f2937;
            background: white;
            transition: all 0.2s ease;
            outline: none;
        }

.price-input:focus {
            border-color: #6366f1;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
        }

.price-input:hover {
            border-color: #d1d5db;
        }

.input-separator {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 2px;
            background: #d1d5db;
            border-radius: 1px;
            margin-top: 24px;
        }

/* Hide thead on mobile (screens < 768px) */
@media only screen and (max-width: 767px) {
    thead {
        display: none;
    }
}

/* Show titles only on mobile (screens < 768px) */
@media only screen and (max-width: 767px) {
    .title {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        width: 50%;
    }
    .value, input.quantity-input.filled.fill_inited {
        display: block; /* Ensures the value stays below the title */
        width: 50%;
    }
}


.value, input.quantity-input.filled.fill_inited {
        display: block;
        padding: 7px 10px;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.87);
    }

@media (max-width: 1680px) {
    .value, input.quantity-input.filled.fill_inited {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {
    .value {
        font-size: 14px;
    }
}



/* Hide titles on desktop (screens >= 768px) */
@media only screen and (min-width: 768px) {
    .title {
        display: none;
    }
    .value {
        display: block;
    }
}

/* Optional: Adjust table layout for mobile */
@media only screen and (max-width: 767px) {
    table {
        width: 100%;
    }
    td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
        display: flex;
        justify-content: center;
    }
    .product-details-table td{
         justify-content: flex-start !important;
         gap: 50px;
    } 

    tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #ddd;
    }
}
/*  #order-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; 
    overflow-y: auto;
}

.order-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    max-width: 600px; 
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-height: 90vh; 
    overflow-y: auto;
}

.close-order-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #555;
}
.close-order-popup:hover {
    color: #000;
}

#order-cart-details {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#order-cart-details table {
    width: 100%;
    border-collapse: collapse;
}

#order-cart-details th,
#order-cart-details td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

#order-form h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

#order-form .form-row {
    margin-bottom: 15px;
}

#order-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#order-form input[type="text"],
#order-form input[type="tel"],
#order-form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
} */
/* RFQ Popup Styles - Light Theme */
#order-popup {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99999;
            animation: fadeIn 0.3s ease-in-out;
        }

.order-popup-content {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(20px);
            padding: 40px;
            border-radius: 20px;
            position: relative;
            max-width: 600px;
            width: 100%;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(154, 31, 33, 0.1);
            animation: slideIn 0.4s ease-out;
            color: #333;
        }
.cart-coupon{
	display: none !important;
}
.woocommerce_status_bar .active .num{
	background-color: #9A1F21 !important;
}
.close-popup {
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    font-size: 28px;
    color: #666 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(154, 31, 33, 0.1);
    z-index: 5;
        }

.close-popup:hover {
            background: rgba(154, 31, 33, 0.2);
            color: #9A1F21;
            transform: rotate(90deg);
        }

.order-popup-content h3 {
            font-size: 32px;
            font-weight: 700;
            background: linear-gradient(135deg, #9A1F21, #CC4B4B);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
            margin-bottom: 10px;
            position: relative;
        }

.order-popup-content h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(135deg, #9A1F21, #CC4B4B);
            border-radius: 2px;
        }

.order-popup-content h4 {
            font-size: 18px;
            color: #9A1F21;
            margin: 30px 0 20px 0;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            position: relative;
            padding-left: 20px;
        }

.order-popup-content h4::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 20px;
            background: linear-gradient(135deg, #9A1F21, #CC4B4B);
            border-radius: 2px;
        }

#order-form .form-row {
            margin-bottom: 20px;
        }

#order-form label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #333;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

#order-form input {
            width: 100%;
            padding: 15px 20px;
            border: 2px solid rgba(154, 31, 33, 0.2);
            border-radius: 12px;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            transition: all 0.3s ease;
            outline: none;
        }

#order-form input::placeholder {
            color: rgba(102, 102, 102, 0.7);
        }

#order-form input:focus {
            border-color: #9A1F21;
            box-shadow: 0 0 0 3px rgba(154, 31, 33, 0.1);
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 1);
        }

#order-form input:hover {
            border-color: rgba(154, 31, 33, 0.4);
            background: rgba(255, 255, 255, 0.95);
        }

.popup-footer-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 30px;
            flex-wrap: wrap;
        }

.popup-footer-buttons .button {
            background: linear-gradient(135deg, #9A1F21 0%, #CC4B4B 100%);
            color: white;
            border: none;
            padding: 16px 30px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            overflow: hidden;
            flex: 1;
            min-width: 180px;
        }

 .popup-footer-buttons .button::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease;
        }

.popup-footer-buttons .button:hover::before {
            width: 300px;
            height: 300px;
        }

.popup-footer-buttons .button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(154, 31, 33, 0.4);
        }

.popup-footer-buttons .button:active {
            transform: translateY(-1px);
        }

#send-whatsapp {
            background: linear-gradient(135deg, #bc2f32 0%, #950b0e 100%) !important;
            border-radius: 15px !important;
            text-align: center;
            justify-items: center;
        }
#send-order-email {
            background: linear-gradient(135deg, #4c4a4a 0%, #363535 100%) !important;
            border-radius: 15px !important;
            text-align: center;
            justify-items: center;
        }

#send-whatsapp:hover {
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4) !important;
        }

        /* Mobile responsiveness for RFQ form */
@media (max-width: 768px) {
.order-popup-content {
                padding: 25px;
                margin: 20px;
                border-radius: 15px;
            }

.order-popup-content h3 {
                font-size: 24px;
                margin-bottom: 20px;
            }

.popup-footer-buttons {
                flex-direction: row !important;
                flex-wrap: unset !important;
                gap: 10px;
            }
#send-whatsapp,#send-order-email{
                padding: 9px 18px !important;
                font-size: 14px !important;
            }
            #send-order-email{
                width: 178px !important;
            }

.popup-footer-buttons .button {
                min-width: auto;
                padding: 10px 20px !important;
                font-size: 12px !important;
            }
        }

.select_container {
    width: auto;
}
/* Enhanced Notification Styles */
        .notification-container {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 999999;
            pointer-events: none;
        }

        .notification {
            display: flex !important;
            align-items: flex-start;
            gap: 12px;
            min-width: 320px;
            max-width: 400px;
            padding: 16px 20px;
            margin-bottom: 12px;
            border-radius: 12px;
            color: white;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.4;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transform: translateX(420px);
            opacity: 0;
            pointer-events: auto;
            position: relative;
            overflow: hidden;
        }

        .notification::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: inherit;
            opacity: 0.9;
            z-index: -1;
        }

        .notification-icon {
            font-size: 18px;
            flex-shrink: 0;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
            margin-top: 1px;
        }

        .notification-content {
            flex: 1;
            word-wrap: break-word;
        }

        .notification-close {
            cursor: pointer;
            font-size: 16px;
            opacity: 0.7;
            transition: opacity 0.2s ease;
            flex-shrink: 0;
            margin-left: auto;
            padding: 2px 4px;
            line-height: 1;
        }

        .notification-close:hover {
            opacity: 1;
        }

        .notification-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 0 0 12px 12px;
            transform-origin: left;
            animation: progress 4000ms linear forwards;
        }

        @keyframes progress {
            from { transform: scaleX(1); }
            to { transform: scaleX(0); }
        }

        /* Notification Types */
        .notification.success {
            /* background: linear-gradient(135deg, #00b894, #00a085); */
             background: linear-gradient(135deg, #9A1F21, #a50e07); 
        }

        .notification.error {
            background: linear-gradient(135deg, #e17055, #d63031);
        }

        .notification.warning {
            background: linear-gradient(135deg, #fdcb6e, #e17055);
        }

        .notification.info {
            background: linear-gradient(135deg, #74b9ff, #0984e3);
        }

        /* Animation Classes */
        .notification.show {
            animation: slideInRight 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        }

        .notification.hide {
            animation: slideOutRight 0.3s ease-in forwards;
        }

        @keyframes slideInRight {
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slideOutRight {
            to {
                transform: translateX(420px);
                opacity: 0;
            }
        }

        /* Responsive Design */
        @media (max-width: 480px) {
            .notification-container {
                left: 10px;
                right: 10px;
                top: 10px;
            }

            .notification {
                min-width: auto;
                max-width: none;
                transform: translateY(-100px);
            }

            .notification.show {
                animation: slideInDown 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
            }

            .notification.hide {
                animation: slideOutUp 0.3s ease-in forwards;
            }

            @keyframes slideInDown {
                to {
                    transform: translateY(0);
                    opacity: 1;
                }
            }

            @keyframes slideOutUp {
                to {
                    transform: translateY(-100px);
                    opacity: 0;
                }
            }
        }
/* Bid form styling */
#bid-popup{
    z-index: 999999 !important;
}
#bid-popup .popup-content {
    padding: 30px;
    background: white;
    border-radius: 8px;
    position: relative;

}

#bid-popup h3 {
    margin-top: 0;
    color: #333;
}

#bid-popup .form-group {
    margin-bottom: 20px;
}

#bid-popup label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#bid-popup input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

#bid-popup .submit-bid {
    background-color: var(--e-global-color-primary);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

#bid-popup .submit-bid:hover {
    background-color: var(--e-global-color-primary) !important;
}

#bid-popup .submit-bid.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.min-bid-notice {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.min-bid-notice {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}
.woocommerce table.shop_table th{
	background-color: var(--e-global-color-primary) !important;
}
/* After Cart Totals Section */
.after-cart-totals {
    margin-top: 40px;
    padding: 0;
}

/* RFQ Form Styles */
.cart-rfq-form {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.rfq-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

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

#order-form .form-row {
    margin-bottom: 15px;
}

#order-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

#order-form input[type="text"],
#order-form input[type="tel"],
#order-form input[type="email"] {
    width: 100% !important;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.popup-footer-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

/* Guest Prompt Styles */
.rfq-guest-prompt {
    padding: 30px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.auth-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .popup-footer-buttons,
    .auth-buttons {
        flex-direction: column;
    }
    
    .popup-footer-buttons button,
    .auth-buttons a {
        width: 100%;
    }
}
.filter-options {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}
/* Mobile sidebar trigger - hidden by default */
/* .mobile-sidebar-trigger {
    display: none;
} */
/* Primary filters - always visible on desktop */
.primary-filters {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

/* More filters dropdown - hidden by default */
.more-filters-dropdown,
.all-filters-dropdown {
    display: none;
}

.filter-dropdown {
    position: relative;
    display: inline-block;
}

/* .filter-dropdown-btn {
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
	width : 170px;
	justify-content: space-around;
} */
.filter-dropdown-btn {
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 170px;
    justify-content: space-between;
    white-space: nowrap;
}

.filter-dropdown-btn:hover {
    background-color: #e9e9e9;
}

/* .filter-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1000;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
    left: 0;
    top: 75%;
    opacity: 0;
    transition: 
        max-height 0.5s ease-in-out, 
        opacity 0.3s ease-in-out,
        padding 0.3s ease-in-out;
} */
.filter-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1000;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    left: 0;
    top: 100%;
}
.filter-dropdown-content.active {
    display: block;
    max-height: 400px;
    opacity: 1;
    padding: 10px;
	overflow-y: auto;
}

.filter-dropdown-content.brand {
    min-width: 500px !important;
}
.filter-dropdown-btn .arrow-down {
    transition: transform 0.3s ease;
	line-height: 1;
}
.filter-dropdown-btn .arrow-down.rotate {
	    transform: rotate(180deg);
}

.filter-dropdown-btn[aria-expanded="true"] .arrow-down {
    transform: rotate(180deg);
}
.more-filters-dropdown{
	display: none;
}
/* Responsive adjustments */
@media (max-width: 1180px) {
    /* Show mobile sidebar trigger */
    .mobile-sidebar-trigger {
        display: flex;
        align-items: center;
    }
    
    /* Show more filters dropdown */
    .more-filters-dropdown {
        display: block;
    }
    
    /* Hide individual filters that are now in more filters */
    .hub-dropdown,
    .condition-dropdown,
    .stock-dropdown {
        display: none;
    }
    
    /* Adjust primary filters */
    .primary-filters {
        flex-grow: 0;
    }
	.hub-desk, .condition-desk, .Stock-desk{
		display: none;
	}
}


/* For mobile */
@media (max-width: 768px) {
    .filter-dropdown-content.brand {
        min-width: 250px !important;
        max-height: 70vh;
    }
    
    .filter-dropdown-content.active {
        max-height: 70vh;
    }
}
@media (max-width: 1000px) {
	/* Hide everything except mobile filters and download */
    .primary-filters,
    .more-filters-dropdown {
        display: none;
    }
    
    /* Show all filters dropdown */
    .all-filters-dropdown {
        display: block;
        flex-grow: 1;
    }
    
    /* Make download button full width */
/*     .download-list-container {
        width: 100%;
    } */
    
    .download-list-btn {
        width: 100%;
    }
    /* Mobile-specific dropdown styles */
    .filter-dropdown-content {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 70vh;
        border-radius: 8px 8px 0 0;
        box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    }
	
    .filter-dropdown-content.active {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 70vh;
        border-radius: 8px 8px 0 0;
        box-shadow: 0 -5px 15px rgba(0,0,0,0.2);
    }
    
    .mobile-dropdown-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        display: none;
    }
    
    .filter-dropdown-content.active + .mobile-dropdown-backdrop {
        display: block;
    }
	.global-apply-filter-container{
		display: none;
	}
}

.filter-dropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-dropdown-content li {
    padding: 5px 0;
}

.filter-dropdown-content li label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.filter-dropdown-content li.has-submenu {
    position: relative;
}

.filter-dropdown-content .submenu {
    display: none;
    padding-left: 20px;
}

.filter-dropdown-content li.has-submenu:hover .submenu {
    display: block;
}

.filter-dropdown-content .count {
    color: #999;
    font-size: 0.9em;
}

.brand-filter-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.apply-filter-btn {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.apply-filter-btn:hover {
    background: #45a049;
}


.global-apply-filter-btn {
   background-color: var(--e-global-color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    text-transform: capitalize;
    width: 101px;
	transition: 0.3s;
	border-radius: 6px;
	cursor: pointer;
}

.global-apply-filter-btn:hover {
    background-color: var(--e-global-color-primary);
}
/* Brand Dropdown Specific Styles */
.brand-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

.brand-search-container {
    position: relative;
    flex-grow: 1;
    margin-right: 10px;
}

.brand-search-input {
    width: 100% !important;
	background-color: #fff !important;
    border-radius: 20px !important;
    padding: 10px !important; 
    outline: none !important;
    border: none !important;
	
}

.clear-brand-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.clear-all-brands {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
}

.clear-all-brands:hover {
    background: #f0f0f0;
}

.brand-dropdown-content {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

.brand-columns {
    display: flex;
    gap: 15px;
}

.brand-column {
    flex: 1;
    min-width: 0;
}

.brand-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-column li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.brand-column li:last-child {
    border-bottom: none;
}

.brand-column li label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-name {
    flex-grow: 1;
    text-overflow: ellipsis;
}

.count {
    color: #999;
    font-size: 0.9em;
    margin-left: auto;
    padding-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-columns {
        flex-direction: column;
        gap: 0;
    }
    
    .brand-column {
        width: 100%;
    }
	.filter-dropdown-content.brand{
		min-width:250px !important; 
	}
}
.applied_filter_container {
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.filter_sub_container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.sub_values {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    flex-grow: 1;
}

.title {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

.clear_button {
    cursor: pointer;
    color: #20639A;
    font-weight: bold;
    margin-left: auto;
}

.clear_button:hover {
    text-decoration: underline;
}

/* Chip styles */
.chip_names {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid #20639A;
    border-radius: 16px;
    color: #20639A;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chip_names:hover {
    background-color: rgba(32, 99, 154, 0.1);
}

.MuiChip-label {
    margin: 0 4px;
}
.clear_button p{
	margin-bottom: 0px !important;
}

.MuiChip-deleteIcon {
    margin-left: 4px;
    margin-right: -4px;
}
.apply-title{
	font-weight: bold;
    color: #333;
    margin-right: 5px;
}
/* Shop Page Notification Styles */
.shop-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #9a1f21;
    color: #ffffff;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(154, 31, 33, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideDown 0.3s ease-out;
}

.shop-notification .notification-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
}

.shop-notification .notification-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

.shop-notification .notification-text {
    margin: 0;
    line-height: 1.4;
}

.shop-notification .close-notification {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.shop-notification .close-notification:hover {
    opacity: 1;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

body.has-shop-notification .trx_addons_scroll_to_top  {
    bottom: 2.7em;
}

@media (max-width: 768px) {
    .shop-notification {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .shop-notification .notification-content {
        padding-right: 30px;
    }
    
    /* body.has-shop-notification {
        padding-top: 45px;
    } */
}

@media (max-width: 480px) {
    .shop-notification {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .shop-notification .notification-icon {
        width: 16px;
        height: 16px;
    }
/*     
    body.has-shop-notification {
        padding-top: 40px;
    } */
}


.product-details-table th{
	background-color: transparent !important;
	color : #000 !important;
}
.product-details-table input[type="number"]{
	border: 1px solid #ddd;
    width: 100px;
    padding: 5px;
}
.product-details-table thead tr{
	    border-bottom: 1px solid #ddd;
}
.product-desc{
	margin-top: 10px;
}
@media screen and (max-width: 767px){
.product-popup-details{
		flex-direction: column;
	}
.product-desc{
	text-align: center;
	}
.first-column{
	width: 100%;
    height: 20vh;
    flex-direction: row;
    flex-wrap: wrap;
/* 	justify-content: space-between; */
	padding: 10px 5px;
    font-size: 12px;
}
.second-column{
		width: 100%;
		padding: 20px;
		
	}
.model-num{
		padding: 10px 35px 10px 10px;
		flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
	}
.action-btns{
		/* bottom: -90px !important; */
		/* padding-right: 5px; */
        padding-bottom: 20px !important;
	}
#product-popup .add-to-cart, #product-popup .add_to_wishlist, #product-popup .bid-your-price{
		padding: 3px;
	}
	
}
#auth-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#auth-popup .popup-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 0;
}

#auth-popup .close-popup-login {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
}

#auth-popup .close-popup-login:hover {
    color: #333;
}

#auth-popup .woocommerce {
    padding: 40px;
}

/* Two Column Layout with OR separator */
#auth-popup .u-columns.col2-set {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    position: relative;
}

#auth-popup .u-column1, 
#auth-popup .u-column2 {
    flex: 1;
    min-width: 0;
}

/* OR Separator */
#auth-popup .u-columns.col2-set::after {
    content: 'OR';
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    background: white;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 20px;
    z-index: 5;
}

#auth-popup .u-columns.col2-set::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    transform: translateX(-50%);
    z-index: 1;
}

/* Form Headings */
#auth-popup h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

/* Form Styling */
#auth-popup .woocommerce-form {
    position: relative;
    z-index: 2;
}

/* Form Rows */
#auth-popup .form-row {
    margin-bottom: 20px;
}

/* Labels */
#auth-popup label {
    display: block;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
    font-size: 14px;
}

#auth-popup .required {
    color: #e74c3c;
}

/* Input Fields */
#auth-popup .woocommerce-Input,
#auth-popup .input-text {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafafa;
}

#auth-popup .woocommerce-Input:focus,
#auth-popup .input-text:focus {
    outline: none;
    border-color: #007cba;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

/* Password Input Container */
#auth-popup .password-input {
    position: relative;
    display: block;
}

#auth-popup .show-password-input {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding: 4px;
}

/* Buttons */
#auth-popup .woocommerce-button,
#auth-popup .button {
    background: var(--e-global-color-primary);
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

#auth-popup .woocommerce-button:hover,
#auth-popup .button:hover {
    background: var(--e-global-color-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

/* Remember Me Checkbox */
#auth-popup .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}

#auth-popup .woocommerce-form__input-checkbox {
    width: auto !important;
    margin: 0;
}

/* Lost Password Link */
#auth-popup .woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
}

#auth-popup .woocommerce-LostPassword a {
    color: #007cba;
    text-decoration: none;
    font-size: 14px;
}

#auth-popup .woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

/* Info Text */
#auth-popup .woocommerce-form p:not(.form-row):not(.woocommerce-form-row):not(.woocommerce-LostPassword) {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #007cba;
}

/* Hidden Elements */
#auth-popup .screen-reader-text,
#auth-popup .woocommerce-notices-wrapper,
#auth-popup wc-order-attribution-inputs,
#auth-popup .woocommerce-privacy-policy-text {
    display: none;
}
#auth-popup .woocommerce-form-register__submit{
	margin-top: 50px;
}
.cart-collaterals #auth-popup .woocommerce-form-register__submit{
	margin-top: 59px !important;
}
/* Responsive Design */
@media (max-width: 768px) {
    #auth-popup .popup-content {
        width: 95%;
        margin: 10px;
    }
	#auth-popup .woocommerce-form-register__submit{
	margin-top: 0px;
	}

    #auth-popup .woocommerce {
        padding: 20px;
    }

    #auth-popup .u-columns.col2-set {
        flex-direction: column;
        gap: 30px;
    }

    #auth-popup .u-columns.col2-set::before {
        display: none;
    }

    #auth-popup .u-columns.col2-set::after {
		position: absolute;
        transform: none;
        align-self: center;
        margin: 10px 0;
        left: 50%;
        top: 53%;
        transform: translateX(-50%);
    }

    #auth-popup h2 {
        font-size: 20px;
    }
}
.loading-spinner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--e-global-color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.spinner-text {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin: 0;
}

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

/* Table Loading Overlay */
.table-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
}
.product-popup-details {
    align-items: stretch;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: auto;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    position: relative;
}

.first-column {
    background-color: #eaeaea;
    border-radius: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 100px 54px 36px;
    width: 282px;
    height: 80vh;
    overflow: auto;
    z-index: 999;
    position: relative;
}

.first-column span {
    color: #000;
    font-weight: bold;
}

.second-column {
    width: calc(100% - 282px);
    padding: 48px 42px 80px;
    height: 66vh;
    overflow: auto;
}

.model-num {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
}

.product-details-table thead tr {
    border-bottom: 1px solid #ddd;
}

.product-desc {
    margin-top: 10px;
}

/* Mobile Details Button - Hidden on desktop */
.mobile-details-trigger {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
}

.details-btn {
    background: linear-gradient(135deg, #b21004, #a50e07);
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(130, 11, 2, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(130, 11, 2, 0.4);
}

.details-btn:active {
    transform: translateY(0);
}

/* Mobile Overlay */
.mobile-details-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-details-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Close Button */
.mobile-close-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1002;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mobile-close-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}
/* MOBILE RESPONSIVE STYLES */
@media screen and (max-width: 767px) {
.product-popup-details {
        flex-direction: column;
        position: relative;
        height: 100vh; /* Full viewport height */
        overflow: hidden; /* Prevent body scroll */
    }
    
    /* Show mobile details button */
.mobile-details-trigger {
        display: block;
    }
    
    /* Show mobile close button */
.mobile-close-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
.product-desc {
        text-align: center;
    }
    
    /* Hide first column by default on mobile */
.first-column {
        position: fixed;
        top: 0;
        left: 0;
        width: 95%;
        height: calc(100vh - 80px); /* Leave space for action buttons */
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
        backdrop-filter: blur(10px);
        border-radius: 0 20px 20px 0;
        padding: 10px;
        z-index: 1000;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        transform: translateX(-100%) !important;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        font-size: 14px;
        user-select: none;
        -webkit-user-select: none;
        flex-wrap: nowrap;
    }

    
    /* Active state for mobile slide-in */
.first-column.mobile-active {
        transform: translateX(0) !important;
		
    }
    /* When first column is active, adjust action buttons z-index */
    .first-column.mobile-active ~ .action-btns,
    .product-popup-details:has(.first-column.mobile-active) .action-btns {
        z-index: 999; /* Lower than first column */
    }
    
    /* Alternative: If you want action buttons to always be on top */
    .action-btns.always-on-top {
        z-index: 1002 !important;
    }
    
.first-column > div {
        margin-bottom: 15px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    
.first-column > div:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
.first-column span {
        color: #820b02;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
.first-column p {
        margin: 5px 0 0 0;
        color: #333;
        font-size: 13px;
        line-height: 1.4;
    }
    
.second-column {
        width: 100%;
        padding: 5px 5px 80px 5px; /* Add bottom padding for action buttons */
        height: calc(100vh - 20vh); /* Account for first column height */
        overflow-y: auto; /* Make this scrollable */
        overflow-x: hidden;
    }
    
.model-num {
        padding: 10px 35px 10px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: linear-gradient(135deg, #f8f9fa, #ffffff);
        border-radius: 12px;
        margin: 10px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
.action-btns {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 60px;
        background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
        border-top: 1px solid #e9ecef;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 0px !important;
        z-index: 1001; /* High z-index to stay on top */
    }
    
#product-popup .add-to-cart, 
#product-popup .add_to_wishlist, 
#product-popup .bid-your-price,
#product-popup .view-cart-btn-product {
        padding: 8px 12px;
        font-size: 15px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    
#product-popup .add-to-cart:active, 
#product-popup .add_to_wishlist:active, 
#product-popup .bid-your-price:active,
#product-popup .view-cart-btn-product:active {
        transform: scale(0.95);
    }
    
    /* Hide thead on mobile */
thead {
        display: none;
    }
    
    /* Mobile table layout */
table {
        width: 100%;
    }
    
td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
        display: flex;
        justify-content: center;
}
    
tr {
        margin-bottom: 10px;
        display: block;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
.title {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        width: 50%;
        color: #820b02;
        font-size: 12px;
        text-transform: uppercase;
    }
    
.value, input.quantity-input.filled.fill_inited {
        display: block;
        width: 50%;
        font-size: 14px;
    }
}
body.mobile-details-open {
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }
/* Additional fix for popup modal if needed */
@media screen and (max-width: 767px) {
    /* Ensure the popup modal itself is properly positioned */
    .popup-modal-content {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    
    /* Prevent body scrolling when popup is open */
    body.popup-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}
/* Desktop title hiding */
@media only screen and (min-width: 768px) {
.title {
        display: none;
    }
.value {
        display: block;
    }
    
    /* Hide mobile elements on desktop */
.mobile-details-trigger,
.mobile-close-btn,
.mobile-details-overlay {
        display: none !important;
    }
}
.mobile-close-btn {
        z-index: 1002;
        /* Prevent touch delay */
        touch-action: manipulation;
}


/* Animation keyframes */
@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.first-column.dragging{
transition: none !important;

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

/* Smooth scrollbar for mobile details panel */
.first-column::-webkit-scrollbar {
    width: 4px;
}

.first-column::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.first-column::-webkit-scrollbar-thumb {
    background: rgba(130, 11, 2, 0.3);
    border-radius: 2px;
}

.first-column::-webkit-scrollbar-thumb:hover {
    background: rgba(130, 11, 2, 0.5);
}

/* Additional jQuery animations and states */
.details-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.details-btn svg.spin {
    animation: spin 1s linear infinite;
}

.details-btn.pulse {
    animation: pulse 2s ease-in-out;
}

.detail-item-active {
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(130, 11, 2, 0.2) !important;
}

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

@keyframes pulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(130, 11, 2, 0.3);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(130, 11, 2, 0.4);
    }
}

/* Mobile table improvements with titles */
@media screen and (max-width: 767px) {
    .title {
        display: flex !important;
        font-weight: bold;
        margin-bottom: 5px;
        color: #820b02;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
		justify-content: center;
		align-items: center;
    }
    
    .value {
        display: block !important;
        color: #333;
        font-size: 14px;
        margin-bottom: 0px;
	
    }
}

/* Responsive styles for medium screens */
@media screen and (min-width: 767px) and (max-width: 1024px) {
    .product-table {
        display: block;
    }
    
    .product-table thead {
        display: none;
    }
    
    .product-table tbody, 
    .product-table tr, 
    .product-table td {
        display: block;
        width: 100%;
    }
    
    .product-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
    }
    
    .product-table td {
        border-bottom: 1px solid #eee;
        padding: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .product-table td:last-child {
        border-bottom: none;
    }
    
    /* Show the label cells */
    .product-table .title {
        display: inline-block;
        font-weight: bold;
        margin-right: 10px;
        min-width: 120px;
    }
    
    .product-table .value {
        flex: 1;
        text-align: right;
    }
    
    /* Special handling for description */
    .product-table .title.desc {
        min-width: 80px;
    }
    
    /* Style for the view product link */
    .product-table .view-product {
        display: block;
        text-align: center;
        padding: 8px;
        background-color: #0073aa;
        color: white;
        text-decoration: none;
        border-radius: 4px;
        margin-top: 5px;
    }
}
.sale-timer-container {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border-left: 4px solid #9a1f21;
    text-align: center;
}

.sale-timer .timer-label {
    display: block;
    font-weight: bold;
    color: #9a1f21;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sale-timer .timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
}

.timer-number {
    background: white;
    color: #9a1f21;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.timer-label-unit {
    font-size: 10px;
    color: #666;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.timer-separator {
    color: #9a1f21;
    font-weight: bold;
    font-size: 20px;
    margin: 0 2px;
    align-self: flex-end;
    padding-bottom: 8px;
}

.sale-ended {
    color: #666;
    font-style: italic;
    font-size: 14px;
    padding: 10px;
}
.sale-timer-container.mob{
		display: none;
	}

/* Responsive design for mobile */
@media (max-width: 768px) {
    .sale-timer .timer-display {
        gap: 3px;
    }
    
    .timer-unit {
        min-width: 40px;
    }
    
    .timer-number {
        font-size: 16px;
        padding: 6px 8px;
        min-width: 35px;
    }
    
    .timer-label-unit {
        font-size: 9px;
    }
    
    .timer-separator {
        font-size: 16px;
        padding-bottom: 6px;
    }
    
    .sale-timer .timer-label {
        font-size: 14px;
    }
	.sale-timer-container.desk{
		display: none !important;
	}
	.sale-timer-container.mob{
		display: block !important;
	}
}
.share-product-link {
    background: #f5f5f5;
    border: 1px solid #9a1f21;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}

.share-product-link:hover {
    background: #e9e9e9;
    border-color: #9a1f21;
}

.share-product-link svg {
    width: 14px;
    height: 14px;
}
.out-of-stock-badge {
    background-color: #9a1f21;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    display: inline-block;
}

.product-row.out-of-stock {
    opacity: 0.7;
    position: relative;
}

.product-row.out-of-stock::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.03);
    pointer-events: none;
}


