/* Customized menu for map */
.header-login {
  flex-direction: column;
  height: auto;
  min-height: 40px;
  justify-content: center;
}
.header-login .login {
  margin-bottom: 7px;
}

@media (min-width: 1360px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1660px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    padding-right: 20px;
  }
}
@media (min-width: 1360px) {
  .navbar-brand {
    padding-right: 30px;
  }
}
@media (min-width: 1660px) {
  .navbar-brand {
    padding-right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-login {
    background: transparent;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-login {
    flex-direction: row;
    height: 37px;
  }
  .header-login .login {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header-login {
    height: 30px;
    background-size: auto 30px;
  }
}
@media (max-width: 575px) {
  .header-login {
    height: 25px;
    background-size: auto 25px;
  }
}
/* END Customized menu for map */
/* Google Map */
.g-map,
#vendors-map {
  margin-top: 30px;
  margin-bottom: 70px;
  width: 100%;
  height: 750px;
}

.gm-style .gm-style-iw {
  font-size: 16px;
  font-weight: 700;
  color: #fffffe;
  background-color: #000000;
  font-family: "Montserrat", sans-serif !important;
  border-radius: 3px;
  padding: 0 !important;
  min-width: 402px !important;
}
.gm-style .gm-style-iw-c {
  overflow: visible !important;
  background-image: linear-gradient(-11deg, #382900 0%, #ffdd00 23%, #382900 50%, #ffdd00 78%, #382900 100%);
  padding: 0 !important;
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
  padding: 27px 27px 14px 27px !important;
  margin: 1px;
  background: #000;
  border-radius: 3px;
}
.gm-style .gm-style-iw-d > div {
  display: flex;
}
.gm-style .gm-style-iw-t {
  bottom: 67px !important;
}
.gm-style .gm-style-iw h5 {
  color: #ffdd00;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif !important;
  text-align: left;
}
.gm-style .gm-style-iw p {
  color: #fffffe;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 5px !important;
  text-align: left;
}
.gm-style .gm-style-iw button {
  top: -13px !important;
  right: -13px !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 999px;
  opacity: 1;
}
.gm-style .gm-style-iw button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 999px;
  border: 3px solid #000 !important;
  background: #232323 url("/images/eighty8/close.svg") no-repeat center;
  transition: all 0.3s;
}
.gm-style .gm-style-iw button:hover::after {
  border: 3px solid #232323 !important;
}

.vendor-map-buble-content {
  display: flex;
  width: 100%;
}

.gm-style .gm-style-iw-t::after {
  box-shadow: none;
  content: "";
  height: 15px;
  left: -13px;
  position: absolute;
  top: -1px;
  transform: none;
  width: 15px;
  background: url("/images/eighty8/arrow-map.svg") no-repeat center;
  width: 24px;
  height: 13px;
}

.gm-style-photo {
  border-radius: 999px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 7px;
}
.gm-style-left {
  flex-grow: 2;
}
.gm-style-right {
  flex: 0 0 110px;
  max-width: 110px;
}
.gm-style-icons {
  margin-bottom: 10px;
}
.gm-style-icons img {
  display: inline-block;
  margin-right: 4px;
  max-height: 30px;
}
.gm-style-logo {
  width: 100%;
  height: 47px;
  text-align: center;
}
.gm-style-logo img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}

/* Google Map */
/* Partners */
.partners h3 {
  color: #ffdd00;
  font-family: "Lobster", cursive;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 23px;
  text-align: left;
  margin-bottom: 25px;
}

.partner-item {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
}
.partner-item img {
  max-height: 100%;
  width: auto;
}
.partner-item-col {
  margin-bottom: 10px;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.form-subpage-title {
  text-align: center;
  margin-bottom: 20px;
}
.form-subpage-title h3 {
  text-align: center;
}
.form-subpage-title h3 small {
  display: inline-block;
  margin-bottom: 20px;
}
.form-subpage-title h3 small span {
  color: #fff;
}

@media (max-width: 575px) {
  .partners {
    margin-bottom: -20px;
  }
  .partner-item {
    height: 80px;
  }
  .partner-item img {
    max-height: 80px;
    max-width: 100%;
    height: auto;
  }
  .partner-item-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}
/* END Partners */
/* Map Filters */
.map-filters {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .map-filters-row {
    margin: 0 auto;
    max-width: 1200px;
  }
}
.map-filters-row #vendor-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.location-buttons {
  display: flex;
  align-items: center;
}
.location-buttons .btn,
.location-buttons a {
  margin: 5px;
}

fieldset.map-filters-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.map-filter-txt {
  transform: translateY(-5px);
}
.map-filter-ico {
  margin-right: 10px;
}

.location-checks {
  display: flex;
  flex-wrap: wrap;
}
.location-checks .checkbox_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-checks .checkbox_list li {
  margin: 0;
  margin-bottom: 10px;
}
.location-checks .checkbox_list li input[type=checkbox] + label {
  font-size: 17px;
  padding-right: 25px !important;
}

@media (max-width: 575px) {
  .location-checks .checkbox_list {
    flex-wrap: wrap;
  }
  .location-checks .checkbox_list li {
    margin: 10px 5px;
  }
  .location-checks input[type=checkbox] + label,
.location-checks .check-styled input[type=radio] + label {
    text-transform: none;
  }
}
/* END Map Filters */
/* Map responsive */
@media (max-width: 1199px) {
  .map-filters {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .g-map {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .map-filters {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .map-filter-item {
    margin-bottom: 15px;
  }
  .g-map {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .map-filters {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .g-map {
    margin-top: 25px;
    margin-bottom: 40px;
    height: 520px;
  }
}
@media (max-width: 575px) {
  .g-map {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .g-map,
#vendors-map {
    margin-top: 15px;
    height: 500px;
    margin-bottom: 20px;
  }
  .location-checks .checkbox_list {
    justify-content: flex-start;
  }
  .location-checks .checkbox_list li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
  .location-checks input[type=checkbox] + label {
    padding-left: 60px !important;
    font-size: 16px !important;
    background-size: 17px auto;
  }
  .location-checks input[type=checkbox] + label::before {
    width: 28px !important;
    height: 28px !important;
    background-size: 100% auto !important;
    top: 7px !important;
    left: 25px !important;
  }
  .location-checks input[type=checkbox]:checked + label {
    background-size: 17px auto;
  }
}
@media (max-width: 449px) {
  .map-filter-ico img {
    max-width: 15px;
  }
  .map-filter-ico.filter-konopi img {
    max-width: 30px;
  }
  .map-filter-ico.filter-drops img {
    max-width: 25px;
  }
  .map-filter-item input[type=checkbox] + label,
.map-filter-item .check-styled input[type=radio] + label {
    font-size: 14px;
    background-size: 20px auto;
    padding-left: 30px;
  }
  .gm-style .gm-style-iw {
    max-width: unset !important;
    min-width: 320px !important;
  }
  .gm-style .gm-style-iw-c {
    max-height: unset !important;
    max-width: 320px !important;
  }
  .gm-style .gm-style-iw-d {
    max-height: unset !important;
    max-width: 320px !important;
  }
  .gm-style .gm-style-iw-d > div {
    flex-direction: column;
  }
  .vendor-map-buble-content {
    flex-direction: column;
  }
  .gm-style-right {
    margin-top: 10px;
  }
}
/* END Map responsive */

/*# sourceMappingURL=map.css.map */
