body {
	min-width: 320px;
	font-size: 14px;
	line-height: 1.3;
	color: #333;
}
a:hover, a:active {
	text-decoration: none;
}

/* top header */
.barra-inicial {
	background-color: #fff;
	height: 40px;
}
.barra-inicial.fundo-secundario {
	background-color: #fff;
	color: #333;
}
.lista-redes ul li {
	border: none;
	margin-right: 5px;
}
.barra-inicial ul li {
	height: 40px;
}
.barra-inicial ul li a, .barra-inicial ul li span, .barra-inicial.fundo-secundario span {
	font-size: 12px;
	color: #333;
	font-weight: 700;
}
.barra-inicial ul li a:hover {
	text-decoration: none;
	color: #111;
}
.lista-redes .icon-bold, .lista-redes .icon-facebook, .lista-redes .icon-google-plus, .lista-redes .icon-instagram, .lista-redes .icon-pinterest, .lista-redes .icon-twitter, .lista-redes .icon-youtube {
	background: #fff;
	color: #333;
}
.lista-redes .icon-bold:hover, .lista-redes .icon-facebook:hover, .lista-redes .icon-google-plus:hover, .lista-redes .icon-instagram:hover, .lista-redes .icon-pinterest:hover, .lista-redes .icon-twitter:hover, .lista-redes .icon-youtube:hover {
	background: #fff;
	color: #f26024;
}
.canais-contato ul li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.canais-contato ul li a {
	color: #444;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
}
.canais-contato ul li i {
	display: none;
}
@media (min-width: 768px) {
	.barra-inicial .canais-contato i {
	    display: none;
	}
	.barra-inicial .canais-contato span, .barra-inicial .canais-contato a {
	    color: #444;
	    text-transform: uppercase;
	    font-size: 12px;
	    font-weight: 700;
	    line-height: 40px;
	}
}
/* header */
#cabecalho {
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	#cabecalho .conteiner {
	    max-width: 100%;
	    padding: 0;
	}
	#cabecalho .conteiner .row-fluid {
		max-width: 1140px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#cabecalho .conteudo-topo .superior {
		position: absolute;
		left: -9999px;
	}
}
.conteudo-topo .superior {
	font-size: 12px;
	color: #000;
}
.conteudo-topo .superior a {
	font-weight: 600;
}
.conteudo-topo .superior .acoes-conta>li i {
	color: #333;
	background-color: transparent;
	margin-right: 0;
}
.logo a {
	height: 70px;
}
@media (max-width: 768px) {
	.login-conta.span3 {
		display: none;
	}
}
@media (min-width: 768px) {
	.busca-mobile.span8 {
		margin-top: 15px;
    	margin-left: 0;
	}
	.login-conta.span3 {
		width: 23%;
		margin-left: 0;
		text-align: center;
		position: relative;
		line-height: 70px;
	}
	.login-conta a {
		color: #333;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;
		padding-left: 26px;
		line-height: 30px;
	}
	.login-conta a:hover {
		color: #f26024;
		cursor: pointer;
	}
	.login-conta > a:before {
		content: "";
		background: url(https://cdn.awsli.com.br/549/549441/arquivos/sprite0.png) no-repeat -58px -13px;
		width: 20px;
		height: 22px;
		position: absolute;
		left: 0;
		top: -2px;
	}
	.hidden-phone.span1 {
		float: right;
		height: 100%;
		width: 7%;
		margin-left: 0;
	}
	.carrinho {
	    height: 70px;
	    border: 0;
	    background: none;
	}
	#cabecalho .carrinho>a i {
	    height: 100%;
	    width: 100%;
	    line-height: 100%;
	    background-color: transparent;
	}
	#cabecalho .carrinho>a i:before {
	    content: "";
	    background: url(https://cdn.awsli.com.br/549/549441/arquivos/sprite0.png) no-repeat -99px -9px;
	    width: 33px;
	    height: 29px;
	    display: inline-block;
	    margin-top: 20px;
	}
	#cabecalho .carrinho>a strong {
	    color: #fff;
	    background: #f26024;
	    width: 20px;
	    height: 20px;
	    line-height: 21px;
	    font-size: 13px;
	    text-align: center;
	    font-weight: bold;
	    border-radius: 30px;
	    position: absolute;
	    right: 4px;
	    top: 12px;
	}
	.carrinho>a span {
		display: none!important;
	}
	.carrinho-interno {
	    top: 70px;
	    border-top: 0;
	    box-shadow: 0 0 80px rgba(0,0,0,.3);
	}
	.carrinho-interno>div>span {
	    float: none;
	    text-align: center;
	    margin-bottom: 15px;
	    display: block;
	}
	.carrinho-interno>div>span i {
		font-size: 11px;
		color: #777;
		font-style: normal;
	}
	.carrinho-interno>div .botao {
	    float: none;
	    display: block;
	    padding: 0;
	    text-align: center;
	    margin: 0;
	    height: 40px;
	    line-height: 40px;
	    background-image: none;
	    border: 0;
	    border-radius: 0;
	}
}

