.tmp-order-form_wrapper .gform_required_legend {
    display: none;
}

.tmp-order-form_wrapper .gform_submission_error {
    font-size: 18px !important;
    line-height: 1.25 !important;
}

form.tmp-order-form .gfield input,
form.tmp-order-form .gfield textarea,
form.tmp-order-form .gfield select {
    background-color: #ffffff !important;
}

form.tmp-order-form .gfield .gfield_label .gfield_required {
    color: #f00 !important;
}

form.tmp-order-form .gfield--type-number .gfield_description {
    display: none;
}

form.tmp-order-form #add-product-btn {
    background-color: #ffd447;
    color: #000;
    font-size: 16px;
    line-height: 1;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
form.tmp-order-form #add-product-btn:hover {
    background-color: #bb1c1b;
    color: #fff;
}

form.tmp-order-form .display-none {
    display: none !important;
}

form.tmp-order-form #products-table-container tr {
    background-color: #ffffff !important;
    color: #000000;
}

form.tmp-order-form .gfield legend.gfield_label {
    font-weight: bold !important;
    font-size: 0.92em !important;
}

.ui-datepicker[data-parent-form="4_0"] .ui-datepicker-title {
    flex: 0 0 70%;
    display: flex;
    flex-direction: row;
    column-gap: 10px;

    @media all and (max-width: 640px) {
        flex-direction: column;
    }
}

.ui-datepicker[data-parent-form="4_0"] .ui-datepicker-title select {
    text-align: left !important;
    text-align-last: left !important;
}

form.tmp-order-form .cpt-product-select,
form.tmp-order-form .cpt-product-qty,
form.tmp-order-form .gfield.cpt-product-choose-size {
    display: none;
}