/* ==================== GERAL ===================== */
body {
    color: black;
}
.listagem .titulo-categoria, .titulo-categoria {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.botao { 
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .titulo-categoria {
        font-size: 20px !important;
    }
    .category-prev {
        display:none;
    }
    
    .category-next {
        display:none;
    }
}

/* ==================== CABEÇALHO ===================== */
#cabecalho {
    background-color: black !important;
}

#cabecalho .conteiner {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#cabecalho .conteiner > .row-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a img, .logo a, .logo {
    width: 120%;
}
#cabecalho .row-fluid .span3 {
    width: 200px;
}

/* Ícones laterais */
#cabecalho .span4 i {
    color: white;
    margin: 0;
}

#cabecalho .span4 div {
    line-height: normal;
}

.conteudo-topo.span9 {
    margin: 0;
}

.conteudo-topo .inferior {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    margin-top: 0;
}

/* Barra de Busca */
.busca input {
    border-radius: 15px;
    height: 30px;
}

.busca.borda-alpha form {
    width: 100% !important;
    padding: 0;
}

.span4 .contato-top, .span4 .rastreio-btn {
    display: none !important;
}

/* Cabeçalho para mobile */
@media screen and (max-width: 767px) {
    #cabecalho {
        display: flex;
        padding-top: 0 !important;
        flex-direction: column-reverse;
        color: white !important;
    }
    
    #cabecalho .span3 {
    display: none !important;
    }

    .atalhos-header {
        padding: 10px;
    }
    .atalho-menu {
        background: black;
        font-size: 10px;
    }
    
    #cabecalho .conteiner {
        width: 100%;
    }
    .atalhos-mobile {
        display: none !important;
    /*  position: relative;
        background: black; */
    }
    .span8.busca-mobile {
        display: none;
    }
    .botao-busca::before {
        font-size: 16px;
        color: white;
        padding: 2px;
    }
    .icon-shopping-cart {
        font-size: 18px;
    }
    .icon-shopping-cart:hover {
        text-decoration: none;
        color: white;
    }
    .botao:hover {
        background-image: none;
    }
    .icon-shopping-cart::before, .botao.botao-busca.icon-search.fundo-secundario, .atalho-menu.visible-phone.icon-th.botao.principal {
        padding: 5px;
    }
    input#auto-complete, form#form-buscar {
        margin: 0;
    }
    /* .atalhos-mobile > ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .atalhos-mobile > ul .vazia {
        display: none;
    }
    .icon-home {
        display: none;
    } */
}

/* DIVs que aparecem ao passar mouse nos ícones do cabeçalho */
.contato-content {
    border-radius: 10px;
    cursor: auto;
}
.rastreio-content {
    border-radius: 10px;
    cursor: auto;
    right: 10px;
    margin-top: 5px;
    color: black;
}
.rastreio-content:hover {
    color: black;
}
.minha-conta .btn-group:hover .dropdown-menu {
    display: block !important;
}

.conteudo-topo .minha-conta {
    float: right !important;
}

.dropdown-menu {
    right: 0;
    left: auto;
    border-radius: 10px !important;
}
.dropdown-menu li a {
    font-size: 14px;
}

/* ========================================= BANNER IMAGEM ========================================= */
.flexslider .slides img {
    height: auto;
}
@media screen and (min-width: 767px) {
    .flexslider .slides img {
    }
}

/* ========================================= MENU CATEGORIAS ========================================= */
#cabecalho .menu>.nivel-um {
    padding: 10px; 
    flex-wrap: nowrap;
    gap: 10px
}
.menu.superior .nivel-um>li {
    padding: 0;
    transition: all 0.10s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu.superior .nivel-um>li:hover {
    border-bottom: 1px solid black;
}
.menu.superior .titulo {
    margin: 0;
    text-transform: none !important;
    font-size: 16px;
}

.menu.superior .nivel-dois {
    top: 25px;
}

@media screen and (max-width: 767px) {
    #menuinsta {
        display: none;
    }
}

/* Menu categorias para mobile */
@media screen and (max-width: 767px) {
    #cabecalho .menu.superior .nivel-um.active {
        padding: 0;
        padding-top: 100px;
    }
    .menu.superior .com-filho i {
        right: 20px;
    }
    .menu.superior .nivel-um>li {
        flex-direction: column;
    }
    .menu.superior .nivel-um > li > a {
        width: 100%;
    }
    .menu .nivel-dois li:hover>.nivel-tres {
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .menu.superior .nivel-um>li:hover {
        border-bottom: none;
    }
    #cabecalho .cab-nav:hover {
        opacity: 1;
    }
    #cabecalho .cab-nav {
        position: fixed;
        top: 0;
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .seta-desktop {
        display: none !important;
    }
    .menu.superior .com-filho {
        align-items: start !important;
        flex-direction: column;
    }
 
}

