.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    position:relative;
}

/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position:absolute;
    right:5px;
    top:0px;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.orlen-paczka-point-popup {
    line-height:1.6;
}
.orlen-paczka-point-popup h5 {
    font-size:16px;
}
.orlen-paczka-point-popup strong {
    font-weight:bold;
}
.orlen-paczka-point-popup button {
    color: #333;
    background: #fff;
    border:none;
    width: 100%;
    border-radius:10px;
    font-weight:bold;
    padding:10px;
    border:2px solid #d81e04;
}
.orlen-paczka-point-popup button:hover {
    color: #FFF;
    background: #d81e04;
    cursor:pointer;
}
.leaflet-popup-content .orlen-paczka-point-popup p {
    margin-top:0;
}

.orlen-modal-search {
    margin-bottom:10px;
    position:relative;
}
.orlen-modal-search-form {
    display:flex;
}
.orlen-modal-search input{
    width:100%;
    padding: 10px;
}
.orlen-modal-search-form button {
    color:#FFF;
    border:none;
    cursor:pointer;
    background:#d81e04;
    margin-left:7px;
    font-weight:bold;
    border-radius:10px;
    padding-left:10px;
    padding-right:10px;
}
.orlen-modal-search #orlen-modal-search-btn {
    color:#FFF;
    border-radius:10px;
    border:none;
    font-weight:bold;
    padding:10px;
    background: #d81e04;
    cursor:pointer;
    margin-left:10px;
}
#orlen-modal-search-results {
    background:#FFF;
    position:absolute;
    left:0;
    top:39px;
    z-index: 9999;
    width:100%;
    max-height: 200px;
    overflow-y: auto;
}
.orlen-modal-search-result {
    text-align:left;
    font-family: Arial;
    padding:10px;
}
.orlen-modal-search-result:hover {
    background:#F5F5F5;
    cursor:pointer;
}

.shipping-method {
    margin-bottom:10px;
}
.shipping-method-toggle-cont {
    display:none;
    padding:10px 10px 10px 22px;
}
.shipping-method-toggle-cont.active {
    display:block;
}
.blog.form .shipping-method-toggle-cont button {
    font-size:13px;
    width:auto;
    padding: 9px 15px;
    margin-bottom:10px;
    border-radius: 10px;
}
.blog.form .shipping-method-toggle-cont strong{
    font-weight:bold;
}
.pl-25 {
    padding-left:25px;
}
.shipping-method .free-price {
    display:none;
    margin-left:10px;
}
.shipping-method.free .free-price {
    display:inline;
}
.shipping-method.free .price {
    text-decoration: line-through;
}