.qc_wcart_minh {
    min-height: 40px !important;
}

.qc_prodrow {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 8px;
    background: none !important;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}
.qc_prodrow_title {
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.qc_fixbord {
    border-bottom: 2px dotted #000;
    display: inline-block;
}

.form-control:focus,
.form-select:focus,
.btn-outline-success.active:focus,
.btn-success.active:focus {
    box-shadow: none;
}

.qc_finprice {
    white-space: nowrap;
    grid-area: qc_finprice;
}

.qc_checkmenu_toc {

}

.qc_checkmenu_entry {
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-areas: "qc_checkmenu_name qc_finprice";
    align-items: end;
    gap: 0 .25rem;
}

.qc_checkmenu_name {
    grid-area: qc_checkmenu_name;
    position: relative;
    overflow: hidden;
}

.qc_checkmenu_name::after {
    position: absolute;
    padding-left: .25ch;
    content: "..................."
      "..................."
      "..................."
      "..................."
      "...................";
    text-align: right;
}