body{ margin:0px; }
a{ 
	display:block;
	background:transparent; 
	outline:none !important;
	text-decoration:none !important;
}
img{ border: 0px; }
.clearfix,.clear{ clear:both; }
h1,h2,h3,h4,h5,h6{
	margin-top: 5px;
	margin-bottom: 5px;
	color:#000;
	font-weight:normal;
}
h1{ font-size: 26px; }
h2{ font-size: 22px; }
h3{ font-size: 20px; }
h4{ font-size: 16px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }
.small{ font-size:80%; }
p {
  margin:0px;
  padding:0px;
  line-height:25px;
  font-size:12px;
}
li{
	padding:0px;
	margin:0px;
	list-style:none;	
}
.msg-erro{
  color:#FF0000;
}
.msg-ok{
  color:#090;
}
.conteudo-principal{
	padding-bottom:60px;	
}
.conteudo {
	width:100%;
	max-width:1200px;
  	min-width: 300px;
	min-height:100px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}
.total-mapeamento-site{
	padding-top:10px;
	padding-bottom:10px;	
}
.total-mapeamento-site a{
	display:inline;
	color:#000;
}
.total-mapeamento-site a:hover{
	text-decoration:underline !important;	
}
.obrigatorio{
  color:#FF0000 !important;
  font-size:11px;
}
.pagina-naoencontrada {
  width: 100%;
  padding-bottom: 170px;
  padding-top: 120px;
  text-align: center;
  color: #535353;
}
.erro-404 {
  font-family: 'Open Sans' !important;
  font-weight: bold;
  font-size: 100px !important;
}
.texto-404 {
  font-family: 'Open Sans';
  font-size: 25px;
}
.btt-voltar-produtos{
	background: #D20000; display: block; max-width: 350px; width: 100%;height: 40px; color: #FFF; line-height: 40px; margin: 50px auto 0px auto; font-weight: bold;
}	
.btt-voltar-produtos:hover{
	background:#B00000 !important;	
}
/* PLACEHOLDER */
::-webkit-input-placeholder{
    color:#888888;
}
:-moz-placeholder{
    color:#888888;
}
::-moz-placeholder{
    color:#888888;
}
:-ms-input-placeholder{
    color:#888888;
}
/* HTML PADRAO GERAL */
ul{
	list-style:none;	
	margin:0px !important;
	padding:0px !important;
}
form{
	padding:0px;
	margin:0px;	
	display:block;
}
input[type="text"],input[type="password"],input[type="tel"],input[type="email"],textarea,select{
	width:100%;
	padding-left:15px;
	font-size:12px;
	outline:none;
	font-family:'Open Sans';
}
.preto{
	color:#333;	
}
.preto:hover{
	text-decoration:none !important;
	color:#666 !important;	
}
.branco{
	color:#FFF;	
}
.branco:hover{
	text-decoration:none !important;
	color:#666 !important;	
}
.branco-puro{
	color:#FFF !important;	
}
.branco-puro:hover{
	color:#FFF !important;
	text-decoration:none !important;	
}
.no-margin{
	margin:0px !important;	
}

