#mpl-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.mpl-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: #eef6ff;
    border-radius: 10px;
    border: 1px solid #d7e9ff;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    user-select: none;
    flex: 0 0 auto;
}

.mpl-filter-btn:hover {
    background: #e0f0ff;
    border-color: #bcdcff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.mpl-filter-btn.active {
    background: #e0f0ff;
    border-color: #8cc7ff;
}

.mpl-filter-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

.mpl-filter-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.mpl-filter-name {
    font-weight: 600;
    font-size: 13px;
}

.mpl-filter-price {
    font-size: 12px;
    color: #12a03b;
    margin-top: 1px;
}

.modal {
    z-index: 100000;
}

.modal-backdrop {
    z-index: 1990;
}

#mplModal .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
}

#mplModal .modal-content {
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
}

#mplModal .modal-header {
    flex: 0 0 auto;
}

#mplModal .modal-body {
    flex: 1 1 auto;
    padding-bottom: 1rem;
}

#mplModal .modal-body .row {
    height: 100%;
}

#mplModal #mpl-list-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#mplModal #mpl-filters {
    flex: 0 0 auto;
}

#mplModal #mpl-search {
    flex: 0 0 auto;
}

#mplModal #mpl-list {
    flex: 1 1 auto;
    overflow-y: auto;
}

#mplModal #map {
    height: 100%;
    min-height: 300px;
}

@media (max-width: 768px) {


    #mplModal .modal-dialog {
        max-width: 100%;
        margin: 0;
        height: 100%;
    }

    #mplModal .modal-content {
        height: 100vh;
        border-radius: 0;
    }


    #mplModal .modal-body .row {
        height: auto;
    }


    #mplModal #mpl-list {
        display: none;
    }

    #mplModal #mpl-list-wrapper {
        height: auto;
        margin-bottom: 10px;
    }


    #mplModal #map {
        height: 60vh;
        min-height: 300px;
    }
}

.delivery-label {
    min-height: 48px;
}

.delivery-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-icons img {
    height: 28px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
}

.delivery-icons img:hover {
    opacity: 1;
}

.delivery-title {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.btn-back-checkout {
    display: inline-block;
    padding: 19px 15px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.btn-back-checkout:hover {
    background: #f5f5f5;
    color: #333;
}

.checkout-pickup-icon-sm {
    width: 30px !important;
}

.checkout-top-banner-space {
    padding-top: 50px;
}

.checkout-page-title {
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
}

.checkout-link-blue {
    text-decoration: none;
    color: #0073aa;
}

.checkout-full-width {
    width: 100%;
}

.checkout-hidden {
    display: none;
}

.checkout-modal-title {
    font-size: 18px;
}

.checkout-modal-button {
    margin: 0 auto;
    width: 200px;
}

.checkout-soft-blue {
    color: #97bfe0;
}

.checkout-country-select {
    min-width: 200px;
}

.checkout-mpl-list {
    max-height: 500px;
    overflow-y: auto;
}

.checkout-square-button {
    border-radius: 0;
    padding: 10px;
}

.checkout-packeta-selected {
    background: #f8f9fa;
}

.checkout-fill-missing-note {
    font-size: 13px;
    color: #aaa;
}

.checkout-packeta-icon {
    height: 28px;
}

.checkout-pickup-icon-lg {
    width: 50px;
}

.checkout-cart-price {
    min-width: 120px;
}

.checkout-cart-thumb-wrap {
    width: 80px;
}

.checkout-cart-thumb {
    max-height: 80px;
    object-fit: cover;
}

.checkout-cart-updating {
    opacity: 0.6;
}

.checkout-confirm-note {
    font-size: 13px;
    color: #777;
}
