/*
 Theme Name:   Medical Equipment Child
 Theme URI:    https://demo.kamleshyadav.com/themeforest/medicalequipment-el/
 Description:  Medical Equipment Child Theme
 Author:       kamleshyadav
 Author URI:   https://themeforest.net/user/kamleshyadav
 Template:     medicalequipment
 Version:      1.2.0
 License:      Themeforest Split Licence
 License URI:  LICENSE
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  medicalequipment-child
*/
:root {
    --mlf-primary: #3cd9ee;
    --mlf-title-color: #0a3380;
    --mlf-txt-color: #a6a9aa;
    --mlf-second-color: #3cd9ee;
}
.medicaleq-loop-brand {
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.medicaleq-product-brand {
    margin: 10px 0;
}

.medicaleq-brochure-button {
    display: inline-block;
    margin: 8px 0 18px;
}

.medicaleq-specifications th {
    width: 35%;
}

.medicaleq-specifications th,
.medicaleq-specifications td {
    padding: 12px 15px !important;
}

.medicaleq-wholesale-note {
    margin: 10px 0 14px;
    padding: 10px 13px;
    border-left: 3px solid #0e7490;
    background: #ecfeff;
    color: #164e63;
}

.medicaleq-quote-box {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.8fr);
    gap: 30px;
    margin: 35px 0;
    padding: 30px;
    border-radius: 14px;
    background: #f8fafc;
    box-shadow: 0 8px 28px rgba(15, 23, 42, .08);
}

