/* ===== AVISO COOKIES ===== */

.box-cookies.accept {
    display: none !important
}

.box-cookies {
    bottom: 0;
    width: 100%;
    z-index: 998;
    color: #fff;
    position: fixed;
    background: rgba(0, 0, 0, .9)
}

.msg-cookies {
	margin-bottom: 0 !important;
    margin-left: auto !important;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
}

.msg-cookies a{
	text-decoration: underline;
	color: #ffffff;
}

.btn-cookies {
	width: 10%;
	height: 40px !important;
    margin-right: auto !important;
    color: white;
    background: #0289ff;
    border-radius: 5px !important;
}

@media screen and (min-width: 576px) {
    .box-cookies {
        display: flex;
        align-items: center;
        height: 60px
    }

}

@media screen and (max-width: 600px) {
    .box-cookies .btn-cookies {
        width: 100%;
        border-radius: 0 !important;
    }
}

.page_privacy {
    padding: 0 200px;
}

.page_privacy h1{
	text-align: center;
}

@media only screen and (max-width: 767px) {
    
    .page_privacy {
        padding: 0;
    }
    
}        


/* BACKGROUND HOME */

body {
    background-color: #fff;
}

.pagina-pagina .conteudo .titulo{
    display: none !important;
}

/* Mobile - Link banner desativado */
        
    @media only screen and (max-width: 600px){

.bg_revenda img{
	display: none !important;
}
}        

/* ESTRUTURA - CODIGO MAILCHIMP */

#mc_embed_signup {
	background-color: transparent;
    padding: 0 290px;
    color: white !important;
}

#mc_embed_signup .indicates-required{
	margin-right: 0 !important;
	margin-bottom: 5px;
	color: white;
}

#mc_embed_signup .mc-field-group input {
    margin-bottom: 10px !important;
    background-color: #f9f4f4;
    color: #1b1919 !important;
    border: none !important;
}

.clear{
	display: block !important;
}

#mc_embed_signup .button {
	display: block !important;
    width: 100%;
	padding: 0 !important;
    font-weight: 700 !important;
	background-color: #14196e !important;
    box-shadow: none !important;
}

#mc_embed_signup form{
	padding: 0 !important;
}

#mc_embed_signup .mc-field-group{
	width: 100% !important;
}

#mc_embed_signup #mce-success-response{
    color: white;
}

#mc_embed_signup div#mce-responses{
	padding: 0 !important;
    padding-bottom: 10px !important;
	margin: 0 !important;
}

#mc_embed_signup div.response{
	padding: 0 !important;
	margin: 0 !important;
}

#mc_embed_signup div.response a{
	display: none;
}

@media only screen and (max-width: 600px) {

#mc_embed_signup .button {
     width: 100% !important;
}

#mc_embed_signup {
     padding: 15px !important;
}
}

/* INTERNAS - REGRAS DDJ */

.regras_ddj{
	width: 70%;
	padding: 20px 0;
	margin: auto;
	background-color: #f7f7f7;
	border-radius: 14px !important;
}

.regras_ddj iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.regras_ddj h1 {
	color: #093950;
	margin-bottom: 40px;
	text-align: center;
}

.regras_ddj h4 {
	padding: 0 96px;
	color: #093950;
	margin: 30px 0 10px;
	text-align: center;
}

.regras_ddj p{
    padding: 20px 80px 0;
    margin-bottom: 25px;
	font-size: 14px;
	text-align: center;
}

.regras_ddj ul {
	padding: 0 80px;
	font-size: 16px;
	color: #929698;
}

.regras_ddj #mc_embed_signup .mc-field-group input{
	background-color: #e2e2e2;
}

.regras_ddj #mc_embed_signup{
	padding: 0 150px;
	color: #777575 !important; 
}

.regras_ddj #mc_embed_signup #mce-success-response{
	color: #39bd39;
}


@media only screen and (max-width: 600px){
	
	.regras_ddj{
		width: 100%;
	}
    
    .regras_ddj iframe{
		width: 100%;
        height: 169px;
	}

	.regras_ddj h1{
		padding: 5px;
		margin: 5px;
	}

	.regras_ddj ul{
		padding: 10px;

	}

	.regras_ddj p{
		padding: 10px;

	}

	.regras_ddj h4{
		padding: 10px;
	}
}

/* INTERNAS - ECOMMERCE PURO */

.interna_ep{
    width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://cdn.awsli.com.br/435/435911/arquivos/bg_epv2.png);
    background-repeat: no-repeat;
    background-color: #236bdc;
    font-family: 'Montserrat', sans-serif;
}

.interna_ep h1{
    padding: 50px 120px;
    font-size: 48px;
    font-weight: 800;
    line-height: 50px;
    color: white !important;
}

