﻿@charset "utf-8";
/* CSS Dona Chique */
/* By Internet Center */

@font-face{
	font-family:search-icons;
	src: url(fonts/search-icons-v18.ttf) format("truetype")
}
@font-face {
	font-family: donachique-geomanist-black;
	src: url(fonts/Geomanist-Black.otf);
}
@font-face {
	font-family: donachique-geomanist-bold;
	src: url(fonts/Geomanist-Bold.otf);
}
@font-face {
	font-family: donachique-geomanist-book;
	src: url(fonts/Geomanist-Book.otf);
}
@font-face {
	font-family: donachique-geomanist-extralight;
	src: url(fonts/Geomanist-ExtraLight.otf);
}
@font-face {
	font-family: donachique-light;
	src: url(fonts/Geomanist-Light.otf);
}
@font-face {
	font-family: donachique-geomanist;
	src: url(fonts/Geomanist-Regular.otf);
}
@font-face {
	font-family: donachique-geomanist-italic;
	src: url(fonts/Geomanist-Regular-Italic.otf);
}

@font-face {
	font-family: donachique-playfair;
	src: url(fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
	font-family: donachique-roboto;
	src: url(fonts/Roboto-Light.ttf);
}
@font-face {
	font-family: donachique-vida;
	src: url(fonts/Vidaloka-Regular.ttf);
}
@font-face {
	font-family: donachique-droid;
	src: url(fonts/DroidSerif.ttf);
}
@font-face {
	font-family: donachique-roboto-regular;
	src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('fonts/glyphicons-halflings-regular.eot');
	src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

html{
	margin: 0;
	overflow: auto;
	padding: 0;
	font-family: 'Roboto', 'donachique-roboto', 'Open Sans', sans-serif;
	overflow-x: hidden;
}
body input{
	outline: none;
}
body{
	margin: 0;
	overflow: hidden!important;
	padding: 0;
	font-family: 'donachique-droid', 'Roboto', 'donachique-roboto', 'Open Sans', sans-serif;
	background:url(../imagens/bg.jpg) repeat-x;
}

h1, h2, h4, h5, h6 {
@font-family: 'Open Sans', sans-serif;
	font-weight: inherit;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
}
/*forms*/
/*input, select, button, textarea { background:url(../imgs/transparencia.png); border: 1px solid #fff; margin: 5px; padding: 5px;  font-size:15px; color:#000;}
input[type=button]{ width:100px; background:url(../imgs/bg-form.jpg); border: 1px solid #999; margin: 5px; padding: 5px;  font-size:15px; color:#666; font-weight:bold;}*/

/* limpa tudo */
#espaco{ clear:both;}

/* Geral Site*/
#corpo{
	width:100%;
	float: left;
}
/* Topo geral site*/
#topo{
	width:980px;
	margin: auto;
	height: auto;
}
.topo{
	width:100%;
	margin:auto;
	min-height: 130px;
}

#esquerda_topo{
	width:203px;
	float:left;
	margin-left:15px;
}
#esquerda_topo > #logo{
	width:205px;
	height:73px;
	margin-top:15px;
}

#direita_topo{
	width:752px;
	float:right;
}
/* Apenas background do menu pequeno topo */
#direita_topo > #menu_topo{
	width:750px;
	height:28px;
	background:url(../imagens/fundo_menu_topo.png);
}
/*Menu topo Esquerda*/
#direita_topo > #menu_topo> #opcoes_menu_topo_esquerdo{
	font-size:11px;
	float:left;
	width:30%;
	margin-left:25px;
	height:18px;
	padding:2px;
}
#direita_topo > #menu_topo> #opcoes_menu_topo_esquerdo a{
	text-decoration:none;
	color:#333;
}
#direita_topo > #menu_topo> #opcoes_menu_topo_esquerdo a:hover{
	text-decoration:underline;
	color:#6B4FA2;
}
/*Menu topo Direita*/
#direita_topo > #menu_topo> #opcoes_menu_topo_direito{
	font-size:11px;
	float:right;
	width:60%;
	text-align:right;
	height:18px;
	padding:2px;
	margin-right:25px;
}
#direita_topo > #menu_topo> #opcoes_menu_topo_direito a{
	text-decoration:none;
	color:#333;
}
#direita_topo > #menu_topo> #opcoes_menu_topo_direito a:hover{
	text-decoration:underline;
	color:#6B4FA2;
}
/*Carrinho de compras e busca*/
#direita_topo > #baixo_topo{
	width:752px;
}
#direita_topo > #baixo_topo > #baixo_topo_esquerda{
	float:left;
	width:290px;
}

