/* Variaveis */
:root {
  --corAzulPadraoSite: #2687E4;
}
/* /.Variaveis */

.quantity {
  float: left;
  margin-right: 15px;
  background-color: #eee;
  position: relative;
  width: 80px;
  overflow: hidden
}

.quantity input {
  margin: 0;
  text-align: center;
  width: 15px;
  height: 15px;
  padding: 0;
  float: right;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  background-color: #F6F6F6
}

.quantity input.qty {
  position: relative;
  border: 0;
  width: 100%;
  height: 40px;
  padding: 10px 25px 10px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0;
  background-clip: padding-box
}

.quantity .minus, .quantity .plus {
  line-height: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-size: 6px 30px;
  -moz-background-size: 6px 30px;
  color: #bbb;
  font-size: 20px;
  position: absolute;
  height: 50%;
  border: 0;
  right: 0;
  padding: 0;
  width: 25px;
  z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
  background-color: #dad8da
}

.quantity .minus {
  bottom: 0
}
.shopping-cart {
  margin-top: 20px;
}

#cursos-carrinho th {
  text-align: center;
  font-weight: 200;
}

.item-carrinho-valores,
.item-carrinho-total {
  font-size: 18px;
  font-weight: bolder;
}

.item-carrinho-quantidade input::-webkit-outer-spin-button,
.item-carrinho-quantidade input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.item-carrinho-quantidade input[type=number] {
  -moz-appearance: textfield;
}

.item-carrinho-titulo {
  font-weight: 500;
  font-size: 18px;
}

.item-carrinho-dados {
  color: #849FAE;
  font-size: 1rem;
  font-weight: 700;
}

.titulo-total {
  font-weight: 500;
  font-size: 18px;
}

.valor-total-pedido {
  color: #647A84;
  font-size: 20px;
  font-weight: 700;
}

.valor-total {
  font-size: 20px;
  font-weight: bolder;
}

.input-cupom-desconto {
  border: 0;
  border-radius: 10px;
}

.input-cupom-desconto-aplicado {
  background-color: #fff !important;
  border: 0;
  border-radius: 10px;
}

.btn-add-cupom {
  background-color: #5BC4F1;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.input-group-append-busca {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#modal-confirmar-excluir-item {
  z-index: 10001;
}