:root {
--font: Exo 2;


--base-color: #64AF50;


--base-text-color: #ffffff;


--footer-color: #64af50;


--footer-text-color: #ffffff;


--button-color: #64AF50;


--button-hover-color: #64AF50;


--button-text-color: #ffffff;



--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) {
  .header-wrapper .header-logo {
    width: 240px;
  }
}

@media (max-width: 640px) {
  .header-wrapper .header-logo {
    margin-bottom: 15px;
  }
}

.product-search-input-container {
  border-color: #eeeeee;
}

.product-search-input {
  color: #64af50;
}

.product-search-button {
  color: #64af50 !important;
}

@font-face {
  font-family: 'exo2';
  src: url(/fileupload/Exo2-Regular.otf);
}

#body {
  font-family: 'exo2', sans-serif;
}
