@charset "UTF-8";
.locationRow {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.locationRow .location-name {
  font-weight: 700;
  line-height: 16px;
  font-size: 14px;
}
.locationRow .location-address {
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  margin: 12px 0 3px 0;
}
.locationRow .location-small-buttons {
  margin-top: 16px;
  display: flex;
}
.locationRow .location-small-buttons > a {
  color: #1d813f;
  font-weight: 700;
  text-decoration: underline;
  margin: 4px;
  cursor: pointer;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 20px;
  padding: 0;
  position: relative;
}
@media (max-width: 600px) {
  .locationRow .location-small-buttons {
    margin-top: 10px;
  }
  .locationRow .location-small-buttons > button, .locationRow .location-small-buttons > a {
    font-size: 11px;
  }
}
.locationRow .location-small-buttons .location-call_bt:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 0;
  background: url(../img/icons/uds/small/call.svg) no-repeat left center;
  background-size: 16px;
}
.locationRow .location-small-buttons .location-directions_bt:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 0;
  background: url(../img/icons/uds/small/directions.svg) no-repeat left center;
  background-size: 16px;
}

@media (min-width: 801px) {
  .mobi {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .location-call_bt {
    display: none;
  }
}

img {
  max-width: 100%;
}

#MapCont {
  width: 100%;
  font-family: sans-serif;
}

#distr-select-panel {
  position: absolute;
  left: 340px;
  top: 10px;
  padding: 10px;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10000;
  border-radius: 4px;
  /* mobile */
}
#distr-select-panel h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: inherit;
}
#distr-select-panel label {
  display: block;
  height: 20px;
  margin-bottom: 2px;
}
@media (max-width: 800px) {
  #distr-select-panel {
    top: 120px;
    right: 10px;
    left: auto;
  }
  #distr-select-panel[data-mobile-tab=loc] {
    display: none;
  }
}

.add-info {
  margin: 10px 0;
  padding-left: 24px;
  background: #fff url(../img/shopping_cart.svg) no-repeat left center;
  background-size: 18px;
  font-weight: 600;
}

