/*ToolbarColor*/
body>header>.toolbar {
    background-color:#ffffff ;
}
/*images of tool bar*/
header .toolbar .retailer-data sp-dropdown .sp-dropdown-text img,
 header .toolbar .user-details sp-dropdown .sp-dropdown-text img ,
 header .toolbar .language sp-dropdown .sp-dropdown-text img, 
 header .toolbar .newsletter  img
 {
    filter: invert(1);
    -webkit-filter: invert(1);
}
/*images of tool bar on open state*/
 header .toolbar .retailer-data sp-dropdown.open .sp-dropdown-text img,
 header .toolbar .user-details sp-dropdown.open .sp-dropdown-text img ,
 header .toolbar .language sp-dropdown.open .sp-dropdown-text img
 {
    filter: invert(0);
    -webkit-filter: invert(0);
}
/*text color for drop down list of toolbar*/
body>header>.toolbar>.data>.user-details sp-dropdown>.sp-dropdown-options-wrapper>sp-option .option-content, body>header>.toolbar>.data>.language sp-dropdown>.sp-dropdown-options-wrapper>sp-option .option-content, body>header>.toolbar>.data>.retailer-data sp-dropdown>.sp-dropdown-options-wrapper>sp-option .option-content {
    border-top: 1px solid #FFFFFF;
    color: #ffffff;
}
/* color for drop down list of toolbar on hover state* usually the same as current category */
body>header>.toolbar>.data>.user-details sp-dropdown>.sp-dropdown-options-wrapper>sp-option:hover,
body>header>.toolbar>.data>.language sp-dropdown>.sp-dropdown-options-wrapper>sp-option:hover,
body>header>.toolbar>.data>.retailer-data sp-dropdown>.sp-dropdown-options-wrapper>sp-option:hover {
    background-color: #d4352b !important;
}
/*categories text color*/
body>header>.menu>.categories>.category>.category-content>.content>.name
{
	color: #ffffff;
}

/*categories images color - specials and my items*/
body>header>.menu>.categories>.category>.category-content>.content>.image>img.normal {
    display:none;
	background-color: #FFFFFF;
}

body>header>.menu>.categories>.category>.category-content>.content>.image>img.current {
    display: inline-block;
	color: #FFFFFF !important;
}

/*text toolbar*/
sp-dropdown .sp-dropdown-text * {
    
	color: #000000 !important;	
}
sp-dropdown.open .sp-dropdown-text * {
	color: #ffffff !important;
}

/*--------login text  - before login -------------*/
body>header>.toolbar>.data>.user-details>button.login {
	color: #000000 !important;
}


html div.sidenav>div>nav>header
{
	background-color: #282f3b;
}

/*drop down menu on login/store detailes/and language*/
body>header>.toolbar>.data>.user-details sp-dropdown.open, body>header>.toolbar>.data>.language sp-dropdown.open, body>header>.toolbar>.data>.retailer-data sp-dropdown.open,
body>header>.toolbar>.data>.user-details sp-dropdown>.sp-dropdown-options-wrapper, body>header>.toolbar>.data>.language sp-dropdown>.sp-dropdown-options-wrapper, body>header>.toolbar>.data>.retailer-data sp-dropdown>.sp-dropdown-options-wrapper{
    background-color: #517295 !important;
}
/*---------search button------------------*/


/*search button color*/
body>header>.toolbar>.data>.search-wrapper>.search>.input>button
{
	background-color: #d4352b !important;
}
/*search area color*/
body>header>.toolbar>.data>.search-wrapper>.search>.input>input
{
    background-color: #E8E8E8 !important;
}
/*--------categories-------------*/

/*categories lines seperator*/
body>header>.menu>.categories>.category {
    
	border-left: 1px solid #ffffff ;
}
/*categories color*/
body>header>.menu>.categories>.category>.category-content
{
	    background: #d4352b !important;
}
/*categories current*/
body>header>.menu>.categories>.category.current>.category-content {
    background-color: #517295 !important;
}

/*under line on over and selected - usually as current category*/
body>header>.menu>.categories>.category.open>.category-content
{
	box-shadow: inset 0px -5px #517295 !important;
}


/*---------------------checkout-------------------*/
/*check out button*/
html div.sidenav>div>nav.cart>footer>.checkout>span
{
	background-color: #d4352b;
}
/*small check out button*/
html div.sidenav>div>nav>header .right .button
{
	background-color: #d4352b;
}
/*Check out button text color*/
html div.sidenav>div>nav.cart>footer>.checkout>span>span,
html div.sidenav>div>nav.cart>footer>.checkout>span
{
	color:   #ffffff !important;
}
/*secondary checkout button color*/
checkout-bottom-banner .total-summary .next-button button {
    background-color: #d4352b;
    border-color: #ffffff;
}

html.checkout section.view .checkout-content .tab>.summary .payment-details h3 {
    
  visibility: hidden;
   
}

html.checkout section.view .checkout-content .tab>.summary .payment-details h3:before {
    font-family: 'Open Sans', 'Open Sans Hebrew';
    visibility: visible;
    content: 'Enter your phone number on file';

}

.retailer-data>div>span.content>span.text>span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.5em;
    color: #ffffff;
}

body>footer .inner-footer .retailer-links span, body>footer .inner-footer>a, body>footer .inner-footer>span {
    margin: 0 1em;
    line-height: 1.8em;
    width: 9em;
    color: #ffffff;
}

body>footer .inner-footer>.retailer-data img {
	opacity: unset;
}

html.home section.view .content>.specials-carousel>a>h4 {
    font-family: 'Quicksand', 'Open Sans Hebrew';
    color: #d4352b;
}

checkout-bottom-banner .total-summary .est-total .total .items-total {
    color: #ffffff;
}

html.home section.view .home-page-wrapper>.content>.component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0em;
    border-radius: 5px;
    padding-top: 0em; 
    padding-bottom: 0em; 
}

html.home section.view .home-page-wrapper>.content {
    gap: 0em;
}

body>header>.menu>.categories>.category>.category-content>.content>.name {
    height: unset;
}