/* menu */
.atalho-menu:before {
	content: "\f0c9";
}
/* menu */
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#cabecalho .menu.superior {
	background-color: #fff;
	clear: both;
}
#cabecalho .menu li {
	padding: 0 10px;
}
.menu.superior .nivel-um, .menu.lateral .nivel-um {
	margin: 0;
	border-width: 0;
}
@media (min-width: 768px) {
	#cabecalho .menu.superior {
		background-color: #f26024;
	}
	.menu.superior {
		background-color: transparent;
		margin-top: 0;
		position: relative;
		text-align: center;
	}
	.menu.superior .nivel-um>li {
	    border-left: 0;
	    border-right: 0;
	}
	.menu.superior .nivel-um>li:hover {
		margin-top: 0;
		border-width: 0;
	}
	.menu.superior .nivel-um>li>a i {
		margin-left: 0;
		background-color: transparent;
	}
	.menu.superior .nivel-um > li > a {
		line-height: 7px;
	}
	.menu.superior .nivel-dois {
		top: 60px;
		padding: 0;
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	}
	.menu.superior .nivel-dois a {
		line-height: 40px;
		font-size: 12px;
		font-weight: 600;
	}
	.menu .nivel-dois .com-filho i {
		color: #333;
		background-color: transparent;
	}
	.menu li:hover > a i.fundo-secundario {
		background-color: transparent !important;
	}
	.menu .nivel-dois li:hover>.nivel-tres {
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	}
	.menu.superior .titulo {
		margin: 20px 0;
		font-size: 13px;
		font-weight: 400;
		line-height: 20px;
		color: #fff;
	}
}
/* barra topo */
#barraTopo {
	min-height: 50px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#barraTopo h4 { 
	margin-top: -3px;
}
#barraTopo h4 img { 
	width: auto; 
	height: auto; 
	max-height: 40px; 
}
#barraTopo .carrinho-interno {
	top: 45px;
}
#barraTopo .carrinho>a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
}
#barraTopo .carrinho>a strong {
	line-height: 40px;
}
/* Tarja */
.tarja {
	margin: 30px 0;
}
/* table */
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
/* form */
.input-telefone {
	width: 206px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.15;
	height: 34px;
	padding: 6px 12px;
	border-radius: 2px;
	border-color: #E4E8EE;
	background-color: #FAFBFC;
	color: #4B5761;
	box-shadow: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
}
#barraTopo .busca .botao-busca {
	font-size: .875rem;
	color: #333;
	background: transparent;
	padding: 13px 15px;
	height: auto;
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}
.btn {
	padding: 6px 12px;
}
/* modals */
.modal {
	border-radius: 3px;
}
.modal .modal-content {
	border: 1px solid #f2f6f7;
	border-radius: 3px;
	box-shadow: none;
}
.modal .modal-header {
	border-bottom: 0;
	padding: 25px;
}
.modal .modal-body {
	box-shadow: none;
	padding: 25px;
	padding-top: 0;
	white-space: normal;
	border-width: 0;
}
.modal-header .titulo {
	color: #333;
	text-transform: uppercase;
	font-size: 22px;
}
/* mini banners */
.secao-principal .conteudo .mini-banner {
	margin-top: 40px;
	display: block !important;
}
.secao-principal .conteudo .mini-banner .modulo {
	margin-bottom: 10px;
}
.secao-principal .conteudo .mini-banner .modulo:last-child {
	margin-bottom: 0;
}
/* footer */
#rodape {
	position: relative;
}
#rodape .institucional, #rodape .pagamento-selos {
	background: #f7f7f8;
}
.conteiner-principal .conteiner {
	background-color: rgba(255,255,255,0)!important;
	box-shadow: 0 3px 10px 0 rgba(255,255,255,0)!important;
}
#rodape span.titulo {
	color: #222021;
	font-size: 18px;
	text-transform: uppercase;
}
#rodape p, #rodape span, #rodape a {
	color: #000;
}
#rodape li {
	list-style: none;
}
#rodape .redes-sociais {
	background: transparent;
	border: none;
	box-shadow: none;
}
#rodape .institucional .lista-redes ul {
	text-align: center;
}
.gateways-rodape {
	display: none;
	border-width: 0;
}
/* breadcrumbs */
.info-principal-produto .breadcrumbs {
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 600;
}
.info-principal-produto .breadcrumbs ul li:after {
	content: '\f105';
	font-family: fontawesome;
}
/* busca */
.busca {
	padding: 0;
	background: transparent;
	border-width: 0;
}
.busca input[type="text"] {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 4%;
    height: 40px;
    color: #000;
    background-color: #eeeeee;
}
.busca .botao-busca {
	right: 0;
	top: 0;
	height: 42px;
	background: none;
	color: #333;
	border: none;
}
.busca .botao-busca:hover {
	color: #000;
}
/* Newsletter */
@media (min-width: 768px) {
	#barraNewsletter.posicao-rodape .componente .interno {
		padding: 30px 0;
	}
	#barraNewsletter .componente .texto-newsletter {
		line-height: 50px;
		padding-right: 3%;
	}
	#barraNewsletter .componente div.newsletter-cadastro, #barraNewsletter .componente .newsletter-confirmacao {
		width: 50%;
	}
	#barraNewsletter .componente input[type="text"] {
		width: 100%;
		border: 0;
		padding: 0;
		height: 50px;
		background: #fff;
		padding-left: 4%;
		font-size: 13px;
	}
	#barraNewsletter .componente .botao {
		position: absolute;
		height: 100%;
		background: none;
		border: 0;
		box-shadow: none;
	}
	#barraNewsletter .componente .botao:after {
		content: "";
		background: url(https://cdn.awsli.com.br/549/549441/arquivos/sprite0.png) no-repeat -219px -12px;
		width: 37px;
		height: 24px;
		display: block;
	}
}
/* Produtos */
@media (min-width: 768px) {
	.listagem .listagem-item {
	    text-align: left;
	    background: #fff;
	}
	.listagem .listagem-item .nome-produto {
	    color: #2F2F2F;
	    font-size: 14px;
	    font-weight: 600;
	}
	.listagem strong.preco-promocional {
	    font-size: 18px;
	    font-weight: 600;
	}
	.listagem .listagem-linha li {
		border-width: 0;
	}
	.bandeiras-produto span {
		display: block;
		border: 0;
		box-shadow: none;
		line-height: 20px;
		text-align: center;
	}
	.listagem .bandeiras-produto .bandeira-carrinho {
		background-color: #f26024;
	}
	.listagem-item .acoes-produto .botao-comprar {
	    background-image: none;
	    border: 0;
	    border-radius: 0;
	    text-shadow: none;
	    font-size: 13px;
	    text-transform: uppercase;
	    padding: 8px 12px;
	    color: #fff;
	    font-weight: 600;
	    display: inline-block;
	}
}
/* Pagina produtos */
.produto .principal .cep label {
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 500;
	color: #999;
}
.produto .principal .cep .input-append.input-prepend input {
	padding: 0 0 0 20px;
	box-shadow: none;
	border-radius: 0;
	height: 48px;
	width: 92%;
	border: 1px solid #979797;
	border-right: 0;
	background: #f4F4F4;
}
.produto .principal .cep .input-prepend.input-append .btn:last-child {
	background: #f26024;
	text-shadow: none;
	padding: 0 26px;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	height: 48px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}
