:root {
    --cor_primaria: #ffffff;
    --cor_secundaria: #ffffff;
    --cor_botao: #fe4900;
    --cor_botao_hover: #ece7db;
    --cor_texto_botao: #ece7db;
    --cor_texto_botao_hover: #1c1c1c;
    --cor_botao_comprar: #1c1c1c;
    --cor_texto_botao_comprar: #ece7db;
    --cor_cabecalho: #ffffff;
    --pre_cabecalho: #ffffff;
    --cor_texto_pre_cabecalho: #ece7db;
    --cor_icones: #fe4900;
    --cor_icones_hover: #1c1c1c;
    --cor_texto_icones: #1c1c1c;
    --cor_menu: #1c1c1c;
    --cor_texto_menu: #fe4900;
    --cor_footer: #ffffff;
    --cor_texto_footer: #222;
    --cor_newsletter: #fe4900;
    --cor_texto_newsletter: #1c1c1c;
    --cor_tag_frete_gratis: #1c1c1c;
    --cor_texto_tag_frete_gratis: #fe4900;
    --texto_global: #1c1c1c;
}

@media screen and (min-width: 769px) {
    .logo a img {
        margin: 0;
        padding: 0;
        width: 175px;
        height: auto;
        max-width: 500px;
        max-height: 500px;
    }
    .banner.mini-banner{
        display: flex;
        justify-content: center;
    }
   
}

@media (min-width: 1060px) {
    .wishlist a {
        height: 100px;
        display: flex;
        margin-top: -42px;
    }
    .my_account-title{
height: 100px;
        margin-top: -42px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: relative;
    }
}

.menu.superior {
    background: white;
    margin: 0.5rem 0;
}

.botao-comprar{
    position: relative;
}

.listagem-item .acoes-produto{
padding: 0 0 1rem 0 !important;
    opacity: 1;
    position: relative !Important;
}

.listagem-item .acoes-produto .botao.principal{
    height: 50px;
    margin: 0px;
    padding: 0px 100%;
    overflow: visible;
margin: 0 0 20px 0;}

.listagem .info-produto {
    margin: -5px 0;
}

 .botao-comprar:before {
    content: 'Comprar' !important;
    background: #000000 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    transition: 300ms !important;
    border-radius: 10px !important;
}

.botao-comprar:hover :before{
    transform: scale(1.06) !important;
}

.botao.principal {
    transition: 300ms !important;
}
a.btn-favorite:hover:before {
    color: red !important;
}


.mostrarAvisoCookie #avisoCookies{
    display: none;
}

a#return-to-top{
    bottom: 35px;
    left: 35px;
}

.pulse-button, .whats-button{
    display: none !Important;
}
.carrinho .qtd-carrinho {
top: -35px !important;
    right: 10px !important;}

.listagem-item .acoes-produto {
    bottom: 0%;}
    
    .menu.superior .nivel-um>li:hover .nivel-dois {
    visibility: visible;
    opacity: 1;
    height: auto;
    max-height: 650px;
}

.carrinho{   
height: 150% !important;
 flex-direction: column !important;
 border: 0px solid transparent !important;
 
}
.carrinho svg{
    padding-bottom: 0px !important;
    transform: scale(1) !important;

}

.carrinho .qtd-carrinho {
    left: 30px !important;
}

.carrinho.vazio>a span {
    margin-left: 0px !important;
    line-height: normal !important;
    font-size: 14px !important;
}
@media (max-width: 767px) {
    .conteudo>.row-fluid {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
}
.wpp-rodape{bottom: 85px !Important;}
#return-to-top{bottom: 85px !Important;}
}