.news::after {
 
    border-bottom: 0px solid #00BAFF;
  
}

.menu.superior {
    margin-top: 20px;
}

.cor-secundaria {
    color: #ffffff;
}

.menu li {
    padding: 0 40px;
}

h4 a.cor-secundaria {
    color: #0095ef;
}

 a.cor-secundaria {
    color: #0095ef;
}

.tabela-carrinho .form-horizontal button {
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 2px !important;
    box-shadow: none !important;
    outline: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    background: #00a2ed;
    text-shadow: none;
    text-transform: uppercase;
}


/****Menu de icones ***/
@media screen and (min-width: 900px){

li.categoria-id-2247247.borda-principal  {
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_automotivos (1).png') no-repeat;
    transition: all .4s ease-out;
     height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}


li.categoria-id-2305774.borda-principal {
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_eletronicos.png') no-repeat;
    transition: all .4s ease-out;
     height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}
li.categoria-id-2305783.borda-principal {
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_eletrodomesticos.png') no-repeat;
    transition: all .4s ease-out;
    height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}
li.categoria-id-2305776.borda-principal {
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_esports.png') no-repeat;
    transition: all .4s ease-out;
      height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}

li.categoria-id-2305778.borda-principal{
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_ferramentas (1).png') no-repeat;
    transition: all .4s ease-out;
    height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}



li.categoria-id-2248903.borda-principal{
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_games.png') no-repeat;
    transition: all .4s ease-out;
       height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}

li.categoria-id-2305779.borda-principal{
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_informatica.png') no-repeat;
    transition: all .4s ease-out;
       height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}

li.categoria-id-2305773.borda-principal{
    background: url('https://cdn.awsli.com.br/599/599541/arquivos/icones_moveis.png') no-repeat;
    transition: all .4s ease-out;
       height: 90px;
    background-position: 50% -28%;
    line-height: 140px;
}


li.item-level1.vertodas {
    background: url({{ themePath }}img/tema2/carrinho.png) no-repeat;
    transition: all .4s ease-out;
    height: 90px;
    background-position: 50% -45%;
}

    
}



/****Menu Mobile*****/



@media screen and (max-width: 768px){

li.categoria-id-2247247.borda-principal  {
    background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}


li.categoria-id-2305774.borda-principal {
     background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}
li.categoria-id-2305783.borda-principal {
     background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}
li.categoria-id-2305776.borda-principal {
   background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}

li.categoria-id-2305778.borda-principal{
   background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}



li.categoria-id-2248903.borda-principal{
      background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}

li.categoria-id-2305779.borda-principal{
   background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}

li.categoria-id-2305773.borda-principal{
    background: none;
    transition: all .4s ease-out;
     height: auto;
    background-position:none;
    line-height: auto;
}


li.item-level1.vertodas {
    background: url({{ themePath }}img/tema2/carrinho.png) no-repeat;
    transition: all .4s ease-out;
    height: 90px;
    background-position: 50% -45%;
}

    
    
}




li.borda-principal:hover {
    background-position: 50% 135%;
}



.carrinho>a span {
    line-height: 13px;
    padding: 8px 0 0;
    color: #0095ef;
}

.fundo-principal, .botao.principal, .menu li:hover>a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu>li>a:hover, .filtro.lista ul li label:hover, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #0095ef;
}

#cabecalho {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 99;
    background: #017fe0;
    transition: box-shadow ease-out .2s;
    box-shadow: 0 0 0 rgba(0,0,0,.2);
    transform: translate3d(0,0,0);
    padding-bottom: 48px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    transition: padding ease-out .2s;
}

#rodape .institucional {
    background: #017fe0;
}


.listagem-item .acoes-produto a.botao {
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 50px;
    background: rgb(1, 127, 224);
    font-size: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: none;
    transition: opacity ease-out .2s,transform ease-out .2s;
    transform: scale(.9);
    color: #fff;
}

.listagem-item .acoes-produto a.botao svg {
    fill: #fff;
    width: 25px;
    height: 25px;
    vertical-align: -6px;
    margin-right: 5px;
}


.listagem-item .acoes-produto a.botao svg path {
    stroke: #ffffff !important;
}


.listagem .produtos-carrossel .listagem-linha li .listagem-item {
    margin: 0;
    border: solid 1px;
    border-color: #017fe047;
}

.aproveite-tambem > .titulo strong, .listagem .titulo-categoria strong {
    font-weight: 600;
    background: #fff;
    display: inline-block;
    padding: 0 37px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #00bafd;
}

