#instrucoes {
    position: relative;
    width: 80px;
    height: 385px;
    padding-left: 25px;
    padding-top: 10px;
    background-color: #a5caac;
    line-height: 14px;
    font-family: 'dsignes boldregular', Arial, sans-serif;
    font-size: 14px;
    color: #fbf8ce;
    float: left;
}

#instrucoesShader {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10;
    background-image: url('../assets/images/home/homeShader.png');
    width: 105px;
    height: 385px;
    background-repeat: no-repeat;
    background-position: right;

}

.instrucoesTexto {
    width: 70px;
    /*margin-left: 25px;*/
    text-align: left;
    margin-bottom: 20px;
    overflow: visible;
}

.bullet {
    position: absolute;
    width: 9px;
    height: 10px;
    border-radius: 6px;
    background-color: #fbf8ce;
    left: 6px;
    color: #a5caac;
    font-size: 10px;
    padding-left: 3px;
    padding-bottom: 2px;
    z-index: 9;
    line-height: 12px;
}

#instrucoes #tracejado {
    border-left: #fbf8ce dashed 2px;
    height: 220px;
    position: absolute;
    top: 10px;
    left: 11px;
    z-index: 8;
}

#instrucoes #orcamento {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 85px;
    height: 20px;
    padding: 5px 0 0 20px;
    background-color: #de9647;
    cursor: pointer;
    z-index: 999;
    color: #fbf8ce;
    text-decoration: none;
}

#instrucoes #orcamento p {
    margin-top: 5px;
    margin-left: 20px;
}

#listaCardapio {
    position: relative;
    float: left;
    padding-left: 5px;
    width: 160px;
}
#listaCardapio a {
    display: block;
    cursor: pointer;
    font-family: 'dsignes boldregular', Arial, sans-serif;
    font-size: 14px;
    height: 20px;
    line-height: 16px;
    text-transform: uppercase;
    color: #832622;
    text-decoration: none;
}

#listaCardapio a:hover {
    color: #de9647;
}

#listaCardapio .selected {
    color: #a5caac;
}

#produtosWarper {
    position: relative;
    float: right;
    width: 326px;
}

#tituloProdutoAtual {
    font-family: 'dsignes boldregular', Arial, sans-serif;
    font-size: 20px;
    float: left;
    line-height: 16px;
    margin-bottom: 5px;
    position: relative;
}

#fotoProdutoAtual {
    position: relative;
    width: 326px;
    height: 147px;
    float: right;
    overflow: hidden;
}

#listaProdutosAtuais {
    position: relative;
    float: left;
    width: 100%;
}

#headerListaProdutos {
    background-color: #832622;
    width: 100%;
    height: 20px;
    color: #fbf8ce;
    font-family:  'dsignes boldregular', Arial, sans-serif;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 10px;
}

#headerListaProdutos .produto {
    width: 186px;
    float: left;
}

#headerListaProdutos .rsun {
    width: 40px;
    float: left;
}

#headerListaProdutos .quantidade {
    width: 60px;
    float: left;
}

#headerListaProdutos .add {
    width: 40px;
    float: left;
}

.produtoWarper .produto {
    width: 186px;
    float: left;
}

.produtoWarper .produto p {
    margin-left: 7px;
}

.produtoWarper .rsun {
    width: 40px;
    float: left;
}

.produtoWarper .rsun p {
    text-align: right;
    margin-right: 3px;
}

.produtoWarper .quantidade {
    width: 60px;
    float: left;
}

.produtoWarper .add {
    width: 19px;
    height: 19px;
    background-image: url("../assets/images/addButton.png");
    background-position: 19px 0px;
    margin-top: 2px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}
.produtoWarper p {
    margin: 0px;
}

#headerListaProdutos #produto {
    height: 100%;

}

#headerListaProdutos #produto p {
    margin: 0px;
    margin-top: 4px;
    margin-left: 7px;
}

#headerListaProdutos #rsun {
    background-color: #964a3c;
    height: 100%;
    margin: 0px;
}

#headerListaProdutos #rsun p {
    margin: 0px;
    margin-top: 4px;
    margin-left: 2px;
}

#headerListaProdutos #quantidade {
    height: 100%;
    margin: 0px;
}

#headerListaProdutos #quantidade p {
    margin: 0px;
    margin-top: 4px;
    margin-left: 7px;
}

#headerListaProdutos #add {
    background-color: #964a3c;
    height: 100%;
}

#headerListaProdutos #add p {
    margin-top: 4px;
    margin-left: 6px;
}

.qtdeWarper {
    width: 60px;
    height: 15px;
    background-color: #dad7b4;
    margin-top: 5px;
}

.qtdeWarper .qtdeButton {
    width: 13px;
    height: 14px;
    background-color: #807f78;
    color: #dad7b4;
    font-family:  verdana;
    font-size: 16px;
    line-height: 12px;
    padding-top: 1px;
    cursor: pointer;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.qtdeWarper .qtde-disabled {
    background-color: #C4C2A2 !important;
    cursor: default;
}

.qtdeWarper .adc {
    float: right;
}

.qtdeWarper .sub {
    float: left;
}

.qtdeWarper .qtdeProduto {
    margin: 0;
    color: #807f78;
    text-align: right;
    padding-right: 3px;
    padding-left: 0 !important;
    float: right;
    line-height: 12px;
    border: none;
    background-color: transparent;
    width: 31px;
    height: 14px;
    font-size: 14px;
}

.qtdeWarper .qtdeProduto:focus {
    outline: none;
}

.qtdeWarper .qtdeProdutoErr {
    background-color: #ffa7a3 !important;
    box-shadow: #ffa7a3 0px 0px 3px !important;
}

.produtoWarper .added {
    background-position: 0px 0px !important;
}

.produtoWarper .adding {
    background-image: url('../assets/images/loading.gif') !important;
    background-position: 0px 0px !important;
    
}
.obs {
	position:relative;
	margin-top:15px;
	width:326px;
	float:right;
	text-align:left;
	font-family:arial;
	color:#807f78;
	font-size:10px;
	line-height:normal;
}