.vimeo-wrapper {
   position: absolute;
   top: 77px;
   left: 0;
   width: 100%;
   height: 600px;
   z-index: 1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
     position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
    
body {
	overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, p, ul li, div, a, span, strong, ol li, section, input, form, label {
	font-family: 'Muli', sans-serif!important;
	text-transform:lowercase;
}
.pagina-login .conteiner, .pagina-cadastro .conteiner, .pagina-conta .conteiner, .pagina-pedido-listar .conteiner, .pagina-favorito-listar .conteiner .pagina-busca .conteiner{
	max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}
a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
hr.sem-margem{
	border:none!important;
}
.barra-inicial {
	display: none;
}
.conteiner-principal .conteiner {
	padding: 0;
}
.conteiner {
	max-width: 1640px;
	margin: 0 auto;
}
#cabecalho {
	height: 77px;
	border-bottom: none;
	margin: 0;
	padding: 0;
    background:#fff;
}
.logo a {
	position: relative;
	display: block;
	height: 120px;
}
.logo a img {
	margin: 15px;
	z-index: 9999999;
}
.conteudo-topo {
}
.conteudo-topo .span8 a {
	display: none;
}
.acoes-conta {
	position: absolute;
	right: 90px;
	top: 25px;
}
.acoes-conta li:first-child {
	margin-right: 15px;
	display: none;
}
.acoes-conta li i {
	display: none;
}
.acoes-conta a {
	background: transparent url(https://cdn.awsli.com.br/925/925735/arquivos/icon-account.png)no-repeat center center;
	text-indent: -1000px;
	overflow: hidden;
	height: 25px;
	width: 25px;
	background-size: 14px;
	float: left;
	padding: 0;
}
.carrinho {
	border: none;
	position: absolute;
	top: 10px;
	right: 20px;
}
.carrinho a {
	background: transparent url(https://cdn.awsli.com.br/925/925735/arquivos/icon-cart.png)no-repeat center left;
	background-size: 17px;
	float: left;
	padding: 20px;
}
.carrinho a i {
	display: none;
}
.carrinho a .vazio-text {
	display: none!important;
}
.carrinho>a strong {
	font-size: 12px;
	margin: -5px 0 0 -7px;
	line-height: 17px;
	color: #fff;
	background: #333;
	border-radius: 100px;
	padding: 2px 7px;
	display:block!important;
}
.carrinho.vazio>a span {
	float: none;
	display: block;
	margin-left: 0px;
	line-height: 40px;
	padding: 0;
	font-size: 13px;
}
.carrinho>a span b {
	display: none!important;
}
.carrinho>a span {
	display: none!important;
}
.carrinho-interno {
	display: none;
	width: 320px;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 30;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border: none;
}
.carrinho-interno li {
	border: none!important;
	background: none!important;
}
.carrinho-interno .imagem-produto {
	position: relative;
	width: 50px;
	height: 50px;
}
.carrinho-interno a {
	background: none;
	background-size: 12px;
	float: left;
	padding: 0;
}
.carrinho-interno .preco-produto {
	float: right;
	margin: 0px 0 0;
}
.carrinho-interno .preco-produto .preco-venda {
	font-size: 12px;
	margin-right: 5px;
}
.carrinho-interno .preco-produto .preco-promocional {
	font-size: 12px;
	display: block;
}
.carrinho-interno>div .botao {
	float: right;
	margin-top: 4px;
	padding: 6px 12px;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
.busca {
    position: absolute;
    padding: 5px;
    background-color: transparent;
    border: none;
    right: 180px;
    top: 32px;
}
.busca form {
    margin: 0;
    position: absolute;
    width: 150px;
    border: none;
    right: -42px;
    top: -9px;
}
.busca input {
	width: 94%;
	border: 1px solid #eee!important;
}
.busca .botao-busca {
	position: absolute;
	right: -12px;
	top: 0;
	height: 30px;
	background: transparent;
	border: none;
	color: #000;
}
 .menu.superior {
	position: absolute;
	top: -7px;
	left: 0%;
	background: none;
	width: 60%;
	margin-left: 20%;
}
.menu ul.nivel-um {
	background: transparent;
	margin: 0;
	padding-left:50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#cabecalho .menu li {
    padding: 0 15px;
}
#cabecalho .menu li.com-filho>a i, .menu li.com-filho>a:hover i {
	display: inline-block;
	background: #fff;
	color: #333;
	margin-left: 0;
}
#cabecalho .menu.superior .nivel-um>li, .menu.superior .nivel-dois>li {
	border-top-width: 0;
	border: none;
	background: transparent;
}
#cabecalho .menu.superior .nivel-um>li:hover, .menu.superior .nivel-dois>li:hover {
	border-top-width: 0;
	margin-top: 0;
}
#cabecalho .menu .titulo {
	display: inline-block;
	white-space: normal;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#cabecalho .menu .titulo:hover {
	color: #cd8c2f;
}


