/********************** BODY ********************/
body {
 	background-image: url(https://i.imgur.com/IkjcBpf.jpg);
    
}

.listagem .titulo-categoria:first-child strong {
    
}

/*************** FORMULÁRIO DE BUSCA *********************/
.borda-alpha, .borda-alpha {
   	border: none; 
}
.busca {
 	background:none;   
}
.busca form, .busca input {
    margin-left: -12px;
    border-radius: 30px;
    padding-left: 15px;
}
.busca .botao-busca {
    position: absolute;
    right: 27px;
    top: 5px;
    border-radius: 30px;
}
.fundo-secundario {
    background-color: #34cbbc;
}
/********************* CARRINHO *******************/
.carrinho {
 	border-radius:30px;   
}
.carrinho>a i {
    border-radius: 30px;
}

/*************** GRADE DE PRODUTOS *****************/
.listagem .titulo-categoria:first-child, .listagem .titulo-categoria {
    background: #34cbbc;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}
.listagem .titulo-categoria:hover {
    background: #34cbbc;
}
.bandeiras-produto span {
    background-color: red;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

/***************** FOOTER ***********************/
#rodape .institucional {
 	background-image:none;   
}
rodape .redes-sociais {
    width: 220px;
    padding: 0 20px;
    background: #fff;
}
.pagamento-selos {
    background: #ffffff;
}
#rodape .redes-sociais {
    width: 220px;
    padding: 0 20px;
    background: #ffffff;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
}
#rodape .titulo {
  	font-weight: bold;  
}
.links-rodape ul li a {
    text-transform: uppercase;
    letter-spacing: -0.5px;
    transition-duration: 0.3s;   
}
.links-rodape ul li a:hover {
 	text-decoration: none;
    margin-left: 5px;
    transition-duration: 0.3s;   
}

@media (max-width: 767px){
    .listagem .listagem-linha li {
        display: block;
        float: left;
        width: 48.13617021276595%;
        margin-left: 0;
        margin-top: 0;
        height: 450px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .info-banner, .menu.superior .nivel-um, .menu.lateral .nivel-um, .acoes-conta li a span, .carrinho:hover .carrinho-interno, .barra-inicial {
        display: block;
    }
    .row-fluid .coluna {
        display: block;
    }
    .menu.lateral.fechado.borda-principal{
    	display: flex;
    }
    ul.nivel-um {
        display: -webkit-inline-box !important;
        overflow: auto;
        align-items: center;
    }
    .menu.lateral.fechado.borda-principal {
        padding: 15px 0px;
    }
    .menu.lateral .nivel-um > li > a {
        background: white;
        border-radius: 30px;
    }
    .menu.lateral .nivel-um > li {
        margin-right: 15px;
    }
    .menu.lateral.fechado .nivel-um>li strong {
        white-space: normal;
        color: #65b7b2;
    }
    .logo a {
        height: 140px;
    }
    .conteudo-topo .busca-mobile .atalho-menu {
        display: none !important;
    }
    .busca {
        margin: 0 0 0 10px !important;
        padding: 0;
        border: none;
        background: none;
        width: 100%;
    }
}