@charset "utf-8";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none
;  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#carrinho {
  /*background: #f0f0f0;
  border: 1px solid #cccccc;
  padding: 20px;
  /*width: 100%;*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);*/
}
#carrinho .sombra {
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#carrinho .sombra-texto {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
#carrinho .button-hover:after {
  background: rgba(255, 255, 255, 0.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carrinho button {
  border: 0;
  cursor: pointer;
}
#carrinho a {
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#carrinho h2,
#carrinho h3,
#carrinho th {
  background: #ffa301 url(../images/carrinho-sombraBotoes.png) repeat-x center;
}
#carrinho h2.h,
#carrinho h3.h,
#carrinho th.h {
  background-color: #ffa301;
}
#carrinho .bgCor {
  background: #ffa301 url(../images/carrinho-sombraBotoes.png) repeat-x center;
}
#carrinho .bgCor.h {
  background-color: #ffa301;
}
#carrinho .info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffa301 url(../images/carrinho-sprite.png) no-repeat 0 0;
  display: block;
  width: 25px;
  height: 25px;
}
#carrinho #passos-carrinho {
  margin-bottom: 25px;
  overflow: auto;
}
#carrinho #passos-carrinho li {
  background-image: url(../images/carrinho-passos.png);
  background-repeat: no-repeat;
  float: left;
  height: 60px;
  margin-left: 35px;
}
#carrinho #passos-carrinho #p1 {
  background-position: 0 0;
  width: 142px;
}
#carrinho #passos-carrinho #p1.active {
  background-position: 0 -65px;
}
#carrinho #passos-carrinho #p2 {
  background-position: -160px 0;
  width: 181px;
}
#carrinho #passos-carrinho #p2.active {
  background-position: -160px -65px;
}
#carrinho #passos-carrinho #p3 {
  background-position: -360px 0;
  width: 136px;
}
#carrinho #passos-carrinho #p3.active {
  background-position: -360px -65px;
}
#carrinho #passos-carrinho #p4 {
  background-position: -510px 0;
  width: 166px;
}
#carrinho #passos-carrinho #p4.active {
  background-position: -510px -65px;
}
#carrinho #passos-carrinho #p5 {
  background-position: -690px 0;
  width: 60px;
}
#carrinho #passos-carrinho #p5.active {
  background-position: -690px -65px;
}
#carrinho .btn {
  background: #ffa301 url(../images/carrinho-sombraBotoes.png) repeat-x center;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