#cabecalho .menu.superior .categoria-paginas strong{
	display:none;
}

#cabecalho .menu.superior .categoria-paginas i{
	display:none;
}

#cabecalho .menu.superior .categoria-paginas ul.nivel-dois{
	display: block;
    top: 0;
    left: -150px;
    border: none;
}

#cabecalho .menu.superior .categoria-paginas ul.nivel-dois .categoria-pagina-317869{display:none;}
#cabecalho .menu.superior .categoria-paginas ul.nivel-dois .categoria-pagina-317870{display:none;}
#cabecalho .menu.superior .categoria-paginas ul.nivel-dois .categoria-pagina-322478{
    position: absolute;
    top: 10px;
    left: 80px;
}
#cabecalho .menu.superior .categoria-paginas .nivel-dois li a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
	color:#333;
}

#modalContato table tbody tr:nth-child(1), #modalContato table tbody tr:nth-child(2), #modalContato table tbody tr:nth-child(3), #modalContato table tbody tr:nth-child(5){
     display: none;
}


.fundo-secundario.botao:hover {
    color: #cd8c2f;
}
.menu.superior .nivel-dois {
    border: 1px solid #eee;
}
.secao-banners .flexslider {
	margin: -45px 0 0 0;
}
#barraTopo {
	display: none!important;
}
#corpo {
	margin-bottom: 30px;
	margin-top: 60px;
}
.listagem .titulo-categoria {
	display: block;
	font-size: 24px;
	margin: 0;
	padding: 10px 0;
	transition: all .2s ease;
	border: none;
	text-align: center;
	text-transform: lowercase;
	color: #333;
	margin-top: 0!important;
}
.listagem .titulo-categoria:hover {
	text-decoration: none;
	background: none;
	padding-left: 0;
}
.bandeiras-produto span {
	display: inline-block;
	padding: 0 10px;
	line-height: 17px;
	color: #FFF;
	text-transform: lowercase;
	font-size: 8px;
	font-weight: 600;
	margin: 0 3px 3px 0;
	border: none;
	box-sizing: border-box;
	box-shadow: none;
	white-space: nowrap;
}
.bandeira-promocao{
	display:none!important;
}
.listagem .bandeiras-produto .bandeira-carrinho {
	background-color: #999;
}
.listagem .span3 .imagem-produto, .listagem .produtos-carrossel[data-produtos-linha="4"] .imagem-produto {
	height: 300px;
}
.listagem .info-produto {
	padding: 15px 5px 10px;
	position: relative;
	text-align: center;
	text-transform: lowercase;
}
.listagem .info-produto .preco-produto {
	display: none;
}
.listagem .listagem-linha li {
	border-width: 0 0 0 1px;
	border-style: none;
}
#barraNewsletter {
	border-top: 1px solid #eee;
}
#barraNewsletter, #barraNewsletter .show-hide, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner {
	background-color: #fff;
	box-shadow: none;
}

.pagina-inicial .secao-principal{
   
}
#instagramFeed{
	text-align:center;
    background: #fafafa;
    width: 100%;
    float: left;
    padding: 50px 0;
	margin:10px 0;
}
#instagramFeed h2{
	font-size:18px;
	color:#333;
	font-weight:600;
	text-align:center;
}

.grid-instafeed{
    width: 12.4%;
    float: left;
    padding: 0;
    margin: 40px 2%;
    border: 1px solid #eee;
}
.grid-instafeed a:hover{
	opacity:0.8;
}