.locations-outer {
  position: relative;
  z-index: 9999999999;
  /* mobile */
  /* box - produkty */
  /* kontener mapy */
  /* button moja lokazliacja */
  /* box wyszukiwania */
  /* box: wspólny styl  */
  /* box - placówki */
  /* zakładka: mapa | lista */
}
@media (min-width: 801px) {
  .locations-outer {
    height: 60vh;
  }
}
@media (max-width: 800px) {
  .locations-outer {
    /* bez pokazywania produktow */
    /* pokazywanie produktow */
    /* mobile - nieaktywna */
    /* mobile - aktywna 100% wysokości */
  }
  .locations-outer[data-mobile-show-prods=false] .products-cont {
    height: 110px;
    box-sizing: border-box;
  }
  .locations-outer[data-mobile-show-prods=false] .products-cont .categories {
    display: none;
  }
  .locations-outer[data-mobile-show-prods=false] .mobi-tab {
    top: 110px;
    height: calc(100% - 100px);
  }
  .locations-outer[data-mobile-show-prods=true] .products-cont {
    height: 300px;
  }
  .locations-outer[data-mobile-show-prods=true] .mobi-tab {
    top: 300px;
    height: calc(100% - 300px);
  }
  .locations-outer[data-mobile-show-prods=true] #distr-select-panel {
    top: 320px;
  }
  .locations-outer[data-mobile-inactive-overlay=true] {
    height: 60vh;
  }
  .locations-outer[data-mobile-inactive-overlay=true] .products-cont {
    display: none;
  }
  .locations-outer[data-mobile-inactive-overlay=true] .mobi-tab {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .locations-outer[data-mobile-inactive-overlay=false] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .locations-outer[data-mobile-inactive-overlay=false] .products-cont {
    position: fixed;
  }
  .locations-outer[data-mobile-inactive-overlay=false] .mobi-tab {
    position: fixed;
  }
}
.locations-outer .mobile-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  color: #000;
  z-index: 100000000000000;
}
.locations-outer .mobile-overlay .mobile-overlay-text {
  padding: 10px;
  border-radius: 3px;
  background: white;
}
.locations-outer .m20 {
  margin: 20px;
}
.locations-outer .mobi-map-close-bt {
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 10000000;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #c85050;
}
.locations-outer button.rounded-blue {
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  background-color: #1d813f;
  border-radius: 16px;
  font-size: 12px;
}
@media (max-width: 600px) {
  .locations-outer button.rounded-blue {
    font-size: 11px;
  }
}
.locations-outer .loc-body {
  overflow-y: auto;
  height: calc(96vh - 30px);
}
.locations-outer .products-cont {
  height: calc(100% - 40px);
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: white;
  padding: 10px;
  color: #333;
  z-index: 100000;
  width: 300px;
  /* box-kategorie */
}
.locations-outer .products-cont .mobi-select-prods-cont {
  display: flex;
  align-items: center;
}
.locations-outer .products-cont .mobi-select-prods-cont .mobi-select-prods {
  display: inline-block;
  color: white;
  margin: 4px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background: green;
}
.locations-outer .products-cont .mobi-select-prods-cont .mobi-clear-prods {
  display: inline-block;
  color: white;
  margin: 4px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background: red;
}
@media (max-width: 800px) {
  .locations-outer .products-cont {
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    width: auto;
    box-sizing: border-box;
  }
}
@media (min-width: 800px) {
  .locations-outer .products-cont {
    overflow-y: auto;
  }
}
@media (max-width: 800px) {
  .locations-outer .products-cont .categories {
    overflow-y: auto;
    height: 200px;
  }
}
.locations-outer .products-cont .prods-clear-bt {
  position: absolute;
  right: 10px;
  top: 54px;
  line-height: 10px;
  background: #cc0000;
  color: white;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 8px;
  text-transform: uppercase;
  font-size: 11px;
}
@media (max-width: 800px) {
  .locations-outer .products-cont .prods-clear-bt {
    top: 0;
  }
}
.locations-outer .products-cont .categories .cat-box {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .locations-outer .products-cont .categories .cat-box {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
  }
}
.locations-outer .products-cont .categories .cat-box .cat-title-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 10px 0;
}
.locations-outer .products-cont .categories .cat-box .cat-title-row .cat-chb-label {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 800px) {
  .locations-outer .products-cont .categories .cat-box .cat-title-row .cat-chb-label {
    display: block;
  }
}
.locations-outer .products-cont .categories .cat-box .cat-title-row .cat-chb-label span {
  margin-left: 4px;
  cursor: pointer;
}
.locations-outer .products-cont .categories .cat-box .cat-title-row .cat-chb-label span:hover {
  text-decoration: underline;
}
.locations-outer .products-cont .categories .prod-row {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding-left: 20px;
}
@media (max-width: 800px) {
  .locations-outer .products-cont .categories .prod-row {
    display: block;
    padding-left: 0;
  }
}
.locations-outer .products-cont .categories .prod-row span {
  margin-left: 4px;
  cursor: pointer;
}
.locations-outer .products-cont .categories .prod-row span:hover {
  text-decoration: underline;
}
.locations-outer .products-cont .categories .cat-expand-bt {
  margin-left: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .locations-outer .products-cont .categories .cat-expand-bt {
    margin-left: 0;
  }
}
.locations-outer .products-cont .categories .cat-expand-bt:hover {
  text-decoration: underline;
}
@media (min-width: 800px) {
  .locations-outer .loc-map-cont {
    height: 100%;
  }
}
.locations-outer .loc-map-cont.hidden {
  display: none;
}
.locations-outer .loc-map-cont .leaflet-popup-content h3 {
  margin-top: 2px;
  margin-bottom: 4px;
  font-family: inherit;
  font-size: 22px;
}
.locations-outer .loc-map-cont .leaflet-popup-content * {
  line-height: 1.4em;
}
.locations-outer .loc-map-cont .leaflet-popup-content .popup-action-buttons {
  display: flex;
  margin-top: 10px;
}
.locations-outer .loc-map-cont .leaflet-popup-content .popup-action-buttons a {
  color: #1d813f;
  font-weight: 700;
  text-decoration: underline;
  margin: 4px;
  cursor: pointer;
  font-size: 12px;
}
.locations-outer .searchplace-getuserlocation_bt {
  position: absolute;
  right: 340px;
  color: #333;
  line-height: 18px;
  padding-left: 34px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 20px;
  border: 0;
  font-weight: 700;
  background: #fff url(../img/my_location.svg) no-repeat left 8px center;
  background-size: 20px;
  z-index: 10000;
  text-align: left;
}
@media (max-width: 800px) {
  .locations-outer .searchplace-getuserlocation_bt {
    right: 4px;
    font-size: 14px;
    background-size: 16px;
    padding-left: 30px;
    line-height: 16px;
    bottom: 30px;
  }
}
@media (min-width: 801px) {
  .locations-outer .searchplace-getuserlocation_bt {
    top: 10px;
  }
}
.locations-outer .searchplace-getuserlocation_bt[data-loading=true] {
  background: #eee url(../img/my_location.svg) no-repeat left 8px center;
  background-size: 24px;
  color: #555;
}
.locations-outer .searchplace-getuserlocation_bt:hover {
  color: #000;
}
@media (max-width: 600px) {
  .locations-outer .searchplace-getuserlocation_bt {
    line-height: 16px;
    margin-top: 4px;
  }
}
.locations-outer .map-search-input-cont {
  flex: 1 1;
  position: relative;
}
.locations-outer .map-search-input-cont input[type=text] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  background: white url(../img/search.svg) no-repeat right 4px center;
  background-size: 20px;
  height: 40px;
  width: 100%;
}
.locations-outer .map-search-input-cont .search-clear-bt {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 34px;
  height: 34px;
  line-height: 10px;
  color: white;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  background: #cc0000 url(../img/exit.svg) no-repeat center center;
  background-size: 24px;
  padding: 0;
}
.locations-outer .map-search-cont {
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 320px;
  z-index: 10000;
  height: 100px;
  width: 400px;
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 20px;
}
@media (max-width: 600px) {
  .locations-outer .map-search-cont {
    height: 84px;
    padding: 10px;
  }
}
.locations-outer .map-search-cont .searchplace-close_bt {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F5F5 url(../img/exit.svg) no-repeat center center;
  background-size: 24px;
  z-index: 10;
}
.locations-outer .box-cont {
  border-radius: 4px;
}
@media (max-width: 800px) {
  .locations-outer .box-cont {
    border-radius: 0;
  }
}
.locations-outer .box-cont h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: inherit;
}
.locations-outer .locations-cont {
  height: calc(100% - 40px);
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  padding: 10px;
  color: #333;
  z-index: 100000;
  width: 290px;
  overflow-y: auto;
}
.locations-outer .locations-cont .loc-count {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
}
.locations-outer .locations-cont ul.locations {
  overflow-y: auto;
  height: calc(100% - 120px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.locations-outer .locations-cont ul.locations li {
  padding: 0 10px;
  border-left: 4px solid transparent;
}
@media (max-width: 600px) {
  .locations-outer .locations-cont ul.locations li {
    padding: 0 10px;
  }
}
.locations-outer .locations-cont ul.locations li.selected {
  border-left: 4px solid #1d813f;
  background-color: #f2f2f2;
}
.locations-outer .locations-cont ul.locations li:last-of-type {
  margin-bottom: 150px;
}
.locations-outer .locations-cont div.no-locations {
  padding: 20px;
  color: #333;
  font-size: 12px;
}
@media (max-width: 800px) {
  .locations-outer .logo-top {
    margin-top: 10px;
  }
}
.locations-outer .mobile-tabs-cont {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* wspólne - przyciski zakładek mapa i lista */
  /* przycisk zakładki mapa */
  /* przycisk zakładki lista */
}
.locations-outer .mobile-tabs-cont a {
  flex: 1 1 50%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #eee;
  cursor: pointer;
  color: #777;
}
.locations-outer .mobile-tabs-cont a[data-mobile-selected=true] {
  display: block;
  background: #fff;
  color: #000;
}
.locations-outer .mobile-tabs-cont .map-tab-bt {
  border-right: 1px solid #aaa;
}
@media (max-width: 800px) {
  .locations-outer .mobi-tab {
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    display: none;
  }
  .locations-outer .mobi-tab[data-mobile-selected=true] {
    display: block;
  }
}
