html.home header>.menu {
    background: rgba(255,255,255,.88);
    background-color: #A1A1A5;
}

body>header>.menu>.menu-navigation-bar>.navigation-link {
    font-size: 1.25em;
    padding: 0 .75em;
    color: #000000;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html div.sidenav>section.cart>.collapsible>footer>button {
    width: 100%;
    height: 2.5em;
    background: #FFDE05;
    border-radius: 1.3125em;
    color: #fff;
    font-weight: 900;
    padding: .5em;
    position: relative;
}

html div.sidenav>section.cart>header>.previous-orders {
    background: #a1a1a1;
}

body>header>.categories-wrapper>.categories>.category.open>.category-name {
    color: #ffffff;
}

body>header>.categories-wrapper>.categories>.category>.sub-categories>.sub-categories-wrapper>.sub-category-block>.sub-category-shadow>.sub-category>.sub-category-link {
    color:#000000;
}

li.category.open div.category-name span.image img {
	filter: brightness(0) invert(1);
}

body>header>.categories-wrapper>.categories>.category>.category-name {
    color: #000000;
}

body>header>.categories-wrapper>.categories>.category>.sub-categories>.sub-categories-wrapper>.sub-category-block>.sub-category-shadow>.sub-category>.sub-category-link.category-title-sales, body>header>.categories-wrapper>.categories>.category>.sub-categories>.sub-categories-wrapper>.sub-category-block>.sub-category-shadow>.sub-category>.sub-sub-category.category-title-sales {
    color: #E9193A;
}

body>header>.categories-wrapper>.categories>.category>.sub-categories>.category-title-wrapper {
    font-family: 'Mixtape', 'Open Sans Hebrew';
    color: #000000;
}


html div.sidenav>section.cart>.collapsible>footer>button>span {
    height: 100%;
    color: #000000;
}

body>header>.menu>.categories-title {
    background-color: #000000;
}

body>header>.menu>.categories-title {
    position: relative;
    height: 100%;
    font-size: 1.88em;
    width: 11.3em;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: .49867em;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

body>header>.menu>.categories-title>.categories-icon {
    height: 100%;
    width: .665em;
    position: absolute;
    right: 1em;
    fill: #ffffff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}

body>header>.categories-wrapper>.categories>.category>.category-name {
    width: 100%;
    position: relative;
    font-size: 1.13em;
    padding: .22em 3.1em .22em .55em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #616161;
    background-color: #ffffff;
}

body>header>.toolbar>.data>.search-wrapper>.input>input[type=search].placeholder {
    color: #000000;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
}


actions>button.add-to-cart, .product-actions.large-actions.landscape>.sp-quantity .quantity-wrapper {
    background-color: #000000;
    color: #ffffff;
}

.actions.landscape.large-actions>button.add-to-cart>svg, .product-actions.landscape.large-actions>button.add-to-cart>svg {
    filter: brightness(0) invert(1)
}

.actions.landscape>button.add-to-cart>svg, .product-actions.landscape>button.add-to-cart>svg {
    height: 1.8em;
    width: 2.4em;
    fill: #ffffff;
}

.sp-cart-line-count>div {
    background-color: #000000;
    color: #ffffff;
}
.actions>button.add-to-cart .text, .actions.landscape>.sp-quantity .quantity-wrapper .text, .product-actions>button.add-to-cart .text, .product-actions.landscape>.sp-quantity .quantity-wrapper .text {
    font-family: 'Open Sans', 'Open Sans Hebrew';
    color: #ffffff;
}

body>header>.categories-wrapper>.categories>.category>.category-name {
    color: #000000;
}

body>header>.categories-wrapper>.categories>.category.open>.category-name>.name-wrapper {
    background-color: #000000;
}

body>header>.categories-wrapper>.categories>.category.open:hover>.category-name>.name-wrapper {
    background-color: #000000;
}


section.view sp-items>.cant-find-item>img, section.view sp-items>.cant-find-item>.text-wrapper>.text {
    background-color: #000000;
    visibility: hidden;
}


html body>header>.menu>.menu-navigation-bar>.navigation-link>a>.icon>svg {
    height: 1.9em;
    width: 1.9em;
    fill: black;
}

html.home section.main section.view .home-page-wrapper>.content {
    gap: .7em;
    -webkit-padding-start: 3.5em;
    padding-inline-start: 3.5em;
    padding-top: .5em;
    padding-bottom: .5em;
}

html.home section.main section.view .home-page-wrapper>.content>.component {
    gap: .7em;
    padding-top: .7em;
    padding-bottom: .7em;
    border-radius: 1px;
}