#carrinho .btn:hover {
  color: inherit !important;
}
#carrinho .btn:hover:after {
  background: rgba(255, 255, 255, 0.1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carrinho .btn.highlight {
  background-color: #ffa301;
}
#carrinho .btn.inativo {
  background-color: #cccccc;
  color: #252525;
}
#carrinho .btn.direita {
  float: right;
}
#carrinho .btn.gde {
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
}
#carrinho .btn + .btn {
  margin-left: 10px;
}
#carrinho .btRemover {
  background: url(../images/carrinho-spriteRemover.png) no-repeat left;
  display: inline-block;
  width: 20px;
  height: 20px;
}
#carrinho .btRemover:hover {
  background-position: right;
}
#carrinho .navegacao {
  margin: 10px 0;
  overflow: auto;
}
#carrinho table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}
#carrinho th,
#carrinho td {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(37, 37, 37, 0.1);
}
#carrinho th:first-child,
#carrinho td:first-child {
  border-left: 0;
}
#carrinho th:last-child,
#carrinho td:last-child {
  border-right: 0;
}
#carrinho th {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
#carrinho td {
  background: #e3e3e3;
  height: 130px;
  text-align: center;
  vertical-align: middle;
}
#carrinho tr:nth-child(even) td {
  background: #dedede;
}
#carrinho img {
  background: #ffffff;
  margin: 10px 0;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#carrinho td:last-child {
  font-size: 14px;
  font-weight: bold;
}
#carrinho input {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  line-height: 25px;
  text-align: center;
  width: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#carrinho tfoot td {
  background: #d1d1d1;
  border: 0 !important;
  font-size: 14px;
  font-weight: bold;
  height: 55px;
}
#carrinho .valor {
  display: table-cell;
  float: right;
  text-align: center;
  width: 115px;
}
#carrinho h2,
#carrinho h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  text-indent: 25px;
}
#carrinho #frete {
  background: #d7d7d7;
  height: 295px;
  margin: 10px 0;
  /*
    .valor{
        font-weight: bold;
        height: 100px;
        line-height: 100px;
    }
    */

}
#carrinho #frete .descricao {
  float: left;
  margin: 35px 45px;
  width: 260px;
}
#carrinho #frete #cep-container {
  float: left;
  margin-top: 37px;
  width: 260px;
}
#carrinho #frete #cep-container input {
  text-align: left;
  width: 115px;
}
#carrinho #frete #tdFrete-container {
  float: left;
  margin-top: 0;
  margin-left: 35px;
  height: 100px;
}
#carrinho #frete #tdFrete {
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  height: 100px;
}
#carrinho #frete #tdFrete img {
  display: block;
  margin: 25px auto;
}
#carrinho #frete #tdFrete input {
  float: left;
  margin: 7px 5px 7px 0;
  width: auto;
}
#carrinho #frete #tdFrete label {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #f0f0f0;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 3px 6px;
}
#carrinho #frete #tdFrete label:hover {
  background: #e3e3e3;
}
#carrinho #frete #tdFrete small {
  display: block;
  font-size: 10px;
}
#carrinho #formas {
  *zoom: 1;
  margin-bottom: 10px;
  height: 36px;
  position: relative;
}
#carrinho #formas:before,
#carrinho #formas:after {
  display: table;
  content: "";
}
#carrinho #formas:after {
  clear: both;
}
#carrinho #formas .box-pagamento {
  background: #e6e6e6;
  float: left;
  padding: 25px 5% 0;
  width: 40%;
  height: 50px;
}
#carrinho #pedido-total {
  background: #ffa301 url(../images/carrinho-sombraBotoes.png) repeat-x center;
  clear: both;
  color: #ffffff;
  height: 45px;
}
#carrinho #pedido-total .descricao {
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  padding-right: 35px;
  text-align: right;
  width: 668px;
  height: 45px;
}
#carrinho #pedido-total .valor {
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
}
#carrinho #confirmacao-pedido table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
#carrinho #confirmacao-pedido th {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
}
#carrinho #confirmacao-pedido td {
  background: #efefef;
  height: 30px;
  padding: 5px 10px;
  text-align: right;
  vertical-align: middle;
}
#carrinho #confirmacao-pedido th:first-child,
#carrinho #confirmacao-pedido td:first-child {
  text-align: left;
}
#carrinho #confirmacao-pedido tr:nth-child(odd) td {
  background: #e1e1e1;
}
#carrinho #confirmacao-pedido td:last-child {
  font-weight: bold;
}
#carrinho #confirmacao-pedido .item-confirmacao {
  background: #e1e1e1;
  border-top: 1px solid #cccccc;
  line-height: 25px;
  height: 25px;
  padding: 10px;
  text-align: right;
}
#carrinho #confirmacao-pedido .item-confirmacao span {
  display: inline-block;
  font-weight: bold;
  width: 185px;
}
#carrinho #confirmacao-pedido #subtotal {
  background: #30796d;
  color: #ffffff;
}
#carrinho #confirmacao-pedido #total {
  background: #30796d;
  color: #ffffff;
}
#carrinho #meus-pedidos table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}
#carrinho #meus-pedidos th {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
}
#carrinho #meus-pedidos td {
  background: #efefef;
  height: 30px;
  padding: 5px 10px;
  text-align: right;
  vertical-align: middle;
}
#carrinho #meus-pedidos tr:nth-child(odd) td {
  background: #e1e1e1;
}
#carrinho #meus-pedidos td:first-child {
  font-weight: bold;
}
#carrinho #meus-pedidos .btn-ver {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffa301 url(../images/carrinho-sprite.png) no-repeat 0 0;
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
}
#carrinho #status-pedido dl {
  margin: 10px;
  overflow: auto;
}
#carrinho #status-pedido dt,
#carrinho #status-pedido dl {
  line-height: 25px;
}
#carrinho #status-pedido dt {
  clear: left;
  float: left;
  font-weight: bold;
  margin-right: 5px;
  text-align: right;
  width: 200px;
}
#carrinho #status-pedido dd {
  color: #ffa301;
  float: left;
  font-size: 18px;
  margin-bottom: 15px;
}
#carrinho #status-pedido h2 {
  background: none;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#carrinho #cadastro-container {
  *zoom: 1;
}
#carrinho #cadastro-container:before,
#carrinho #cadastro-container:after {
  display: table;
  content: "";
}
#carrinho #cadastro-container:after {
  clear: both;
}
#carrinho #cadastro-container .box-cadastro {
  margin: 15px 2% 0;
  width: 44%;
  float: left;
}
#carrinho #cadastro-container .box-cadastro p {
  margin-bottom: 10px;
}
#carrinho #cadastro-container .box-cadastro form {
  margin: auto;
  width: 270px;
}
#carrinho #cadastro-container .box-cadastro label {
  display: inline-block;
  float: none;
  line-height: 22px;
  margin-right: 5px;
  width: 60px;
  text-align: right;
}
#carrinho #cadastro-container .box-cadastro input[type="text"],
#carrinho #cadastro-container .box-cadastro input[type="password"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  width: 188px;
  height: 22px;
  text-align: left;
  margin-bottom: 5px;
}
#carrinho #cadastro-container h2,
#carrinho #cadastro-container h3 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  text-indent: 25px;
}
#carrinho #cadastro-container .texto {
  margin: 10px;
}
#carrinho #reimprimir-boleto {
  margin: 10px 0;
  overflow: visible;
  height: 20px;
}
#carrinho #reimprimir-boleto input[type=submit] {
  width: 140px;
}
#carrinho #cadastro {
  *zoom: 1;
  padding: 20px;
}
#carrinho #cadastro:before,
#carrinho #cadastro:after {
  display: table;
  content: "";
}
#carrinho #cadastro:after {
  clear: both;
}
#carrinho #cadastro .item-form {
  float: left;
  margin-bottom: 10px;
  width: 50%;
}
#carrinho #cadastro .item-form.gde {
  width: 70%;
}
#carrinho #cadastro fieldset {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffa301;
  margin-bottom: 20px;
  padding: 15px;
}
#carrinho #cadastro legend {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  padding: 3px 10px;
}
#carrinho #cadastro label {
  display: inline-block;
  float: none;
  line-height: 22px;
  margin-right: 5px;
  min-width: 125px;
  text-align: right;
}
#carrinho #cadastro input[type="text"],
#carrinho #cadastro input[type="password"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px 5px;
  width: 250px;
  height: 22px;
  text-align: left;
}
#carrinho #cadastro .clear {
  clear: left;
}
#carrinho #cadastro .gde input[type="text"] {
  width: 400px;
}
#carrinho #cadastro .pno input[type="text"] {
  width: 100px;
}
#carrinho #cadastro label.radio {
  margin-left: 5px;
  text-align: left;
}
#carrinho #cadastro .legenda {
  clear: left;
  color: #cccccc;
  float: left;
  font-size: 11px;
}
#carrinho #cadastro .error {
  color: #ed1c24;
  font-weight: bold;
}
#carrinho #cadastro input[type=radio]{
    width: 20px;
}

