/* Faceted Browse ---------------------------------------------------------------------- */
/* Defaults */
.facetResultsContainer, .facet-area-products-found-container, .facet-area-clear-container { display: none; }
.facetResultsLoader {
	background-color: #fff !important;
	background-image: url("/SEUILibrary/hightech-portal/images/ajax-loader.gif");
	background-position: center 300px;
	background-repeat: no-repeat;
	bottom: 0;
	cursor: wait;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: .5;
}
/* Browsing active */
.browsing .facetResultsContainer { display: block; }
.browsing .columnSlider-dots, .browsing .categoryWrapper, .browsing .seriesListings, .browsing .gst, .browsing .hero-series ,
.browsing .hero-brand, .browsing .brandListingWrapper, .browsing .couponsavings{ display: none; }
@media (min-width: 65em) {
.browsing .offCanvas-bar_3-right { display: none !important; }
}
/*Remove Filters*/
.facet-area-clear-all, .facet-area-clear-all a {
	text-align: center;
}
.facet-results-area{
	text-align: center;
	font-size: 0.8rem;
	font-weight: normal !important;
	text-transform: capitalize !important;
	background: #fff;
}
.expandableMenu-item{padding-left:1em;}

/* faceted browse browser */
.bar_3-offCanvas-heading {
  padding: 0.5em 2%;
  color: white;
  background-image: none;
  background-color: #3E8DDD;
  cursor: pointer;
}
.bar_3-offCanvas-heading>.text {
  font-size: 0.9em;
  font-weight: normal;
  text-shadow: none;
  text-transform: capitalize;
}
h3.expandableHeading.expandableHeading-is-expanded,h3.expandableHeading,h3.expandableHeading-onlySmall {
  background-image: none;
  background-color: #e7e7e7;
}
.expandableHeading, .expandableHeading-onlySmall {
  font-size: 15.2px;
  font-size: 0.95rem;
  clear: both;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  text-indent: -.175em;
}
a:hover.button-standard-alt.button-full.button-left.button-small.button-tall {
	background-image:none;
}
a.button-called-out.button-full.facetedResults-cta {
  border: none;
}
a:hover.button-called-out.button-full.facetedResults-cta {
  background-image: none;
}