@media(max-width:800px){seletor { background-image: url("https://cdn.awsli.com.br/1857/1857772/arquivos/1o banner para celular.jpg"); }
.row-fluid.banner.cheio.conteiner {
    display: none;
}
#rodape .logo a img {
    width: auto;
    position: absolute;
}
}

/*.modal-modalNewsletter .fancybox-skin {*/
/*   background: no-repeat center;*/
/*}*/
button.buscarCodigo:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 1.2em
    }

    button.buscarCodigo {
        position: absolute;
        float: right;
        line-height: 38px;
        padding: 0 15px;
        background: 0 0;
        color: #aaa;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        right: 0
    }
/*topo*/
.links-rodape-atendimento .tel-skype {
    display: none;
}

/*rodape*/
.support-items .tel-skype {
    display: none;
}
/*fale conosco*/
#modalContato > form > div > div > div:nth-child(2) > table > tbody > tr:nth-child(5) {
    display: none;
}
/*atendimento checkout*/
.carrinho-checkout .atendimento li:nth-child(4) {
    display: none;
}

#cabecalho.fixed .logo img { height: 80px; }

@media only screen and (max-width: 767px){
.mini-banner .modulo.span4 {margin-bottom: 15px!important;}
}

/*cor botao cookie*/
button#btn-aceito-cookies {
    background: #53BC74 !important;
    color: #fff !important;
}

/*ocultar barra inicial*/
.barra-inicial {
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
    height: 40px;
    display: none !important;
}

/*correcao css checkout e carrinho*/
@media only screen and (max-width: 767px) {
    tr {
        padding: 10px !important;
    }

    .tabela-carrinho td, .tabela-carrinho th {
        border-collapse: collapse !important;
        padding: 8px !important;
    }

    tr.bg-dark.td-desconto {
        padding: 16px !important;
        margin-top: 16px !important;
    }

    .subtotal, .total, .descontos, .desconto {
        text-align: left !important;
        vertical-align: baseline !important;
    }

    .tabela-carrinho .form-horizontal .control-label {
        width: auto !important;
        float: none !important;
        text-align: left !important;
    }

    .tabela-carrinho tr {
        margin: 0px !important;
    }

    .resumo-compra .tabela-carrinho .text-right {
        text-align: left !important;
        padding: 5px 0 !important;
    }

    .resumo-compra .tabela-carrinho .padding-preco>div {
        padding-left: 0% !important;
    }

    .resumo-compra .tabela-carrinho .padding-preco * {
        text-align: left !important;
    }
}