#rodape {
	position: relative;
	border-top: 1px solid #f0f0f0;
	padding: 30px 0;
}
#rodape .institucional {
	background-image: none;
}
#rodape .fundo-secundario {
	background-color: #fff;
	color: #333!important;
}
#rodape a {
	color: #333!important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#rodape a:hover {
	color: #cd8c2f!important;
	text-decoration: none;
}
#rodape .titulo {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 0px;
	border-bottom: none;
	color: #333;
	text-transform: lowercase;
	font-weight:600;
}
#rodape .caixa-facebook, #rodape .caixa-facebook.hidden-phone {
	display: none!important;
}
.conteiner-principal #rodape .conteiner {
	background-color: transparent;
	box-shadow: none;
	padding: 0 50px;
}
.links-rodape ul li {
	list-style-image: none;
	list-style-position: inside;
	line-height: 35px;
	text-transform: lowercase;
}
.links-rodape ul li a {
	color: #333;
	font-size:12px;
}
.pagamento-selos {
	background: #ffffff;
}
#rodape .redes-sociais {
	border: none;
	width: 220px;
	padding: 0;
	position: absolute;
	top: 30px;
	bottom: 0;
	background: none;
	box-shadow: none;
}
#rodape .sobre-loja-rodape {
	color: #333;
	display: none;
}
#rodape .selos .titulo, #rodape .pagamento .titulo{
	display: none;
}
#rodape div div div div a img{
	max-width: 80px!important;
}
.gateways-rodape {
    background-image: none;
    border-radius: 0;
    border: none;
    width: 100%;
}
.gateways-rodape li {
	padding:0;
    text-align: left;
}
.lista-redes .icon-instagram {
	background: none;
	color: #333;
}
.lista-redes .icon-facebook {
	background-color: transparent;
	color: #333;
}
#rodape .institucional .lista-redes {
	text-align: left;
}
#rodape .lista-redes a:hover i {
    background-color: #fff;
    color: #cd8c2f;
}
.fb_iframe_widget {
	display: none;
	position: relative;
}
#rodape .institucional .span9 .span12.visible-phone {
	width: 25%;
}
#rodape .institucional .span9 .span12.visible-phone i {
	color: #333;
}
#rodape .institucional .span9 .span12.visible-phone ul li {
	line-height: 35px;
}
.lista-redes ul li {
	float: left;
	border-left: none;
}
.lista-redes i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	margin: 0;
}
#rodape .institucional .visible-phone {
	display: block !important;
}
#rodape .institucional, #rodape .pagamento-selos {
    padding: 20px 0;
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 40px 0;
}
#barraNewsletter .componente .botao {
    padding: 8px 15px 9px 15px;
}
#barraNewsletter .componente input[type="text"] {
    width: auto;
    margin-right: 5px;
    border-radius: 0;
}

.botao {
	border-radius: 0;
	border: none;
	border-bottom-color: transparent;
	font-size: 14px;
	line-height: normal;
	text-transform: none;
	padding: 6px 14px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	background-image: none;
	white-space: nowrap;
}
.breadcrumbs {
	border-style: none;
	border-width: 1px 0;
	padding: 5px;
	margin: 70px 0 0 10px;
	background: #fafafa;
}
.breadcrumbs i {
	display: none;
}
.breadcrumbs li {
	text-transform: lowercase;
}
.breadcrumbs ul li * {
	font-size: 10px;
	padding: 0 10px;
	color: #333;
}
.menu.lateral{
	margin-bottom:0;
}
.menu.lateral.outras li .titulo {
    font-size: 12px;
}
.menu.lateral .titulo {
    margin: 5px 0;
}
.menu.lateral li.ativo a strong{
	font-weight:700;
}
.menu.lateral .nivel-um>li {
    padding: 0;
    width: 100%;
}
.ordenar-listagem label {
    font-size: 12px;
    float: left;
    padding: 4px 12px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.3),rgba(255,255,255,0.2));
}
.menu .nivel-dois, .menu .nivel-tres, .menu.lateral .nivel-um>li>a {
	background-color: #FFF;
	box-shadow: none;
}
.ordenar-listagem.topo {
	text-align: right;
	padding-bottom: 10px;
	border-width: 0;
	float: right;
	margin: 20px 20px 0 0;
}
.conteudo h1 {
	font-size: 24px;
}
.listagem {
	border: none;
}
.listagem .listagem-linha {
	padding-top: 20px;
	margin-top: 20px;
	border-width: 0;
	border-style: none;
}

