/***********************************************************
					Stores Page Styles
************************************************************/
.content-store-search {
  margin-bottom: 25px; }
  .content-store-search .text-store-search {
    color: #575756;
    font: 400 16px/20px "Lato", sans-serif; }
    .content-store-search .text-store-search img {
      float: left;
      margin-right: 15px; }
  .content-store-search .form-store-search {
    text-align: right; }
    .content-store-search .form-store-search .radius-input {
      line-height: 23px;
      margin-right: 15px;
      display: inline-block; }
      .content-store-search .form-store-search .radius-input label {
        margin-right: 10px; }
      .content-store-search .form-store-search .radius-input #radiusSelect {
        width: 100px;
        min-height: 50px;
        border: 1px solid #d6d4d4;
        color: #575756;
        padding: 15px 0 15px 10px; }
      .content-store-search .form-store-search .radius-input .selector {
        display: inline-block;
        min-height: 50px; }
    .content-store-search .form-store-search #addressInput {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      min-height: 50px;
      margin-right: 15px;
      color: #575756; }
    .content-store-search .form-store-search button {
      background-color: #006699;
      padding: 5px 20px;
      min-height: 50px;
      border: none; }
      .content-store-search .form-store-search button:hover {
        color: #fff;
        border: none; }
      .content-store-search .form-store-search button .icon {
        font-size: 20px; }

#stores-list {
  font: 400 20px/22px "Lato", sans-serif; }
  #stores-list ul .store-name {
    padding: 10px 15px;
    background-color: #ECECEC;
    color: #575756;
    position: relative; }
    #stores-list ul .store-name .store-phone {
      position: absolute;
      right: 0;
      top: 0;
      padding: 10px 15px;
      background-color: #1AC46F;
      color: #fff; }
  #stores-list ul .store-address {
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 15px; }
    #stores-list ul .store-address img {
      margin-right: 15px; }

#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 .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; }

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