.grand-souq-stock-filter__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grand-souq-stock-filter__list li {
	margin: 0 0 10px;
}

.grand-souq-stock-filter__list a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: inherit;
	text-decoration: none;
}

.grand-souq-stock-filter__control {
	box-sizing: border-box;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.grand-souq-stock-filter__list .is-active .grand-souq-stock-filter__control {
	border-color: #b19052;
	background: #b19052;
}

.grand-souq-stock-filter__list .is-active a {
	font-weight: 600;
}