#direita_topo > #baixo_topo > #baixo_topo_esquerda > #carrinho{
	width:45px;
	height:42px;
	float:left;
	margin-top:20px;
	margin-left:60px;
}
#direita_topo > #baixo_topo > #baixo_topo_esquerda > #carrinho a{
	text-decoration:none;
}
#direita_topo > #baixo_topo > #baixo_topo_esquerda > #msg_carrinho{
	width:150px;
	float:left;
	margin-top:15px;
	font-size:12px;
}
#direita_topo > #baixo_topo > #baixo_topo_esquerda > #msg_carrinho a{
	text-decoration:none;
	color:#000;
}
#direita_topo > #baixo_topo > #baixo_topo_esquerda > #msg_carrinho a:hover{
	text-decoration:underline;
	color:#EC268F;
}
#direita_topo > #baixo_topo > #baixo_topo_direta{
	float:right;
	width:462px;
	font-size:12px;
	text-align:center;
	margin-top:15px;
}
#direita_topo > #baixo_topo > #baixo_topo_direta a{
	text-decoration:underline;
	color:#EC268F;
	font-weight:600;
}
#direita_topo > #baixo_topo > #baixo_topo_direta a:hover{
	text-decoration:none;
	color:#6B4FA2;
	font-weight:600;
}

/*Busca*/
#direita_topo > #baixo_topo > #baixo_topo_direta > #busca{
	width:453px;
	height:40px;
	background:url(../imagens/bg_busca-png.png);
	margin-top:5px;
}
#direita_topo > #baixo_topo > #baixo_topo_direta > #busca > #formulario_buscar{
	width:420px;
	float:left;
	margin-top:8px;
}
#direita_topo > #baixo_topo > #baixo_topo_direta > #busca > #formulario_buscar input, #formulario_buscar select, #formulario_buscar button, #formulario_buscar textarea  {
	background:url(../imagens/bg_form_busca.jpg);
	border: 1px solid #ccc;
	font-size:13px;
	color:#666;
	width:280px;
	border-radius: 3px 3px 3px 3px;
	margin-left:25px;
	padding:5px;
}
#direita_topo > #baixo_topo > #baixo_topo_direta > #busca > #formulario_buscar input[type=button] {
	background:url(../imagens/bg_form_busca.jpg);
	border: 1px solid #ccc;
	font-size:13px;
	font-weight:700;
	color:#000;
	width:60px;
	border-radius: 3px 3px 3px 3px;
	margin-left:2px;
	padding:5px;
}
/*#menu_banner > #menu_banner_opcoes a{
	text-decoration:none;
	color:#fff;		
	padding:3px;
}
#menu_banner > #menu_banner_opcoes a:hover{
	background:#EC268F; 
	color:#fff;
	padding:3px;
}*/
/*img banner*/
#banner {
	width:100%;
	height:440px;
	float:left;
}
/*msg baixo banner*/
#baixo_banner {
	width:100%;
	float:left;
	margin-top: 10px;
}
#baixo_banner > #msg_baixo_banner {
	width:1020px;
	min-height:30px;
	font-size:12px;
	color:#382954;
	font-weight:700;
}
#baixo_banner > #msg_baixo_banner #links-baixo-banner{
	float: left;
}
#baixo_banner > #msg_baixo_banner #links-baixo-banner .coluna-links{
	float: left;
}
#redes-baixo-banner{
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}
/*#baixo_banner > #compartilhe_topo{
	width:35%;	
	float:right;
	margin-top:5px;
}*/

/*novo topo */
#topo{
	width:1020px;
	margin: auto;
	height: auto;
}
.topo{
	width:100%;
	margin:auto;
	min-height: 105px;
}
.menu_topo{
	width:81%;
	float:left;
	height:30px;
}
.coluna1_menu_topo{
	width:27%;
	float:left;
	font-size:12px;
	height:30px;
	line-height:22px;
	color:#666;
	font-family: 'donachique-droid';
}

.coluna1_menu_topo a, .coluna2_menu_topo a{
	text-decoration:none;
	color:#666;
	font-size: 11px;
}
.coluna1_menu_topo a:hover, .coluna2_menu_topo a:hover{
	text-decoration:none;
	color:#999;
}
.coluna2_menu_topo{
	width:27%;
	float:left;
	margin-left: 10px;
	font-size:11px;
	height:30px;
	line-height:26px;
	color:#666;
	font-family: 'donachique-droid';
}
.coluna3_menu_topo{
	width:12%;
	float:left;
	margin-left: 5px;
	font-size:11px;
	height:30px;
	line-height:26px;
	color:#999;
	text-align: left;
	font-family: 'donachique-droid';
}
.coluna3_menu_topo a{
	color: #666;
	text-decoration: none;
}
.coluna3_menu_topo a:hover{
	color: #999;
}
.coluna4_menu_topo{
	width:14%;
	float:left;
	margin-left: 5px;
	font-size:11px;
	height:30px;
	line-height:26px;
	color:#666;
	text-align: left;
	font-family: 'donachique-droid';
}
.coluna5_menu_topo{
	width:12%;
	float:left;
	margin-left: 5px;
	font-size:12px;
	height:30px;
	line-height:26px;
	color:#666;
	text-align: left;
	font-family: 'donachique-droid';
	font-weight: bold;
}

