.checkout {
	/* max-width: 500px; */
	margin: 0 auto;
	/*font-family: 'Segoe UI', sans-serif;*/
	color: #333;
	position: relative;
	margin: 0 auto;
	width: 60%;
}

/* Seção de valores */
.checkout .valores {
    background-color: #f9fbfd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px #e3e7ed;
}

.checkout .valores .title {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 30px;
	display: block;
}
.checkout .valores .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}

.checkout .valores .item.total {
    border-top: 1px solid #ddd;
    padding-top: 12px;
    font-weight: bold;
    font-size: 16px;
}

.checkout .valores .item.total .valor {
	color: #18a543;
	font-weight: 700;
	font-size: 1.2em;
}
/* Seção de pagamento */
.checkout .formas-pagamento {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.checkout .forma-pagamento {
    flex: 1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d6dce5;
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.2s ease;
}

.checkout .forma-pagamento:hover {
    border-color: var(--verde-secundario);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.checkout .forma-pagamento .icone {
    background-color: #eef5ff;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout .forma-pagamento:nth-child(2) .icone {
    background-color: #fff3e0;
}

.checkout .forma-pagamento .icone i {
    font-size: 30px;
    color: #3b82f6;
}

.checkout .forma-pagamento:nth-child(2) .icone i {
    color: #f97316;
}

.checkout .forma-pagamento .dados {
	text-align: left;
}
.checkout .forma-pagamento .dados .nome {
	font-weight: 600;
	/* font-size: 14px; */
	color: #111827;
	font-weight: 700;
}

.checkout .forma-pagamento .dados span {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-top: 2px;
}


.pix-pagamento {
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    text-align: center;
}

.pix-pagamento .topo {
    background-color: #fff3e0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 16px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #d97706;
    border: 1px solid #ffe0b3;
    border-bottom: none;
}

.pix-pagamento .topo strong {
    color: #d97706;
}

.pix-pagamento .qrcode {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pix-pagamento .qrcode img {
    max-width: 100%;
    max-height: 100%;
}

.pix-pagamento .instrucoes {
    margin: 16px 0;
}

.pix-pagamento .instrucoes strong {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
}

.pix-pagamento .instrucoes p {
    font-size: 14px;
    color: #4b5563;
}

.pix-pagamento .status-pagamento {
    color: #059669;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.pix-pagamento .status-pagamento i {
    font-size: 16px;
}

.pix-pagamento .copiaecola {
    background-color: #f9fbfd;
    border-radius: 10px;
    padding: 16px;
    margin-top: 20px;
    border: 1px solid #e3e7ed;
}

.pix-pagamento .copiaecola p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.pix-pagamento .codigo-pix {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    color: #444;
    word-break: break-all;
    margin-bottom: 10px;
}

.pix-pagamento button {
    background-color: #3b82f6;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
}

.pix-pagamento button:hover {
    background-color: #2563eb;
}

.pix-confirmado {
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    color: #1f2937;
}

.pix-confirmado .icone-sucesso {
    background-color: #d1fae5;
    border-radius: 50%;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.pix-confirmado .icone-sucesso img {
    width: 36px;
    height: 36px;
}

.pix-confirmado h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.pix-confirmado p {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 20px;
}

.pix-confirmado button {
    background-color: #10b981;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

.pix-confirmado button:hover {
    background-color: #059669;
}

.resumo-pagamento {
  background-color: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #16a34a;
}

.linha-valor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.botao-pagar {
  margin-top: 15px;
  width: 100%;
  background-color: #22c55e;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.botao-pagar:hover {
  background-color: #16a34a;
}


.card-stored {
    text-align: center;
}

.card-stored .card {
    padding: 10px;
}

.card-stored .card .brand{
    
}

.card-stored .card .brand img{
    max-width: 30px;
    margin-right: 15px;
}

.card-stored .card .number{
    font-size: 1.1em;
}

.card-stored .card.selected {
    padding: 10px;
    border: 2px solid rgb(49 253 82 / 59%);
   
}

.card-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.card-buttons a {
    border: 1px solid rgba(3,3,3,0.3);
    margin: 15px;
    padding: 15px;
    border-radius: 8px;
    color: #333;
}


@media only screen and (max-width : 810px) {
    
    .checkout {
	 
	width: 100%;
    }
    
    
    .checkout .formas-pagamento {
      flex-direction: column;
    }
    
}