/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px; }
#stores input#addressInput {
  display: inline-block;
  width: 269px; }
#stores .address-input {
  float: left;
  margin-right: 19px; }
  @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: 23px;
  margin-right: 20px; }
  #stores .radius-input label,
  #stores .radius-input .selector {
    float: left; }
  #stores .radius-input label {
    margin-right: 10px; }
  #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: #fbfbfb;
      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; }

/* delsey-stores */
.page-heading.stores-pages {
    margin-bottom: 10px;
    display: inline-block;
}
.delsey-stores {
    padding-top: 20px;
}
.choose-city {
    background: #f8f9fa none repeat scroll 0 0;
    color: #131313;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5em;
    height: 44px;
    line-height: 44px;
    margin-left: 10px;
    margin-top: 6px;
    padding-left: 30px;
    vertical-align: top;
    width: 210px;
}
.choose-city:hover {
    background: #e6e8e9;
}
.icon-angle-down {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.choose-city.active .icon-angle-down {
    transform: rotate(180deg);
}
ul.delsey-stores-menu {
    margin-top: 10px;
    display: none;
    padding: 0;
}
.delsey-stores-menu > li {
/*    text-align: center;*/
    width: 210px;
    font-size: 1.5em;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.delsey-stores-menu a {
    padding-left: 30px;
    color: #131313;
    display: block;
    height: 44px;
    line-height: 44px;
    outline: medium none;
    text-decoration: none;
}
.delsey-stores-menu a:hover {
    background-color: #f8f9fa;
}
.delsey-stores-menu .selected {
    background-color: #e6e8e9;
    color: #666;
}
.delsey-stores-menu .selected a:hover {
    background-color: #e6e8e9;
}
.delsey-stores .stores-title {
     margin-bottom: 20px;
}
.delsey-stores .wrapper {
    line-height: 1.55em;
}
.delsey-stores .wrapper .active {
    background-color: #e6e8e9;
    color: #666;
}
.delsey-stores .item-title {
    display: block;
    color: #131313;
    font-size: 1.175em;
}
.delsey-stores .tab {
    cursor: pointer;
    display: inline-block;
    padding: 7px 9px 7px 18px;
    vertical-align: top;
    width: 220px;
    margin-bottom: 10px;
    margin-right: 10px
}
.delsey-stores .tab:hover {
    background-color: #f8f9fa;
}
.tab-item-info {
    margin: 30px 0;
    width: 240px;
}
.tab-item {
    display: table;
    width: 100%;
}
.tab-item-photo {
    display: table-cell;
    max-width: 450px;
    min-width: 280px;
    overflow: hidden;
    padding-right: 10px;
    vertical-align: top;
    width: 50%;
}
.tab-item-photo > img {
    height: auto;
    width: 100%;
    margin-top: 0 !important;
}
.item-property-phone {
    display: block;
    margin: 5px 0;
}
.icon-phone {
    font-size: 16px;
    margin-right: 5px;
}
.delsey-stores .map {
    display: table-cell;
    margin-bottom: 30px;
    max-width: 450px;
    min-width: 280px;
    padding-left: 10px;
    vertical-align: top;
    width: 50%;
}
@media (max-width: 767px) {
    .tab-item {
        display: inherit;
        width: 100%;
    }
    .tab-item-photo {
        display: block;
        margin: 0 auto;
        padding-right: 0;
        width: 100%;
    }
    .delsey-stores .map {
        display: block;
        margin: 0 auto;
        padding-left: 0;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .choose-city {
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
}
/* delsey-stores */

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