/*** Produto Destaque ***/
/* CSS */
/*-------------------------------------------------------------------------------------------*/

/*** Content ***/

#Principal{
  margin: 0 0 20px 0;
  padding-top: 0;
}

.prds_Imgs{
	width: 25%;
	margin-left: 5%;
}
.fprod{
	width: 80%;
	float: left;
	margin: 0 10% 0px 10%;
  padding-bottom: 30px;
}
.fprod:nth-child(2n){
	margin-right: 0px;
}
.fprod img{
	width: 100%;
	height: auto;
}

#Descr{
	width: 70%;
  text-align: justify;
	min-height: 210px;
  font-size: 12pt;
  line-height: 16pt;
	padding-bottom: 50px;
  color: #000;
}

#Descr ul{
	}

#Descr ul li{
	margin-bottom: 10px;
	}
#Descr i{
	text-align: left;
	font-size: 11pt;
	color: #855;
	line-height: 11pt;
	text-decoration:line-through;
}
#Descr em{
	text-align: center;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: bold;
	color: #924100;
}
#v_orc{
  width: 100%;
	padding: 5px;
	bottom: 45px;
  line-height: 15pt;
}
#v_orc a:hover{
  color: #daa520 !important;
}
#addOrc{
	width: 100%;
	padding: 5px;
	background: #333;
	color: #daa520;
	bottom: 0px;
}
#addOrc label{
	color: #ff9e3c;
	line-height: 30px;
	width: 50%;
	margin:0 2%;
	font-size: 11pt;
	text-align: right;

	}
#adicionar{
	background: url(../img/site/add_list2.png) no-repeat center center;
	width: 15%;
	line-height: 30px;
}
#numero{
	line-height: 20px;
	width: 20%;
	text-indent: 3px;
}
.ui-spinner{
	width: 25%;
}

#mais_produtos{
	width: 100%;
}
.prds_itens{
	background: #fafafa;
	border: 1px dashed #999;
	width: 15%;
	margin:0 2% 20px 0;
	text-align: center;
}
.prds_itens:nth-child(n+6){
	margin-right: 0;
	}
.pl_fot{
	width: 90%;
	margin: 8px 5%;
}
.pl_nome{
height: 60pt;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	text-align: center;
	font-size: 1.2em;
	line-height: 18pt;
}
.pl_nome span{
	width: 100%;
	color: #006cb6;
	text-align: center;
	margin: 0 8px;
}
.pl_descr{
	height: 60px;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	font-size: 0.8em;
  line-height: 14pt;
}
.pl_descr span{
	width: 100%;
	font-size: 0.8em;
  line-height: 14pt;
	text-align: left;
	margin: 8px;
	color: #111;
}
.pl_precos{
	font-size: 10pt;
	margin:0 0 8px 5%;
	line-height: 30px;
}
.pl_adl{
	font-size: 0pt;
	margin:0 5% 8px 0;
	width: 33px;
	line-height: 30px;
	background: url(../img/site/add_list.png) no-repeat center;
}
.Marker{
	top: 5px;
	left: 1%;
	z-index: 2;
}
/*** Fim Content ***/

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/
@media only screen and (max-width: 1920px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1440px) /* HD */
{
	#Dets_produtos{
	margin-right: 0px;
}
}

/*----------------------------------------------------*/

@media only screen and (max-width: 1325px) /* Regular Size */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* Regular Size */
{

}
/*----------------------------------------------------*/

@media only screen and (max-width: 1113px) /* Monitores antigos */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 980px) /* Monitores antigos */
{

}
