/* ----Shop Filter Starts---- */
#shop-filters{
	position: relative;
	float: right;

}
.shop-filter-categories{
	position: relative;
	width: 100%;
	float: right;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 25px;
}
.shop-filter-title{
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
}
.shop-filter-text{
	display: inline-block;
	/*width: calc(100% - 28px);*/
}
.green{
	color: #74C044 !important;
}
.shop-filter-category, .shop-filter-text2{
	font-size: 15px;
	color: #000000;
	margin-bottom: 20px;
	cursor: pointer;
}
/*
.shop-filter-category::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-close.svg");
	margin-left: 10px;
	vertical-align: -5px;
}
.shop-filter-category.active{
	color: #74C044 !important;
}
*/
.has-sub-category.active ,.active .shop-filter-text2{
	color: #74C044 !important;
}
.shop-filter-category.active .shop-filter-category-sub{
	display: block;
}
.shop-filter-category-sub.active .shop-filter-category-sub2{
	display: block;
}
/*
.shop-filter-category.active > .shop-filter-text::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-open.svg") !important;
}
*/
.shop-filter-category span{
	width: 28px;
	height: 28px;
	float: left;
	background: rgba(67, 73, 97, 0.04);
	border-radius: 7px;
	font-size: 13px;
	text-align: center;
	color: #7F8698;
	line-height: 30px;
}
.shop-filter-category-sub {
	display: none;
	font-size: 13px;
	color: #7F8698 !important;
	margin-top: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.shop-filter-text3
{
	font-size: 13px;
	color: #7F8698 !important;
	margin-top: 20px;
	
	cursor: pointer;
}
/*
.shop-filter-category-sub.active::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-open.svg") !important;
}
.shop-filter-category-sub::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-close.svg");
	margin-left: 10px;
	vertical-align: -5px;
}
*/
.has-sub-category.active > .shop-filter-text::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-open.svg") !important;
}
.has-sub-category > .shop-filter-text::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-close.svg");
	margin-left: 10px;
	vertical-align: -5px;
}
.shop-filter-category-sub2{
	display: none;
	font-size: 13px;
	color: #7F8698;
	margin-top: 20px;
	padding-right: 20px;
	cursor: pointer;
}
/*
.shop-filter-category-sub2::before{
	content: url("https://files.afrangstore.com/icons/shop-category-filter-open.svg");
	margin-left: 10px;
	vertical-align: -5px;
}
*/
.shop-filter-price{
	position: relative;
	width: 100%;
	float: right;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 25px;
}
.shop-filter-price-sub{
	position: relative;
	float: right;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000000;
}


.bg-bluedark
{
	color: #5a798b !important;
}
.order_list 
{
	color: #000 !important;
}