.ordenar-listagem.rodape {
	display: block;
	margin-right: 20px;
}

.info-principal-produto .breadcrumbs {
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    background: #fff;
    display: none;
}
.produto .nome-produto {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
}
.pagina-produto .secao-principal{
	max-width: 1280px;
    margin: 80px auto;
}
.produto .acoes-produto .comprar {
    float: left;
    text-align: left;
    width: 100%;
	margin-top:20px;
}
.botao.principal.botao-comprar {
    background-color: #cd8c2f;
    width: 100%;
    padding: 15px 0;
	text-transform:lowercase;
}
.botao.principal.botao-comprar i{
	display:none;
}
.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 24px;
    font-weight: normal;
}
.produto .acoes-produto .preco-parcela.cor-principal {
    font-size: 14px;
}
.produto .acoes-produto .preco-produto.destaque-parcela .titulo {
    font-size: 18px;
}
.produto .acoes-produto .desconto-a-vista strong{
	font-size:18px;
}
.elastislide-carousel ul li a{
	box-shadow: none;
    border: 1px solid #eee;
}
.elastislide-carousel ul li.active a {
    border: 1px solid #cd8c2f;
}
.parcelas-produto{
	padding:0!important;
}
.parcelas-produto .accordion {
    border-style: none;
    padding: 0;
}
.parcelas-produto .accordion .accordion-group .accordion-heading {
    line-height: 0;
    height: 30px;
}

.parcelas-produto .accordion .accordion-group .accordion-heading b{
	display:none;
}
.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas {
    margin-right: 10px;
    font-size: 11px;
    float: left;
}

.parcelas-produto .accordion .accordion-group .accordion-heading img {
    height: auto;
    width: auto;
    max-height: 20px;
    display: none;
}

.cep .input-append.input-prepend input {
    border-radius: 0;
}
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #888;
    text-shadow: none;
    background-color: #d8d8d8;
    background-image: none!important;
    border-color: #d8d8d8;
    *background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 0!important;
    *border: 0;
    border-bottom-color: #d8d8d8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    *margin-left: .3em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas span {
    font-size: 10px;
    margin-left: 2px;
    font-family: FontAwesome!important;
}

.produto .acoes-produto .disponibilidade-produto {
    text-align: left;
}
.cep label {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
    font-weight: 400;
    margin-right: 0;
    width: 100%;
    color: #888;
    text-transform: lowercase;
    margin-top: 0;
}
.abas-custom .tab-content {
    padding: 10px 0;
    box-shadow: none;
    border-top: 1px solid #eee;
}
.pagina-produto .listagem .titulo {
    margin: 30px 0;
    text-align: center;
    text-transform: lowercase;
    font-size: 20px;
    font-weight: 600;
}
.aproveite-tambem{
	margin-top:50px;
}
.produto .acoes-flutuante{
	border-top:none;
}

.pagina-produto .produto{
	position:relative;
}
.pagina-produto .cep{
	margin-top:0px;
}
.pagina-produto .produto .abas-custom{
	text-align:center;
}
.pagina-produto .produto-compartilhar{
	display:none;
}
.pagina-carrinho .secao-principal{
	max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.caixa-sombreada {
    padding: 20px;
    box-shadow: none!important;
}

.pagina-carrinho .tabela-carrinho .bg-dark {
    background-color: transparent;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagina-carrinho .quantidade a{
	font-family: FontAwesome!important;
}

.pagina-carrinho .excluir a{
	font-family: FontAwesome!important;
}

.carrinho-checkout #corpo{
	max-width: 1280px;
    margin: 0 auto;
    width: 90%;
    padding: 60px 0 0 0;
}

.carrinho-checkout .resumo-compra.caixa-sombreada {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    box-shadow: none;
}

.carrinho-checkout #cabecalho .atendimento{
	margin:0;
	border:none;
}
.carrinho-checkout .conteiner-principal #corpo .conteiner {
    box-shadow: none;
}
.carrinho-checkout #rodape, .pagina-carrinho #rodape{
	border:none!important;
}

#rodape .span9.span12{
	margin-bottom: 20px;
}
#rodape .span9.span12 p{
    font-size: 10px;
    line-height: 16px;
}

