/* Smart filter under Catalog menu in l_sect */
.l_sect_filter {
	margin-top: 20px;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	border-top: 1px solid;
	padding-top: 15px;
}

.l_sect_filter .bx-filter {
	width: 100%;
	font-size: 13px;
	min-width: auto;
}

.l_sect_filter .bx-filter .container-fluid {
	padding: 0;
	width: 100%;
}

.l_sect_filter .bx-filter-section {
	padding: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

.l_sect_filter .bx-filter-title {
	font-size: 16px;
	font-weight: 700;
	color: #222d55;
	text-transform: uppercase;
	margin: 0 0 12px;
	padding: 0;
}

.l_sect_filter .bx-filter-parameters-box {
	margin: 0 0 12px;
	border: none;
	padding: 0;
}

.l_sect_filter .bx-filter-parameters-box-title {
	font-size: 14px;
	font-weight: 600;
	color: #222d55;
	padding: 0;
	margin: 0 0 8px;
}

.l_sect_filter .bx-filter-block {
	padding: 0;
}

.l_sect_filter .bx-filter-param-label {
	display: block;
	margin: 0 0 6px;
	color: #222d55;
	cursor: pointer;
}

.l_sect_filter .bx-filter-param-text {
	font-size: 13px;
	line-height: 1.35;
	word-break: break-word;
}

.l_sect_filter .bx-filter-button-box {
	margin-top: 12px;
	padding: 0;
}

.l_sect_filter .btn,
.l_sect_filter .bx-filter-button-box .btn {
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	background: #222d55;
	border-color: #222d55;
	color: #fff;
}

.l_sect_filter .row {
	margin-left: 0;
	margin-right: 0;
}

.l_sect_filter [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	float: none;
}

@media (max-width: 800px) {
	.l_sect_filter {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}
