/*********************** Custom CSS for Boost Filter & Search  ************************/
/**************************** Place your custom css below  ****************************/
.boost-pfs-filter-top-sorting select {
  width: 65%;
  display: inline-block;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree {
    display: none; } }
@media screen and (min-width: 768px) {
  .search .boost-pfs-filter-top-sorting {
    float: right;
    padding: 0; } }
@media screen and (max-width: 767px) {
  .search .boost-pfs-filter-top-sorting {
    margin: 15px auto 15px;
    width: 100%; } }
.boost-pfs-filter-option-view-more-action button, .boost-pfs-filter-option-view-less-action button {
  color: initial; }

/**** Custom Search result toolbar ****/
.boost-pfs-search-result-toolbar {
  display: flex;
  align-items: center;
  margin: 35px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  white-space: nowrap; }

.boost-pfs-search-result-toolbar .boost-pfs-search-result-item:first-child {
  flex: auto; }

.boost-pfs-search-result-toolbar .boost-pfs-search-result-panel-controls {
  padding: 17px 0;
  margin: 0; }

.boost-pfs-search-result-toolbar .boost-pfs-search-result-panel-controls li button {
  color: #000;
  font-size: 14px;
  text-transform: capitalize; }

@media (max-width: 767px) {
  .boost-pfs-search-result-toolbar .boost-pfs-search-total-result {
    display: none; } }
@media screen and (min-width: 768px) {
  .collection .global-wrapper .container .four.columns.sidebar,
  .search .global-wrapper .container .four.columns.sidebar {
    width: 180px !important; }
  .collection .global-wrapper .container .twelve.columns,
  .search .global-wrapper .container .twelve.columns {
    width: calc(100% - 220px) !important; }
  .collection .global-wrapper .container .boost-pfs-filter-products .four.columns,
  .search .global-wrapper .container .boost-pfs-filter-products .four.columns {
    width: calc(100% / 3 - 20px) !important; }

  /*.bc-sf-search-suggestion-header-view-all {
    position: relative !important;
  }*/ }
.breadcrumb {
  margin-bottom: 15px; }

.boost-pfs-filter-option-value {
  text-transform: initial !important; }

.boost-pfs-filter-tree-mobile-button button {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 10px 0;
  margin: 20px 0;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  display: block;
  position: relative; }

.boost-pfs-filter-tree-mobile-button button::before {
  top: 50%;
  right: 25%;
  left: auto;
  position: absolute;
  margin-top: -2px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  vertical-align: top;
  margin-top: -5px;
  white-space: nowrap;
  overflow: hidden;
  line-height: inherit; }
