/**
* 2014-2023 Presta-Mod.pl Rafał Zontek
*
* NOTICE OF LICENSE
*
* Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione
* Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona,
* wszelkie modyfikacje powodują utratę gwarancji
*
* http://presta-mod.pl
*
* DISCLAIMER
*
*
*  @author    Presta-Mod.pl Rafał Zontek <biuro@presta-mod.pl>
*  @copyright 2014-2023 Presta-Mod.pl
*  @license   Licecnja na jedną domenę
*  Presta-Mod.pl Rafał Zontek
*/
.paczkomaty_result {
	text-align: left;
	padding: 0;
	border: 1px solid #6e6d6d;
	background-color: #f9f9f9;
	overflow: hidden;
	z-index: 99999;
}

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

.paczkomaty_result li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    line-height: 20px;
    overflow: hidden;
}
.paczkomaty_result li:before {
	display: block;
    width: 24px;
    height: 35px;
    background: url(../img/paczkomat.png) no-repeat;
    content: ' ';
    float: left;
    margin-top: 15px;
    margin-right: 14px;
    margin-left: 10px;
    font-size: 14px;
}

.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 !important;
    z-index: 99999;
    background: white;
}

.pmsender {
	font-size:  14px !important;
    background-color: white;
    color: black;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #999;
    width: 100%;
    margin-top: 1px;
    border-radius: 3px;
}

.pmsender:hover {
    border: 1px solid black;
}

.widget-modal {
	z-index: 9999998;
}

.widget-modal {
	background: white;
}
.widget-modal {
	margin-left: 0 !important;
}

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

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

}

#select-widget{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 120px;
    padding: 10px;
    background: url('../img/bg.png') no-repeat #fdc800 20px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #aaa;
	padding-left: 150px;
}

.paczkomaty-label{
    display: block;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}

.paczkomat-input{
	padding: 9px;
	margin-top: 1px;
	width: 100%;
	border-radius: 1px;
}

.col-100{
	padding-left: 5px;
}

.col-50{
	width: 100%;
	padding: 5px;
	float: left;
	text-align: center;
}
@media (min-width: 1024px) {
	.col-100 {
		width: 100%;
		float: left;
	}
	.col-50{
		width: 50%;
		float: left;
		text-align: center;
	}
}

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

#select-widget {
	min-height: 130px;
	height: 100%;
}

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

@media (max-width: 769px) {
#select-widget {
	min-height: 200px;
}
}

.paczkomaty-additional-desc {
	color:  black;
	margin-top: 10px;
}

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

