.hide-ds{
    
}
.top-info {
    width: 69%;
    display: flex;
    justify-content: space-evenly;
}

nav.top-header-menu.flex-container {
    font-size: 14px;
}
.top-header {
    background-color: #ffffff;
    height: 36px;
}

.top-header .container{
    justify-content: flex-end;
}

.top-header-menu {
    align-items: center;
    gap: 16px;
    color: white;
    height: 30px;
}

.top-header-menu > a {
    border: none;
    letter-spacing: 0.025em;
} 

/* .top-header-menu > a:hover {
    color: white
}  */

.contato-whatsapp {
    width: 740px;
    display: flex;
}

.main-menu {
    /* padding: 24px; */
    background: #ffffff;
    height: auto;
}

.main-menu .container {
    display: flex;
    justify-content: space-around;
}

.main-menu-actions {
    gap: 16px;
}


/* #heart-icon:hover path{
    stroke: #070707b0;
}
.mobile-menu-icon{
    z-index: 12;
} */

/* .logo-menu-mb {
    
    width: 60px;
} */

.item-menu-mb{
    padding: 22px;
    /* border-bottom: solid; */
    width: 81px;
    text-transform: uppercase;
}

.item-menu-mb:hover{
    /* border-bottom: solid; */
}



@keyframes openMenu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.sub-menu-item.active {
    color: var(--primary-theme-color);
    font-weight: 800;
    line-height: 9px;
    border-bottom: 7px solid #EBE3E5;
}

.sub-menu-items {
    color: white;
    position: absolute;
    z-index: 2;
    background-color: black;
    width: 1100px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    display: none;
    opacity: 1;
    padding: 0.5rem 1rem;
    left: -294%;
    justify-content: unset;
    text-transform: uppercase;
}

.sub-menu-items a {
    padding: 12px;
    display: block;
}

.header-mobile {
    display: none;
}

.sub-menu-subcategories
{
    border-top: 1px solid #8A9595;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    background: white;
    padding: 16px 0;
    justify-content: space-evenly;

    display: none;
    opacity: 0;
}

.sub-menu-subcategories.active
{
    display: flex;

    -webkit-animation-name: openMenu;
    -o-animation-name: openMenu;
    animation-name: openMenu;
    -webkit-animation-duration: .2s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sub-menu-subcategories .bold
{
    font-weight: bold;
}

.sub-menu-subcategories .title-category
{
    margin-bottom: 8px;
    display: block;
}

.sub-menu-subcategories .title-subcategory
{
    line-height: 30px;
}

.grid-produtos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 4px;
    width: 100%;
}


.header-mobile-logo img{
     max-height: 150px;
}

.header-desktop-logo img{
    max-height: 34px;
}