.flex, .flex .uk-overlay{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
} 

.uk-navbar-toggle-icon {
background: #b14b2f;
    padding: 15px 13px;
    border-radius: 50%;
	color:#fff;
}

.linear-gradient .el-item .uk-position-cover:first-of-type{
    background: linear-gradient(to top, #000000b0, #fff0);
}
.search-filter-label {
    background: #b14b2f;
    padding: 10px;
    color: #fff;
}

.search-filter-label__toggle-icon {
	cursor: pointer;
}

.search-filter-icon__svg {
	fill: #fff !important;
}