.bx_filter_param_label {
	cursor: pointer;
	text-align: left;
    padding-left: 12px;
    padding-right: 12px;
	display: block;
    line-height: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx_filter_param_label_separator {
	border-bottom: 1px solid #fdc90c;
	font-weight: bold;
    background: #fdc90c;
    cursor: default;
}

#dekor-list-edge, #marka-list-edge {
    max-height: 300px;
    overflow-y: scroll;
}

.container-filter_disabled {
    opacity: .5 !important;
}

.container-filter_active .container-filter__list {
	display: block;
}

.d-none {
	display: none;
	opacity: .7;
}

.filter-tag__btn {
    padding: 4px;
}

a.tt {
	border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 50px;

    padding: 13px;
    color: #000;
    text-decoration: none;

    position: relative;
    background-color: #fdc90c;
    width: 100%;
    display: block;
    text-align: center;
}

a.tt:hover, a.tt:focus {
	text-decoration: none;
	color: #000;
}

.bx_filter_param_label input {
	display: none;
}

.select-button_disabled {
    opacity: 0.7 !important;
    cursor: default !important;
    outline: 0 !important;
}

.filter-hidden {
	display: none !important;
}