:root {

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

--base-color: #0c78db;



--base-text-color: #fff;

--footer-color: #272723;



--footer-text-color: #fff;

--button-color: #5bbf21;


--button-hover-color: #008000;



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

#body {
    background-color: #ffffff;
}
.menu-bar-desktop-categories-menu-item:hover, .menu-bar-desktop-categories-menu-item.active {
    background-color: #707070;
}
.button {
    background: linear-gradient(180deg, rgba(67,131,195,1) 0, rgba(87,171,255,1) 140%);
}
.button:hover {
    background: #008000 !IMPORTANT;
}
.minibasket .minibasket-icon {
    background-color: #008000;
}
.product__stock--info {
    color: #0b9a0a;
    display: inline-block;
}
.product__stock--no-stock .product__stock--info {
    color: #E31E25;
}
.product-card .product-card-price .price .price-text {
    color: #E31E25;
}

.ccs-ds-extendedSpec-header {
    border-bottom: 1px solid #D8D8D8!important;
    background: #D8D8D8 !important;
}
a:hover, a:focus, .link:hover, .link:focus, .action:hover, .action:focus, .file-upload-existing:hover, .file-upload-existing:focus {
    color: #008000;
}
.header-background{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 150px;
  background: #D8D8D8;
  background-position: 200px 160px;
}
.row {
    max-width: 80rem;
}
.promotion-item .product__stock-expected {
    right: 6rem;
}
@media (min-width: 640px) {
    .first-page-content {
        margin-top: 0px;
    }
}