.mfilter-sidebar {
    background: #fff;
    border: 0px solid #e9e6e0;
    padding: 0px 0px;
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 7px;
    position: sticky;
    top: 130px;
}
.mfilter-sidebar .form-title{border-bottom:1px solid #e9e6e0;margin-bottom:10px;}
.mfilter-sidebar h2{font-size:16px;line-height:0px;margin-top:15px;margin-bottom:15px;text-align:center;font-weight:600;color:#fff;}
.search-header{background-color:#00587A;padding:10px;}
.mfilter-sidebar .form-group{margin-bottom:5px;border-bottom:1px solid #e9e6e0;padding-bottom:15px;}
.mfilter-sidebar .control-label{font-size:12px;text-transform:uppercase;font-weight:700;}

.mfilter-sidebar .form-group:last-child{border:none;margin:0;padding-bottom:15px;padding-top:10px;} 

.mfilter-sidebar .form-group {
    margin-bottom: 5px;
    border-bottom: 1px solid #e9e6e0;
    padding-bottom: 15px;
}
.filter-top {
    padding: 5px !important;
}

.filter-top h5 {
    margin: 5px !important;
    font-size: 22px;
    color: #191b1f;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px;
}

.filter-top p {
    display: inline-block;
    float: right;
    font-size: 12px;
    margin: 0px !important;
    font-weight: 500;
}

.filter-top p a {
    color: #2176ae;
    font-weight: 700;
}

.mfilter-sidebar .form-group {
    margin-bottom: 5px;
    border-bottom: 1px solid #e9e6e0;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.mfilter-sidebar .checkbox label, .mfilter-sidebar .radio label {

    font-weight: 400;
    font-size: 18px;
    padding-left: 5px;
    color: #393535;
}


.mfilter-sidebar .fblock .ftitle {
    padding: 0rem 1rem;
    border: none;
    padding-top: 12px;
}
.mfilter-sidebar .fblock .ftitle {
    padding: 0px;
    border: none;
    padding-top: 5px;
}

.mfilter-sidebar .fblock .ftitle h4 {
    color: #191b1f;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.button-theme {
    background: #000 !important;
    border: 2px solid #000 !important;
    padding: 6px 20px;
    color: #fff;
    margin-bottom: 0px;
}
.fblock .ftitle h4 {
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0px;
}

.fblock .ftitle h4:after {
	font-family:"Font Awesome 5 Free";
	content: "\f106";
	position: relative;
	float: right;
	margin-right: -5px;
	transition: .2s ease-out;
	width: 20px;
	height: 20px;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.fblock .ftitle .collapsed h4:after {
	transform: rotate(180deg)
}

.fblock .ftitle h4:before {
	display: none
}

.fblock .ftitle {
	padding: 1rem 1.5rem;
	border: none
}

.fblock .ftitle.no-collapse h4:after {
	display: none
}
.mfilter-sidebar .fblock .ftitle a{
    width:100%;
}

.mfilter-sidebar .form-group .panel-collapse{
    max-height: 120px;
    width: 100%;
    overflow: auto;
    margin-top: 15px;
}


.mfilter-sidebar .form-group .panel-collapse::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;

}

.mfilter-sidebar .form-group .panel-collapse::-webkit-scrollbar{
	width: 8px;
	background-color: #F5F5F5;
}

.mfilter-sidebar .form-group .panel-collapse::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;	
}


.mx-product .product-head{ padding: 0 8px!important;}
.mx-product .product-card.inline {
    background: #fff;
}
.woo_pr_rating i.filled {
    color: #FF9800;
}

.woo_pr_reviews{ text-align: left;}
.woo_pr_title {
    font-size: 18px;
}
.product-card.inline .product-info {
    width: 100%;
    padding: 12px 10px;
}
.woo_ave_rat {
    margin-left: 5px;
    padding: 1px 7px;
    background: #2dab32;
    color: white;
    font-weight: 600;
    border-radius: 10px;
}

.mx-product .product-card .fas {
    color: #fff;
}

.mx-product .product-details {
    margin-top: 15px;
}


.mx-product .product-price h5 {
    font-weight: 500;
    font-size: 22px;
}

.mx-product .discount {
    color: #cc0c39!important;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 767px) {
	.prd-sales .phead {
		margin-top: 60px;
	}
	.prd-sales .home-products .product-card {	
		width: 100%;
	}
	
	.prd-sales .home-products {	
		padding: 0!important;
	}
	
	.prd-sales .load-more {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.mj-filter-mobile-bar {
		display: none;
		justify-content: space-between;
		align-items: center;
		background: white;
		padding: 12px 15px;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.08);
		margin-bottom: 15px;
		position: sticky;
		top: 52px;
		z-index: 100;
	}
    
    .mj-filter-results {
        font-size: 14px;
        color: #555;
    }
    
    .mj-filter-controls {
        display: flex;
        gap: 10px;
    }
    
    .mj-filter-btn {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #f8f9fa;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        padding: 8px 12px;
        font-size: 14px;
        color: #444;
        cursor: pointer;
        transition: all 0.2s;
    }
    
    .mj-filter-btn:hover {
        background: #e9ecef;
    }
    
    .mj-filter-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        padding: 20px 15px;
    }
    
    .mj-filter-panel-active {
        transform: translateX(0);
    }
    
    .mj-filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }
    
    .mj-filter-title {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }
    
    .mj-filter-close {
        background: none;
        border: none;
        font-size: 20px;
        color: #777;
        cursor: pointer;
    }
    
    .mj-filter-section {
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    
    .mj-filter-section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        cursor: pointer;
    }
    
    .mj-filter-section-name {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }
    
    .mj-filter-toggle {
        color: #777;
        transition: transform 0.3s;
    }
    
    .mj-filter-toggle-active {
        transform: rotate(180deg);
    }
    
    .mj-filter-options {
        display: grid;
        gap: 12px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .mj-filter-options-active {
        max-height: 500px;
    }
    
    .mj-filter-option {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .mj-filter-checkbox {
        width: 18px;
        height: 18px;
        accent-color: #19479e;
    }
    
    .mj-filter-label {
        font-size: 14px;
        color: #555;
    }
    
    .mj-filter-count {
        font-size: 12px;
        color: #888;
        margin-left: auto;
    }
    
    .mj-filter-sort-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        box-shadow: 0 -2px 20px rgba(0,0,0,0.1);
        z-index: 1001;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
    
    .mj-filter-sort-panel-active {
        transform: translateY(0);
    }
    
    .mj-filter-sort-header {
        padding: 15px;
        border-bottom: 1px solid #eee;
        text-align: center;
        position: relative;
    }
    
    .mj-filter-sort-title {
        font-size: 16px;
        font-weight: 600;
    }
    
    .mj-filter-sort-close {
        position: absolute;
        right: 15px;
        top: 15px;
        background: none;
        border: none;
        font-size: 18px;
        color: #777;
        cursor: pointer;
    }
    
    .mj-filter-sort-options {
        padding: 15px;
    }
    
    .mj-filter-sort-option {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
    }
    
    .mj-filter-sort-option:last-child {
        border-bottom: none;
    }
    
    .mj-filter-sort-name {
        font-size: 15px;
        color: #333;
    }
    
    .mj-filter-sort-check {
        color: #19479e;
        font-size: 16px;
        display: none;
    }
    
    .mj-filter-sort-check-active {
        display: block;
    }
    
    .mj-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s;
    }
    
    .mj-filter-overlay-active {
        opacity: 1;
        visibility: visible;
    }
    
    .mj-filter-actions {
        display: flex;
        gap: 10px;
        padding: 15px;
        background: white;
        border-top: 1px solid #eee;
        position: sticky;
        bottom: 0;
    }
    
    .mj-filter-action {
        flex: 1;
        padding: 12px;
        border: none;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
    }
    
    .mj-filter-action-clear {
        background: #f8f9fa;
        color: #555;
        border: 1px solid #e0e0e0;
    }
    
    .mj-filter-action-apply {
        background: #19479e;
        color: white;
    }
        .mx-filter {
            display: none;
        }
        
        .mj-filter-mobile-bar {
            display: flex;
        }
        
        .product-topbar .text-sort {
            display: none;
        } 
 
    }
	
	
	
	    /* Show desktop filter on larger screens */
    @media (min-width: 768px) {
        .mj-filter-mobile-bar {
            display: none;
        }
        
        .mj-filter-panel {
            display: none;
        }
        
        .mj-filter-sort-panel {
            display: none;
        }
    }