.logar{
	width: 18%;
	float: right;
	border: 1px solid transparent;
	height: 25px;
	margin-top: 0;

}
.coluna1_logar{
	color: #666;
	float: left;
	font-size: 11px;
	line-height: 26px;
	text-align: right;
	width: 100%;
	font-family: 'donachique-droid';
}
.coluna1_logar a{
	text-decoration:none;
	color:#666;
}
.coluna1_logar a:hover{
	text-decoration:none;
	color:#999;
}

#logar-ajuda{
	float: left;
	text-align: right;
}
#divisoria-logar{
	float: left;
	width: 1px;
	height: 10px;
	margin-top: 7px;
	background: #CCC;
	margin-left: 10px;
	margin-right: 10px;
}
#logar-pedidos{
	float: left;
	text-align: left;
}

.coluna2_logar{
	width:10%;
	float:left;
	margin-top:5px;
}
.linha_logo_e_carrinho{
	width:100%;
	margin:auto;
	float: left;
}
.coluna_logo{
	width:24%;
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.coluna_busca{
	width:64%;
	float:left;
	margin-top: 3px;
	height: 95px;
}
.linha1_busca{
	width:100%;
	float: left;
}
.linha1_busca img{
	float: left;
	margin-right: 6px;
}
.linha2_busca{
	float: left;
	width:100%;
	margin-top: 7px;
}
.coluna1_busca{
	width:16%;
	float:left;
	background:#E8E8E8;
	border:1px solid #D2D3D5;
	height:20px;
	line-height:25px;
	color:#999;
	padding:2px;
	font-size: 11px;
	display: none;
}
.coluna2_busca{
	width:58%;
	float:left;
	background:#fff;
	border:1px solid #D2D3D5;
	height:30px;
	margin-left:110px;
	padding:2px;
	margin-top: 10px;
}
.coluna1_formulario_buscar{
	width:89%;
	float:left;
	margin-top: -3px
}
.coluna1_formulario_buscar input[type=text]{
	width:100%;
	background:transparent;
	border:0px;
	font-size:12px;
	color:#999;
	margin-left:5px;
	height: 36px;
	line-height: 27px;
	font-family: 'donachique-playfair';
}
.coluna2_formulario_buscar{
	float: right;
	margin-top: -2px;
	margin-right: -2px;
	background: #ee449e;
	padding: 5px;
}
.coluna_carrinho{
	float:right;
	max-width: 110px;
	margin-top: 0;
	margin-right: 10px;
}
.coluna1_carrinho{
	width:100%;
	float:left;
	border-radius: 5px 0px 0px 5px;
	font-size:12px;
	line-height:25px;
	color:#999;
	padding:2px;
}
.icone_carrinho{
	margin:auto;
}
.icone_carrinho img{
	margin:auto;
	margin-left: -10px;
}
.coluna2_carrinho{
	width:100%;
	float:left;
	height:30px;
	margin-left:-1px;
	margin-top:-7px;
}
.coluna_banner_brasil{
	float: left;
}
.msg_carrinho{
	width:100%;
	font-size:11px;
	color:#999;
	margin-top: 10px;
}
.msg_carrinho span{
	font-weight:bold;
}
.msg_carrinho a{
	text-decoration:none;
	color:#666;
}
.msg_carrinho a:hover{
	text-decoration:underline;
	color:#EC268F;
}

#alinhar-esquerda-full{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #999;
}

#alinhar-centro-full{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#seta-https{
	position: absolute;
	left: 105px;
	z-index: 11000;
}
#selo-frete{
	position: absolute;
	margin-top: 110px;
	margin-left: 130px;
}
#barra-donachique{
	float: left;
	width: 100%;
	display: none;
}
#link-barra{
	float: left;
	padding: 10px 24px 0px 10px;
}
#divisoria-barra{
	float: left;
	background:url(../imagens/barra_divisor.png) no-repeat;
	width: 2px;
	height: 45px;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 4px;
}
#redes-barra{
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

