html div.sidenav>div>nav header.nav-header .left>.cart-icon, html div.sidenav>div>nav>header .left>.cart-icon {
    filter: invert(1);
    -webkit-filter: invert(1);
}

html div.sidenav>div>nav header.nav-header .left>.toggle-cart, html div.sidenav>div>nav>header .left>.toggle-cart {
    filter: invert(1);
    -webkit-filter: invert(1);
}

html div.sidenav>div>nav header.nav-header .left>*, html div.sidenav>div>nav>header .left>* {
    color: #000000;
}

html div.sidenav>div>nav>header {
    background-color: #E0A82E;
}

html div.sidenav>div>nav>header .right .button {
    background-color: #2E7D32;
}

html div.sidenav>div>nav.cart>footer>.checkout>span
 {
    background-color: #2E7D32;
}

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;
}