:root {

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

--base-color: #DE7314;



--base-text-color: #fff;

--footer-color: #5C5C5C;



--footer-text-color: #fff;

--button-color: #DE7314;



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



@media (min-width: 1024px){
    .product-list-filters {
        background: #e8e9eb;
        padding: 5px 15px;
        margin-bottom: 20px;
        border-radius: 2px;
    }
    .product-list-filters ul li a span{
        font-size: 14px !important;
    }
    .product-list-filters span, .product-list-filters h5{
        font-size: 17px;
    }
}

.header-wrapper .header-logo {
  position: relative;
  top: 0px;
}
.header-wrapper.collapse.fixed .header-logo {
    height: 64px;
    position: relative;
    top: 15px;
}