.promotion-banner {
	display: none !important;
}

#main > div > div.next-delivery-wrapper > div.next-delivery-content {
	background-color: #ffc20f;
}

#main > div > div.next-delivery-wrapper > div.next-delivery-more > span {
	background-color: #ffc20f;
}
/*
#main > div > div.retailer-logo > img {
	-webkit-filter: invert(1);
	 filter: invert(1);
}
*/

/*to support old categories structure*/
#categories .categories .category .category-image img {
	background: rgba(0, 0, 0, 0);
}

/*to support new categories structure*/
body.categories #main nav.categories > button > .image img {
	background: rgba(0, 0, 0, 0);
}

.rtl #footer .footer-navbar>a, .rtl #footer .footer-navbar > button {
	border-right: 1px solid #6c6c6c;
}

/* cart image */
#main > div.content > div[tool-bar].cart-tool-bar > img {
	content: url("https://d226b0iufwcjmj.cloudfront.net/retailers/1131/resources/1550067206444-0.6282470561197295.png");
    height: 100% !important;
}

/* cart background */
#main > div.content > div[tool-bar].cart-tool-bar .tool-bar-content:before {
	background: transparent;
}

/* cart color and remove background */
#main > div.content > div[tool-bar].cart-tool-bar .tool-bar-content .main-row {
	color: rgb(65,179,38);
}

/* loyalty background */
#loyaltyForm > div.page-background > img {
	content: url("https://d226b0iufwcjmj.cloudfront.net/retailers/1131/resources/1550069890151-0.5519061076079605.jpg");
}

/* sales image */
body.sales #main > div.content > div[tool-bar] > img {
	content: url("https://d226b0iufwcjmj.cloudfront.net/retailers/1131/resources/1550067206444-0.6282470561197295.png");
	height: 100%;
}

/* cart background */
body.sales #main > div.content > div[tool-bar] .tool-bar-content:before {
	background: transparent;
}

/* sales color and remove background */
body.sales #main > div.content > div[tool-bar] .tool-bar-content .main-row {
	color: rgb(255,64,129);
	#font-weight:900;
}

/* text of loyalty or register color */
body.login-or-register > #main > form > h2 {
	color: rgb(65,179,38);
}

/*overide club-icon*/
.club-icon {
	background: transparent !important;
    content: url(https://d226b0iufwcjmj.cloudfront.net/retailers/1131/resources/1550067145362-0.792625169654114.jpg) !important;
}

/*override category name color */
div.content.products-categories > [tool-bar] .tool-bar-content .main-row {
	color: #2cabe2;
	font-weight: bold;
}

/*override category name background*/
div.content.products-categories > [tool-bar] .tool-bar-content:before {
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,rgba(255,255,255,.5)));
	background: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.5) 60%);
	background: -o-linear-gradient(top,transparent 0,rgba(255,255,255,.5) 60%);
	background: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.5) 60%);
}

[tool-bar].cart-tool-bar {
    height: 15rem;
}

/* override sort button color */
#main > div.content > div[tool-bar].cart-tool-bar .tool-bar-content .main-row .tool-actions .tool-bar-action,
body.sales #main > div.content > div[tool-bar] .tool-bar-content .main-row .tool-actions .tool-bar-action,
div.content.products-categories > [tool-bar] .tool-bar-content .main-row .tool-actions .tool-bar-action {
	color: #000;
	border-color: #000;
}

/* override sort button image */
#main > div.content > div[tool-bar].cart-tool-bar .tool-bar-content .main-row .tool-actions .tool-bar-action svg,
body.sales #main > div.content > div[tool-bar] .tool-bar-content .main-row .tool-actions .tool-bar-action svg,
div.content.products-categories > [tool-bar] .tool-bar-content .main-row .tool-actions .tool-bar-action svg {
	fill: #000;
}

/*override clear cart image */
#main > div.content > div[tool-bar].cart-tool-bar .tool-bar-content .main-row .tool-bar-action.clean,
body.sales #main > div.content > div[tool-bar] .tool-bar-content .main-row .tool-bar-action.clean,
div.content.products-categories > [tool-bar] .tool-bar-content .main-row .tool-bar-action.clean {
	background-image: url(https://d226b0iufwcjmj.cloudfront.net/retailers/1182/resources/1506861246800-0.9560948410302821.png);
	border-color: #000;
	background-size: 60% auto;
}

.component-slider .slider-option-content ng-include>.product-link>.special-description-wrapper>.special-description {
    color: #2cabe2;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .1em;
    line-height: 1.1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.sales #main > div.content > div[tool-bar] .tool-bar-content .main-row {
    color: #2cabe2;
    #font-weight: 900;
}

.component-slider .slider-option-content ng-include>.product-link>.special-description-wrapper {
    display: block;
    font-size: .79em;
    font-weight: 700;
    height: 3.4em;
    border-bottom: 2px dashed #2cabe2;
    position: relative;
    z-index: 1;
}

#main > div.content > div[tool-bar].cart-tool-bar .tool-bar-content .main-row,
.products-list .products-list-item .product-description .product-prices .product-price .sale-price {
    color: #2cabe2;
}
	
/*override sale icons color*/
svg.sale-icon {
    fill: #2cabe2 !important;
}