/**
 * Copyright © 2014-2026 Presta-Mod.pl Rafał Zontek
 *
 * NOTICE OF LICENSE
 *
 * Niniejszy plik stanowi część płatnego oprogramowania oferowanego przez Presta-Mod.pl.
 * Kopiowanie, rozpowszechnianie, udostępnianie osobom trzecim oraz wykorzystywanie
 * całości lub części kodu bez uprzedniej pisemnej zgody autora jest zabronione.
 *
 * Moduł można nabyć wyłącznie za pośrednictwem strony internetowej:
 * https://presta-mod.pl
 *
 * Wszelkie modyfikacje kodu, wykonane bez zgody autora, mogą skutkować utratą
 * wsparcia technicznego, gwarancji oraz prawa do aktualizacji.
 *
 * DISCLAIMER
 *
 * Oprogramowanie dostarczane jest zgodnie z warunkami indywidualnej licencji.
 * Licencja standardowa uprawnia do korzystania z modułu wyłącznie w obrębie
 * jednej domeny, chyba że ustalono inaczej w formie pisemnej.
 *
 * @author    Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
 * @copyright © 2014-2026 Presta-Mod.pl Rafał Zontek
 * @license   Licencja komercyjna na jedną domenę
 *
 * @see      https://presta-mod.pl
 */
#select-widget {
    position: relative;
    width: 100%;
    min-height: 0;
    margin: 12px 0;
    padding: 20px 20px 16px 132px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background: #fdc800 url('../img/bg.png') no-repeat 24px 22px;
    background-size: 84px auto;
    box-sizing: border-box;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);


}

#select-widget::after {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 116px;
    pointer-events: none;
}

.pm-widget__header,
.pm-widget__summary {
    position: relative;
    z-index: 1;
}

.pm-widget__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -6px;
}

.paczkomaty-label {
    display: block;
    margin: 0 0 10px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.paczkomat-input {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.paczkomat-input:focus {
    outline: none;
    border-color: #8b8b8b;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.paczkomat-input.paczkomaty_loading {
    padding-right: 40px;
    background-image: url('../img/throbber.gif');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px 18px;
}

.paczkomat-input[disabled] {
    cursor: not-allowed;
    opacity: 1;
    color: #6b6b6b;
    background-color: #f5f5f5;
}

.pmsender {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 0;
    padding: 12px 16px;
    border: 1px solid #111;
    border-radius: 10px;
    background: #111;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.pmsender:hover,
.pmsender:focus {
    color: #fff;
    border-color: #222;
    background: #222;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.pmsender:active {
    transform: translateY(1px);
}


.col-100 {
    width: 100%;
    box-sizing: border-box;
    float: none;
}

.col-50 {
    width: 100%;
    padding: 6px;
    text-align: left;
    box-sizing: border-box;
    float: none;
}

.pm-widget__field,
.pm-widget__action {
    display: flex;
    align-items: stretch;
}

.paczkomaty-additional-desc {
    display: block;
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fafafa;
    color: #1f1f1f;
    line-height: 1.5;
    word-break: break-word;
}

.paczkomaty-additional-desc:empty {
    display: none;
}

.paczkomaty-additional-desc .name,
.paczkomaty-additional-desc .address,
.paczkomaty-additional-desc .address2 {
    font-weight: 700;
}

.paczkomaty-additional-desc .address {
    margin-left: 0 !important;
}

.paczkomaty-additional-desc .location,
.paczkomaty-additional-desc .description {
    color: #5b5b5b;
}

.paczkomaty_result {
    text-align: left;
    padding: 0;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.paczkomaty_result ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.paczkomaty_result li {
    position: relative;
    margin: 0;
    padding: 12px 14px 12px 52px;
    cursor: pointer;
    display: block;
    line-height: 1.45;
    overflow: hidden;
    white-space: normal;
    border-top: 1px solid #f1f1f1;
}

.paczkomaty_result li:first-child {
    border-top: 0;
}

.paczkomaty_result li::before {
    position: absolute;
    left: 16px;
    top: 14px;
    display: block;
    width: 20px;
    height: 28px;
    background: url(../img/paczkomat.png) no-repeat 50% 50%;
    background-size: contain;
    content: '';
    margin: 0;
}

.paczkomaty_odd,
.paczkomaty_even {
    background-color: #fff;
}

.paczkomaty_over {
    background-color: #fff8d6;
    color: #000;
}

.paczkomaty_result li span {
    display: block;
    min-height: 0 !important;
}

.paczkomat_name {
    color: #111;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.paczkomat_address,
.paczkomat_description {
    color: #5a5a5a;
}

.paczkomat_description {
    margin-top: 2px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .col-50 {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    #select-widget,
    #spstepcheckout #select-widget {
        padding: 108px 16px 16px;
        background-position: 50% 18px;
        background-size: 76px auto;
    }

    #select-widget::before {
        inset: 0 0 auto 0;
        width: auto;
        height: 92px;
    }

    .pm-widget__body {
        display: block;
        margin: 0;
    }

    .col-100,
    .col-50 {
        width: 100%;
        padding: 0;
    }

    .pm-widget__field {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #select-widget {
        border-radius: 10px;
        padding: 100px 14px 14px;
    }

    .paczkomaty-label {
        font-size: 14px;
    }

    .paczkomat-input,
    .pmsender {
        min-height: 44px;
        font-size: 13px !important;
    }

    .paczkomaty_result li {
        padding: 11px 12px 11px 46px;
        font-size: 13px;
    }

    .paczkomaty_result li::before {
        left: 14px;
        top: 13px;
        width: 18px;
        height: 25px;
    }
}

.widget-modal {
    position: fixed;
    z-index: 9999998;
    background-color: #fff;
    margin-left: 0;
}

.widget-modal.hidden {
    display: none;
}

.easypack-widget .map-list-row .map-list-flex .list-widget {
    min-height: 240px;
}

.overlay_pminpost {
    display: none;
    position: fixed;
    inset: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.45) url('../img/ovarlay.png');
    z-index: 9999995;
}

#ets_onepagecheckout #select-widget {
    padding: 108px 16px 16px;
    background-position: 50% 18px;
    background-size: 76px auto;
}

#ets_onepagecheckout .col-50 {
    float: none;
    width: 100%;
}

#ets_onepagecheckout .paczkomat-input,
#ets_onepagecheckout .paczkomaty-label,
.widget-steasycheckout_17 .paczkomaty-label,
#spstepcheckout .paczkomaty-label,
.paczkomaty-additional-desc {
    font-size: 12px;
}

#ets_onepagecheckout .paczkomaty-label {
    padding: 0 6px;
    font-weight: 700;
}

