﻿.header-bottom.black-friday .menu-novo > ul > li > a > span > i {
    color: #fff !important;
}

.menu-novo {
    padding-top: 1.2rem;
}

    .menu-novo a {
        color: #555555;
    }

    .menu-novo span {
        font-size: 1.4rem;
    }

    .menu-novo > ul > li > a > span > i {
        color: #555555;
        font-size: 12px;
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .menu-novo > ul > li {
        display: inline-block;
        margin-right: 14px;
    }

.menu-novo-items {
    visibility: hidden;
    opacity: 0;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    border-top: 1px solid #f4f9fd;
    top: 44px;
    left: 0;
    right: 0;
    height: auto;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.7) 0px 7px 29px 0px;
    z-index: 3;
    padding: 15px;
    flex-direction: inherit;
    flex-wrap: wrap;
    transition: visibility 0s, opacity 0.10s linear;
    transition-delay: 0.1s;
}

    .menu-novo-items.active {
        z-index: 9999;
        display: flex;
        visibility: visible;
        opacity: 1;
        justify-content: space-between;
        border-radius: 6px;
    }

    .menu-novo-items > div {
        padding: 0;
        margin: 0px;
    }

        .menu-novo-items > div > a > span > i {
            color: #555555;
            font-size: 13px;
            -ms-transform: scale(0.7);
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
            float: right;
            margin-top: 3px;
        }

    .menu-novo-items > div {
        padding: 7px 5px;
        width: max-content;
        color: #555555;
    }

        .menu-novo-items > div:not(child-t):hover {
            background-color: var(--cor-submenu-active);
            color: var(--cor-padrao);
            border-radius: 5px;
            transition: background-color 100ms, color 100ms;
            cursor: pointer;
        }

    .menu-novo-items.todos {
        z-index: 9999;
        max-height: 75rem;
        padding: 15px;
        gap: 0.5rem;
        overflow-y: auto;
        flex-direction: column;
        flex-wrap: nowrap;
    }

        .menu-novo-items.todos .item-d {
            font-size: 1.3rem;
        }

            .menu-novo-items.todos .item-d span {
                font-size: 1.4rem;
            }

            .menu-novo-items.todos .item-d.active {
                background-color: var(--cor-submenu-active);
                border-radius: 5px;
                font-weight: bold;
            }

        .menu-novo-items.todos .item-d-items {
            display: none;
            position: absolute;
            top: 0px;
            width: auto;
            left: 310px;
            right: 0;
            max-height: 75rem;
            flex-direction: column;
            flex-wrap: wrap;
        }

            .menu-novo-items.todos .item-d-items > div {
                padding: 7px 5px;
                width: max-content;
            }

        .menu-novo-items.todos .item-d-items {
            background-color: white;
        }

            .menu-novo-items.todos .item-d-items > div:hover {
                background-color: var(--cor-submenu-active);
                border-radius: 5px;
                font-weight: bold;
            }

            .menu-novo-items.todos .item-d-items.active {
                padding: 15px 5px;
                display: flex;
                gap: 1rem;
                visibility: visible;
                opacity: 1;
            }

            .menu-novo-items.todos .item-d-items > div:hover > a {
                color: var(--cor-padrao);
            }

    .menu-novo-items > div:hover > a {
        color: var(--cor-padrao);
        font-weight: bold;
    }

    .menu-novo-items.todos .item-d a {
        display: inline-block;
        position: relative;
        width: 275px;
    }

    .menu-novo-items a, .menu-novo-items.c-child a {
        display: inline-block;
        position: relative;
        width: 300px;
    }

li.departamento-menu > a > span {
    font-size: 1.4rem;
}

.departamento-menu:after {
    display: block;
    content: '';
    border-bottom: solid 1px var(--cor-padrao);
    transform: scaleX(0);
    transition: transform 100ms ease-in-out;
}

.departamento-menu:hover:after {
    transform: scaleX(1);
}

.menu-novo-items > .c-child {
    padding-left: 15px;
}

.menu-novo-items.todos > .item-d-items > div.c-child {
    padding-left: 15px;
}

.loader {
    font-size: 10px !important;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    top: 50%;
    left: 50%;
}

@keyframes mulShdSpin {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7), 2.5em 0em 0 0em rgba(220, 220, 220, 0.7), 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.7), 0em 2.5em 0 0em rgba(220, 220, 220, 0.7), -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.7), -2.6em 0em 0 0em rgba(220, 220, 220, 0.5), -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(220, 220, 220, 0.7), 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.7), 0em 2.5em 0 0em rgba(220, 220, 220, 0.7), -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.7), -2.6em 0em 0 0em rgba(220, 220, 220, 0.7), -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.5), 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.7), 0em 2.5em 0 0em rgba(220, 220, 220, 0.7), -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.7), -2.6em 0em 0 0em rgba(220, 220, 220, 0.7), -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.7), 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.5), 2.5em 0em 0 0em rgba(220, 220, 220, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(220, 220, 220, 0.7), -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.7), -2.6em 0em 0 0em rgba(220, 220, 220, 0.7), -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.7), 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7), 2.5em 0em 0 0em rgba(220, 220, 220, 0.5), 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.7), -2.6em 0em 0 0em rgba(220, 220, 220, 0.7), -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.7), 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7), 2.5em 0em 0 0em rgba(220, 220, 220, 0.7), 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.5), 0em 2.5em 0 0em rgba(220, 220, 220, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(220, 220, 220, 0.7), -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.7), 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7), 2.5em 0em 0 0em rgba(220, 220, 220, 0.7), 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.7), 0em 2.5em 0 0em rgba(220, 220, 220, 0.5), -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(220, 220, 220, 0.7), 1.8em -1.8em 0 0em rgba(220, 220, 220, 0.7), 2.5em 0em 0 0em rgba(220, 220, 220, 0.7), 1.75em 1.75em 0 0em rgba(220, 220, 220, 0.7), 0em 2.5em 0 0em rgba(220, 220, 220, 0.7), -1.8em 1.8em 0 0em rgba(220, 220, 220, 0.5), -2.6em 0em 0 0em rgba(220, 220, 220, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}