<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, ../sass/collection-points.scss */
.popup-content {
max-width: 1000px;
background-color: #e9e9e5;
padding: 0 20px 20px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/* line 10, ../sass/collection-points.scss */
.popup-content .close-button {
position: absolute;
top: 20px;
right: 20px;
}
/* line 16, ../sass/collection-points.scss */
.delivery-popup {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #0000008c;
z-index: 1000;
overflow: scroll;
}
/* line 27, ../sass/collection-points.scss */
.geowidget-container {
height: 520px;
position: relative;
box-sizing: border-box;
}
/* line 31, ../sass/collection-points.scss */
.geowidget-container .overview .list-point-link.active {
background-color: #e2e0d7 !important;
}
/* line 34, ../sass/collection-points.scss */
.geowidget-container .type-filter .list-wrapper ul li .label {
background-color: unset;
border-bottom: 0;
}
/* line 38, ../sass/collection-points.scss */
.geowidget-container .map-list-row .map-list-flex .map-widget .info-window .content,
.geowidget-container .map-list-row .map-list-flex .map-widget .info-window h1 {
color: #efefef;
}
/* line 42, ../sass/collection-points.scss */
.geowidget-container .map-list-row .map-list-flex .map-widget .info-window .links a.select-link {
display: none;
visibility: hidden;
}
/* line 46, ../sass/collection-points.scss */
.geowidget-container .map-list-row .map-list-flex .map-widget .info-window .links a {
margin-top: 5px;
}
/* line 51, ../sass/collection-points.scss */
.gm-style .infoBox img {
position: absolute !important;
top: 5px;
right: 5px;
}
/* line 57, ../sass/collection-points.scss */
.collection-points-search-box {
position: relative;
}
/* line 59, ../sass/collection-points.scss */
.collection-points-search-box .fa-search {
position: absolute;
top: 14px;
right: 13px;
color: #42a5f5;
font-size: 20px;
}
/* line 66, ../sass/collection-points.scss */
.collection-points-search-box .collection-point-search-input {
width: 100%;
box-sizing: border-box;
margin: 0 0 -1px;
}
/* line 71, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result {
overflow: hidden;
background-color: #fff;
border: 1px solid #dadada;
}
/* line 75, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result &gt; ul {
margin: 0;
padding: 10px;
box-sizing: border-box;
overflow: hidden;
width: 100%;
}
/* line 82, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li {
transition: 500ms;
cursor: pointer;
list-style: none;
padding: 3px 4px;
}
/* line 87, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li:hover {
background-color: #c0c0c01c;
transition: 500ms;
}
/* line 91, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li.active {
background-color: #c0c0c01c;
transition: 500ms;
}
/* line 94, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li.active &gt; span {
color: #575757;
}
/* line 96, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li.active &gt; span:nth-child(1) {
color: #42a5f5;
}
/* line 99, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li.active &gt; span:last-of-type {
color: #575757;
}
/* line 105, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li &gt; span:nth-child(1) {
font-size: 15px;
font-weight: bold;
}
/* line 109, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li &gt; span:nth-child(2) {
font-size: 14px;
}
/* line 112, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result li &gt; span:last-of-type {
font-size: 14px;
color: #b3b3b3;
}
/* line 118, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #42a5f5;
background-color: #42a5f5;
}
/* line 122, ../sass/collection-points.scss */
.collection-points-search-box .collection-points-result .mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, 0.15);
}
/* line 129, ../sass/collection-points.scss */
.collection-points-search-box.personal-collection-points .collection-points-result li {
margin-right: 10px;
}
/* line 136, ../sass/collection-points.scss */
.collection-points-list {
list-style-type: none;
padding-left: 0;
max-height: 300px;
overflow: auto;
}
/* line 141, ../sass/collection-points.scss */
.collection-points-list li {
background-color: white;
padding: 5px 10px;
margin-bottom: 1px;
transition: all .4s;
}
/* line 146, ../sass/collection-points.scss */
.collection-points-list li:hover {
cursor: pointer;
background-color: rgba(174, 171, 171, 0.4);
}
/* line 150, ../sass/collection-points.scss */
.collection-points-list li.active {
position: relative;
color: #42a5f5;
border: 1px solid #42a5f5;
}
/* line 155, ../sass/collection-points.scss */
.collection-points-list li .localDesc {
font-size: 12px;
}
@media (min-width: 768px) {
/* line 162, ../sass/collection-points.scss */
.popup-content {
top: 50%;
left: 50%;
right: unset;
bottom: unset;
transform: translate(-50%, -50%);
border-radius: 3px;
width: 100%;
}
/* line 171, ../sass/collection-points.scss */
.popup {
overflow: unset;
}
}
@media (max-width: 991px) {
/* line 177, ../sass/collection-points.scss */
.geowidget-container {
margin-bottom: 50px;
}
}
/* line 184, ../sass/collection-points.scss */
.geowidget-container.simple-map .simple-map-widget {
height: 322px;
margin-top: 15px;
overflow: hidden;
background-color: #fff;
border: 1px solid #eee;
box-shadow: 2px 2px 1px 0 #7f7f7f;
}
/* line 193, ../sass/collection-points.scss */
.geowidget-container.simple-map .collection-points-search-box .collection-points-result &gt; ul {
height: 200px;
}
</pre></body></html>