:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #3272BC;



--base-text-color: #fff;


--footer-color: #3C3C3C;


--footer-text-color: #fff;

--button-color: #3272BC;



--button-hover-color: hsl(from var(--button-color) h s calc(l - 5));


--button-text-color: #fff;


--header-color: #fefefe;


--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}


.product-list-categories .product-list-category-button, .product-list-categories .product-list-category-button:hover, .product-list-categories .product-list-category-button:focus {
    color: white;
}
.product-list-category-button:hover {
    float: left;
    margin: 8px;
    padding: 20px;
    background-color: forestgreen;
    color: #e01839;
}
product-list-category-button, .product-list-category-button:focus {
    background-color: #2A2B7D;
}
.bx-wrapper {
    box-shadow: none;
}

#body > div.main-wrapper > div > div > div.content-container.clearfix > div.row.collapse.customer-pages {
    display: none;
}