:root {

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

--base-color: #E4002B;



--base-text-color: #fff;

--footer-color: #8C8C8C;



--footer-text-color: #fff;

--button-color: #00B4FF;


--button-hover-color: #1AD742;



--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);
	}

.header-wrapper .inner-wrapper {
    background-color: white;
}

.product-list-categories .product-list-category-selected > .product-list-category-button, .product-list-categories .product-list-category-selected > .product-list-category-button:focus, .product-list-categories .product-list-category-selected > .product-list-category-button:hover {
    background-color: #E4002B;
}

.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;
}
.button:focus {
    background-color: #000;
}
.button:hover {
    background-color: #000;
}
.button {
    background-color: #E4002B;
}