.search-filter-wrapper {
	background-color:#F8F4EE;
}
.search-filter-wrapper input.form-control {
    background: #fff url("../images/search.svg") no-repeat scroll 275px center;
    border: 1px solid rgb(128, 128, 128);
    border-radius: 0;
    color: rgb(128, 128, 128);
    font-family: BestrFont-Light;
    font-size: 14px;
    height: 36px;
    letter-spacing: 0.5px;
    padding: 8px 12px;
    width: 300px;
}
.search-filters-list h5 {
	text-transform: uppercase;
    font-family: BestrFont;
}
.search-filters-list h2{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0px;
    text-transform: uppercase;
    font-family: BestrFont;
}
.search-filters-list > div {
    padding-bottom: 36px;
    padding-top: 36px;
}
.search-filters-list span {
	margin-right: 24px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: BestrFont-Book;
    font-size: 13px;
}
.search-filters-list span.clicked {
    color: rgb(254,23,67);      /* RED BESTR */
    font-family: BestrFont-Medium;
    cursor: pointer;
}
.search-filters-list span.clickable {
    color: rgb(71,71,71);       /* BLACK 70% */
    cursor: pointer;
}
.search-filters-list span,
.search-filters-list span.noclickable {
    color: rgb(179,179,179);    /* BLACK 30% */
    cursor: not-allowed;
}

.search-filters-list-left{
  padding: 36px;
}

.search-order-popular span:hover{
    text-decoration: underline;
    cursor: pointer;
}

.search-order-popular span.clicked{
    text-decoration: underline;
}