#cabecalho .conteiner > .row-fluid {
    padding: 50px 0 10px 0;
    transition: padding ease-out .2s;
    background: transparent;
    position: relative;
    z-index: 10;
    height: 80px !important;
}


@media screen and (min-width: 768px)
#cabecalho.fixed .conteiner > .row-fluid {
    padding-top: 40px;
}

.pagamento-selos + div {
    background: #017fe0 !important;
    padding: 15px 0;
}

.span9.span12 {
    color: #fff !important;
}

.pagamento-selos {
    background: #0058bc;
}

.copy {
    display: none;
}

#rodape .institucional {
    background: transparent;
}



#rodape {
    border-top: none;
    background: transparent;
}

/**** Back Ground Top e footer*****/

@media screen and (max-width: 767px){
    
    
    body {
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#043b73+2,0376a8+41,00a2ed+100 */
background: #043b73; /* Old browsers */
background: -moz-linear-gradient(top, #043b73 2%, #0376a8 41%, #00a2ed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #043b73 2%,#0376a8 41%,#00a2ed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #043b73 2%,#0376a8 41%,#00a2ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043b73', endColorstr='#00a2ed',GradientType=0 ); /* IE6-9 */
}
    
    
    #rodape .institucional {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#043b73+2,0376a8+41,00a2ed+100 */
background: #043b73; /* Old browsers */
background: -moz-linear-gradient(top, #043b73 2%, #0376a8 41%, #00a2ed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #043b73 2%,#0376a8 41%,#00a2ed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #043b73 2%,#0376a8 41%,#00a2ed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#043b73', endColorstr='#00a2ed',GradientType=0 ); /* IE6-9 */
    }

.secao-banners {
    padding-top: 100px;
}

    
    #cabecalho .conteiner > .row-fluid {
    padding: 0px 0px 0px 0px;
    transition: padding ease-out .2s;
    background: transparent;
    position: relative;
    z-index: 10;
    height: 0px !important;
}
    
    
    .logo a img {
    transition: max-height ease-out .2s,max-width ease-out .2s;
    max-height: 180px;
    max-width: 300px;
    position: static;
    margin: 0px 0px 0px -30px;
}
    
    
    
.barra-mobile {
    background: #009feb;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    padding: 0 10px;
    display: block;
    -webkit-tap-highlight-color: transparent;
}
}


@media screen and (min-width: 900px){
    
    
    body {
    
    background: url(https://cdn.awsli.com.br/599/599541/arquivos/header-07.jpg) top center no-repeat;
}


    
    #rodape .institucional {
    background: url(https://cdn.awsli.com.br/599/599541/arquivos/rodape_09_alta.png) top center no-repeat;
}
    
    
    .logo a img {
    transition: max-height ease-out .2s,max-width ease-out .2s;
    max-height: 180px;
    max-width: 300px;
    position: static;
    margin: 10px 10px 30px -60px;
}

    
}

#cabecalho {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99;
    background: transparent;
    transition: box-shadow ease-out .2s;
    box-shadow: 0 0 0 rgba(0,0,0,.2);
    transform: translate3d(0,0,0);
    padding-bottom: 48px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    transition: padding ease-out .2s;
}



.conteiner-principal .conteiner {
    background-color: transparent !important;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0) !important;
}


@media screen and (min-width: 768px){
#cabecalho.fixed {

    position: fixed;
    top: 0;
    padding-bottom: 2px;
    background: #0d1652c7;

}

}

#corpo .conteiner {
    background: #fff !important;
    border-radius: 5px;
}
ul.nivel-um {
    background: transparent;
}

body {
    padding-top: 200px;
}


}
.carrinho>a strong {
    position: absolute;
    top: -3px;
    right: -12px;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    background: #ffcc00;
    border-radius: 50%;
}

.barra-inicial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffcc00;
    line-height: 32px;
    z-index: 100;
}



.news .msg .icon svg {
    float: left;
    width: 152px;
    height: 152px;
    position: absolute;
    left: -57px;
    top: -34px;
    transform: rotate(-15deg);
    transform-origin: right;
    z-index: -1;
    fill: transparent;
}



.pagina-carrinho #cabecalho {
     top: 32px; 
}

.pagina-carrinho #corpo {
    margin: 100px 0;
}

.acao-editar a {
    border-radius: 2px;
    background: #ddd;
    line-height: 38px;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
    background: #0059bc !important;
    color: #fff;
    transition: background ease-out .2s;
}


