.s-filter-1 {
	margin-bottom: 25px;
}
.s-filter-1 .c-select {
	margin: 5px 0;
}
.s-filter-1 .c-select>.c_input {
	height: 33px;
	line-height: 33px;
	padding-right: 10px;
	padding-left: 8px;
}
.s-filter-1 .c-select>.c_input i.fa {
	color: #0078c1;
	width: 14px;
    text-align: center;
}
.s-filter-1 .c-select>.c-icons {
	width: 20px;
}
.s-filter-1 .c-select .c-radio label {
	padding: 4px 10px;
}
.s-filter-1 .c-select .c_list {
	width: max-content;
	min-width: 100%;
}
.s-filter-1 .row > div:last-child .c-select .c_list {
	right: 0;
}
.s-filter-1 .c-select>.c_input::before {
	content: "\f0b0";
	font-family: FontAwesome;
	color: #0078c1;
	text-align: center;
	margin-right: 5px;
}
.s-filter-1 .kichThuoc .c_input::before {
	content: "\f0b2";
}
.s-filter-1 .dienAp .c_input::before {
	content: "\f0e7";
}
.s-filter-1 .price .c_input::before {
	content: "\f155";
}
.s-filter-1 .brand .c_input::before {
	content: "\f1b2";
}
@media (min-width: 1200px) {
	.s-filter-1 .row > div {
		padding-left: 0.65%;
		padding-right: 0.65%;
	}
}