/* ==================================== FAIXA DE BENEFÍCIOS =======================================*/
.benefits {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.swiper-wrapper {
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 10px;
    margin: 20px auto;
    padding: 10px;
}
.benefit {
    text-align: left;
    display: flex !important;
    max-width: 280px;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.benefit img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(1616%) hue-rotate(37deg) brightness(90%) contrast(92%);
}
.benefit-title {
    font-weight: bold;
    color: #c6a25a;
    margin: 5px 0;
}
.benefit p {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.swiper-button-prev, .swiper-button-next, .swiper-button-prev::after, .swiper-button-next::after, .swiper-button-next::after {
    display: none;
    content: '';
}
@media screen and (max-width: 767px) {
    .benefits {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .benefit {
        max-width: 100%;
    }
}

/* CARROSSEL DA FAIXA DE BENEFÍCIOS (foi tirada pois agora é oculta no mobile) */
/* .swiper-wrapper {
    display: flex;
    justify-content: space-evenly;
}
.swiper-slide {
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-next {
    right: 10px;
}
.swiper-button-prev, .swiper-button-next {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: black; 
    width: auto;
    height: auto;
    margin-top: 0 !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: '❮' !important;
    font-size: 24px !important;
    color: black;
}

.swiper-button-next::after {
    content: '❯' !important;
} */

/* ========================================= LISTAGEM DE PRODUTOS ========================================= */
#listagemProdutos .imagem-produto {
    border-radius: 10px;    
}
.listagem .listagem-linha {
    padding-top: 0 !important;
}

/* ========================================= PRODUTOS ========================================= */
.info-produto .preco-promocional {
    font-size: 18px;
}
.info-produto .acoes-produto .botao-comprar {
    color: white !important;
    background: none;
    border-radius: 10px;
}

.acoes-produto-responsiva .tag-comprar {
    background: none;
    border-radius: 10px;
}

/* ========================================= VITRINE LANÇAMENTO =========================================== */
/* para deixar preto o fundo */
#listagemProdutos .vitrine-lancamento {
    margin: 0 !important;
    background: #eee;
    color: black;
    border-radius: 10px 10px 0 0;
    padding: 5px;
}

.vitrine-lancamento.titulo-categoria::before, .vitrine-lancamento.titulo-categoria::after {
    background: black;
}

/*#listagemProdutos .vitrine-lancamento .preco-parcela .cor-secundaria {
    color: white;
}*/

#listagemProdutos .vitrine-lancamento:hover {
    background: #eee;
}

.vitrine-lancamento + ul {
    background: #eee;
    border-radius: 0 0 10px 10px;
    color: black;
}

.vitrine-lancamento + ul .pagina-inicial .listagem .info-produto {
    color: black;
}

.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-next {
    right: -20px !important;
}
.listagem .produtos-carrossel .listagem-linha.flexslider .flex-direction-nav .flex-prev {
    left: -20px !important;
}

@media screen and (max-width: 767px) {
    .titulo-categoria:before {
        display: none;
    }
}

strong.preco-promocional.cor-principal {
    font-size: 20px;
}

/* ========================================= VITRINE MAIS VENDIDO =========================================== */


/* ========================================= SCROLL TO TOP ========================================= */
.scrollToTop {
    z-index: 500;
    bottom: 1rem;
}

/* ========================================= CRIAÇÃO DE CONTA ========================================= */
.cabecalho-interno .titulo small {
    color: #737373;
}

.cabecalho-interno .titulo {
    color: black;
}