.produto .principal .acoes-produto .botao.principal.botao-comprar {
	background-image: none;
	border: 0;
	border-radius: 0;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .2s;
}
.abas-custom .tab-content {
	box-shadow: none;
	border: 1px solid #e2e2e2;
}
.produto .principal .preco-produto strong.titulo, .produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 36px;
    font-weight: 600;
}
@media (min-width: 768px) {
	.pagina-produto .secao-principal {
	    padding-top: 40px;
	}
	.secao-principal .span12.produto {
	    position: relative;
	}
	.info-principal-produto .breadcrumbs {
		font-weight: normal;
	}
	.info-principal-produto .breadcrumbs ul li:first-child {
	    padding: 0 10px;
	}
	.info-principal-produto .breadcrumbs ul li:first-child a {
		font-size: 0;
	}
	.info-principal-produto .breadcrumbs ul li:first-child a i:before {
	    content: "\f015";
	    font-size: 14px;
	    color: #666;
	}
	.info-principal-produto .breadcrumbs ul li a {
		color: #666;
	}
	.produto .nome-produto {
		font-size: 24px;
		color: #333;
		font-weight: 600;
	}
	.produto .codigo-produto {
		border-bottom: 0;
		margin-bottom: 10px;
	}
	.produto .codigo-produto span b {
		color: #666;
		font-weight: 500;
		font-size: 12px;
	}
	.produto .codigo-produto span span, .produto .codigo-produto span a {
		color: #666;
		font-size: 12px;
		font-weight: 600;
	}
	.produto .acoes-produto .preco-parcela {
	    color: #333;
	    font-size: 15px;
	}
	.produto .principal .acoes-produto .botao.principal.botao-comprar {
	    background-image: none;
	    border: 0;
	    border-radius: 0;
	    text-shadow: none;
	    text-transform: uppercase;
	    font-size: 22px;
	    line-height: 70px;
	    padding: 0 40px;
	    transition: all .2s;
	}
}
/* checkout */
.caixa-sombreada {
    box-shadow: none;
}
.pagina-carrinho .botao.principal.grande {
    background-image: none;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
}
.pagina-carrinho table th {
    background-color: transparent;
}
.pagina-carrinho .tabela-carrinho td, .tabela-carrinho th {
	border-width: 0;
}
.carrinho-checkout .identificacao .control-group {
	text-align: center;
}
.identificacao .email-box {
    margin-right: 0;
}
.identificacao .control-group input {
    box-shadow: inset 1px 1px 7px #e7e7e7;
}
.carrinho-checkout .identificacao .control-group .submit-email.botao.principal {
    padding: 10px 30px;
    position: relative;
    margin-top: 20px;
}
@media (min-width: 768px) {
	.carrinho-checkout .identificacao .control-group .submit-email.botao.principal {
	    min-width: 200px;
	}
}
.tabela-carrinho .form-horizontal .controls input.input-cep {
	width: auto;
}
/* cadastro */
@media (min-width: 768px) {
	.cadastro-logar .form-horizontal .controls input[type="password"] {
		width: 74.35897435897436%;
	}
}

.parcela-text {
	background-color: #f7f7f8;
    position: relative;
    z-index: 10;
    font-size: 11px;
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}