	body>header>.toolbar>.data>.search-wrapper>.search>.input>button {
    background-color: #e56020!important;
}
/* Logo override */
body > header > div.toolbar > span.logo > a:after {
    content: '';
    background-image: url(https://d226b0iufwcjmj.cloudfront.net/retailers/1508/resources/1669632505905-0.6015863300354789.png);
    display:inline-block;
    width: 18.4375em;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body > footer > div.inner-footer > img,
body > header > div.toolbar > span.logo > a > img {
            display: none;
     
}

body > footer > div.inner-footer:before{
    content: '';
    background-image: url(https://d226b0iufwcjmj.cloudfront.net/retailers/1511/resources/1666874041148-0.7584223934094281.png);
    display:inline-block;
    width: 12em;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*change colour of specials description*/
.special-item>.special-product>.data>.description {
    color: #e56020
    
}

/*change colour of specials description original*/
.special-item>a.special>.data>.name {
    color: #e56020
}

/*footer links*/ 
body>footer .inner-footer .retailer-links{
  width: 42em;
  columns: 13em;
}

body>footer .inner-footer {
  height: auto;
  align-items: center;
  margin: auto;
}

body>footer .inner-footer > .retailer-data {
    width: 13em;
}

body>footer .inner-footer .retailer-links span {
    display: inline-block;
    line-height: 1.8em;
    width: 12.5em;
}

