/* header color */
body > header > .toolbar {
	background-color: #ffffff;
}

/* menu */
body > header > .menu {
	border-left: 1px solid #ffffff !important;
	background-color: #044d22 !important;
}

body > header > .menu > .categories > .category > .category-content > .content > .name {
	color: #ffffff;
}

body > header > .menu > .categories > .category {
	border-lheft: 1px solid #e7e7e7;
}

.rtl body > header > .menu > .categories > .category {
	border-righht: 1px solid #e7e7e7;
}

body > header > .menu > .categories > .category.current > .category-content {
	background-color: #077a37;
}

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 */
/* input colors */
body > header > .toolbar > .data > .search-wrapper > .search > .input > input {
	background-color: #f0f0f0 !important;
	color: #312F32;
}

/* search botton color */
body > header > .toolbar > .data > .search-wrapper > .search > .input > button {
	background-color: #d1d1d1 !important;
}

/* cart  price color */
html div.sidenav > div > nav.cart > footer > .checkout > span > span {
	color: #ffffff;
}
body > header > .toolbar > .data sp-dropdown img,
body > header > .toolbar > .data .newsletter img,
body > header > .toolbar > .data > .coupons img,
body > header > .toolbar > .data > .search-wrapper > .search > .input > button > img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

sp-dropdown .sp-dropdown-text *,
body > header > .toolbar > .data > .user-details > button.login,
header .toolbar sp-dropdown label,
header > .toolbar > .data > .user-details sp-dropdown > .sp-dropdown-options-wrapper {
	color: #000000 !important;
}


body > header > .toolbar > .data > .border:after {
	background-color: #000 !important;
}

body > header > .toolbar > .data sp-dropdown .sp-dropdown-text .arrow:after,
body > header > .toolbar > .data sp-dropdown.open .sp-dropdown-text .arrow:after {
	color: #000;
}


body > header > .toolbar > .data > .border:after {
	background-color: #000000 !important;
}

body > header > .toolbar > .data sp-dropdown .sp-dropdown-text .arrow:after {
	content: "^";
	display: inline-block;
	color: #000000;
	font-size: 1.4em;
	transform: rotate(180deg);
	margin-left: 0.2em;
}

body > header > .toolbar > .data sp-dropdown.open .sp-dropdown-text .arrow:after {
	content: "^";
	display: inline-block;
	color: #000000;
	font-size: 1.4em;
	transform: rotate(0deg);
	margin-left: 0.2em;
}

body > header > .toolbar > .data > .search-wrapper > .search {
	width: 65%;
}



/* menu display icon + text*/ 
body>header>.menu>.categories>.category>.category-content>.content>.image {
    display: block; 
	padding-bottom: .3em;
}