/*PAULO*/
#carrinho #frete #tdFrete-container {
  float: left;
  margin-top: 0;
  margin-left: 15px;
  height: 65px;
}
#carrinho #frete #tdFrete {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 240px;
  height: 65px;
  padding-top: 5px;
}
#carrinho #frete #tdFrete img {
  display: block;
  margin: 15px auto;
}
#carrinho #frete #tdFrete input {
  float: left;
  margin: 7px 5px 7px 0;
  width: auto;
}
#carrinho #frete #tdFrete label {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding: 3px 6px;
  width: 240px;
  /*margin-left: 100px;*/
  cursor: default;
}
#carrinho #frete #tdFrete label:hover {
  /*background: #f2f2f2;*/
}
#carrinho #frete #tdFrete small {
  display: block;
  font-size: 10px;
}

#carrinho .box-cadastro .texto{
    width: auto;
}
.loading{
    display: none;
}

#carrinho #cadastro form.formPadrao .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font: bold 10px/22px Arial, Helvetica, Verdana, sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
#carrinho #cadastro form.formPadrao .alertaErro:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
#carrinho #cadastro form.formPadrao .validar-erro {
  border-color: #ed1c24 !important;
}
#carrinho #cadastro form.formPadrao .validar-sucesso {
  border-color: #d6d6d6 !important;
  color: #808080 !important;
}

