.selection-filters {
	grid-template-columns: 100%;
	grid-template-rows: min-content 1fr min-content;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
}

.selection-modal__header {
	background-color: rgb(var(--color-accent));
	color: rgb(var(--color-white));
	line-height: 56px;
	display: grid;
	grid-template-columns: 30% 1fr 30%;
}

.selection-modal__title {
	font-weight: bold;
	text-align: center;
}

.selection-modal__close-container {
	text-align: right;
}

.selection-modal__close-button {
	box-sizing: border-box;
	width: 56px;
	height: 100%;
	background-size: 24px;
}

.selection-filters__params {
	padding: 16px 20px;
}

.selection-filters__param {
	margin: 0 0 16px 0;
	display: block;
}

.selection-filters__param .brSelect__wrapper {
	display: block;
	width: 100% !important;
}

.brSelect {
	width: 100% !important;
}
/*
.brSelect__options {
	max-width: 100% !important;
}*/

.selection-filters__apply {
	padding: 16px 20px;
	background-color: rgb(var(--color-grey-bg));
}

.apply-filters-button {
	width: 100%;
	height: 48px;
	font-size: 16px;
}

.selection-filters-button-container {
	display: block;
	margin: 24px 0;
}

.show-filters-button {
	box-sizing: border-box;
	border: rgb(var(--color-accent)) 2px solid;
	background-color: transparent;
	color: rgb(var(--color-accent));
	height: 48px;
	width: 100%;
}

.selection-filters__wrapper {
	display: none;
}

.selection-filters__submit a {
	display: block;
	margin-top: 15px;
}

.accessory-types-container {
	width: auto;
}