.interna_ep h4{
    margin: 30px 0;
    text-align: center;
    color: white;
}

.interna_ep p{
    padding: 0 120px;
    font-size: 17px;
    line-height: 30px;
    color: white;
}

.interna_ep iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.interna_ep #mc_embed_signup {
	background-color: transparent;
    padding: 0 195px 35px !important;
    color: white !important;
}

.interna_ep #mc_embed_signup .indicates-required{
	margin-right: 0 !important;
	margin-bottom: 5px;
	color: white;
}

.interna_ep #mc_embed_signup .mc-field-group input {
    margin-bottom: 10px !important;
    background-color: #f9f4f4;
    color: #1b1919 !important;
    border: none !important;
}

.interna_ep .clear{
	display: block !important;
}

.interna_ep #mc_embed_signup .button {
	display: block !important;
    width: 100%;
	padding: 0 !important;
    font-weight: 700 !important;
	background-color: #14196e !important;
    box-shadow: none !important;
}

.interna_ep #mc_embed_signup form{
	padding: 0 !important;
}

.interna_ep #mc_embed_signup .mc-field-group{
	width: 100% !important;
}

.interna_ep #mc_embed_signup #mce-success-response{
    color: white;
}

.interna_ep #mc_embed_signup div#mce-responses{
	padding: 0 !important;
    padding-bottom: 10px !important;
	margin: 0 !important;
}

.interna_ep #mc_embed_signup div.response{
	padding: 0 !important;
	margin: 0 !important;
}

.interna_ep #mc_embed_signup div.response a{
	display: none;
}

@media only screen and (max-width: 600px) {

.interna_ep {
    width: 100%;
}

.interna_ep h1{
    padding: 30px 7px 0 30px;
    font-size: 30px;
    line-height: 40px;    
}

.interna_ep h4{
    padding: 0 20px;
}

.interna_ep p{
    padding: 30px;
}

.interna_ep iframe{
    width: 100%;
    height: 170px;
}

.interna_ep #mc_embed_signup .button {
     width: 100% !important;
}

.interna_ep #mc_embed_signup {
     padding: 15px !important;
}
}

/* FINALIZAÇÃO DE COMPRA */

.bandeiras-pagamento li {
    display: none;
}

