.delivery-items {
    display: flex;
    flex-direction: column;
}

.delivery-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.delivery-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.delivery-text {
    font-size: 14px;
}

.text-success {
    color: #28a745;
}
.payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.payment-icons img {
    height: 30px;
    width: auto;
}
