/* FacetWP Tweaks */
/* - Reduce margins */
.facetwp-facet { margin-bottom: 0px !important; }

/* - Hide "matching product" counter */
.facetwp-counter { display: none; }

/* - Hide search button */
.facetwp-btn { display: none; }

/* EasyGates Show / Hide Filter Toggle Tweaks */
#eg-filter-toggle { padding: 10px; width: 100%; }
/* - Hide filter toggle button on tablet and desktop */
@media screen and (min-width:769px) {
	#eg-filter-toggle { display: none; }
}

/* - Smart & Secure specific tweaks
     TODO: Find a more elegant solution like adding site name as a body class */
#smart-secure-filter-toggle-container #eg-filter-toggle { color: #ffffff; font-weight: bold; }
