/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px; }
#stores input#addressInput {
  display: inline;
  padding: 8px 8px 8px 8px;
  height: 50px;
  background: #f2f2f2;
  margin-right: 1px;
  border: none;
  border-bottom: 3px solid #cf0a2c;
  font-size: 16px;
  width: 100%; }
#stores .address-input {
  float: left;
  margin-right: 19px;
  width: 100%; }
  @media (max-width: 767px) {
    #stores .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
  #stores .address-input label {
    margin-right: 5px; }
#stores .radius-input {
  float: left;
  line-height: 35px;
  margin-right: 20px;
  margin-bottom: 10px; }
  #stores .radius-input label,
  #stores .radius-input .selector {
    float: left; }
  #stores .radius-input label {
    margin-right: 10px;
    color: #000;
    line-height: 50px;
    height: 50px; }
  #stores .radius-input #radiusSelect {
    width: 78px; }
#stores .store-content {
  padding-bottom: 30px; }
#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }
  #stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
  margin-bottom: 16px; }
#stores label {
  font-weight: normal;
  color: #777; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden; }
#stores #stores-table {
  display: none; }
  #stores #stores-table tbody td {
    padding: 20px; }
    #stores #stores-table tbody td.num {
      background: #f2f2f2f2;
      width: 46px; }
    #stores #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }

.tile-store {
  width: 205px; }
  .tile-store .tile-store-infos {
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 3px; }
    .tile-store .tile-store-infos img {
      max-width: 200px; }
    .tile-store .tile-store-infos .store-name {
      text-transform: uppercase; }
  .tile-store .tile-select-store {
    max-width: 206px; }
    .tile-store .tile-select-store a > i {
      vertical-align: middle; }
    .tile-store .tile-select-store a span {
      vertical-align: middle;
      line-height: 24px;
      height: 24px;
      margin-left: 5px; }

.gm-style-mtc, .gm-svpc {
  display: none; }

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