.navbar {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    justify-content: center;
    gap: 20px;
}

.navbar button {
    background-color: #d1b38e;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.navbar button.active {
    background-color: #ad8c66;
}

.navbar button:hover {
    background-color: #ad8c66;
}


.step-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-content {
    display: none;
}

.step.active .step-content,
.step.completed .step-content {
    display: block;
}

.button {
    background-color: #d1b38e;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.minimize-icon {
    cursor: pointer;
    float: right;
    font-size: 20px;
    margin-top: -10px;
    margin-right: 10px;
}

.details {
    display: none;
    /* Esconder detalhes por padrão */
}

.details.open {
    display: block;
    /* Mostrar detalhes se a classe 'open' estiver presente */
}

.details.closed {
    display: none;
    /* Confirmar que detalhes fechados estão escondidos */
}

.order-confirmation {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.order-confirmation h3 {
    color: #5a5a5a;
}

.payment-details ul {
    list-style: none;
    padding: 0;
}

.payment-details ul li {
    margin: 5px 0;
}

.reference-validity {
    color: #f00;
    font-weight: bold;
    margin-top: 10px;
}

.btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.order-summary {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.order-summary h4 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.order-items li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-totals p {
    display: flex;
    justify-content: space-between;
}

.order-totals .total {
    font-size: 18px;
    font-weight: bold;
}

.enderecos-nome {
    font-size: 15px;
}

.checkout-itens {
    padding: 30px;
    border: 1px solid #eeeeee;
    margin-top: 5px;
    margin-left: auto;
    background-color: #f6f1e7;
    border-radius: 25px;
}

.h2-section {
    color: #a98363;
    font-size: 21px;
}

.section {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}

.hidden {
    display: none;
}


.delivery-option {
    background-color: #fff;
    border-radius: 17px;
    border-right: unset;
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: .9375rem 0;
    margin-bottom: .9375rem;
    min-height: 80px;
}

.carriere-name-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    word-break: break-word;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}

.carrier-name {
    font-size: 15px;
    line-height: 19px;
    color: #5f5f5f;
    margin: 0;
}

.delivery-option-price {
    display: flex;
    justify-content: center;
    padding-right: 0;
    align-items: center;
}

.carrier-delay {
    display: inline-block;
    word-break: break-word;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}

.carrier-hasLogo {
    align-items: center;
}