.menu.superior .nivel-um>li:hover{border-top-width:2px;margin-top:-2px;color: #ffcc00 !important ;}


.menu.superior .nivel-um>li a[title="Ofertas"] strong, .menu.superior .nivel-um>li a[title="ofertas"] strong, .menu.superior .nivel-um>li:hover a strong {
    color: #ffcc00;
    text-shadow: 0 0 #ffcc00;
}




    .pagamento-selos {
    background: #00a1ec;
    background-position: 50% 78%;
}
/****** News *****/

@media screen and (min-width: 900px){

.news .msg .first {

    color: transparent;
 
}
.news .msg .last {
  
    color: transparent;
  
}
.pagamento-selos {
    background: url(https://cdn.awsli.com.br/599/599541/arquivos/rodape_09_alta.png) center no-repeat;
        background-position: 50% 84%;
}
    
.menu.superior {
    background-color: transparent !important;
    margin-top: 20px;
}

.news #formNews .emailNews input {
    width: 630px;
    border: 0;
    box-shadow: none;
    height: 55px;
    padding: 0 18px;
    box-sizing: border-box;
    display: block;
    background: transparent;
    border: 0px solid #444443;
    font-size: 12px;
    color: #6a6a69;
    float: left;
    margin: 0 10px;
    border-radius: 30px;
    background: #fff;
}

.news #formNews .newsletter-cadastro .emailNews::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: none;
    border-top: none;
}



.news #formNews .newsletter-cadastro {
    position: relative;
    margin: 0px 0;
}

.news {
    margin-bottom: 60px;
}


.news #formNews {
    float: left;
    width: 630px;
    box-sizing: border-box;
    margin-top: 20px;
}
    
    
    /*** Botao cadastro ***/
    
@media screen and (min-width: 900px){
.news #formNews .newsletter-cadastro button {
    float: right;
    border: 0px solid #444443;
    border-radius: 0;
    /*height: 42px;*/
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00BAFF;
    background: transparent;
    transition: background ease-out .2s;
    left: 50%;
    margin-top: -50px;
}
    
}
    
    @media screen and (max-width: 768px){
        
    .news #formNews .newsletter-cadastro button {
    float: right;
    border: 1px solid #444443;
    border-radius: 0;
    height: 42px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background: #ffd200;
    transition: background ease-out .2s;
    margin-left: -121px;
}
    
}
    
    
    @media screen and (max-width: 767px){
        
        #rodape .institucional .conteiner {
    margin-left: 150px;
}

    
    .news .msg .last {
    color: #fff;
}
    
        .news .msg .first {
    color: #fff;
}
        
        #rodape .institucional .conteiner {
    margin-left: 0px;
}
    }
    
    
    
    
    
    
    
.carrinho-interno {
    border: 4px solid #ffcc00 !important;
    top: calc(100% + 10px);
    box-shadow: none;
}

/**** Pre诠****/

.listagem .listagem-item .preco-produto .preco-promocional {
    font-size: 25.86px;
    color: #017Fed;
    font-weight: 700;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}

/******* A褯 de produto ******/

.listagem-item .acoes-produto a.botao {
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 450px;
    background: rgb(1, 127, 224);
    font-size: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: none;
    transition: opacity ease-out .2s,transform ease-out .2s;
    transform: scale(.9);
    color: #fff;
}

.listagem-item .acoes-produto a.botao {
    position: absolute;
    top: 1%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 460px;
    background: url(https://cdn.awsli.com.br/599/599541/arquivos/veja_mais_02.png);
    color: transparent;
}

/********Sumir com o svg ver detalhe ********/

.botao-comprar svg {
    display: none;
}
    
    
    /** Mobile menu ***/
    
    
@media screen and (max-width: 767px){
.menu.superior.active {
  
    background: #022648 !important;
   
}
    

.menu.superior .nivel-um>li a strong {
    color: #fff;
}

}
    
    #modalNewsletter .componente.newsletter {
    display: block;
    text-align: center;
    background: url(https://cdn.awsli.com.br/599/599541/arquivos/pop_up_02.png) no-repeat;
}
    
    #modalNewsletter .componente .titulo i {
 
    opacity: 0;
}
    
    #modalNewsletter .componente .texto-newsletter {

    color: transparent;
}
    
    
    #modalNewsletter .componente .titulo {
 
    color: transparent;
 
}