.bandeiras-pagamento {
	background: url(https://cdn.awsli.com.br/435/435911/arquivos/cartao_3x_2020_v3.png) center  no-repeat;

}

 img[src="https://cdn.awsli.com.br/production/static/loja/estrutura/v1/img/bandeiras/mercadopagov1.png"]{
    box-sizing: border-box;
    height: 30px;
    padding-left: 262px;
    background-image: url(https://cdn.awsli.com.br/435/435911/arquivos/mercado_pago_3x.png);
    background-position: center;
}

@media screen and (min-width: 768px) {
    .pagina-inicial {
        background: url(https://cdn.awsli.com.br/435/435911/arquivos/bg_seja_revendedor_12x_v2.png) center top no-repeat;
        background-color: #fff
    }
    /* DISPLAY NONE */
    
    #barraTopo {
        display: none!important;
    }
    /* BARRA INICIAL */
    
    .barra-inicial {
        background: none;
        height: 25px;
        line-height: 25px;
        background-color: #005178;
    }
    .conteudo-topo .superior {
        position: absolute;
        left: -9999px;
    }
    .canais-contato.span9 {
        display: none;
    }
    .lista-redes i {
        height: 25px;
        width: 25px;
        margin-right: 10px;
        background: none!important;
        line-height: 25px;
        transition: all .2s;
        font-size: 14px;
    }
    .lista-redes li {
        border: 0!important;
    }
    .lista-redes li:hover i {
        color: #0192ae;
    }
    .barra-inicial .conteiner {
        padding: 0;
        height: 25px;
    }
    .barra-inicial .acoes-conta li>a {
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .4px;
        transition: all .2s;
    }
    .barra-inicial .acoes-conta li:hover>a {
        color: #0192ae;
        text-decoration: none;
    }
    .barra-inicial .acoes-conta .icon-list:before {
        content: "\f0c9";
    }
    .acoes-conta li:first-child,
    .acoes-conta li {
        margin-right: 10px
    }
    .acoes-conta>li i {
        background: none;
        color: #0192ae;
        margin-right: 0;
        padding-left: 5px;
        border-left: 1px solid #999;
    }
    .acoes-conta>li:first-child i {
        border-left: 0;
    }
    /* CABECALHO */
    
    #cabecalho .inferior .btn-group > a {
        background: #0092ae;
        border: solid;
        position: absolute;
        margin-left: -152px;
        margin-top: 10px;
        padding: 14px 10px;
        color: #ffffff;
    }
    #cabecalho {
        background: none;
        height: 80px;
    }
    .logo a {
        top: 4px;
        height: 80px;
        margin-left: -60px;
    }
    
    .busca {
     
        margin-left: -50px;
        border: solid 1px #0192ae;
        
    }
    .busca input {
        border-radius: 0;
        height: 45px;
        margin: 0;
        border: 0;
        
    }

    .busca .botao-busca {
        background: #fff;
        border: 0;
        border-radius: 0;
        margin-right: -5px;
        height: 45px;
        top: 0;
        width: 57px;
        transition: all .2s;
    }
    .busca .botao-busca:hover {
        background: #0192ae;
    }
    .busca .botao-busca:before {
        content: "";
        background: url(//cdn.awsli.com.br/temasv2/77/sprite.png)-73px -21px;
        width: 22px;
        height: 22px;
    }
    
    input[type="text"]{
    webkit-box-shadow: none !important;
    box-shadow: none !important;
    moz-box-shadow: none !important;
    }
    
    
    #cabecalho .carrinho>a i:before {
        content: "";
        background: url(//cdn.awsli.com.br/temasv2/77/sprite.png) -113px -16px;
        width: 31px;
        height: 34px;
    }
    #cabecalho .carrinho>a i {
        background-color: transparent;
        position: absolute;
        left: -21px;
        top: 6px;
    }
    #cabecalho .carrinho>a i:hover {
        opacity: 1;
    }
    .conteudo-topo .inferior .hidden-phone.span3 {
        float: right;
        margin-top: 24px;
    }
    .carrinho {
        background: #0092ae;
        border: 0;
        width: 82%;
        float: right;
        height: 45px;
    }
    
    .carrinho-interno.borda-principal {
        box-shadow: none;
        margin-top:5px;
        margin-right:-1px;
        padding: 5px;    
        border: 0;
}
	.carrinho-interno>div .botao {
        float: none;
        display: block;
        background: #0192ae;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        padding: 10px 0
}
    
    .carrinho>a span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
    }
    .carrinho>a strong {
        font-size: 30px;
        color: #f4f4f4;
        font-weight: bold;
        margin-left: 37px;
        margin-right: 3px;
        line-height: 43px;
    }
    .carrinho.vazio>a span {
        padding: 9px 0;
        line-height: 14px;
        font-size: 14px;
        margin-left: 0;
        padding-top: 4px;
    }
    .login-topo {
        width: 18%!important;
        text-align: right;
        padding-right: 40px;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        padding-top: 9px;
        position: relative;
        margin-top: 23px;
    }
    .busca-mobile {
        width: 53%!important;
        margin-top: 23px;
    }
    .login-topo a {
        color: #0091ad;
        transition: all .2s;
    }
    .login-topo a:hover {
        text-decoration: none;
        color: #0092ae;
    }
    .login-topo a:before {
        content: "";
        background: url(//cdn.awsli.com.br/435/435911/arquivos/sprite.png) no-repeat -19px -16px;
        width: 36px;
        height: 31px;
        position: absolute;
        right: 0;
        top: 6px;
    }
    .login-topo span {
        color: #0092ae;
    }
    /* MENU SUPERIOR */
    
    .menu.superior .nivel-dois li,
    .menu.superior .nivel-tres li {
        padding: 3px 20px;
        border: 0;
    }
    .menu.superior .nivel-dois li a,
    .menu.superior .nivel-tres li a {
        text-transform: uppercase;
        color: #fff;
    }
    .menu.superior .nivel-dois {
        background: #0092ae;
        box-shadow: none;
        text-align: left;
        min-width: 230px;
        top: 61px;
        padding: 0;
    }
    .menu.superior .nivel-tres {
        background: #3c3c3c;
        box-shadow: none;
        text-align: left;
        padding: 0;
    }
    #menu-categoria .conteiner {
        padding: 0;
    }
    .menu.superior {
        box-shadow: inset 0 -5px #ffaf00;
        position: relative;
        text-align: center;
    }
    .menu.superior .titulo {
        margin: 20px 0;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        transition: all .2s;
    }
    .menu.superior .nivel-um li:hover .titulo {
        color: #0092ae;
    }
    .menu.superior {
        margin-top: 40px;
        height: 66px;
        box-shadow: inset 0 -5px #0092ae;
        background: #004566;
    }
    .menu.superior .nivel-um>li {
        padding: 0 10px;
        border: 0;
    }
    .menu.superior .nivel-um {
        display: inline-block;
    }
    .menu.superior .nivel-um>li:hover {
        border: 0;
        margin-top: 0;
    }
    .menu.superior .nivel-um>li.com-filho>a i {
        display: none;
    }
    .menu.superior:before {
        content: "";
        background: none;
        width: 31px;
        height: 66px;
        position: absolute;
        left: -31px;
    }
    .menu.superior:after {
        content: "";
        background: none;
        width: 31px;
        height: 66px;
        position: absolute;
        right: -31px;
    }
    /* BANNERS */
    
    .banner.cheio .flexslider {
        border: 0;
        border-radius: 5px;
        border-left: none;
        border-right: none;
    }
    .flexslider {
        margin-top: 55px;
        top: 0;
        border: 0;
        border-radius: 0;
    }
    .banner.cheio .flex-direction-nav {
        height: 100%;
        top: 0;
        position: absolute;
        
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0px;
        background: transparent;
        height: 100px;
        margin-top: -53px;
        margin-right: 25px;
        width: 16px;
        text-indent: -9999;
    }
    .flex-nav-next a:after {
        content: "";
        position: absolute;
        background: url(//cdn.awsli.com.br/temasv2/77/flex-nav-bg.png) no-repeat -24px 0;
        width: 10px;
        height: 14px;
        right: 1px;
        top: 43%;
        z-index: 1000;
    }
    .flexslider:hover .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0px;
        background: transparent;
        height: 100px;
        margin-top: -53px;
        margin-left: 25px;
        width: 16px;
        text-indent: -9999;
    }
    .flex-nav-prev .flex-prev:after {
        content: "\f053";
        position: absolute;
        left: 1px;
        top: 43%;
        z-index: 1000;
        background: url(//cdn.awsli.com.br/temasv2/77/flex-nav-bg.png) no-repeat 0 0;
        width: 10px;
        height: 14px;
    }
    .flexslider:hover .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .banner .flex-control-nav {
        width: 100%;
        left: auto;
        right: auto;
    }
    .banner.tarja {
        width: 59.2%;
        margin-left: 7px;
    }
    .banner.cheio+.row-fluid {
        margin-top: 10px;
    }
    /* NEWSLETTER TARJA */
    
    .newsletter-tarja {
        background: #ffaf00;
        height: 60px;
        position: relative;
    }
    .newsletter-tarja .newsletter-confirmacao span {
        padding-left: 100px;
        line-height: 39px;
        color: #000;
    }
    .newsletter-tarja .newsletter-confirmacao i {
        display: none;
    }
    .newsletter-tarja .newsletter-confirmacao {
        margin-top: 10px;
    }
    .newsletter-tarja .texto-newsletter.newsletter-cadastro {
        float: left;
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        margin-left: 50px;
        margin-right: 20px;
        line-height: 36px;
    }
    .newsletter-tarja .icon-envelope-alt {
        position: absolute;
        font-size: 61px;
        margin-left: 20px;
        color: #fff;
        opacity: .2;
        top: -2px;
    }
    .newsletter-tarja .newsletter-cadastro.input-conteiner input {
        float: left;
        width: 41%;
        border: 0;
        border-radius: 0;
        padding: 0 0 0 10px;
        height: 36px;
        font-size: 11px;
    }
    .newsletter-tarja .newsletter-cadastro.input-conteiner button {
        background: #333333;
        border: 0;
        border-radius: 0;
        padding: 0;
        height: 36px;
        width: 51px;
        font-size: 16px;
        font-weight: 600;
    }
    .newsletter-tarja .newsletter-cadastro.input-conteiner {
        margin-top: 12px;
    }
    /* VITRINE */
    
    .listagem .titulo-categoria {
        text-align: center;
        border: 0;
        background: url(https://cdn.awsli.com.br/435/435911/arquivos/detail-bar02.png) center center no-repeat;
        color: #eaecec;
        text-transform: uppercase;
        font-size: 18px;
        height: 55px;
        padding: 0;
        line-height: 55px;
    }
    .listagem .listagem-linha li {
        border: 0;
    }
    .listagem .titulo-categoria:hover {
        background: url(https://cdn.awsli.com.br/435/435911/arquivos/detail-bar02.png) center center no-repeat;
        ;
        padding-left: 0;
    }
    .listagem .listagem-item {
        border: 0px solid #9d9d9d;
        text-align: center;
        padding-bottom: 90px;
    }
    .listagem .listagem-item .nome-produto {
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }
    .listagem-item .preco-promocional {
        font-size:16px;
    }
    .listagem-item .preco-produto strong.titulo {
        font-size: 22px;
        color: #0096b8;
        font-weight: 600;
    }
    .listagem-item .preco-parcela {
        font-size: 13px;
    }
    .listagem-item .preco-parcela strong {
        color: #0091ad;
    }
    .listagem .span3 .imagem-produto {
        height: 230px;
    }
    .listagem-item .acoes-produto {
        bottom: 10px;
        opacity: 1;
        background: none;
        border: 0;
        width: 100%;
        padding: 0;
    }
    .listagem-item:hover .acoes-produto {
        bottom: 10px;
    }
    .listagem-item .acoes-produto .botao-comprar {
        background: #004566;
        border: 0;
        border-radius: 0;
        padding: 14px;
        width: 80%;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        text-shadow: none;
        margin-left: -1px;
        margin-bottom: -1px;
        transition: all .2s;
    }
    .listagem-item .acoes-produto .botao-comprar:hover {
        background: #0096b8;
    }
    .listagem-item .acoes-produto .botao-comprar i {
        display: none;
    }
    /* NEWSLETTER RODAPE */
    
    #barraNewsletter.posicao-rodape {
        background: url(https://cdn.awsli.com.br/435/435911/arquivos/footer.png) center center repeat-x;
        height: 112px;
        box-shadow: none;
    }
    #barraNewsletter.posicao-rodape .componente,
    #barraNewsletter.posicao-rodape .componente .interno,
    #barraNewsletter.posicao-rodape .conteiner {
        background-color: transparent;
    }
    #barraNewsletter .componente .texto-newsletter {
        width: 230px;
        white-space: inherit;
        text-align: left;
        line-height: 18px;
        text-transform: uppercase;
        font-size: 16px;
    }
    #barraNewsletter .componente input[type="text"] {
        border: 0;
        border-radius: 0;
        padding: 0 0 0 15px;
        height: 42px;
        width: 415px;
    }
    #barraNewsletter .componente .botao {
        margin: 0;
        padding: 0 30px;
        height: 42px;
        border: 0;
        border-radius: 0;
        background: #0091ad;
        margin-left: -7px;
    }
    #barraNewsletter .componente .botao:after {
        content: "ENVIAR";
        font-size: 18px;
    }
    #barraNewsletter .componente .interno-conteudo {
        text-align: center;
        min-height: 30px;
        font-size: 0;
        width: 74%;
        float: right;
        margin-top: 18px;
    }
    /* RODAPE */
    
    #rodape .links-rodape ul li {
        list-style: none;
    }
    #rodape .institucional {
        background: #002333;
    }
    #rodape .institucional .titulo {
        margin: 0;
        text-transform: uppercase;
        color: #0092b0;
        font-size: 15px;
        font-weight: 600;
        border: 0;
    }
    .links-rodape ul li a {
        transition: all .2s;
    }
    .links-rodape ul li a:hover {
        color: #0092b0;
        text-decoration: none;
    }
    #rodape .redes-sociais {
        background: none;
        box-shadow: none;
        border: 0;
    }
    #rodape .institucional .lista-redes {
        display: none;
    }
    #rodape .pagamento-selos .titulo {
        margin: 0;
        text-transform: uppercase;
        color: #707070;
        font-size: 15px;
        font-weight: 600;
        border: 0;
    }
    #rodape .pagamento-selos {
        background: #fff;
    }
    /* ASSINATURA */
    
    #rodape .assinatura,
    #rodape .assinatura-rodape {
        display: inline-block;
    }
    #rodape .assinatura {
        line-height: 38px;
        position: absolute;
        width: auto;
        padding: 20px 0;
    }
    #rodape .assinatura-rodape {
        float: right;
        padding: 20px 0;
    }
    #rodape .assinatura p,
    #rodape .assinatura-rodape span {
        font-size: 12px;
        color: #4e4e4e;
    }
    span.integrada {
        margin-left: 10px;
    }
    span.adway {
        margin-right: 10px;
    }
    .ordenar-listagem.topo {
        border-width: 0;
    }
    #rodape .assinatura p,
    #rodape .assinatura-rodape span {
        font-size: 12px;
        color: #4e4e4e;
    }
    /* PÃƒÂGINA LOGIN */
    
    .filtro h4 {
        color: #000000;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }
    .filtro.lista ul li label {
        background: #fff;
        border-bottom: 1px solid #fff;
    }
    .filtro.lista a {
        color: #fff;
    }
    .filtro.lista {
        background: #fff;
        border-radius: 0;
        border: 0;
    }
    .ordenar-listagem label {
        border: 1px solid #e8e9e9;
        border-radius: 0;
        line-height: 25px;
    }
    .ordenar-listagem button {
        background: #fff;
        border-radius: 0!important;
        border: 2px solid #093950;
        line-height: 21px;
        padding: 6px 16px;
    }
    .cadastro legend i {
        display: none;
    }
    .cadastro .span6:first-child legend {
        background: #0092ae;
        color: #fff;
        position: absolute;
        width: 220px;
        border-radius: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 13px;
        padding: 15px 10px;
        top: -12.5px;
        margin-left: -21px;
        font-weight: 600;
        text-align: center;
    }
    .cadastro .span6:nth-child(2) legend {
        background: #0092ae;
        color: #fff;
        position: absolute;
        width: 220px;
        border-radius: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 13px;
        padding: 15px 10px;
        top: -12.5px;
        margin-left: -21px;
        font-weight: 600;
        text-align: center;
    }
    .cadastro .span6 .caixa-sombreada {
        padding: 50px 20px 20px 20px;
    }
    .cadastro .span6 {
        position: relative;
        padding: 0 20px 20px 20px;
    }
    .cadastro .span6 .caixa-sombreada {
        padding: 50px 20px 20px 20px;
        border-top: 37px solid #004566;
        border-radius: 0;
        box-shadow: none;
        border-left: 1px solid #999;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        background: #ffffff;
    }
    .cadastro .cabecalho-interno .titulo {
        font-size: 22px;
        padding: 0 20px;
    }
    .cadastro button.botao.principal {
        background: #004566;
        border: 0;
        border-radius: 0;
        padding: 6px 20px;
        text-transform: uppercase;
        text-shadow: none;
        color: #fff;
        font-weight: 600;
        transition: all .2s;
    }
    .cadastro button.botao.principal:hover {
        background: #0092ae;
        color: #fff;
    }
    /* PAGINA CATEGORIA */
    
    #corpo {
        margin-top: 30px;
    }
    .menu.lateral .nivel-dois {
        padding: 0;
        box-shadow: none;
        background: #093950;
    }
    .menu.lateral .nivel-um>li:first-child>a {
        box-shadow: none;
        margin-top: 0;
        background: #0092ae;
    }
    .menu.lateral .com-filho.borda-principal {
        border: 0;
    }
    .menu.lateral .nivel-dois li a {
        color: #d1d5d6;
        text-transform: uppercase;
        border-bottom: 1px solid #9a9999;
    }
    .menu .nivel-dois li:hover {
        background-color: #004566;
    }
    .menu.lateral.outras .nivel-um li:hover a {
        background-color: #004566;
    }
    .menu.lateral.outras .nivel-um li:hover a strong {
        color: #fff;
    }
    .menu.lateral .nivel-um>li>a {
        background: #0092ae;
        box-shadow: none;
        margin-top: 5px;
    }
    .menu.lateral .nivel-um>li>a strong {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }
    .menu.lateral.outras {
        background: none;
    }
    .componente.newsletter {
        color: #fff;
        background-color: #093950;
    }
    .componente.newsletter .titulo {
        color: #fff;
    }
    .componente.newsletter .botao {
        background: #0092ae;
    }
    .pagina-categoria .listagem-item .acoes-produto .botao-comprar,
    .pagina-busca .listagem-item .acoes-produto .botao-comprar {
        width: 80%;
        padding: 10px;
    }
    .breadcrumbs ul li a,
    .breadcrumbs ul li strong {
        color: #fff;
    }
    .breadcrumbs {
        background: #093950;
        padding: 10px 20px;
        margin-top: -20px;
    }
    
    /* OCULTA CATEGORIA "CAMPANHAS" */

