/**
 * FineCenter - Quote Account List V1.1.2
 * Corrected Stage 5.3.2.12
 */

.uq-account-list-wrap{width:100%;max-width:100%;background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:18px;box-sizing:border-box}.uq-account-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.uq-account-list-title h2{margin:0 0 4px;font-size:22px;line-height:1.25}.uq-account-list-count{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:2px 10px;border-radius:999px;background:#f1f1f1;color:#333;font-size:13px;font-weight:700}.uq-account-list-actions,.uq-account-bottom-actions{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.uq-account-bottom-actions{margin-top:16px;padding-top:14px;border-top:1px solid #eee}.uq-account-save,.uq-account-open-drawer,.uq-account-clear,.uq-account-remove{appearance:none;border:none;border-radius:7px;min-height:38px;padding:8px 14px;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;transition:opacity .18s ease,background .18s ease}.uq-account-save,.uq-account-open-drawer{background:#111;color:#fff}.uq-account-clear,.uq-account-remove{background:#fff1f1;color:#c62828}.uq-account-save:hover,.uq-account-open-drawer:hover,.uq-account-clear:hover,.uq-account-remove:hover{opacity:.9}.uq-account-save:disabled,.uq-account-open-drawer:disabled,.uq-account-clear:disabled,.uq-account-remove:disabled{opacity:.45;cursor:not-allowed}.uq-account-notice{display:none;margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:14px;line-height:1.4}.uq-account-notice.is-visible{display:block}.uq-account-notice.is-success{background:#e8f5e9;color:#2e7d32}.uq-account-notice.is-error{background:#ffebee;color:#c62828}.uq-account-empty{display:flex;flex-direction:column;gap:5px;padding:28px 12px;text-align:center;color:#666;background:#fafafa;border:1px dashed #ddd;border-radius:9px}.uq-account-empty strong{color:#222;font-size:16px}.uq-account-table-wrap{width:100%;overflow-x:auto}.uq-account-table{width:100%;border-collapse:collapse;table-layout:auto}.uq-account-table th,.uq-account-table td{padding:12px 10px;border-bottom:1px solid #eee;text-align:right;vertical-align:middle}.uq-account-table th{background:#f7f7f7;color:#333;font-size:13px;font-weight:800;white-space:nowrap}.uq-account-product{display:flex;align-items:center;gap:10px;color:#222;text-decoration:none;font-weight:700;line-height:1.35}.uq-account-product:hover{text-decoration:underline}.uq-account-img{width:58px;height:58px;min-width:58px;border-radius:8px;background:#f5f5f5;overflow:hidden;display:flex;align-items:center;justify-content:center}.uq-account-img img{width:100%;height:100%;object-fit:cover;display:block}.uq-account-name{display:block;min-width:130px}.uq-account-sku{white-space:nowrap;color:#666;font-size:13px}.uq-account-qty-box{display:inline-flex;align-items:center;justify-content:center;height:36px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff;direction:ltr}.uq-account-minus,.uq-account-plus{width:34px;height:34px;border:none;background:#f4f4f4;color:#111;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.uq-account-qty{width:48px;height:34px;border:none;text-align:center;font-size:14px;background:#fff;-moz-appearance:textfield}.uq-account-qty::-webkit-outer-spin-button,.uq-account-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.uq-account-note{width:100%;min-width:180px;min-height:42px;border:1px solid #ddd;border-radius:7px;padding:8px;resize:vertical;font-size:13px;line-height:1.35;box-sizing:border-box}.uq-account-actions-cell{white-space:nowrap}.uq-account-login-message{border:1px solid #e8e8e8;border-radius:10px;padding:18px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.uq-account-login-message a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;border-radius:7px;background:#111;color:#fff;text-decoration:none;font-weight:700}@media(max-width:767px){.uq-account-list-wrap{padding:14px;border-radius:8px}.uq-account-list-head{align-items:flex-start;flex-direction:column}.uq-account-list-actions,.uq-account-bottom-actions{width:100%}.uq-account-save,.uq-account-open-drawer,.uq-account-clear{flex:1 1 100%;width:100%}.uq-account-table,.uq-account-table thead,.uq-account-table tbody,.uq-account-table th,.uq-account-table td,.uq-account-table tr{display:block}.uq-account-table thead{display:none}.uq-account-row{border:1px solid #eee;border-radius:9px;padding:10px;margin-bottom:10px;background:#fff}.uq-account-table td{border-bottom:none;padding:7px 0}.uq-account-table td::before{content:attr(data-label);display:block;margin-bottom:5px;color:#777;font-size:12px;font-weight:700}.uq-account-product{align-items:flex-start}.uq-account-img{width:54px;height:54px;min-width:54px}.uq-account-note{min-width:0}.uq-account-login-message{flex-direction:column;align-items:stretch;text-align:center}}
