.current-location-container {
  display: inline-block;
}

.current-location-container .current-city {
  font-weight: bold;
  text-decoration: underline;
}

.region-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.region-button {
  margin-top: 10px;
}

#regionSelect {
  margin-top: 100px;
}

.current-location-row {
  margin: 10px 0 0;
  border: 1px solid #e1e1e1;
  padding: 10px;
  width: 100%;
}

@media screen and (min-width: 1030px) {
  .home-page-current-location {
    display: none;
  }
}

.current-location-row .current-city {
  font-weight: bold;
  text-decoration: underline;
}

.product-current-location-row {
  margin: 10px 0;
}

.product-current-location-row .location-title {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  color: #313131;
}

.product-current-location-row .current-city {
  text-decoration: underline;
}

button.close {
  border: 0;
  padding: 20px 20px;
  background: 0 0;
  float: right;
  font-size: 150%;
  position: absolute;
  text-shadow: 0 1px 0 #fff;
  right: 5px;
  top: 5px;
}

#topbar_location_select {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0px;
  top: 0;
  background: #fff;
  padding: 2px 20px 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#topbar_location_select .tpbr_box {
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  width: 100%;
}

#topbar_location_select .select2-selection,
#topbar_location_select .select2-selection__rendered,
#topbar_location_select .select2-selection__placeholder {
  color: white;
}

#topbar_location_select .select2-dropdown {
  z-index: 9999;
}

#topbar_location_select a.current-region-text,
#topbar_location_select a.current-outlet-text {
  color: #f15e24;
  text-decoration: underline;
  font-weight: bold;
}

#outletSelect {
  margin-top: 100px;
}

#outletSelect label[for="outlet-select-select"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.location-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*# sourceMappingURL=location-select.css.map */