.pagina-pagina #corpo .secao-principal{
	max-width: 1280px;
    margin: 0 auto;
    width: 94%
}

.pagina-pagina #corpo .secao-principal p{
	margin: 0 0 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
	color:#333;
}
.pagina-pagina #corpo .secao-principal h3{
	font-size: 22px;
    font-weight: 400;
    line-height: 32px;
	color:#333;
}
.pagina-pagina #corpo .secao-principal h4{
	font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	color:#333;
}

.lateral{
	border:none!important;
}
.filtro {
    box-shadow: none;
    outline: none;
    padding: 7px;
	border:none
}
.filtro h4 {
    overflow: hidden;
    padding-bottom: 0;
    border-bottom: none;
    margin: 20px 0 10px 10px;
	font-size:16px;
}
.filtro.lista ul {
    max-height: 163px;
    overflow: auto;
    border: none;
    margin: 0;
}
.filtro.lista ul li a{
    color:#333;
}
.filtro.lista ul li label {
    font-size: 12px;
    padding: 2px 10px;
    line-height: 23px;
    margin: 0;
    display: block;
    vertical-align: middle;
}
.listagem-item.indisponivel, .listagem.com-caixa .listagem-item.indisponivel {
    overflow: hidden;
    background-color: transparent!important;
}
.filtro.lista ul li label:hover{
    background:rgba(0,0,0,0.05);
	color:#333;
	text-decoration:none;
	border:none;
}
.filtro.lista ul li a:hover{
	color:#333;
	text-decoration:none;
	border:none;
}

.listagem-item.produto-adicionado .bandeiras-produto .adicionado-carrinho {
    display: inline-block;
    border: 1px solid #cd8c2f;
    color: #cd8c2f;
    background: #fff;
}


/* ================================== MOBILE ================================= */

.atalhos-mobile {
    display: block;
    text-align: center;
    border-style: none;
    border-width: 0 0 5px;
    background: #fff!important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.atalhos-mobile a {
    font-size: 24px;
    padding: 0 14px;
    position: relative;
    top: 6px;
    text-shadow: none;
    text-decoration: none;
    font-family: FontAwesome!important;
    color: #333;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px;
    z-index: 99;
    width: 60px;
}