@media screen and (max-width: 1200px) {

	#banner img{
		/*margin-left: -240px;*/
	}

}
@media screen and (min-width: 1201px) and (max-width: 1370px) {

	#banner img{
		/*margin-left: -135px;*/
	}

}
@media screen and (max-width: 1200px) {

	#teste-scroll{
		display: none;
	}

}



#visitantes{
	float: left;
	border-radius: 3px;
	margin-top: 7px;
}
#corpo-visitantes{
	float: left;
	font-size: 11px;
	color: #F26BB3;
}

#teste-scroll:hover{
	background: url(../imagens/seta-fundo.png) no-repeat;
}

#sugestao-produtos{
	width: 560px;
	float: left;
}
#topo-sugestao{
	float: left;
	width: 520px;
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #DDD;
	border-radius: 9px 10px 0 0;
	text-align: center;
	background: #F4F4F5;
}
#logo-sugestao{
	float: left;
	margin-left: 20px;
}
#texto-sugestao{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #431F55;
}
#corpo-sugestao{
	float: left;
	width: 500px;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	font-size: 11px;
}
#corpo-sugestao input[type=text]{
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 3px;
}
#corpo-sugestao textarea{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	border: 1px solid #CCC;
	max-width: 500px;
	max-height: 100px;
	background: none;
}
#corpo-sugestao input[type=email]{
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 3px;
}
#corpo-sugestao input[type=submit]{
	float: left;
	margin: 0;
	margin-top: 5px;
}
#corpo-sugestao label{
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 3px;
}


.label-49{
	width: 49%!important;
	margin-right: 5px!important;
}

#link-sugestao{
	float: left;
	padding: 2px;
	background: #298220;
	border: 1px solid #681B8F;
	border-radius: 0;
	padding-top: 4px;
	/*
	padding-top: 4px; 
	border: 1px solid #46084E; 
background: #8fb63c; 
background: -moz-linear-gradient(top,  #8fb63c 0%, #81a940 42%, #759d3f 50%, #72993f 58%, #699244 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb63c), color-stop(42%,#81a940), color-stop(50%,#759d3f), color-stop(58%,#72993f), color-stop(100%,#699244));
background: -webkit-linear-gradient(top,  #8fb63c 0%,#81a940 42%,#759d3f 50%,#72993f 58%,#699244 100%); 
background: -o-linear-gradient(top,  #8fb63c 0%,#81a940 42%,#759d3f 50%,#72993f 58%,#699244 100%); 
background: -ms-linear-gradient(top,  #8fb63c 0%,#81a940 42%,#759d3f 50%,#72993f 58%,#699244 100%); 
background: linear-gradient(to bottom,  #8fb63c 0%,#81a940 42%,#759d3f 50%,#72993f 58%,#699244 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb63c', endColorstr='#699244',GradientType=0 ); 
	*/
	width: 282px;
	color: #FFF;
	margin-left: 21px;
	font-size: 11px;
	text-align: center;
	height: 19px;
	text-decoration: none;
}
#link-sugestao:hover{
	color: #EEE;
	/*
background: #699244;
background: -moz-linear-gradient(top,  #699244 0%, #72993f 42%, #759d3f 50%, #81a940 58%, #8fb63c 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#699244), color-stop(42%,#72993f), color-stop(50%,#759d3f), color-stop(58%,#81a940), color-stop(100%,#8fb63c)); 
background: -webkit-linear-gradient(top,  #699244 0%,#72993f 42%,#759d3f 50%,#81a940 58%,#8fb63c 100%);
background: -o-linear-gradient(top,  #699244 0%,#72993f 42%,#759d3f 50%,#81a940 58%,#8fb63c 100%); 
background: -ms-linear-gradient(top,  #699244 0%,#72993f 42%,#759d3f 50%,#81a940 58%,#8fb63c 100%); 
background: linear-gradient(to bottom,  #699244 0%,#72993f 42%,#759d3f 50%,#81a940 58%,#8fb63c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699244', endColorstr='#8fb63c',GradientType=0 ); 
	*/

}
#link-sugestao:active{
	position: relative;
	top: 1px;
}