.medicaleq-quote-intro > span { color: #0e7490; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.medicaleq-quote-intro h3 { margin: 7px 0 10px; color: #172554; }
.medicaleq-quote-intro p { color: #64748b; }

.medicaleq-quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.medicaleq-quote-grid label > span { display: block; margin-bottom: 5px; color: #334155; font-size: 12px; font-weight: 700; }
.medicaleq-quote-grid input,
.medicaleq-quote-grid select,
.medicaleq-quote-grid textarea { width: 100%; margin: 0; border: 1px solid #cbd5e1; border-radius: 6px; background: #fff; }
.medicaleq-quote-message { grid-column: 1 / -1; }
.medicaleq-quote-form button { margin-top: 16px; }
.medicaleq-hp { position: absolute !important; left: -9999px !important; }

@media (max-width: 767px) {
    .medicaleq-quote-box { grid-template-columns: 1fr; padding: 20px; }
    .medicaleq-quote-grid { grid-template-columns: 1fr; }
    .medicaleq-quote-message { grid-column: auto; }
}

.medicaleq-checkout-gst { margin-top: 25px; }
.medicaleq-gst-invoice { padding: 25px; border: 1px solid #dbe3ea; background: #fff; color: #1e293b; }
.medicaleq-gst-invoice header,
.medicaleq-invoice-addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 25px; }
.medicaleq-gst-invoice header > div:last-child { text-align: right; }
.medicaleq-gst-invoice table { width: 100%; border-collapse: collapse; }
.medicaleq-gst-invoice th,
.medicaleq-gst-invoice td { padding: 10px; border: 1px solid #cbd5e1; text-align: left; }
.medicaleq-gst-invoice tfoot th { text-align: right; }
.medicaleq-invoice-toolbar { margin-bottom: 18px; text-align: right; }
.medicaleq-invoice-note { margin-top: 20px; text-align: center; color: #64748b; }

@media print {
    body * { visibility: hidden; }
    .medicaleq-gst-invoice,
    .medicaleq-gst-invoice * { visibility: visible; }
    .medicaleq-gst-invoice { position: absolute; inset: 0; width: 100%; border: 0; }
    .medicaleq-invoice-toolbar { display: none; }
}

@media (max-width: 575px) {
    .medicaleq-gst-invoice header,
    .medicaleq-invoice-addresses { grid-template-columns: 1fr; }
    .medicaleq-gst-invoice header > div:last-child { text-align: left; }
    .medicaleq-gst-invoice { padding: 12px; overflow-x: auto; }
}

button.medicaleq-compare-add {
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 10px auto 8px !important;
    padding: 0 18px !important;
    border: 1px solid var(--mlf-primary)!important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 3px 10px rgba(8, 127, 156, .08);
    color: var(--mlf-primary) !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: none !important;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
button.medicaleq-compare-add > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e6f7fa;
    font-size: 14px;
    line-height: 1;
}
button.medicaleq-compare-add:hover {
    border-color: var(--mlf-primary) !important;
    background: var(--mlf-primary) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
button.medicaleq-compare-add:hover > span { background: rgba(255,255,255,.18); }
button.medicaleq-compare-add.is-selected {
    border-color: var(--mlf-primary) !important;
    background: var(--mlf-primary) !important;
    color: #fff !important;
}
button.medicaleq-compare-add.is-selected > span { background: rgba(255,255,255,.18); }
button.medicaleq-compare-add:focus-visible { outline: 3px solid rgba(8,127,156,.25); outline-offset: 3px; }
.medicaleq-compare-tray {
    position: fixed;
    z-index: 99990;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1050px;
    margin: auto;
    padding: 15px 20px;
    border-radius: 10px;
    background: #172554;
    box-shadow: 0 10px 35px rgba(15,23,42,.3);
    color: #fff;
}
.medicaleq-compare-tray[hidden], .medicaleq-compare-modal[hidden] { display: none !important; }
.medicaleq-compare-selected { margin-top: 4px; color: #cbd5e1; font-size: 12px; }
.medicaleq-compare-actions { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.medicaleq-compare-clear { border: 0; background: transparent; color: #fff; text-decoration: underline; cursor: pointer; }
.medicaleq-compare-modal { position: fixed; z-index: 99999; inset: 0; padding: 30px; background: rgba(15,23,42,.75); overflow: auto; }
.medicaleq-compare-dialog { position: relative; max-width: 1150px; margin: 20px auto; padding: 54px 30px 30px; border-radius: 12px; background: #fff; }
.medicaleq-compare-dialog > button.medicaleq-compare-close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 16px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 50% !important;
    background: #f8fafc !important;
    color: #172554 !important;
    font-size: 25px;
    line-height: 1 !important;
    box-sizing: border-box;
    cursor: pointer;
}
.medicaleq-compare-dialog > button.medicaleq-compare-close:hover {
    border-color: #172554 !important;
    background: #172554 !important;
    color: #fff !important;
}
.medicaleq-compare-table-wrap { overflow-x: auto; }
.medicaleq-compare-table { width: 100%; min-width: 650px; border-collapse: collapse; table-layout: fixed; }
.medicaleq-compare-dialog .medicaleq-compare-table th,
.medicaleq-compare-dialog .medicaleq-compare-table td {
    padding: 14px 12px !important;
    border: 1px solid #dbe3ea !important;
    background: #fff !important;
    color: #334155 !important;
    text-align: center !important;
    vertical-align: middle;
    line-height: 1.45;
}
.medicaleq-compare-dialog .medicaleq-compare-table thead th {
    position: relative;
    padding-top: 34px !important;
    background: #f8fafc !important;
    color: #172554 !important;
}
.medicaleq-compare-dialog .medicaleq-compare-table thead th:first-child {
    width: 150px;
    padding-top: 14px !important;
    background: #eef2f7 !important;
}
.medicaleq-compare-dialog .medicaleq-compare-table tbody th {
    width: 150px;
    background: #f8fafc !important;
    color: #475569 !important;
    text-align: left !important;
}
.medicaleq-compare-table thead img {
    display: block;
    width: 105px;
    height: 105px;
    margin: 0 auto 10px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    object-fit: contain;
}
.medicaleq-compare-dialog .medicaleq-compare-table thead a { display: block; color: #172554 !important; text-decoration: none; }
.medicaleq-compare-dialog .medicaleq-compare-table thead strong { display: block; font-weight: 700; line-height: 1.35; }
.medicaleq-compare-dialog button.medicaleq-compare-remove {
    position: absolute;
    top: 7px;
    right: 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    border: 1px solid #fecaca !important;
    border-radius: 50% !important;
    background: #fff1f2 !important;
    color: #b91c1c !important;
    font-size: 18px;
    line-height: 1 !important;
    box-sizing: border-box;
    cursor: pointer;
}
.medicaleq-compare-dialog button.medicaleq-compare-remove:hover {
    border-color: #dc2626 !important;
    background: #dc2626 !important;
    color: #fff !important;
}

@media (max-width: 575px) {
    .medicaleq-compare-tray { right: 8px; bottom: 8px; left: 8px; padding: 12px; }
    .medicaleq-compare-selected { display: none; }
    .medicaleq-compare-modal { padding: 8px; }
    .medicaleq-compare-dialog { padding: 28px 10px 10px; }
}
 
.medicaleq-quote-intro h3 {
    font-size: 22px;
    font-weight: 700;
}