:root {

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

--base-color: #777777;



--base-text-color: #fff;

--footer-color: #999999;



--footer-text-color: #fff;

--button-color: #f69030;


--button-hover-color: #E9760A;



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

/*== Logo resizing for Scroll down==*/

.header-wrapper.fixed .logoFixed {
    margin-top: 2px;
    background-size: contain;
    max-height: 70px;
}

/*== Elastisearch Slider ==*/
.noUi-connect {
    background: #f69030!important;
}
/*== Elastisearch Icon ==*/
.fa-trash:before {
    color: #f69030;
}
/*== Elastisearch "Show more" ==*/
.es-expand-filter {
    color: #f69030;
}

/*== Expected stock centered ==*/
.promotion-item .product__stock-expected {
    right: 0rem;
}

/*== Ampito added CSS ==*/

.footer .footer-wrapper .content-footer-wrapper li {
    line-height: 26px;
}

.menu-bar-desktop-menu-content {
    margin-left: 20px;
}

span.es-options-value {
    margin-top: -5px;
}

@media (min-width: 1024px) {
    .header-wrapper .header-logo {
        margin-top: 30px;
    }
}


@media (max-width: 639px) {
    .header-wrapper .header-logo {
        margin-bottom: 10px;
    }
}

