:root {

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

--base-color: #224477;



--base-text-color: #fff;

--footer-color: #323A43;



--footer-text-color: #fff;

--button-color: #DD6622;



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

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 153px;
    background-position: 200px 160px;
    border-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: white;
	background-color: #224477;
}
.product-search-input-container {
    border-radius: 7px;
    position: relative;
    border: 1px solid #eee;
    padding: 5px;
    margin: 0 65px;
    height: 57px;
}
.product-search {
    margin-top: 60px;
}
.product-search .product-search-input {
    width: 93%;
    border-radius: 7px;
    height: 45px;
}
.product-search .product-search-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #fff;
    padding: 14px 11.4px;
    float: right;
    background: #DD6622;
    width: 47px;
    height: 55px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.header-wrapper .header-bar-section-links-item {
    display: inline-block;
    margin: 5px 0;
    border-right: 0px solid #aaa; */
    padding: 0 10px;
    color: #ffffff;
}
.header-wrapper .header-logo {
    margin: 53px 0 15px 0;
    width: 300px;
    height: 82px;
}
.header-wrapper.fixed .logoFixed {
    margin-top: 4px;
}
.header-wrapper.fixed {
    background-color: #224477;
}
.vat-switcher-label {
    color: #ffffff;
}
.minibasket-info-container {
    color: #ffffff;
}
.logged-in-info-text {
    color: #ffffff !important;
}
.minibasket .minibasket-icon {
    background-color: #DD6622;
}
#body > footer > div.row > div.footer-wrapper > ul > li:nth-child(1) > img {
    position: relative;
    left: -35px;
    top: 45px;
}
.content-show .content-mail-form.mail-form-ready {
    display: contents;
}
p {
    font-size: small;
}