#link-sugestao2{
	float: left;
	padding: 1px;
	margin-top: 7px;
	border: 1px solid #CCC;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #efefef 54%, #e7e7e7 62%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(54%,#efefef), color-stop(62%,#e7e7e7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	color: #000;
	width: 166px;
	font-size: 10px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	line-height: 11px;
	text-decoration: none;
}
#link-sugestao2:hover{
	color: #666;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebebeb 0%, #e7e7e7 38%, #efefef 46%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(38%,#e7e7e7), color-stop(46%,#efefef), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#link-sugestao2:active{
	position: relative;
	top: 1px;
}
#conteudo-fone{
	float: left;
	line-height: 12px;
	font-size: 11px;
	margin-top: 3px;
}
#submit-form{
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding: 10px 0 10px 0;
	border-radius: 0 0 10px 10px;
	margin-top: 20px;
}
#botoes-form{
	float: right;
	margin-right: 20px;
	width: 150px;
	text-align: right;
}
#captcha-sugestao{
	float: left;
	width: 100%;
	margin-top: 5px;
}
#corpo-captcha{
	float: left;
	width: 456px;
}
#imagem-captcha{
	float: left;
	width: auto;
	height: 50px;
}
#campo-captcha{
	float: left;
	width: auto;
	text-align: left;
	margin-left: 10px;
}
#campo-captcha input{
	margin: 0;
}
#input-captcha{
	float: left;
	width: auto;
}
#input-captcha input{
	float: left;
	width: 115px!important;
	height: 30px!important;
	padding: 3px;
	padding-right: 30px;
	font-size: 16px;
}
#trocar-imagem{
	float: left;
	padding: 4px;
	background: #CFCFD5;
	border-radius: 5px;
	height: 20px;
	width: 20px;
	margin-left: -28px;
	margin-top: 1px;
}
#selo-sustentavel img{
	width: 120px!important;
	height: 34px!important;
}

.coluna2_menu_topo a{
	margin-left: 3px;
	float: left;
}
.coluna2_menu_topo span{
	margin-left: 3px;
	float: left;
	font-size: 12px;
}
.coluna2_menu_topo img{
	float: left;
}


#link-fornecedor{
	float: left;
	padding: 1px 1px 2px 1px;
	border: 1px solid #CCC;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #efefef 54%, #e7e7e7 62%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(54%,#efefef), color-stop(62%,#e7e7e7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	color: #000;
	width: 82px;
	font-size: 11px;
	text-align: center;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 11px;
	text-decoration: none;
	margin-top: 7px;
}
#link-fornecedor:hover{
	color: #666;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebebeb 0%, #e7e7e7 38%, #efefef 46%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(38%,#e7e7e7), color-stop(46%,#efefef), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#link-fornecedor:active{
	position: relative;
	top: 1px;
}
#fancy-fornecedor{
	float: left;
	width: 560px;
}

#link-cadastro{
	float: left;
	padding: 1px 1px 2px 1px;
	border: 1px solid #CCC;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #efefef 54%, #e7e7e7 62%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(54%,#efefef), color-stop(62%,#e7e7e7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#efefef 54%,#e7e7e7 62%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	color: #000;
	width: 82px;
	font-size: 11px;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	line-height: 11px;
	text-decoration: none;
	margin-top: 7px;
}
#link-cadastro:hover{
	color: #666;
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebebeb 0%, #e7e7e7 38%, #efefef 46%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(38%,#e7e7e7), color-stop(46%,#efefef), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebebeb 0%,#e7e7e7 38%,#efefef 46%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#link-cadastro:active{
	position: relative;
	top: 1px;
}
#fancy-cadastro{
	float: left;
	width: 600px;
}

#corpo-cadastro-nacional{
	float: left;
	width: 560px;
	padding: 0 20px 0 20px;
	margin-top: 10px;
	font-size: 11px;
}
#corpo-cadastro-nacional input[type=text]{
	float: left;
	width: 160px;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 3px;
}
#corpo-cadastro-nacional textarea{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	border: 1px solid #CCC;
	max-width: 500px;
	max-height: 100px;
	background: none;
}
#corpo-cadastro-nacional input[type=email]{
	float: left;
	width: 148px;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 3px;
}
#corpo-cadastro-nacional input[type=submit]{
	float: left;
	margin: 0;
	margin-top: 5px;
}
#corpo-cadastro-nacional label{
	float: left;
	width: 170px;
	margin-right: 16px;
	margin-top: 0;
	margin-bottom: 3px;
}
#corpo-cadastro-nacional select{
	margin: 0;
	margin-top: 3px;
	background: none;
}
#corpo-cadastro-nacional #servicos{
	width: 538px;
	height: 145px;
	margin-bottom: 5px;
}
#corpo-cadastro-nacional #uf{
	width: 168px;
	height: 23px;
}

#corpo-cadastro-nacional #div-servicos{
	float: left;
	width: 100%;
}
#corpo-cadastro-nacional #div-servicos label{
	float: left;
	margin-top: 5px;
}
#corpo-cadastro-nacional #div-servicos input[type="checkbox"]{
	float: left;
	margin-left: 0;
}
#corpo-cadastro-nacional #div-servicos span{
	float: left;
	margin-top: 1px;
}