.categoria-id-2700609 {
    display: none !important;
}
    
          
    /* PAGINA DE PRODUTO */
    
    .produto .conteiner-imagem {
        position: relative;
        width: 430px;
        margin: 0 auto;
    }
    
    
/* Pré-Vendas-Flags */
    
    .produto .conteiner-imagem .flag_pre-sale {
        box-sizing: border-box;
        position: absolute;
        width: 430px;
        margin-left: -215px;
        padding: 12px 0;
        bottom: 48px;
        left: 50%;
        font-size: 14px;
        line-height: 6px;
        color: #FFF;
        background: rgba(0,119,153,0.9);
    }

	.produto .conteiner-imagem .flag_pre-sale-details {
        box-sizing: border-box;
        position: absolute;
        width: 430px;
        margin-left: -215px;
        padding: 8px 0;
        bottom: 0;
        left: 50%;
        font-size: 16px;
        line-height: 16px;
        color: #295565;
        background: rgba(242,188,87,0.9);
    }
    
    .produto .conteiner-imagem .flag_pre-sale-details small {
        display: block;
        font-size: 12px;
        opacity: 0.7;
    }

/* ---- */    
    
    .pagina-produto .breadcrumbs {
        background: #2f2f2f;
        padding: 10px 20px;
        display: none;
    }
    .produto .principal .nome-produto {
        font-size: 22px;
        color: #000;
    }
    .produto .principal .preco-produto.destaque-preco .titulo {
        color: #0092ae;
        font-weight: bold;
        font-size: 33px;
    }
    .produto .acoes-produto .comprar {
        float: left;
    }
    .produto .principal .acoes-produto .preco-produto {
        float: none;
    }
    .produto .principal .comprar .botao-comprar i {
        display: none;
    }
    .produto .principal .comprar .botao-comprar {
        background: #004566;
        border: 0;
        border-radius: 0;
        padding: 14px 100px;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 600;
        text-shadow: none;
        transition: all .2s;
    }
    .produto .principal .comprar .botao-comprar:hover {
        background: #0092ae;
    }
    .produto .acoes-produto .comprar .disponibilidade-produto b {
        color: #000000;
    }
    .produto .acoes-produto .comprar .disponibilidade-produto {
        text-align: left;
    }
    .parcelas-produto .accordion {
        border: 2px solid #f3f3f3;
    }
    .cep label {
        float: none;
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 0;
    }
    .cep .input-append.input-prepend input {
        border: 2px solid #eaeaea;
        box-shadow: none;
        padding: 10px 20px;
        border-right: 0;
        border-radius: 0;
    }
    .produto .cep .input-prepend.input-append .btn:last-child {
        background: #004566;
        border: 0;
        border-radius: 0;
        color: #fff;
        text-shadow: none;
        font-weight: 600;
        padding: 12px 20px;
        transition: all .2s;
    }
    .produto .cep .input-prepend.input-append .btn:last-child:hover {
        background: #0092ae;
        color: #fff;
    }
    .produto .acoes-flutuante {
        display: none!important;
    }
    .abas-custom .tab-content {
        padding: 20px;
        box-shadow: none;
        border: 2px solid #dbdbdb;
    }
    .listagem.aproveite-tambem h4:nth-child(1) {
        margin: 15px 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }
    #barraNewsletter .componente .botao:hover {
        background: #002333;
    }
}
/* PAÂGINA CARRINHO */

