/* FIX THEME ISSUES [PLUGOO] */
.top-header a[href]:not([href^="http"])::after{
    display: none;
}
.listagem .slick-list{
    padding:0;
}
.listagem .titulo-categoria {
    margin: 1rem !important;
}
#box-banners-dois:has(img[src=""]) {
    display: none;
}

#avaliacoes ul.slides li.box-rating-item{
	height: 220px !important;
}

@media screen and (max-width: 1024px) {
    #rodape div.contato:has(ul.active) #operation {
        display: block !important;
    }
    #rodape div.contato ul{
        padding-bottom: 0!important;
    }
    #rodape .institucional #operation strong {
        font-size: .750rem;
    }
}
@media screen and (max-width:768px){
    .mini-banner .modulo.span4 {
        margin: 0;
    }
    .menu-mobile-scroll.visible-phone {
        display: flex !important;
        overflow-x: auto;
    }
    #cabecalho .menu-mobile-scroll ul{
        display: flex;
        flex: 1 0 90%;
    }
    #cabecalho .menu-mobile-scroll ul a.item {
        white-space: pre;
    }
    #cabecalho .menu-mobile-scroll::-webkit-scrollbar-track {
        background-color: #fff;
    }
    #cabecalho .menu-mobile-scroll::-webkit-scrollbar {
        width: 1px;
        height:0px;
        background:transparent;
    }
    #cabecalho .menu-mobile-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
    }
}
@media (max-width: 768px) and (min-width: 326px) {
    .logo-mob{
        position: fixed;
        left: calc(100%/3.5) !important;
    }
    #rodape .titulo{
        color: var(--cor_primaria) !important;
    }
}
@media(min-width:769px) and (max-width:1024px){
    .dropHelp>p{
        display:none;
    }
    .cart{
        left: 0;
    }
}
@media screen and (min-width: 769px) {
    .logo a {
        width: 240px;
    }
    #avaliacoes ul.slides li.box-rating-item {
        height: 220px !important;
    }
    .logo a img{
        width: 100%;
    }
    .pagina-inicial #cabecalho{
        position: relative;
    }
    .pagina-inicial #corpo {
        padding-top: 3.5rem !important;
        position: sticky;
    }
    #cabecalho .row-fluid>.span3{
        margin-right: 45px;
    }
    strong.preco-promocional.cor-principal.titulo{
        display: block !important;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .menu-wrapper.span6.hidden-phone {
        margin-left: 0;
    }
}
/* END FIX THEME ISSUES [PLUGOO] */