#fancy-cadastro #topo-sugestao {
	float: left;
	width: 560px;
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #DDD;
	border-radius: 9px 10px 0 0;
	text-align: center;
	background: #F4F4F5;
}

#carrossel-antes{
	float: left;
	width: 97%;
	margin-left: 1%;
	margin-top: 10px;
	margin-bottom: -10px;
}
.display-n{
	display: none;
}
.div-48{
	float: left;
	width: 48%;
}
.div-120{
	float: left;
	width: 120px;
}
.div-3{
	float: left;
	width: 3%;
	height: 10px;
}
.select-170{
	width:170px;
}
.div-980{
	margin: auto;
	width: 980px;
}
.coluna2_formulario_buscar{
	cursor: pointer;
}
#recaptcha_sugestao{
	float: left;
	margin-top: 10px;
}
#recaptcha_revendedor{
	float: left;
	margin-top: 10px;
}
#recaptcha_profissionais{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#teste-scroll{
	position: fixed;
	right: 30px;
	bottom: 5px;
	cursor:pointer;
	text-align: center;
	color: #666;
	font-size: 11px;
	display: none;
	width: 75px;
	height: 68px;
}
.seta-voltar{
	position: relative;
}
.iframe-face{
	border:none!important;
	overflow:hidden!important;
	width:80px!important;
	height:20px!important;
}
.iframe-twitter{
	width: 243px!important;
	height: 20px!important;
}
.iframe-tipface{
	border:none!important;
	overflow:hidden!important;
	width:80px!important;
	height:20px!important;
}
.icon-cad{
	margin-top: 6px;
}
.wp-icon{
	margin-top: 1px;
	margin-left: 6px;
	float: left;
}
#titulo-whats{
	float: left;
}
.icon_tel_t{
	margin-top: 3px;
}
.coluna3_busca{
	float: left;
	width:70%;
	margin-left: 8px;
	font-size: 10px;
	color: #666;
	text-align: left;
}
.float-l{
	float: left;
}
#seloEbit{
	background-image: url(https://a248.e.akamai.net/f/248/52872/0s/img.ebit.com.br/ebitBR/selo/img_13778.png);
	width: 89px;
	height: 94px;
	display: block;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat no-repeat;
}
.span-absolute{
	top: -105px;
	position: absolute;
}
.depreco-produto-carrossel{
	text-decoration: line-through;
	color: #999;
}
.preco-produto-carrossel{
	font-weight: bold;
	color: #EC268F;
}
.banner-chat{
	border: 1px solid #EEE;
	border-radius: 5px;
}
.margin-l-0{
	margin-left: 0;
}

#titulo-filtro-index{
	color: #FFF;
	float: left;
	width: 100%;
	font-size: 20px;
	margin-top: 20px;
	text-shadow: 2px 2px 1px #000;
	text-align: center;
}
#subtitulo-filtro-index{
	color: #FFF;
	float: left;
	width: 100%;
	text-shadow: 2px 2px 1px #000;
	text-align: center;
}
#categorias-filtro{
	float: left;
	width: 100%;
	margin-top: 25px;
}

#categorias-filtro #categoria-cor{
	color: #FFF;
	float: left;
	margin-left: 18px;
	text-shadow: 2px 2px 1px #000;
}
#categorias-filtro #categoria-textura{
	color: #FFF;
	float: left;
	margin-left: 90px;
	text-shadow: 2px 2px 1px #000;
}
#categorias-filtro #categoria-tecnica{
	color: #FFF;
	float: left;
	margin-left: 60px;
	text-shadow: 2px 2px 1px #000;
}
#categorias-filtro #categoria-tipo{
	color: #FFF;
	float: left;
	text-shadow: 2px 2px 1px #000;
	margin-left: 28px;
}
#categorias-filtro #categoria-tipo_aplique{
	color: #FFF;
	float: left;
	text-shadow: 2px 2px 1px #000;
	margin-left: 82px;
}
#categorias-filtro #categoria-tamanho{
	color: #FFF;
	float: left;
	margin-left: 77px;
	text-shadow: 2px 2px 1px #000;
}

#form-banner form{
	float: left;
	width: 100%;
	color: #000;
}
#form-banner .select-cor{
	background: #FFF;
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
#form-banner .select-textura{
	background: #FFF;
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 30px;
	margin-right: 20px;
}
#form-banner .select-tecnica{
	background: #FFF;
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 30px;
	margin-right: 20px;
}
#form-banner .select-tipo{
	background: #FFF;
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 30px;
	margin-right: 8px;
}
#form-banner .select-tipo_aplique{
	background: #FFF;
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 30px;
	margin-right: 20px;
}
#form-banner .select-tamanho{
	background: #FFF;
	float: left;
	width: 110px;
	margin-top: 5px;
	height: 30px;
	margin-right: 20px;
}
#form-banner .submit-filtro{
	float: left;
	text-align: center;
	border: none;
	background: #f69;
	color: #fff;
	margin-top: 0;
	height: 40px;
	border-radius: 5px;
	padding: 10px 5px 10px 5px;
	margin-left: 10px;
	cursor: pointer;
}
#form-banner{
	background: url(../imagens/fundo-filtro.png);
	margin: auto;
	width: 875px;
	height: 185px;
	border-radius: 10px;
	text-align: left;
}

