#content {
	margin-left: -100px !important;
	width: 712px !important;
}

#topCombo {
    background-image: url('../assets/images/topCombo.png');
    width: 614px;
    height: 96px;
	margin-left: 100px;
}

.combo {
	position: relative;
	float: left;
	margin-top: 50px;
	min-height: 315px;
}

.combo hgroup * {
    margin: 0;
    text-align: right;
    font-family:  'dsignes boldregular', Arial, sans-serif;
    padding-right: 10px;
}

.combo hgroup h3 {
    margin-bottom: 25px;
}

.comboDir {
    position: relative;
    float: left;
    width: 130px;
    z-index: 100;
}

.comboEsq {
    position: relative;
    float: right;
    width: 216px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.comboEsq h3 {
    margin-top: 25px;
    border-bottom: #dad7b4 dashed thin;
    padding-left: 16px;
    width: 160px;
    text-transform: uppercase;
}

.comboEsq ul li {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
}

.comboEsq ul {
    padding-left: 0px;
}
.comboEsq div {
    padding-left: 16px;
}

.combofru {
    width:126px;
    height: 126px;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    float: right;
    text-transform: uppercase;
}

.combofru h3 {
    position:relative;
    display: inline-block;
    color: #fbf8ce;
    margin-top: 42px;
    line-height: normal;
	width: 104px;
}

.combofruAzul {
    background-image: url('../assets/images/comboFru_01.png');
}

.combofruLaranja {
    background-image: url('../assets/images/comboFru_02.png');
}

.combofruLaranjaForte {
    background-image: url('../assets/images/comboFru_03.png');
}

.combofruVermelho {
    background-image: url('../assets/images/comboFru_4.png');
}






.comboCarrinho {
    width: 110px;
    margin-left: auto;
    margin-left: auto;
    margin-top: 12px;
    z-index: 50;
}
.comboCarrinho .combQtde {
    height: 14px;
    width: 60px;
    background-color: #832622;
    float:left;
    color: #fbf8ce;
    line-height: 18px;
    font-family:  'dsignes boldregular', Arial, sans-serif;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.comboCarrinho .combAdd {
    height: 14px;
    width: 50px;
    background-color: #964a3c;
    color: #fbf8ce;
    float:left;
    clear: right;
    line-height: 18px;
    font-family:  'dsignes boldregular', Arial, sans-serif;
    text-align: center;
    padding-bottom: 2px;
}

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

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

.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;
    z-index: 50;
}

.qtdeWarper .qtde-disabled {
    background-color: #b3b2ae !important;
}

.qtdeWarper .adc {
    float: right;
}

.qtdeWarper .sub {
    float: left;
}

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

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

.added {
    background-position: 0px 0px !important;
}
.adding {
    background-image: url('../assets/images/loading.gif') !important;
    background-position: 0px 0px !important;
    
}

.promo {
    text-decoration: line-through;
}