:root {
    --cor_primaria: #0E1130;
    --cor_secundaria: #5f676c;
    --cor_botao: #222222;
    --cor_botao_hover: #3c3c3c;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #5bbf5f;
    --pre_cabecalho: #0E1130;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #ffffff;
    --cor_icones: #2b2b2b;
    --cor_icones_hover: #2b2b2b;
    --cor_texto_icones: #2b2b2b;
    --cor_menu: #ffffff;
    --cor_texto_menu: #0E1130;
    --cor_newsletter: #0E1130;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #333333;
    --texto_global: #333333;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #ffffff;
}


.listagem .listagem-item .info-produto {
    float: none;
    height: 140px !Important;
    width: 100%;
    padding: 10px 4px 2px !important;
}

.menu.superior {
    position: relative;
    background: #F8F8F8 !Important;
    border-top: 1px solid #c3c3c357;
    border-bottom: 1px solid #c3c3c35c;
    margin-top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#avisoCookies {
    color: var(--texto_global);
    font-weight: 500;
    display: none !Important;
}

.listagem .listagem-item .nome-produto {
    font-weight: 500 !important;
    font-size: 16px;
    color: var(--texto_global);
    line-height: 24px;
    text-align: center;
    min-height: 40px;
    max-height: 50px;
    line-height: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    overflow: hidden;
}

div#box-slide {
    position: relative;
    z-index: 1;
    padding: 43px 0;
    width: 100%;
    background-color: #EEEEEE !important;
}

@media (min-width: 768px)
.slides-items-category .item img {
    border: 0;
    padding: 2.9px;
    display: inherit;
    height: 176px;
    left: -1px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 176px;
    background: #EEEEEE !Important;
}
