/** Shopify CDN: Minification failed

Line 105:0 Unexpected "}"

**/
/*********************** Custom CSS for Boost Filter & Search  ************************/




/**************************** Place your custom css below  ****************************/
.boost-pfs-filter-option .boost-pfs-filter-option-title h3 {
  font-size: 16px;
}

.boost-pfs-filter-option .boost-pfs-filter-option-title h3 span {
  cursor: pointer;
}

.boost-pfs-filter-option .boost-pfs-filter-option-title a {
  color: #1a1a1a !important;
}

.boost-pfs-filter-option .boost-pfs-filter-option-content ul li a {
  color: #1a1a1a;
}

.boost-pfs-filter-clear, .boost-pfs-filter-clear-all {
  color: #1a1a1a;
  margin-top: 4px;
  font-size: 13px;
}

.boost-pfs-filter-tree.boost-pfs-filter-tree-v {
  width: 20%;
  float: left;
  padding: 0 10px;
}

.boost-pfs-filter-right {
  width: 80%;
  float: right;
}

.boost-pfs-filter-right .boost-pfs-filter-products {
  width: 100%;
  float: right;
  overflow: visible;
  height: auto !important;
}

.boost-pfs-filter-bottom-pagination {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .page-width .section-header {
    margin-bottom: 0;
  }
  .boost-pfs-filter-top-sorting-select {
	float: right;
  }
}

/*.bc-quickview-btn { opacity: 0; }*/
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-v {
    display: none;
    width: 100%;
    float: none;
    padding: 0;
  }

  .boost-pfs-filter-right {
    margin-top: 15px;
  }

  .boost-pfs-filter-right, .boost-pfs-filter-right .boost-pfs-filter-products {
    width: auto;
    float: none;
  }

  .boost-pfs-filter-top-sorting-select {
    width: 100%;
    background-color: #000 !important;
    color: #f9f9f9 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
  }	
  .boost-pfs-filter-top-sorting {
    max-width: 100%;
	width: 100%
  }
  .collection-sort__label {display: none !important}
  .section-header {
	margin-bottom: 0;
  }
  .boost-pfs-filter-tree-mobile-button > button {
	margin: 10px 0;
  }
}
.boost-pfs-widget-products .product-card__info, .boost-pfs-widget-products .product-card__image img, .boost-pfs-widget-products .product-item__image {
  position: absolute;
}

.boost-pfs-action-list-enabled .product-card__overlay {
  display: none !important;
}

input.boost-pfs-search-box[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; 
}

input.boost-pfs-search-box[type="search"]::-webkit-search-cancel-button {
  display: none; 
}