.btnSimularMargin {
	margin-top:25px;
	position:relative;
	display:table;
}
.orcamento ul {
	margin:0;
	width:100%;
	padding:0;
	list-style:none;
}
.orcamento li {
	margin:0;
	width:100%;
	padding:0;
	list-style:none;
}
.orcamento .desktop {
	display:inherit;
}
.orcamento .mobile {
	display:none;
}
.orcamento .linhaOrcamentoProduto {

}
.orcamento .nomeProduto, .qtdProduto, .excluirProduto {
	font-size:1em;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	color:#333;
}
.orcamento .nomeProduto {
	text-align:left;
}
.orcamento .tituloProduto {
	font-size:1.2em;
	text-align:left;
	color:#333;
	font-weight:400;
}
.orcamento .tituloProduto img  {
	width:80px;
	margin-right:1em;
	height:auto;
	float:left;
	border:solid 2px #EEE;
	border-radius:5px;
}
.orcamento button{
	font-size:1.2em;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	line-height:2.0em;
	color:#FFF;
	padding:10px 15px;
	background:#00923f;
	border:solid 0px #DDD;
	border-radius:0px;
	margin:auto;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	text-transform:none;
	cursor:pointer;
}
.orcamento button:hover{
	background:#028a3d;
	cursor:pointer;
	border:solid 0px #EEE;
}
.orcamento input[type=text],.orcamento textarea, .orcamento select, .orcamento input[type=file]{
	font-size:1.0em;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	line-height:40px;
	height:40px;
	text-indent:15px;
	color:#000;
	padding:2px;
	border:solid 1px #000;
	background:#FFF;
	margin-bottom:0px;
	width:100%;
}
.orcamento select {
	font-size:1.0em;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	line-height:46px;
	height:46px;
	text-indent:9px;
	color:#666;
	padding:2px;
	border:solid 1px #000;
	background:#FFF;
	margin-bottom:0px;
	width:101%;
}
.orcamento option {
	font-size:1.0em;
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	line-height:auto;
	height:auto;
	text-indent:15px;
	color:#666;
	padding:2px;
	background:#FFF;
	width:100%;
}
.orcamento input[type=text]:focus,.orcamento textarea:focus, .orcamento select:focus, .orcamento input[type=file]:focus{
	border:solid 1px #000;
	background:#FAFAFA;
	color:#000;
}
.orcamento textarea {
	font-family:'Open Sans',sans-serif;
	font-size:1.0em;
	font-weight:400;
	line-height:40px;
	height:120px;
	text-indent:15px;
	color:#000;
	padding:2px;
	border:solid 1px #000;
	background:#FFF;
	margin-bottom:0px;
	width:100%;
}
.orcamento .headerOrcamento {
	border-bottom:solid 2px #999;
}
.orcamento .textDireita {
	text-align:center;
}

