body > header > .menu > .categories > .category {
	border-left: 1px solid #5b9822;
}

.rtl body > header > .menu > .categories > .category {
	border-right: 1px solid #5b9822;
}

body > header > .menu > .categories > .category.current > .category-content {
	background-color: #404040;
}

body > header > .menu > .categories > .category > .category-content {
	background-color: #5b9822;
}

body > header > .menu > .categories > .category > .category-content > .content > .name {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
}

body > header > .menu > .categories > .category > .category-content > .content > .image > img.normal {
	display: none;
}

body > header > .menu > .categories > .category > .category-content > .content > .image > img.current {
	display: inline-block;
}

/* search botton color */
body > header > .toolbar > .data > .search-wrapper > .search > .input > button {
	background-color: #d1d1d1 !important;
}

/* header srarch button color from white to black */
body > header > div.toolbar > span.data > span.search-wrapper.padding > span.search.auto-complete-wrapper > span.input > button > img {
	filter: invert(1);
	-webkit-filter: invert(1);
}

/* cart  price color */
html div.sidenav > div > nav.cart > footer > .checkout > span > span {
	color: #ffffff;
}
/*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%;
}
