
/*
* 2012-2024 Patryk Marek PrestaDev.pl
*
* Patryk Marek PrestaDev.pl - PD Inpost Paczkomaty Pro © All rights reserved.
*
* DISCLAIMER
*
* Do not edit, modify or copy this file.
* If you wish to customize it, contact us at info@prestadev.pl.
*
* @author    Patryk Marek PrestaDev.pl <info@prestadev.pl>
* @copyright 2012-2024 Patryk Marek - PrestaDev.pl
* @license   License is for use in domain / or one multistore enviroment (do not modify or reuse this code or part of it) if you want any changes please contact with me at info@prestadev.pl
* @link      http://prestadev.pl
* @package   PD Inpost Paczkomaty Pro - PrestaShop 1.6.x and 1.7.x and 8.x module
* @version   2.7.0
* @date      10-06-2015
*/
.paczkomaty_result {
text-align: left;
border: 1px solid black;
background-color: #f9f9f9;
overflow: hidden;
z-index: 99999;
}

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

.paczkomaty_result li {
margin: 0;
padding: 0 0 8px;
cursor: default;
display: block;
font: menu;
line-height: 24px;
overflow: hidden;
}

.paczkomaty_result li:before {
display: block;
width: 19px;
height: 40px;
background: url(../img/paczkomat.png) no-repeat;
content: ' ';
float: left;
margin: 16px 14px 0 10px;
}
.paczkomaty_odd {
background-color: #f9f9f9;
}

.paczkomaty_over {
background-color: #ece9e2;
color: black;
}

.paczkomat_name {
color: #000;
font-weight: 600;
display: block;
}

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

#select-widget .form-control::placeholder {
  font-size: 12px;
}


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

.overlay_pminpost {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: black;
z-index: 9999995;
background: url('../img/ovarlay.png');
}

#select-widget {
width: auto;
background-repeat: no-repeat;
background-position: 7px 22px;
margin: 10px 0 0 0;
min-height: 112px;
transition: all 0.3s ease;
}

#popup-btn {width:100%;margin-top: -40px;border-radius: 5px;}

.paczkomaty-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}

.paczkomat-input {
width: 100%;
height: 40px;
display: none;
}








@media (max-width: 768px) {

.paczkomaty-label {

  margin-left: -99px;
}

}












/*if paczkomat-input disabled - hide*/

.col-100 {
width: 100%;
float: left;
padding: 5px;
text-align: center;
}


.col-50 {
width: 50%;
float: left;
text-align: center;
}
}

#ets_onepagecheckout #select-widget {
height: unset;
padding: 10px 10px 10px 10px;
padding-top: 115px;
}

#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: bold;
}

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

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

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



.widget-steasycheckout_17 #select-widget {
margin-top: 0;
height: 150px;
background: white;
}

.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;
}
}


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

.paczkomaty-additional-desc {
  margin: 5px;
  float: left;
  clear: both;nter;
}

.paczkomaty_result ul .paczkomaty_even span,.paczkomaty_result ul .paczkomaty_odd span {
height: 20px;
display: block;
}

.paczkomaty-additional-desc .name {
  font-weight: bold;
}

.paczkomaty-additional-desc .address2,.paczkomaty-additional-desc .address {
    font-weight: bold;
    margin-top: 5px;
}

.paczkomaty-additional-desc .description {
  font-style: italic;
}

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