:root {

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

--base-color: #294889;



--base-text-color: #fff;

--footer-color: #294889;



--footer-text-color: #fff;

--button-color: #294889;



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

@font-face {
    font-family: segoeui;
    src: url(/fileupload/segoeui.ttf);
}

h1, h2, h3, h4, h5, h6, .price-text, .product-card-tabs .accordion-title{
    font-family: segoeui;
}

.header-wrapper .header-logo{
    /*background-image: url(/fileupload/engra-logo.SVG) !important;
    background-size: contain;*/
}
.product-list-categories .product-list-category-button{
    color: #fff !important;
    background-color: #294889 !important;
}
a.button.product-list-category-button:active{
    background-color: #294889;
    color: #fff !important;
}
a.button.product-list-category-button:hover, .product-list-categories .product-list-category-button:hover,
.product-list-categories .product-list-category-selected > .product-list-category-button, .product-list-categories .product-list-category-selected > .product-list-category-button:focus, .product-list-categories .product-list-category-selected > .product-list-category-button:hover{
    color: #294889 !important;
    background-color: #fff !important;
    border: 1px solid #294889 !important;
}

/*Splash*/
.login-container {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 20px auto;
    background: #eee;
    padding: 1px 0 0 0;
}
.login-form label{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.login-form-button {
    margin-left: 10%;
}
.splash-logo{
    width: 80%;
    height: 100px;
    margin: 20px auto;
}
.splash-logo img{
    width: 40%;
    max-width: 290px;
}
@media only screen and (max-width: 600px) {
    .splash-logo img{
        width: 70%;
        margin: 0 auto;
        display: block;
    }
}
.splash-logo .top-icon-right-wrapper{
    float: right;
    position: relative;
    top: 16px;
    max-width: 40%;
}
@media only screen and (max-width: 600px) {
    .splash-logo .top-icon-right-wrapper{
        display: none;
    }
}
.splash-logo .top-icon-right-wrapper img{
    width: 85%;
    margin: 0 auto;
    display: block;
}
.splash-logo .top-icon-right-wrapper p{
    text-align: center;
    font-size: 13px;
}
.splash-banner{
    width: 80%;
    height: auto;
    margin: 0 auto 35px auto;
    border-radius: 6px;
}
.splash-logotypes{
    width: 100%;
    max-height: 100px;
    margin: 20px auto 50px auto;
}
.splash-logotypes img{
    margin: 0 auto;
        display: block;
}
.splash-info-text{
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
}
/*Splash end*/

i.fa.fa-comment.basket-comment-icon {
    display: inline-block;
}
i.fa.fa-comment.basket-comment-icon p {
    display: inline-block;
    padding-left: 4px;
    font-size: 15px;
    font-family: segoeui;
}
.login-form-forgot-password, .login-form-button, .new-customer-button{
    background: #294889 !important;
}
.login-form-forgot-password:hover, .login-form-button:hover, .new-customer-button:hover{
    background: #162b57 !important;
}
.new-customer-button {
    font-size: 13px;
    margin-left: 4px;
    position: relative;
    bottom: 2px;
    padding: 10px;
}
@media only screen and (max-width: 750px) {
    .new-customer-button{
        margin-left: 10%;
    }
}
.new-customer-button a{
    color: white;
}
.bottom-info-container{
    text-align: center;
    background: gray;
    color: white;
    border-radius: 4px;
    margin-top: 20px;
    padding: 5px;
}
.bottom-info-container a{
    color: white;
}

.credit-limit-bar-holder {
    background-color: #294889;
}

.credit-limit-info-extended {
    background-color: #294889;
}