/* ========================================= MINHA CONTA ========================================= */
.minha-conta {
    text-align: left;
    line-height: 64px;
    text-align: center;
    margin-right: 5px;
    float:none !important;
}
.minha-conta .acao-editar {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minha-conta .titulo.cor-secundaria {
    color: black;
}
.minha-conta .titulo.cor-secundaria small {
    color: #737373;
}
.conta-menu.caixa-sombreada {
    width: min-content;
}


/* ========================================= PÁGINA PRODUTO ========================================= */
/* Container de comprar */
.pagina-produto .comprar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.pagina-produto .acoes-produto>div.comprar>a.botao {
    width: 75%;
    height: 100%;
}
.pagina-produto .qtde-adicionar-carrinho {
    height: 100%;
    margin: 0 10px 0 0 !important;
}
.pagina-produto .qtde-carrinho {
    border-radius: 0px;
}
.pagina-produto .parcelas-produto {
    display: none !important;
}

.produto .principal>*+* {
    padding: 0;
}

@media screen and (max-width: 767px){
	.pagina-produto .acoes-produto>div.comprar>a.botao {
    width: 100%;
    height: 100%;
    margin-top: 15px;
	}
	.pagina-produto .qtde-adicionar-carrinho {
    margin: 0px !important;
	}
	.pagina-produto .span5 .principal .info-principal-produto .nome-produto {
	    margin-top: 20px;
	}
	.pagina-produto .produto .codigo-produto {
	    border: 0px !important;
	    margin-bottom: 0px !important;
	    padding-bottom: 0;
	}
}


/* Estilos das miniaturas do produto */
.pagina-produto .miniaturas.slides li a{
    border: 1px solid grey;
    border-radius: 10px;
}
.pagina-produto .miniaturas.slides li a span img{
    object-fit: contain;
}

/* Estilos do texto de disponibilidade de estoque */
.pagina-produto .produto .acoes-produto .comprar span span {
	text-align: left;
}
.pagina-produto .produto .acoes-produto .comprar .disponibilidade-produto {
	margin: 15px 0px 0px 0px;
}


/* Estilos do bloco de CEP */
.pagina-produto #formCalcularCep>div>div>input {
	background: transparent;
}
.pagina-produto #formCalcularCep>div>div>button {
	background: transparent;
	margin: 0px;
}
.pagina-produto .cep .borda-alpha {
    padding: 0px;
    margin-top: 15px;
}
@media screen and (max-width: 767px){
	.pagina-produto .cep ul li, .pagina-produto .cep div {
		text-align: center !important;
	}
}


/* Estilos do bloco de compartilhar produto */
.pagina-produto .produto-compartilhar .lista-redes {
	display: none;
}
.pagina-produto .compartilhar-redes {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pagina-produto .botao-compartilhar img {
    width: 24px;
    height: 24px;
}
.pagina-produto span {
	font-size: 16px;
}


/* Estilos do bloco flutuante do produto */
.pagina-produto .acoes-flutuante .nome-produto {
	font-size: 15px;
	text-align: center;
}
.pagina-produto .acoes-flutuante .acoes-produto .comprar{
	width: 200px;
}
.pagina-produto .acoes-flutuante .acoes-produto .comprar .disponibilidade-produto span {
	font-size: 13px;
}
.pagina-produto .acoes-flutuante .acoes-produto .preco-produto .preco-parcela {
	margin-top: 5px;
}
.pagina-produto .acoes-flutuante .acoes-produto {
		text-align: center;
} 
.preco-produto .preco-a-partir .preco-venda:not(.titulo) {
    font-size: 15px;
    margin: 0
}

/* ========================================= RODAPÉ ========================================= */
/* espaçamento do rodapé  */
.links-rodape .titulo, .links-rodape ul li a, .fundo-secundario, .fundo-secundario *, .fundo-secundario *:hover, .fundo-secundario:hover, .fundo-secundario.botao:hover {
    color: black !important;
}
.pagamento .bandeiras-pagamento {
    display: flex;
    justify-content: center;
    align-items: center;
}
.span9 .row-fluid {
    justify-content: space-around;
}
.selos ul li {
    background: none;
    width: 100%;
    margin-top: 0;
    padding: 5px;
    margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
    #rodape .links-rodape-categorias {
        display: none;
    }
}
span.preco-a-partir {
    font-size: 15px;
    
}

.scrollToTop i {
    font-size: 2em;
    font-weight: 600;
    margin-top: 15px;
}

.scrollToTop {
    position: fixed;
    z-index: 999;
    /*bottom: 6rem;*/
    right: 1rem;
    background: #fff;
    /* color: #000; */
    display: block;
    width: 70px;
    height: 69px;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    border-radius: 150px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.li-whatsapp a {
    position: fixed;
    right: 16px;
    bottom: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #209142, #56d263);
    text-decoration: none;
    z-index: 99;
  }
  
  element.style {
    margin: 10px auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 110px;
}


.marcas .flexslider {
    margin-bottom: 50px;
}