#form-banner img{
}
#categorias-filtro img{
	margin-left: 2px!important;
}

.example-obtuse:before {
	content: "";
	position: absolute;
	bottom: -17px;
	right: 168px;
	border-width: 0 0 16px 27px;
	border-style: solid;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
}
.tooltip-cor{
	display: none;
	position: absolute;
	width: 210px;
	height: 37px;
	text-align: left;
	padding: 5px;
	background: #FFF;
	color: #000;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -84px;
	border: 1px solid #FFF;
	margin-left: 20px;
	font-size: 11px;
}
.tooltip-cep{
	position: absolute;
	display:  none;
	width: 200px;
	height: 25px;
	text-align: center;
	padding: 10px 10px 5px 1px;
	background: #A01395;
	color: #FFF;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -44px;
	border: 1px solid #A01395;
	margin-left: 65px;
	font-size: 11px;
}
.tooltip-cep:before {
	content: "";
	position: absolute;
	bottom: -17px;
	right: 168px;
	border-width: 0 0 16px 27px;
	border-style: solid;
	border-color: transparent #A01395;
	display: block;
	width: 0;
}
.fechar-tooltip-cep {
	position: absolute;
	top: 3px;
	right: 19px;
	font-weight: bold;
	display: block;
	width: 0px;
	font-size: 14px;
	cursor: pointer;
}
.fechar-tooltip-cep:hover {
	cursor: pointer;
	color: #CCC;
}

.tooltip-entrega{
	position: absolute;
	display: none;
	width: 280px;
	height: 25px;
	text-align: center;
	padding: 10px 10px 5px 1px;
	background: #A01395;
	color: #FFF;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -44px;
	border: 1px solid #A01395;
	margin-left: -25px;
	font-size: 11px;
}
.tooltip-entrega:before {
	content: "";
	position: absolute;
	bottom: -17px;
	right: 168px;
	border-width: 0 0 16px 27px;
	border-style: solid;
	border-color: transparent #A01395;
	display: block;
	width: 0;
}
.fechar-tooltip-entrega {
	position: absolute;
	top: 3px;
	right: 19px;
	font-weight: bold;
	display: block;
	width: 0px;
	font-size: 14px;
	cursor: pointer;
}
.fechar-tooltip-entrega:hover {
	cursor: pointer;
	color: #CCC;
}


.tooltip-textura{
	display: none;
	position: absolute;
	width: 200px;
	height: 37px;
	text-align: left;
	padding: 5px;
	background: #FFF;
	color: #000;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -84px;
	border: 1px solid #FFF;
	margin-left: 60px;
	font-size: 11px;
}


.tooltip-tecnica{
	display: none;
	position: absolute;
	width: 270px;
	height: 37px;
	text-align: left;
	padding: 5px;
	background: #FFF;
	color: #000;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -84px;
	border: 1px solid #FFF;
	margin-left: -12px;
	font-size: 11px;
}

.tooltip-tipo{
	display: none;
	position: absolute;
	width: 220px;
	height: 37px;
	text-align: left;
	padding: 5px;
	background: #FFF;
	color: #000;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -84px;
	border: 1px solid #FFF;
	margin-left: 19px;
	font-size: 11px;
}

.tooltip-tamanho{
	display: none;
	position: absolute;
	width: 200px;
	height: 37px;
	text-align: left;
	padding: 5px;
	background: #FFF;
	color: #000;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -84px;
	border: 1px solid #FFF;
	margin-left: 72px;
	font-size: 11px;
}

.flecha-filtro{
	position: absolute;
	z-index: 9;
	text-align: left;
	margin-left: -110px!important;
	margin-top: 20px!important;
}

.input-ninja{
	display: none;
}

#form-banner .select-estoque {
	background: #fff;
	float: left;
	width: 115px;
	margin-top: 5px;
	height: 30px;
	margin-right: 10px;
	display: none;
}
#categorias-filtro #categoria-estoque {
	color: #fff;
	float: left;
	margin-left: 16px;
	text-shadow: 2px 2px 1px #000;
	display: none;
}

