#cabecalho{
	background-size: cover;
}
#cabecalho .conteiner{
	background: transparent;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
}

#cabecalho .conteiner .conteudo-topo{
    padding-right: 10px;
}

#cabecalho .busca {
    padding: 0;
    border: none;
    background: transparent;
}

#cabecalho .busca input {
    padding: 10px 5px 10px 15px;
    border-radius: 10px;
}

#cabecalho .busca .botao-busca {
    height: 42px;
    top: 0;
    right: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 55px;
    font-size: 18px;
}

.busca .botao-busca {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 30px;
}

.bem-vindo {
    background: rgba(255, 255, 255, 0.86);
    border-radius: 0 10px 10px 0;
    padding: 1px 6px 1px 1px;
}

.acoes-conta li{
    background: rgba(255, 255, 255, 0.86);
    border-radius: 0 10px 10px 0;
    padding: 1px 6px 1px 1px;
}

.carrinho{
	background: rgba(255, 255, 255, 0.86);
    border-radius: 0 10px 10px 0;
}


/* MENU */

#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i {
    background-color: #ff3d00; /*#f43636;*/
}

#cabecalho .menu.superior > ul > li {
   	padding-top: 30px;
}

#cabecalho > .conteiner > .menu.superior .titulo {
    color: #FFFFFF;
}

#cabecalho .menu.superior > ul > li.categoria-id-3361257 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/alambrados_1.png) no-repeat center top -2px;
    background-size: 135px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3361177 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/construcao2.png) no-repeat center top -6px;
    background-size: 135px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3033786 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/menu-basquete.png) no-repeat center top -15px;
    background-size: 80px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3267464 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/handbol.png) no-repeat center top -13px;
    background-size: 80px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3267387 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/redes.png) no-repeat center top -4px;
    background-size: 72px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3039632 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/menu-fitness-white.png) no-repeat center top -15px;
    background-size: 80px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3039134 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/menu-fotebol.png) no-repeat center top -15px;
    background-size: 80px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3033788 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/menu-tenis-white.png) no-repeat center top -15px;
    background-size: 80px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3033789 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/menu-volei-white.png) no-repeat center top -15px;
    background-size: 80px;
}

#cabecalho .menu.superior > ul > li.categoria-id-3135571 {
    background: url(https://cdn.awsli.com.br/925/925009/arquivos/outros.png) no-repeat center top -6px;
    background-size: 80px;
}

@media only screen and (max-width: 767px) {
	.conteiner .logo {
        margin: 20px 0 20px;
    }
    
    #cabecalho .conteiner .conteudo-topo{
    	background-color: #ff3d00;
    }
    
    .conteudo-topo .busca-mobile{
    	background-color: transparent;
    }
    
    #cabecalho .menu.superior > ul > li{
    	padding-top: 36px;
        text-align: center;
    }
    
    .menu.superior .nivel-um .cor-secundaria{
    	color: #fff;
    }
}

/* BANNER */

.secao-banners .conteiner {
    max-width: 100%;
    padding: 0;
    margin:0;
    border:none;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border:none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
    -o-box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: ‘’ 0 1px 4px rgba(0,0,0,0.2);
}

/* CONTEUDO */

#corpo {
	margin-bottom: 0px;
}

#corpo .conteiner {
    max-width: 100%;
    padding: 15px;
    margin:0;
    border:none;
    border-radius: 0;
}

.coluna>div, #corpo .conteiner>div {
    margin-bottom: 0px;
}

.secao-principal{
	margin-top: 10px;
}

.listagem.com-caixa .listagem-item{
	min-height: 350px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

/* WHATSAPP */

.whatsapp-fixo {
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 999;
}

.whatsapp-fixo img{
    max-width: 50px;
}