.pagina-carrinho .acao-editar .botao.principal.grande {
    background: #004566;
    border-radius: 0;
    padding: 10px 22px 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    font-size: 20px;
}
.caixa-sombreada {
    box-shadow: none;
}
.pagina-carrinho .finalizar-compra .input-append .btn:last-child {
    background: #004566;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 6px 19px;
}
.pagina-carrinho .finalizar-compra input#calcularFrete {
    border: 2px solid #dedede;
    border-radius: 0;
    border-right: 0;
}
.total strong {
    font-weight: 600;
    color: #000;
}
.produto .codigo-produto {
    border: 0;
}
.pagina-carrinho .finalizar-compra .acao-editar .span12 a {
    background: #efefef;
    border: 0;
    box-shadow: inset 0 -2px #d8d8d8;
}
.carrinho-checkout .atendimento li .display-table,
.carrinho-checkout .atendimento li .display-table a,
.carrinho-checkout .atendimento li .display-table span,
.carrinho-checkout .atendimento li .display-table strong {
    color: #fff;
}
.carrinho-checkout .atendimento {
    display: none;
    margin-top: 12px;
}
.carrinho-checkout .conteiner-principal #corpo .conteiner {
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.carrinho-checkout .identificacao .control-group .submit-email.botao.principal {
    background: #76b900;
    border-radius: 0;
}
.caixa-destaque .botao {
    background: #004566;
    color: #fff;
}
/* MOBILE */

