/* Minification failed. Returning unminified contents.
(71,16): run-time error CSS1039: Token not allowed after unary operator: '-red'
(194,12): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */
/* HOMEPAGE - NAV */

nav {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
    padding: 25px 35px;
    margin-left: 50px;
    width: 285px;
    height: min-content;
}

nav h2 {
color: #333;
font-size: 2rem;
margin-bottom: 25px;
}

nav h2 > span {
font-weight: 700
}

    nav .categories-list li {
        cursor: pointer;
        font-size: 1.25rem;
        display: flex;
        position: relative;
        height: 48px;
        margin: 2px 0;
        transition: all .4s ease;
    }

nav .categories-list li:last-child {
border-bottom: none;
}

nav .categories-list li > a {
display: flex;
align-items: center;
/*width: 100%;*/
transition: all .4s ease;
}

nav .categories-list li:last-child > a {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

nav .categories-list li > .icon-category {
height: 30px;
width: 30px;
background: #f4f4f4;
border-radius: 50%;
margin-left: 10px;
text-align: center;
margin-top:10px;
}

        /*nav .categories-list li > a > .icon-category {
            height: 30px;
            width: 30px;
            background: #f4f4f4;
            border-radius: 50%;
            margin-left: 10px;
            text-align: center;
        }*/


nav .categories-list li > .icon-category > svg {
    fill: var(--red);
    height: 18px;
    vertical-align: middle;
}


        /*nav .categories-list li > a > .icon-category > svg {
            fill: var(--red);
            height: 18px;
            vertical-align: middle;
        }*/


nav .categories-list li.active > a {
background: #ffe9ea;
border-radius: 30px;
border: none;
margin: 0 -10px;
padding: 0px 10px;
}

nav .categories-list li.active > a > .icon-category {
    background: #fff;
}

    nav .categories-list li:hover {
        background: #ffe9ea;
        border-radius: 30px;
        border: none;
        padding: 0px 10px;
    }

    /*nav .categories-list li:hover > a {
        background: #ffe9ea;
        border-radius: 30px;
        border: none;
        padding: 0px 10px;
    }*/

nav .categories-list li:hover > a > .icon-category {
    background: #fff;
}

@media screen and (max-width:1023px) {
.categories-list {
display: flex;
}

    nav .categories-list li > .icon-category{
        margin-top:7px;
    }


    nav {
        display: block;
        box-shadow: none;
        padding: 0;
        margin: 0 0 15px 0;
        width: 100%;
    }

nav h2 {
font-size: 1.375rem;
margin: 0
}

nav .categories-list {
display: flex;
overflow: scroll;
flex-wrap: nowrap;
padding: 15px 0
}

nav .categories-list li {
    background: #fff;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    margin-left: 10px;
    padding: 0 5px 0 15px;
    white-space: nowrap;
    height: 42px;
}

    nav .categories-list li > a {
        font-size: 1rem;
    }

        nav .categories-list li > a > .icon-category {
            margin-left: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    nav .categories-list li.active > a {
        margin: 0;
        padding: 0 5px 0 15px;
    }

    nav .categories-list li.active {
        padding: 0;
    }

    nav .categories-list li:hover > a {
        /*background: #fff;*/
        padding: 0;
    }

}



nav .food-type-menu {
display: flex;
}

nav .food-type-menu li {
flex: 1;
font-size: 1em;
text-align: center;
}

nav .food-type-menu li > a > svg {
fill: var(--red);
margin-right: 5px;
width: 0.53em;
position: relative;
top: -1px;
}
