@media only screen and (min-width: 770px){

.conteiner-principal .conteiner { <!-- REMOVER BORDAS  DO LAYOUT -->
    background-color: #fff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
}



.body {
    font-family: 'Arial' , Helvetica ,sans-serif;
    background-image: none !important;
    background-color: #ffffff !important;
}


.menu.superior .nivel-um {
    margin: 0 auto;
    display: table;
}



.menu.superior {
    background-color: #727376 !important;
    margin-top: 20px;
    box-shadow: 0px 5px 0px 0px #FF2E00;
    /* margin: 0 auto; */
    /* display: table; */
}






.menu.superior .nivel-um>li {
    float: left;
    border-right: 1px solid rgb(114, 115, 118) !important;
    border-left: 1px solid rgba(255, 255, 255, 0) !important;
}



.menu.superior .titulo {
    margin: 15px 0;
    color: #FFFFFF;
    text-transform: uppercase;
}


.icon-chevron-down {
    background-color: rgba(255, 46, 0, 0) !important;
}



.menu.superior .nivel-um>li:hover {
  background-color: #FF2E00;
  margin-top:0;
}



.menu.superior .nivel-um>li:hover {
    border-top-width: 0px !important;
}



#cabecalho .busca {
    position: relative;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid rgba(221, 221, 221, 0);
}



#cabecalho .busca input {
    height: 34px;
    width: 94%;
    border: 0px solid #ccc !important;
    background-color: #F4F4F4 !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    border-radius: 0px;
}



#cabecalho .busca .botao-busca {
    position: absolute;
    right: 34px;
    top: 19px;
    height: 30px;
    background-color: rgba(68, 68, 68, 0);
    background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0),rgba(0, 0, 0, 0));
    color: #FF2E00;
    border: 0px solid rgba(0,0,0,0.1);
    background-repeat: no-repeat;
    background-image: url(https://cdn.awsli.com.br/241/241680/arquivos/lupa.png);
    text-indent: -9999px;
}


a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span {
    color: #FF2E00;
}



#cabecalho .bem-vindo { 

    margin-top: 30px;
    margin-left: 5px;
}


.conteudo-topo .superior {
    padding: 0px 0;
}



.barra-inicial {
    background-color: #727376 !important;
    box-shadow: 0px 5px 0px 0px #FF2E00;
}







.lista-redes ul li {
    float: left;
    border-left: 1px solid #6C6D6F !important;
}





.acoes-conta li>* {
    line-height: 23px;
    margin-top: 5px;
}



#cabecalho i.icon-list.fundo-principal {
    background: url(https://cdn.awsli.com.br/241/241680/arquivos/meus_pedidos.png) center center no-repeat;
    height: 21px;
    background-size: 21px;
    text-indent: -99999px;
}


#cabecalho i.icon-user.fundo-principal {
    background: url(https://cdn.awsli.com.br/241/241680/arquivos/minha_conta.png) center center no-repeat;
    height: 21px;
    line-height: -5px;
    text-indent: -99999px;
}














#cabecalho .carrinho>a i {
  display: none;
}
#cabecalho .carrinho.vazio>a span {
  margin: 0;
}
#cabecalho .carrinho {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0,0,0,0.12);
  position: relative;
  background-image: url('https://cdn.awsli.com.br/241/241680/arquivos/campo_carrinho.png');
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 210px;
  height: 56px;
  margin: 0 auto;
  margin-top: -09px;
}
#cabecalho .carrinho:hover {
  background-image:url('https://cdn.awsli.com.br/241/241680/arquivos/campo_carrinho.png');
}
#cabecalho .carrinho:hover,
.carrinho {
   -webkit-transition: background-image .2s ease-in-out;
  -moz-transition: background-image .2s ease-in-out;
  -o-transition: background-image .2s ease-in-out;
  transition: background-image .2s ease-in-out;
}

#cabecalho .carrinho.vazio>a span {
  margin: 0;
  color: #999999;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 25px;
  position: relative;
  top: 22px;
  padding-left: 23px;
  margin-top: -6px !important;
}






#cabecalho .carrinho>a strong {
    margin-top: 13px !important;
    margin-left: 9px !important;
}



#cabecalho .carrinho>a span {
    margin-left: -3px;
    margin-top: 14px !important;
}



#cabecalho .carrinho:hover .carrinho-interno, .produto-arrastado .carrinho-interno {
    margin-top: 20px !important;
}



.conteiner-principal .conteiner {
    background-color: rgba(58, 88, 155, 0) !important;
}



#cabecalho .acoes-conta {
    margin: 0;
    margin-left: 30px;
    margin-top: 5px;
}
    
}