@media screen and (max-width: 1024px) {
    .banner.tarja,
    .span5.newsletter-tarja,
    #barraNewsletter.posicao-rodape,
    .menu.superior:after,
    .menu.superior:before {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .carrinho.vazio>a span {
        display: none;
    }
    .breadcrumbs,
    .login-topo {
        padding: 0;
        margin-top: 31px;
    }
    
    .ordenar-listagem label {
    line-height: 22px;
    border-radius: 0;
    }
    
    .login-topo a:before {
        display: none;
    }
    .busca .botao-busca {
        right: -10px;
    }
    .institucional .row-fluid .span3 {
        display: none;
    }
    #rodape .assinatura-rodape {
        float: none;
    }
    #rodape .assinatura {
        position: relative;
    }
    .listagem-item .acoes-produto .botao-comprar {
        width: 72%
    }
    .menu.superior {
        background-color: #0192ae; 
        height: auto;
    }
    .link-bg {
        display: none;
    }
    .pagina-inicial #corpo {
        margin-top: 0;
    }
    .pagina-inicial {
        background: #fff;
    }
}
@media screen and (max-width: 767px) {
    .cooldown.cd-home {
        display: none;
    }
    strong,
    b,
    a,
    span {
        font-weight: normal!important;
    }
    body {
        background: #fff!important;
    }
    .atalhos-mobile ul {
        background: #004566;
    }
    .atalhos-mobile li {
        background: #004566;
    }
    .atalhos-mobile {
        border: 0;
    }
    #cabecalho {
        background: #fff;
    }
    .busca .botao-busca {
        background: #004566;
        border: solid 1px #004465;
        border-radius: 0;
        top: 0;
        padding: 7px 20px;
        font-size: 22px;
    }
    .busca input {
        border: solid 1px #37a2cd;
        border-radius: 0;
        height: 43px;
        padding: 0px 0px 0px 20px;
        
    }
    .conteudo-topo .busca-mobile .atalho-menu {
        background: #004566;
        border: solid 1px #111;
        border-radius: 0;
        padding: 0;
        height: 43px;
        width: 48px;
        color: #0092ae;
        line-height: 43px;
    }    
    
        
    .icon-th:before {
        content: "\f0c9";
        text-shadow: none;
        font-size: 21px;
    }
    .menu .titulo {
        color: #fff;
    }
    .menu .nivel-dois a {
        color: #fff;
    }
    .listagem-item {
        text-align: center;
    }
    .listagem .listagem-item .acoes-produto-responsiva {
        margin: 0;
        position: relative;
        text-align: center;
    }
    .listagem .listagem-item .acoes-produto-responsiva a {
        background: #004566;
        border-radius: 0px;
        padding: 4px 30px;
        text-transform: uppercase;
    }
    .acoes-produto-responsiva .tag-comprar span {
        font-size: 18px;
    }
    #rodape .institucional {
        background-position: top center;
        background-repeat: repeat;
        background: #004566;
        text-align: center;
    }
    .links-rodape ul li {
        list-style: none;
    }
    .tema-pequeno #rodape .redes-sociais {
        width: auto;
    }
    .pagamento-selos {
        background: #fff;
        text-align: center;
    }
    .cep {
        display: none;
    }
    .produto .conteiner-imagem div {
        border: 0;
    }
    .principal .acoes-produto.disponivel {
        text-align: center;
    }
    .produto .comprar .botao-comprar {
        margin-bottom: 10px;
        margin-top: 30px;
        background: #004566;
        padding: 0;
        border: 0;
        text-transform: uppercase;
        font-size: 22px;
        transition: all .2s;
        font-weight: 600!important;
        font-family: "Open Sans", sans-serif;
    }
    .conteudo-topo .busca-mobile {
        border-radius: 0;
        border: 0;
        padding: 0;
    }
    .desconto-a-vista strong {
        color: #29ae24;
        font-size: 30px;
    }
    .listagem .listagem-item {
        border: 1px solid #e8e8e8;
        border-radius: 5px;
    }
    

}
    
    .listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #004765;
    box-shadow: none;    
    
    }
    

