/*category display icon + text + change text colour*/ 
body>header>.menu>.categories>.category>.category-content>.content>.image {
    display: block; 
	padding-bottom: .3em;
}
/*fix footer links*/

html.home > body > footer .inner-footer {
    display: flex;
}
html.home > body > footer .inner-footer > .logo {
    flex: 0 0 auto;
    width: auto;
}
html.home > body > footer .inner-footer .retailer-links, html.home > body > footer .inner-footer > .retailer-data {
    text-align: initial;
}
html.home > body > footer .inner-footer > * {
    flex: 0 0 auto;
}
html.rtl.home > body > footer .inner-footer .retailer-links {
    flex: 0 0 auto;
    width: 70%;
}
html.home > body > footer .inner-footer .retailer-links > span {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
html div.sidenav>div>nav>header .right .button {
    background-color: #296e3c;
}
section.view sp-items .fixed-banner-wrapper .fixed-banner .banner-body>.main-row>.title, section.view sp-items .fixed-banner-wrapper .fixed-banner .banner-body>.main-row>.back-btn {
    color: #296e3c;
}
html div.sidenav>div>nav.cart>footer>.checkout>span {
    background-color: #B8cd33 ;
}
checkout-bottom-banner .total-summary .next-button button {
    background-color: #B8cd33;
}
checkout-bottom-banner .total-summary .est-total .total .items-total {
    color: #ffffff;
}
body>footer {
    color: #296e3c;
}