#carrinho #cadastro form.formPadrao {
  *zoom: 1;
  margin: auto;
}
#carrinho #cadastro form.formPadrao:before,
#carrinho #cadastro form.formPadrao:after {
  display: table;
  content: "";
}
#carrinho #cadastro form.formPadrao:after {
  clear: both;
}
#carrinho #cadastro form.formPadrao .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
#carrinho #cadastro form.formPadrao .item-form:before,
#carrinho #cadastro form.formPadrao .item-form:after {
  display: table;
  content: "";
}
#carrinho #cadastro form.formPadrao .item-form:after {
  clear: both;
}


/*PAULO 10/09/2013*/
#formas-pagamento{
    position: relative;
    z-index: 10;
}
#formas-pagamento li{
    float: left;
    margin-right: 12px;
    position: absolute;
}
#formas-pagamento label{
    background-color: #fff;
    background-image: url(../images/sprite-cartoes.png);
    background-repeat: no-repeat;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: pointer;
    display: block;
    float: left;
    text-indent: -9000px;
    width: 60px;
    height: 40px;
    z-index: 10;
}
#formas-pagamento label[for="slc_forma_pagamento1"]{
    background-position: 0 0;
}
#formas-pagamento label[for="slc_forma_pagamento2"]{
    background-position: 0 -40px;
}
#formas-pagamento label[for="slc_forma_pagamento3"]{
    background-position: 0 -80px;
}
#formas-pagamento label[for="slc_forma_pagamento5"]{
    background-position: 0 -120px;
}
#formas-pagamento label[for="slc_forma_pagamento6"]{
    background-position: 0 -160px;
}
#formas-pagamento label[for="slc_forma_pagamento7"]{
    background-position: 0 -200px;
}
#formas-pagamento input{
    float: left;
    width: auto !important;
    margin-top: 10px;
    margin-right: 3px;
}
#formas .pagamento{
    margin-top: 0 !important;
    width: 550px;
}
#formas #divcond{
    float: right;
    width: 340px;
}

#formas .descricao {
  float: left;
  margin: 35px 10px;
  width: 290px;
}
#formas div {
  float: left;
  margin-top: 37px;
  width: 260px;
}
#formas input {
  text-align: left;
  width: 115px;
}
#formas .valor {
  font-weight: bold;
  height: 100px;
  line-height: 100px;
}

#forma_pagamento3{
    top: 30px;
    left: 20px;
}
#forma_pagamento1{
    top: 10px;
    left: 170px;
}
#forma_pagamento6{
    top: 10px;
    left: 265px;
}
#forma_pagamento2{
    top: 55px;
    left: 170px;
}
#forma_pagamento5{
    top: 55px;
    left: 265px;
}
#forma_pagamento7{
    top: 30px;
    left: 425px;
}
#formas{
    height: 155px !important;
    background: none repeat scroll 0 0 #E6E6E6;
}
#caixa-pagamentos{
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    float: none !important;
    margin-top: 0 !important;
    position: absolute;
    top: 35px;
    left: 135px;
    width: 250px !important;
    height: 120px;
    z-index: 1;
}

#txt-boleto, #txt-cartoes, #txt-pagseguro{
    color: #4a4a4a;
    font-size: 11px;
    position: absolute;
    bottom: 5px;
}
#txt-boleto{
    left: 14px;
    width: 110px;
}
#txt-cartoes{
    left: 175px;
}
#txt-pagseguro{
    left: 416px;
    width: 95px;
    text-align: center;
}

/*PAULO 04/12/2014*/
#carrinho .pagar.pagseguro {
  background-image: url(../images/pagar-pagseguro.png);
}
#carrinho .pagar.boleto {
  background-image: url(../images/pagar-boleto.png);
}

/*PAULO 21/09/2015*/
#carrinho #obs, #carrinho #imagemCar {
  background: #d7d7d7;
  height: 155px;
  margin: 10px 0;
  /*
    .valor{
        font-weight: bold;
        height: 100px;
        line-height: 100px;
    }
    */
    clear: both;
}
#carrinho #obs .descricao, #carrinho #imagemCar .descricao {
  float: left;
  margin: 35px 45px;
  width: 260px;
}
#carrinho #obs #obs-container, #carrinho #imagemCar #obs-container {
  float: left;
  margin-top: 0;
  margin-left: 35px;
  height: 100px;
  width: 60%;
}
#carrinho #obs #obs-container textarea {
  width: 100%;
  margin: 5px;
  height: 80%;
}
#carrinho #imagemCar #obs-container input {
  width: auto;
  margin-top: 35px;
}
#pagamentoboleto iframe {
  width: 100%;
  min-height: 600px;
}