/* HEADER */
#cabecalho .conteiner {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: #004673;
}

#cabecalho .conteiner>.row-fluid {
    max-width: 1180px;
    margin: 0 auto;
    min-height: 170px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

/* LOGO */
#cabecalho .logo {
    margin: 0;
}

#cabecalho .logo img {
    max-width: 470px;
    width: 100%;
    height: auto;
}

/* CONTEÚDO DO TOPO */
#cabecalho .conteudo-topo {
    width: 100%;
}

#cabecalho .conteudo-topo.span9 {
    margin-left: 30px;
}

#cabecalho .superior {
    display: none !important;
}

#cabecalho .inferior {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

/* BUSCA */
#cabecalho .busca-mobile {
    width: 50%;
    margin-left: 0;
}

#cabecalho .busca {
    border: 0;
    background: transparent;
}

#cabecalho .busca form {
    display: flex;
    height: 40px;
}

#cabecalho .busca input {
    width: 100%;
    height: 40px;
    border: 2px solid #72b99c;
    border-right: 0;
    border-radius: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
}

#cabecalho .busca input::placeholder {
    color: #777;
}

#cabecalho .botao-busca {
    width: 76px;
    height: 40px;
    border: 0;
    background: #7cc6a9 !important;
    color: #fff;
    font-size: 16px;
}

/* ÁREA CONTA */
#cabecalho .inferior .span4.hidden-phone {
    width: 35%;
    display: flex !important;
    justify-content: flex-end;
    margin: 0 0 0 110px;
    /* align-items: center; */
}

#cabecalho .area-conta-custom {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

#cabecalho .minha-conta-custom {
    display: flex;
    align-items: end;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

#cabecalho .minha-conta-custom .icone-user {
    width: 46px;
    height: 46px;
    font-size: 0;
    margin-right: 15px;
    background-size: cover;
    background-image: url('https://ibram.org.br/wp-content/themes/ibram/dist/imgs/icon-user-lj.png');
}

#cabecalho .minha-conta-custom .seta {
    margin-left: 10px;
    font-size: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #ffffff;
    position: relative;
    bottom: 3px;
}

/* CARRINHO */
#cabecalho .carrinho {
    margin: 0;
}

#cabecalho .carrinho>a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #00a1a9;
    /* min-width: 145px; */
    height: 46px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px 0 0 20px;
}

#cabecalho .carrinho i {
    width: 46px;
    height: 46px;
    margin: 0;
    background: #014673 !important;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cabecalho .carrinho .qtd-carrinho {
    display: block !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    margin-left: 12px;
    margin-right: 10px;
}

#cabecalho .carrinho .vazio-text {
    display: none !important;
}

#cabecalho .carrinho span:not(.qtd-carrinho):not(.vazio-text) {
    display: none !important;
}

/* MENU CATEGORIAS */
#cabecalho .menu.superior {
    display: block !important;
    width: 100%;
    background: #f3f3f3;
    box-shadow: 0 0 12px rgba(0, 0, 0, .18);
    padding: 0 45px;
    box-sizing: border-box;
}

#cabecalho .menu.superior .nivel-um {
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#cabecalho .menu.superior .nivel-um>li {
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

#cabecalho .menu.superior .nivel-um>li>a {
    color: #004673 !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 0;
    margin-right: 26px;
}

#cabecalho .menu.superior .nivel-um>li>a i {
    display: none;
}

#cabecalho .menu.superior .nivel-dois {
    display: flex !important;
    position: static;
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#cabecalho .menu.superior .nivel-dois li {
    display: flex;
    align-items: center;
    position: relative;
}

#cabecalho .menu.superior .nivel-dois li::before {
    content: "|";
    color: #00618c;
    margin: 0;
    font-size: 16px;
    position: absolute;
    right: 0;
}

#cabecalho .menu.superior .nivel-dois a {
    color: #004673 !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    white-space: nowrap;
}

#cabecalho .minha-conta-custom span:nth-child(1) {
    position: relative;
}

#cabecalho .minha-conta-custom span:nth-child(2) {
    width: 130px;
}

.menu.superior .titulo {
    color: #004673 !important;
}

#cabecalho .menu.superior .nivel-um>li {
    border-top-width: 0 !important;
    margin-top: 0 !important;
}

.menu.superior .nivel-um>li:hover {
    border-top-width: 0 !important;
    margin-top: 0 !important;
}

.menu .nivel-dois li {
    border: 0 !important;
}

/* CONTEUDO */
.listagem .imagem-produto img {
    width: 165px;
    height: 180px;
    object-fit: cover;
    object-position: center center;
}

.listagem .titulo-categoria:first-child {
    margin-top: 0;
}

.listagem .titulo-categoria:hover {
    background: transparent;
    padding-left: 0;
}

#rodape .redes-sociais {
    display: none !important;
}


@media (min-width: 1200px) {
    #cabecalho .row-fluid .span3 {
        width: 37%;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    #cabecalho::before {
        font-size: 13px;
        justify-content: center;
        padding: 0 10px;
    }

    #cabecalho .conteiner>.row-fluid {
        min-height: auto;
        padding: 25px 15px;
        flex-direction: column;
        gap: 20px;
    }

    #cabecalho .logo img {
        max-width: 280px;
    }

    #cabecalho .inferior {
        flex-direction: column;
        gap: 20px;
    }

    #cabecalho .busca-mobile,
    #cabecalho .inferior .span4.hidden-phone {
        width: 100%;
        margin-left: 0;
    }

    #cabecalho .area-conta-custom {
        justify-content: space-between;
        width: 100%;
        gap: 15px;
    }

    #cabecalho .minha-conta-custom {
        font-size: 16px;
    }

    #cabecalho .minha-conta-custom .icone-user,
    #cabecalho .carrinho i {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }

    /* #cabecalho .carrinho>a {
            min-width: 105px;
            height: 58px;
        } */

    #cabecalho .menu.superior {
        padding: 15px;
        overflow-x: auto;
    }

    #cabecalho .menu.superior .nivel-um {
        height: auto;
        min-width: 900px;
    }

    #cabecalho .menu.superior .nivel-um>li>a,
    #cabecalho .menu.superior .nivel-dois a {
        font-size: 16px;
    }
}