/* MENSAGEM FALE CONOSCO E NEWSLETTER */
.msg{
	width:100%;
	border:0px !important;
	font-family:Arial, sans-serif;
	text-align:center;
	position:fixed !important;
	top:0px;
	left:0px;
	font-size:12px;
	padding:15px 20px 15px 20px;
	font-weight:normal;
	min-height:10px;
	z-index:999;
	box-shadow:0px 3px 10px #CCC;
}
.erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;	
	color:#B94A48;
}
.sucesso{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
}
.icone-msg{
	margin-right:10px;	
}
.fechar-msg{
	color:#999;
	font-size:20px;
	position:absolute;
	right:100px;
	top:10px;
	font-weight:bold;
	cursor:pointer;
	width:100px;	
}
.linha {
  margin-right: -15px;
  margin-left: -15px;
}
*, *:before, *:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.xs-1, .sm-1, .md-1, .xs-2, .sm-2, .md-2, .xs-3, .sm-3, .md-3, .xs-4, .sm-4, .md-4, .xs-5, .sm-5, .md-5, .xs-6, .sm-6, .md-6, .xs-7, .sm-7, .md-7, .xs-8, .sm-8, .md-8, .xs-9, .sm-9, .md-9, .xs-10, .sm-10, .md-10, .xs-11, .sm-11, .md-11, .xs-12, .sm-12, .md-12{
  position: relative;
  float: left;
}
.xs-12{ width:100%; }
.xs-11{ width: 91.66666667%; }
.xs-10{ width: 83.33333333%; }
.xs-9 { width: 75%; }
.xs-8 { width: 66.66666667%; }
.xs-7 { width: 58.33333333%; }
.xs-6 { width: 50%; }
.xs-5 { width: 41.66666667%; }
.xs-4 { width: 33.33333333%; }
.xs-3 { width: 25%; }
.xs-2 { width: 16.66666667%; }
.xs-1 { width: 8.33333333%; }
@media (min-width: 768px) {
  .sm-12{ width: 100%; }
  .sm-11{ width: 91.66666667%; }
  .sm-10{ width: 83.33333333%; }
  .sm-9 { width: 75%; }
  .sm-8 { width: 66.66666667%; }
  .sm-7 { width: 58.33333333%; }
  .sm-6 { width: 50%; }
  .sm-5 { width: 41.66666667%; }
  .sm-4 { width: 33.33333333%; }
  .sm-3 { width: 25%; }
  .sm-2 { width: 16.66666667%; }
  .sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
  .md-12{ width: 100%; }
  .md-11{ width: 91.66666667%; }
  .md-10{ width: 83.33333333%; }
  .md-9 { width: 75%; }
  .md-8 { width: 66.66666667%; }
  .md-7 { width: 58.33333333%; }
  .md-6 { width: 50%; }
  .md-5 { width: 41.66666667%; }
  .md-4 { width: 33.33333333%; }
  .md-3 { width: 25%; }
  .md-2 { width: 16.66666667%; }
  .md-1 { width: 8.33333333%; }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.img-responsive{
	display: block;
	height: auto;
	max-width: 100%;	
}
.mensagem-sucesso{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
	width:100%;
	padding:15px;	
}
.mensagem-erro{
	background-color: #F2DEDE;
	border: 1px solid #F27B81;
	color: #B94A48;
	width: 100%;
	padding: 15px;
	margin-bottom:15px;
}
/* AUTO COMPLETE BUSCA */
.ui-state-focus{
	background:#EEE !important;
	margin:0px !important;	
}
.ui-widget-content{
	border:0px !important;	
}
.ui-menu:nth-child(0){
	border-top:1px solid #EEE !important;
}

.ui-menu-item a .img-busca{
	float: left;
    margin-right: 10px;
    margin-left: -10px;
}
.ui-menu-item a.buscar-mais,.nao-encontrado{
	text-align: center !important;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Titillium Web';
    font-size: 13px;
    color: #333;
}
.ui-menu-item a{
	font-size:12px;
	margin:3px;
	margin-left:8px;
	padding-left:8px;
}
.ui-menu-item{
	border:1px solid #DDD !important;
}



.ui-menu-item + .ui-menu-item{
	border-top:0px !important;	
}
.ui-menu-item .busca-sem-foto{
	width:calc(100% - 220px);
	margin-left:-9px;
}

.contorno-titulo-busca{
	width:calc(100% - 270px);
	float:left;	
}

.titulo-produto-busca{
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;	
}
.valor-produto-busca{
	float:right;
	width:110px;
	color:#D20000;
	font-size:18px;
	font-weight:700;
	text-align:right;
	margin-top:3px;
	font-family: 'Titillium Web', sans-serif;	
}
.sub-valor-produto-busca{
	float:left;
	width:110px;
	margin-top:8px;
	padding-right:5px;
	color:#AAAAAA;
	text-align:right;
	font-size:12px;	
	font-family: 'Titillium Web', sans-serif;	
}
.referencia-produto-busca{
	color:#777777;
	margin-top:-3px;
	font-size:12px !important;
	font-family: 'Titillium Web', sans-serif;	
}
@media (max-width: 767px) {
	.contorno-titulo-busca{
		width:calc(100% - 110px) !important;
	}
	/*.ui-widget-content{
		width:calc(100% - 36px) !important;
	}*/
	.ui-menu-item .busca-sem-foto{
		margin-left:0px !important;	
	}
	
  .visible-xs { display: block !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block !important; }
}
@media (min-width: 992px) {
  .visible-md { display: block !important; }
}
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
  .new-hidden-xs { display: none; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
  .new-hidden-sm { display: none; }
}
@media (min-width: 992px) {
  .hidden-md { display: none !important; }
}
.icone-whatsapp{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #2CB241;
    border-radius: 100%;
}
.icone-whatsapp img{
    width: 32px;
    margin: 9px;
}