.mfilter-sidebar{background:#fff;border:1px solid #e9e6e0;padding:0px 0px;margin-top:0px;margin-right:0px;display:inline-block;width:100%;margin-bottom:20px;}
.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: 150px;
    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;
}