.tooltip-estoque {
	display: none;
	position: absolute;
	width: 200px;
	height: 60px;
	text-align: left;
	padding: 5px;
	background: #fff;
	color: #000;
	text-shadow: none;
	border-radius: 10px;
	margin-top: -104px;
	border: 1px solid #fff;
	margin-left: 65px;
	font-size: 11px;
}

#logo-barra-topo {
	float: left;
	margin-top: 12px;
}

.categorias-filtro-topo {
	float: right!important;
	width: 900px!important;
	margin-top: 5px!important;
	font-size: 14px;
}

.form-banner-topo {
	background: none!important;
	margin: 0!important;
	float: right!important;
	width: 900px!important;
	height: 40px!important;
	border-radius: 10px!important;
	text-align: left!important;
}

#topo-header {
	width: 100%;
	height: 77px!important;
	background: #6e3e86;
	position: fixed;
	display: none;
	z-index: 999;
	top: 0;
	box-shadow: 0px 0px 11px #666;
	border-bottom: 3px solid #fff;
}

#corpo-telefones-atendimento{
	float: left;
	width: 100%;
}
#corpo-horarios-atendimento{
	float: left;
	width: 100%;
}
.col-telefones-atendimento {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.titulo-telefones{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}
#div-telefones-atendimento{
	max-width: 560px;
	display: inline-block;
	height: 500px;
}
.col-telefones-atendimento .div-telefone{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: 'donachique-droid';
	color: #666;
}
.col-horarios-atendimento {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.titulo-atendimento{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 20px;
}
.conteudo-horarios{
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-family: 'donachique-droid';
	color: #666;
}
#link-central{
	color: #666;
	text-decoration: none;
}

#texto-logo{
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	font-family: 'donachique-playfair';
}

#aviso-fgts{
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-align: left;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	font-style: italic;
	margin-left: 10px;
	display: none;
}
.coluna1_menu_topo a{
	float: left;
	font-size: 11px;
	font-family: 'donachique-droid';
	margin-top: 0;
	line-height: 26px;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}

.glyph-trocas{
	font-size: 10px!important;
	margin-top: 6px!important;
	margin-right: 5px!important;
}

.formulario-login button {
	padding: 15px;
	width: 100%;
	margin-top: 5px;
	background: #862A76;
	color: #FFF;
	font-size: 20px;
	font-family: 'donachique-droid';
	border: 1px solid #CCC;
	outline: none;
	cursor: pointer;
}

/* Faixa Black Friday */

/*

#baixo_banner{
	width: 100%;
	float: left;
	margin-top: 40px;
	border-top: 5px solid #c22a6d;
	border-bottom: 5px solid #c22a6d;
	background: #000;
}
#baixo_banner a{
	width: 100%;
	float: left;
}
#msg_baixo_banner{
	width: 1010px;
}
#barra-donachique{
	float: left;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#logo-barra-black{
	float: right;
	margin-right: 50px;
}
#conteudo-barra-black{
	width: 50%;
	float: left;
	color: #fff;
}
#texto-barra-black{
	float: left;
	width: 50%;
	color: #FFF;
	font-size: 24px;
}

*/

/* Faixa Avaliação */

#baixo_banner{
	width: 100%;
	float: left;
	margin-top: 40px;
	border-top: 5px solid #c22a6d;
	border-bottom: 5px solid #c22a6d;
	background:url(../imagens/imagens-avalia/mobile/fundo-topo.png) no-repeat;

}
#baixo_banner a{
	width: 100%;
	float: left;
}
#msg_baixo_banner{
	width: 1010px;
}
#barra-donachique{
	float: left;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#logo-barra-black{
	float: right;
	margin-right: 50px;
	margin-top: 6px;
}
#conteudo-barra-black{
	width: 50%;
	float: left;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
#texto-barra-black{
	float: left;
	width: 50%;
	color: #FFF;
	font-size: 24px;
}

#selo_desc a{
	font-size: 0.9em;
	line-height: 0.9em;
	text-decoration: none;
	color: #FFFF;
}

#tres_colunas #selo_desc{
	display: block;
	position: absolute;
	float: right;
	background: #C42AC3;
	border: 2px solid #C42AC3;
	border-radius: 75px;
	padding: 10px 5px;
	margin-left: 275px;
	z-index: 2;
	margin-top: 5px;
}

#tres_colunas_2 #selo_desc{
	display: block;
	position: absolute;
	float: right;
	background: #C42AC3;
	border: 2px solid #C42AC3;
	border-radius: 75px;
	padding: 10px 5px;
	margin-left: 195px;
	z-index: 2;
	margin-top: 5px;
}


@-moz-document url-prefix() {
	.flecha-filtro {
		margin-left:-985px!important;
	}
}