@media only screen and (max-width: 767px){
    
	html, body{
		overflow-x: hidden;
		/* overflow-y: hidden; */
	}
	#cabecalho {
    	height: 50px;
    	z-index: 99999999999;
	}
    #cabecalho .menu.superior .categoria-paginas ul.nivel-dois .categoria-pagina-322478 {
        position: relative;
        top: 0;
        left: 0;
    }
    #cabecalho .menu ul.nivel-um {
    	padding-left:0;
    	/* height: 100%; */
    	/* overflow-y: scroll; */
    	/* overflow: scroll !important; */
    	/* height: 10000px; */
    	/* white-space: nowrap; */
    	/* padding-bottom: 200px; */
    }
    #cabecalho .menu.superior .categoria-paginas .nivel-dois li a {
    	padding: 0;
    }
    #cabecalho .menu.superior.active {
    	display: block !important;
    }
    #cabecalho.menu.superior .nivel-um{
        margin: 0px 0 0;
        border: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 10px;
    }
	.logo a {
		height: 82px!important;
		margin: -8px 0 0 33%!important;
	}
	.atalhos-mobile .icon-home{
		display:none;
	}
    .vimeo-wrapper {
       top: 165px!important;
        height:400px!important;
    }
    .pagina-inicial .secao-principal{
    	
	}
	.conteudo-topo .busca-mobile .atalho-menu {
		float: right;
		line-height: 28px;
		font-family: FontAwesome!important;
		position: fixed;
		top: 10px;
		height: 30px;
		width: 50px;
		padding:5px;
		overflow: hidden;
		z-index: 99999999999;
		text-indent: -1000px;
		background-size: 32px!important;
		background: #fff url(https://cdn.awsli.com.br/925/925735/arquivos/icon-menu.png) no-repeat 8px 7px;
	}
	.conteudo-topo .span8 a {
    	display:block!important;
	}
	#cabecalho .menu.superior {
		position: fixed;
		top: 45px;
		left: -41px;
		width: 100%;
		margin-left: 10%;
		z-index: 999999999999;
		border: none;
		overflow-y: scroll;
		height: calc(100% - 45px);
		background: #fff;
		overflow-x: hidden;
		display: none;
	}
	#cabecalho .menu.superior .nivel-um .titulo, .menu.lateral .nivel-um .titulo {
    	font-size: 14px;
	}
	#cabecalho .menu li {
    	padding: 0 15px;
		width:100%;
	}
	.menu.superior .nivel-dois {
		border: none;
	}
	.menu.superior .categoria-marcas .nivel-dois li, .menu.superior .categoria-paginas .nivel-dois li {
		padding: 0!important;
	}
	.menu.superior .categoria-marcas .nivel-dois li a, .menu.superior .categoria-paginas .nivel-dois li a {
		padding: 0;
	}
	.atalhos-mobile li {
		float: right;
		line-height: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.2);
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		background: #fff;
	}
	.conteudo-topo .busca-mobile {
		overflow: hidden;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0.08);
		border-radius: 0;
	}
	
	.busca {
		position: relative;
		padding: 5px;
		background-color: transparent;
		border: none;
		display: block!important;
		border-radius: 0;
		right:0;
		top:0;
	}
	.busca form {
		margin: 0;
		position: relative;
		width: 300px;
		border: none;
		right: 0;
		top: 0;
	}
	.busca input {
		width: 100%;
		border: 1px solid #eee!important;
	}
	.busca .botao-busca {
		position: absolute;
		right: -20px;
		top: 0;
		height: 30px;
		background: transparent;
		border: none;
		color: #000;
	}
	.secao-banners .flexslider {
		margin: 114px 0 0 0;
	}
	.conteiner-principal #rodape .conteiner {
		background-color: transparent;
		box-shadow: none;
		padding: 0px 30px;
	}
	#rodape .redes-sociais {
		border: none;
		width: 81%;
		padding: 0;
		position: absolute;
		top: 30px;
		bottom: 0;
		background: none;
		box-shadow: none;
	}
	#barraNewsletter.posicao-rodape {
		display: block!important;
	}
	#instagramFeed{
		text-align:center;
		background: #fafafa;
		width: 100%;
		float: left;
		padding: 20px 0;
		margin:10px 0;
	}
	#instagramFeed h2{
		font-size:16px;
	}
	.grid-instafeed{
		width: 39%;
		float: left;
		padding: 0;
		margin:10px 5%;
		border: 1px solid #eee;
	}

	#rodape .titulo {
		 margin-bottom: 0;
	}
	.links-rodape ul li a {
		font-size: 14px;
		line-height: 30px;
	}
	.links-rodape-categorias{
		display:none!important;
	}
	#rodape .institucional .span9 .span12.visible-phone {
		width: 105%;
	}
	#rodape .institucional {
		min-height: 150px;
	}
	#rodape .institucional .lista-redes {
		text-align: right;
	}
	.breadcrumbs ul li a {
		font-weight: 400;
		font-size: 11px;
	}
	#corpo {
		margin-bottom: 30px;
		margin-top: 116px;
	}
	.pagina-inicial #corpo {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.ordenar-listagem.topo{
		display:none;
	}
	.conteudo h1 {
		font-size: 24px;
		text-align: center;
		margin: 15px 0 30px 0;
	}
	.ordenar-listagem.rodape {
		padding-top: 10px;
		margin-top: 10px;
		/* display: none; */
		border-width: 1px 0 0;
	}
	.info-principal-produto{
		padding:30px 0 0 0;
	}
	.pagina-produto .secao-principal {
		max-width: 1280px;
		width: 94%;
		margin: 0 auto!important;
	}
	.pagina-produto .produto .abas-custom {

	}
	.pagina-produto .cep {

	}
	.input-append .btn, .input-prepend .btn {
		line-height: 20px;
	}
	.pagina-carrinho .secao-principal {
		max-width: 1280px;
		margin: 0 auto!important;
		width: 94%;
	}
	.tabela-carrinho tr {
		margin: 0 0 20px;
		border: none;
	}
	.produto .nome-produto{
		text-align:center;
	}
	.produto .conteiner-imagem > div {
		border: 0;
	}
    
    .whatsapp {
		position: fixed;
		bottom: 0px;
		right: 0px;
		padding: 10px;
		z-index: 99;
		width: 50px;
	}


}




