.loader {
    display: block;
    background-position: center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: auto;
}

.childCategory {
    margin-left: 15px;
}

.__sm {

}

.__md {

}

.__lg {

}


.filterside-reset {
	font-weight: 500;
	-ms-flex-preferred-size: calc(10% - 8px);
	flex-basis: calc(7% - 8px);
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-align: center;
}
.resetFilter::before {
    font-family: icomoon;
    content: '\e913';
    color: black;
    font-size: 13px;
    display: inline-block;
	margin-right: 5px;
	
}