@charset "UTF-8";

/****** LINK CABECALHO ********/
#loja_cabecalho_linhabranca {
  width: 100%;background-color: #ffffff;height:50px;margin-top: -5px;
}

.loja_cabecalho_login {
  position: absolute;right: 124px;font-size:14px;
}

@media (max-width: 600px) {
  .loja_cabecalho_login {
    left: 0px;
    right: 61px;
  }
}

.loja_cabecalho_login a {
  text-decoration:none;color: #000000;
}

.loja_cabecalho_login a:hover {
  color:#ffffff;background-color: var(--primary);
}

.loja_cabecalho_login span {
  color: var(--primary);
}

.loja_login_texto {
  float: left;border-right: 1px solid var(--primary);height: 30px;margin: 5px 0px 5px 5px;padding: 7px 10px 0px 10px;
}

.loja_cadastro_texto {
  float:right;border-right: 1px solid var(--primary);height: 30px;margin: 5px 5px 5px 0px;padding: 7px 10px 0px 10px;
}

.loja_login_texto:hover, .loja_cadastro_texto:hover {
  background-color: #ECEDEF;
  color: #000;
}

.loja_cabecalho_carrinho {
  position: absolute;
  right: 5px;
  background-image: url(/images/icone_loja.png);
  background-repeat: no-repeat;
  background-position: 10px 3px;
  height: 37px;
  width: 125px;
  text-align: center;
  color: #000000;
  margin-top: 5px;
}

@media (max-width: 600px) {
  .loja_cabecalho_carrinho {
    right: 0px;
    width: 60px;
  }
}

.loja_cabecalho_carrinho:hover {
  background-color: #ECEDEF;
}

.loja_cabecalho_carrinho a {
  text-decoration: none;
  color: #000000;
}

.loja_numero {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 155%;
  float: left;
  position: absolute;
  left: 29px;
  text-align: center;
  width: 20px;
}

.loja_palavracarrinho {
  font-size: 14px;line-height: 155%;padding-left:16px;float: right;position: absolute;top: 6px;left: 40px;
}

@media (max-width: 600px) {
  .loja_palavracarrinho {
    display: none;
  }
}

/****** CARRINHO ********/
#loja_carrinho {
  width: 100%;
}


/****** ITENS ********/
#loja_blocoEsquerdo {
  width: 65%;float: left;
}

#loja_blocoItem {
  width: 95%;border: 1px solid #d3d3d3;padding: 10px 2%;height: auto;
}

#loja_Item_topo {
  width: 100%;color:#000000;padding-bottom: 40px;
}

.loja_Item_topo_Produto {
  width: 60%;float:left;border-bottom: 4px solid var(--primary);font-weight: bold;color: var(--primary);
}

.loja_Item_topo_QtdPreco {
  width: 40%;float:right;border-bottom: 4px solid var(--primary);font-weight: bold;color: var(--primary);
}

.loja_Item_topo_Qtd {
  width: 50%;float:left;
}

.loja_Item_topo_Preco {
  width: 50%;float:right;
}

#loja_Item_produtos {
  width: 100%;display: inline-block;border-bottom: 1px solid #d3d3d3;
}

#loja_Item_produtos:last-child {
  border-bottom: 0px;
}

#loja_Item_produtos_LivroTitulo {
  width: 60%;float:left;
}

.loja_Item_titulolivro {
  display: inline-block;vertical-align: top;padding-left: 5px;
}

#loja_Item_produtos_QtdPreco {
  width: 40%;float:right;
}

.loja_Item_Qtd {
  width: 50%;float:left;
}

.loja_Item_Qtd select {
  width: 70px;background-color: #ffffff;
}

.loja_Item_remover {
  font-size: 12px;
}

.loja_Item_Preco {
  width: 50%;float:right;
}


/****** RESUMO ********/
#loja_blocoDireito {
  width: 30%;float: right;background-color: #f0f0f0;color: #000000;padding: 10px 2%;
}

.loja_resumo_titulo {
  font-weight:bold;font-size:16px;
}

.loja_barracinza1 {
  background-color: #d3d3d3;height: 4px;width: 100%;margin: 5px 0px;
}

.loja_barracinza2 {
  background-color: #d3d3d3;height: 2px;width: 100%;margin: 5px 0px;
}

#loja_resumo_blocos {
  width:100%;display: inline-block;
}

.loja_resumo_blocoMenorEsquerdo {
  width: 70%;float:left;
}

.loja_resumo_blocoMenorDireito {
  width: 30%;float:right;text-align:right;
}

button.loja_botao_menor {
  border-radius: 4px;height: 24px;border: 2px solid;background-color: #ffffff;color: var(--primary);font-weight: bold;width: 70px;cursor:pointer;
}

#loja_frete, #loja_cupom {
  font-weight: bold;cursor:pointer;
}

a.loja_CEP {
  font-size:12px;
}

.loja_resumo_blocoMenorEsquerdoTotal {
  width: 70%;float:left;font-weight: bold;font-size:16px;
}

.loja_resumo_blocoMenorDireitoTotal {
  width: 30%;float:right;text-align:right;font-weight: bold;font-size:16px;
}

a.loja_botao_maior {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: var(--primary);
  border: 0px;
  border-radius: 4px;
  line-height: 35px;
  color: #fff!important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px, rgba(0, 0, 0, 0.25) 0px -3px 0px 0px inset;
}

.loja_continuarcompra {
  text-align:center;font-weight: bold;font-size: 16px;
}

.loja_esvaziarcarrinho {
  color:#888;text-align:center;font-size:12px;
}

/****** SUGESTAO ********/
#loja_blocoSugestao {
  width: 100%;padding-top: 30px;
}

#loja_Sugestao {
  width: 95%;border: 1px solid #d3d3d3;padding: 10px 2%;height: 280px;
}

#loja_Sugestao p {
  color:var(--primary);margin-top:0px;font-weight: bold;font-size: 16px;
}

#loja_Sugestao_item {
  width: 100%;
}

.loja_Sugestao_livro {
  width: 25%;display: inline;float:left;position:relative;height:200px;
}

.loja_Sugestao_livro button {
  border-radius: 4px;height: 24px;border: 2px solid;background-color: #ffffff;color: var(--primary);font-weight: bold;width: 80px;cursor:pointer;
}

.loja_Sugestao_livro_titulo {
  vertical-align: top;padding-left: 5px;
}
