.form-section {
    margin-bottom: 40px;
}

.section-title {
    padding: 7px 0px;
    border-bottom: 2px solid #dddddda3;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.form-group label {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 0;
}

.form-group .form-control {
    margin-bottom: 16px;
    height: 47px;
    border-radius: 20px;
}

.section-divider {
    margin: 20px 0;
    border-top: 2px solid #f0f0f0;
}

.custom-highlight {
    color: #fdd835;
    border-bottom: 4px solid #fdd835;
    display: inline-block;
}

.order-summary {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.order-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.order-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.qty-circle {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #6c757d;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.total-summary {
    font-size: 1.2em;
}

.btn-primary {
    width: 100%;
}

.sl-main-section {
    padding: 0px 0;
}

textarea.input-text {
    min-height: 9em;
    padding: 1.858em;
}

.payment-instructions {
    margin-left: -17px;
    background-color: #e9ecef;
    padding: 19px 20px;
    margin-top: 5px;
    border-radius: 1px;
    font-size: 0.9rem;
    margin-right: -20px;
}

.payment-methods {
    margin-top: 20px;
}