.orcamento .quantidade input {
	text-align:center;
	width:50%;
	padding:0;
	font-size:1.1em;
	margin:0;
	font-weight:600;
	text-indent:-.1em;
	background:#EEE;
	box-shadow:inset 0px 0px 6px #EEE;
	position:relative;
}
.orcamento .quantidade input:hover {
	box-shadow:inset 0px 0px 6px #DDD;
}
.orcamento .excluirItem {
	text-align:center;
}
.orcamento .excluirItem a {
	color:#f48787;
	font-size:1.8em;
	margin-top:.2em;
}
.orcamento ul {
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
}
.orcamento .tituloPaginas {
  font-weight: 300;
  font-family: "Roboto Condensed",sans-serif;
  color: #333333;
  font-size: 1.5em;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  margin-top: 1em;
  margin-right: 15px;
  text-transform: uppercase;
}
.orcamento .tituloPaginasImportante {
	color:#111;
	font-weight:400;
	font-size:1.8em;
	line-height:1em;
	margin:1em 0em 1em;
	text-align:center
}
.orcamento .tituloPaginasImportante .fa{
	color:#00a85a;
	font-size:1.3em;
}
.orcamento ul li {
	border-bottom:solid 1px #EEE;
}
.orcamento ul li:hover {
	background:#EEE;
}
.orcamento ul li:hover .excluirItem a {
	color:#f48787;
	font-size:1.8em;
}
.orcamento ul li:hover .quantidade input {
	text-align:center;
	width:50%;
	background:#FFF;
	box-shadow:inset 0px 0px 6px #FFF;
	position:relative;
}
.orcamento ul li:first-child {
	display:inline-block;
	list-style:none;
	border-top:solid 1px #EEE;
}
.orcamento ul li:last-child {
	display:inline-block;
	list-style:none;
	margin-bottom:2em;
}
/*.orcamento ul li:nth-child(odd) {
}
.orcamento ul li:nth-child(even) {
}*/
@media only screen and ( max-width:1280px ) {
.orcamento .tituloProduto {
	font-size:1.5em;
}
}
@media only screen and ( max-width:980px ) {
.orcamento .tituloProduto {
	font-size:1.4em;
}

}
@media only screen and ( max-width:880px ) {

.orcamento .desktop {
	display:none;
}
.orcamento .mobile {
	display:inherit;
}
.orcamento .tituloProduto {
	font-size:1.3em;
}
}
@media only screen and ( max-width:540px ) {
.orcamento .quantidade input {
	height:50px !important;
	font-size:1.5em !important;
}
.orcamento .excluirItem {
	height:52px !important;
	line-height:45px !important;
	overflow:hidden !important;
	font-size:1.0em !important;
}
.orcamento button {
	font-size:1.2em;
}
.orcamento .mobile, .fotoProduto {
	display:none;
}
.orcamento .tituloPaginasImportante .fa{
	display:none;
}
.orcamento .enviarMobile {
	display:none;
}
.orcamento .tituloProduto {
	font-size:1.4em;
	font-weight:400;
	margin-bottom:1em;
}
.orcamento input[type=reset], .orcamento input[type=button]{
	font-size:1.0em;
	width:45%;
	padding:1.5% 2%;
	margin:1%;
}

.orcamento ul li {
	border-bottom:solid 1px #EEE;
	padding:2em 0 3em;
}
.orcamento ul li:first-child {
	display:inline-block;
	list-style:none;
	border-top:solid 1px #EEE;
}
.orcamento ul li:last-child {
	margin-bottom:3em;
}
.orcamento ul li:hover {
	background:#F9F9F9;
}
.orcamento .quantidade input {
	text-align:center;
	width:100%;
	padding:0;
	font-size:1.0em;
	margin:0;
	text-indent:-.1em;
	background:#EEE;
	box-shadow:inset 0px 0px 6px #EEE;
	position:relative;
	height:2.4em;
	line-height:2.4em;
}
.orcamento .quantidade input:hover {
	box-shadow:inset 0px 0px 6px #DDD;
}
.orcamento ul li:hover .quantidade input {
	text-align:center;
	width:100%;
	background:#DEDEDE;
	box-shadow:inset 0px 0px 6px #DEDEDE;
	position:relative;
}
.orcamento .excluirItem {
	color:#FFF;
	display:block;
	background:#f48787;
	height:2.4em;
	line-height:2.4em;
}
.orcamento .excluirItem a {
	color:#FFF;
	display:block;
	background:#f48787;
	margin-top:.15em;
}
.orcamento .excluirItem a:hover {
	display:block;
}

.orcamento .tituloProduto img  {
	display:none;
}
.orcamento ul li:hover .excluirItem a {
	color:#FFF;
}
.orcamento .nomeProduto {
	text-align:center;
	display:none;
}
.orcamento input[type=reset], .orcamento input[type=button]{
	font-size:1.1em;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	line-height:2.0em;
	color:#FFF;
	padding:5px 15px;
	background:#00a85a;
	border:solid 0px #DDD;
	border-radius:0px;
	margin:auto;
	text-align:center;
	width:100%;
	text-transform:uppercase;
}
.orcamento button{
	margin-top:0.2em;
	width:100%;
}
}
