/* ===== BANNERS BACKGROUND ===== */
.banner-background_left {
	display: block;
	position: fixed;
	width: 380px;
	height: auto;
	top: 0;
	left: 662px;
	margin-left: -960px;
	z-index: 999;
}

.banner-background_right {
	display: block;
	position: fixed;
	width: 350px;
	height: auto;
	top: 0;
	left: 762px;
	margin-left: 500px;
	z-index: 999;
}


/*===== LOGO BARRA TOPO / FANCY BOX=======*/

#barraTopo h4 a {
	display: block;
	width: 152px;
	height: 60px;
	background: url('https://cdn.awsli.com.br/147/147512/arquivos/logo-cabecalho-fancy-box.png') top left no-repeat;    
}
#barraTopo h4 {
	margin-top: 2px;
	text-indent: -999px;
	overflow: visible;
}  



#cabecalho .conteiner {
	background-color: #fceabd !important;
}

#cabecalho {
	background-color: #fceabd !important;
}


.menu.superior {
	background-color: #f2c158;
}

.bem-vindo, .acoes-conta li a.cor-secundaria {color: #FFF !important;}

.carrinho .titulo.cor-secundaria {color: #FFF;}

.bem-vindo .cor-principal {color: #DD5257 !important;}
}
  
 

@media only screen and (min-width: 770px){
/* INICIO COD JONH SILVA */
#corpo a.botao.botao-comprar.principal {
    background: url("https://cdn.awsli.com.br/147/147512/arquivos/btn-top-quero-comprar-green.png") center center no-repeat;
    background-size: 160px !important;
    width: 200px;
    height: 50px;
    border: none;
    text-indent: -999999px;
}
/* desce mais o botÃ£o comprar */
.listagem-item:hover .acoes-produto {
    bottom: 16%;
    border: none;
}

 /* altera bandeira promoÃ§Ã£oF */
.bandeiras-produto span.fundo-principal.bandeira-promocao {
    background-image: url("https://cdn.awsli.com.br/147/147512/arquivos/bandeira-promocao-neka-relogios.png");
    background-repeat: no-repeat;
    background-size: 90px;
    color: rgba(0, 0, 0, 0);
    text-transform: lowercase;
    font-size: 35px;
    padding: 0px 50px 50px 50px;
    border: 0px;
    box-sizing: border-box;
    box-shadow: 0 0 0px rgba(0,0,0,0.5);
    background-color: rgba(255, 134, 66, 0);
}
    /* ajusta produto adicionado a direita */
    .listagem .listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    margin-left: 95px;
}

/* retira nome oferta */
span.fundo-principal.bandeira-promocao {
    color: transparent;
}/* remove borda transparent 2px */
.flexslider {
    border: none;
}
/* remove padding left, right e top e ajusta */
.secao-banners .conteiner {
    padding-right: 0px;
    padding-left: 0;
    text-align: center;
    max-width: 1180px;
    padding-top: 0px;
}
}
#cabecalho .conteiner {
    box-shadow: none;


} 
    



}

/* DESTACANDO O PREÃ‡O Ã VISTA*/
.desconto-a-vista strong {
	display: inline-block;
	padding: 7px 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	background-color: #3e4095;
	border-radius: 50px;
	font-family: 'Oswald', sans-serif;
}

/* DESTACANDO O PREÃ‡O NORMAL*/
.preco-promocional {
	font-size: 20px !important;
	color: #848688 !important;
	font-family: 'Oswald', sans-serif;
}

/* MUDANDO COR DE BOTÃƒO COMPRAR PARA VERDE*/

.botao.principal, .botao.principal:hover{
	background-color: #42b10c
}