.filtro h4 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }
    .filtro.lista ul li label {
        background: #37a2cd;
        border-bottom: 1px solid #ffffff;
    }
    .filtro.lista a {
        color: #fff;
    }
    .filtro.lista {
        background: #004465;
        border-radius: 0;
        border: 0;
    }
    
.ordenar-listagem button {
        background: #e8e9e9;
        border-radius: 0!important;
        border: 1px solid #a7a7a7;
        line-height: 21px;
        padding: 6px 16px;
    }


/* aviso cookies */

#avisoCookies {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.95);
}

#avisoCookies > div > p > a > strong {
  color: #fff;
}

#avisoCookies > div > button {
  border: none;
  background-color: #00B8FF !important;
  line-height: 20px;
  padding: 5px 20px;
  background-image: none;
}

/* CODIGOS ADD 2018 */

.page_form {
    line-height: 25px;
    font-size: 14px;
    padding: 0 30px;
}




a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span{
   color: #2fa9ff;
}


/* ------ */

@media screen and (max-width: 767px) {
    .ordenar-listagem button {
        height:44px;
    }


    
.barra-inicial .acoes-conta li:hover>a {
        color: #0092ae;
        text-decoration: none;
    }

.acoes-conta>li i {
        background: none;
        color: #0092ae;
        margin-right: 0;
        padding-left: 5px;
        border-left: 1px solid #999;
    }
    
    .conteudo-topo .busca-mobile{
	
	background: none;
}

 
   @media screen and (max-width: 767px) {
   input[type="text"] {
        webkit-box-shadow: none !important;
	box-shadow: none !important;
	moz-box-shadow: none !important;
    }

       
    @media screen and (max-width: 767px){
.menu .nivel-dois a {
    color: #ffffffba;
}
        
/* Responsivo Flag/Produtos */
        
    @media only screen and (max-width: 767px){
        
        .produto .conteiner-imagem .flag_pre-sale {
        width: 100%;
        margin-left: 0;
        padding: 8px 0;
        bottom: 36px;
        left: auto;
        font-size: 10px;
        line-height: 8px;
    }

    .produto .conteiner-imagem .flag_pre-sale-details {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        bottom: 0;
        left: auto;
        font-size: 13px;
        line-height: 15px;
    }

    .produto .conteiner-imagem .flag_pre-sale-details small {
        font-size: 10px;
     }       
} 

#id_numero, #cartao_cartao_numero {
display: inline-block !important;
color: #000 !important;
background-color: transparent !important;
}
