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