.input-group-btn .btn-search {
    background: #fff url(../img/search.png) no-repeat 50% 50%;
}

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) div {
    height: auto;
    width: auto;
}

.widget-steasycheckout_17 #select-widget {
    margin-top: 0;
    min-height: 0;
    padding: 16px;
    background: #fff;
}

.widget-steasycheckout_17 #select-widget::before {
    display: none;
}

.widget-steasycheckout_17 #select-widget input,
.widget-steasycheckout_17 #select-widget button,
#spstepcheckout #select-widget input,
#spstepcheckout #select-widget button {
    font-size: 12px;
}

.alert-paczkomaty {
    max-width: 50%;
    float: right;
}

@media (max-width: 767px) {
    .alert-paczkomaty {
        max-width: 100%;
        float: none;
    }
}

@media (max-width: 1199px) {
    #spstepcheckout #select-widget {
        min-height: 0;
    }
}

.map-widget .popup-container p {
    color: #fff;
}

.supercheckout_9 .pm-widget-wrap {
    padding: 15px !important;
    padding-top: 73px !important;
}

.supercheckout_9 .paczkomaty-label {
    font-size: 12px !important;
}

.supercheckout_9 #select-widget {
    background: #fdc800 url(../img/bg.png) no-repeat 24px 22px;
    background-size: 60px auto;
}

.paczkomat-input {
    margin-bottom: 5px;
}


#ets_onepagecheckout #select-widget {
    container-type: inline-size;
}

@container (max-width: 600px) {
    #ets_onepagecheckout #select-widget .col-50 {
        float: none;
        width: 100%;
    }
}


#ets_onepagecheckout #select-widget {
    container-type: inline-size;
}

@container (min-width: 601px) {
    #ets_onepagecheckout #select-widget .col-50 {
        float: none;
        width: 50%;
    }
}