.bc-sf-filter-see-result {
	display: none;
}
@media screen and (max-width: 767px) {
  #bc-sf-filter-options-wrapper {
  	overflow: auto;
  }
  .bc-sf-filter-see-result {
    display: block;
  	margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer
  }
}