/* =========================================================
   Holmarc Add-to-Quotation V1
   ========================================================= */

.quotation-count {
    min-width: 1.45rem;
    font-size: .72rem;
}

.add-to-quote.is-added {
    pointer-events: none;
}

.quotation-item {
    border-bottom: 1px solid #dee2e6;
    padding: 12px 0;
}

.quotation-item:last-child {
    border-bottom: 0;
}

.quotation-item-name {
    font-weight: 600;
    line-height: 1.3;
}

.quotation-item-model {
    font-size: .86rem;
    color: #6c757d;
}

.quotation-qty {
    width: 125px;
}

.quotation-empty {
    padding: 40px 15px;
    text-align: center;
    color: #6c757d;
}

.quotation-empty i {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 12px;
}

#quotationOffcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
}

#quotationItems {
    flex: 1 1 auto;
    overflow-y: auto;
}

.quotation-toast {
    z-index: 1090;
}
