
/* search botton color */
body > header > .toolbar > .data > .search-wrapper > .search > .input > button {
	background-color: #8cc53e !important;
}


/* cart  price color */
html div.sidenav > div > nav.cart > footer > .checkout > span > span {
	color: #ffffff;
}


/* menu display icon + text*/ 
body>header>.menu>.categories>.category>.category-content>.content>.image {
    display: block; 
	padding-bottom: .3em;
}

.actions>button.add-to-cart, .product-actions>button.add-to-cart {
    background-color: #8cc53e;
}

body>header>.menu>.categories>.category>.sub-categories>.category-title-wrapper>.category-title .specials-button {
    background-color: #8cc53e

}


/* Sale Icon */

.sale-icon > img {
	display: none !important;

}

.sale-icon.fixed-sale > img,
.sale-icon.fixed-sale.club-icon > img,
.sale-icon.buy-x-sale > img,
.sale-icon.buy-x-sale.club-icon > img,
.sale-icon.over-amount-sale > img,
.sale-icon.buy-x-get-one-sale > img,
.sale-icon.discount-sale > img {
	display: none;
}

.sale-icon.fixed-sale:before,
.sale-icon.fixed-sale.club-icon:before,
.sale-icon.buy-x-sale:before,
.sale-icon.buy-x-sale.club-icon:before,
.sale-icon.over-amount-sale:before,
.sale-icon.buy-x-get-one-sale:before,
.sale-icon.discount-sale:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sale-icon:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1425/resources/1610875946059-0.5144158343332637.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.sale-icon.fixed-sale:before {
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1425/resources/1610875946059-0.5144158343332637.png');
}

.sale-icon.buy-x-sale:before {
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1425/resources/1610875945210-0.5966136771382726.png');
}

.sale-icon.over-amount-sale:before, .sale-icon.buy-x-get-one-sale:before {
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1425/resources/1610875946258-0.21359496220304242.png');
}

.sale-icon.discount-sale:before {
	background-image: url('https://d226b0iufwcjmj.cloudfront.net/retailers/1425/resources/1610875945423-0.5972618722297702.png');
}

.sp-sale-icon>.sale-icon-text {
    color: #000000;
	
}

/*Change the specials description to grey*/

[special-description-split]>.special-description-title.with-ellipsis,
.special-item > a.special > .data > .name {
	color: #737373;
}







