/***********************************************************
					Stores Page Styles
************************************************************/
#stores .store_card {
    margin-bottom: 2rem;
    border: 0;
}
#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 all and (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;
  display: none;
}
#stores .store-content-select .selector {
  visibility: hidden;
  display: none;
}
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
}
#stores .store-content-select.active .selector {
  visibility: visible;
  display: block;
}
#stores .store-title {
  margin-bottom: 16px;
}
#stores label {
  font-weight: normal;
  color: #fff;
}
#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 all and (max-width: 767px) {
  #stores #stores-table tbody td.name img {
    display: none;
  }
}

.store-item {
  margin: 1.5em 3%;
}
.store-item .store-card {
  padding: 5px;
  will-change: transform;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  border-color: #f6b3b2;
}
.store-item .store-card:hover {
  border-color: black;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 1px 1px 10px #6f6f6f;
  -moz-box-shadow: 1px 1px 10px #6f6f6f;
  box-shadow: 1px 1px 10px #6f6f6f;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  z-index: 2;
}
.store-item .store-card:hover .overlay-image {
  right: 0;
  width: 100%;
}
.store-item .store-card .store-image {
  position: relative;
}
.store-item .store-card .store-image .overlay-image {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
  transition: all 0.3s ease-in-out;
}
.store-item .store-card .store-image img {
  width: 100%;
  min-width: 100px;
}
.store-item .store-card .card-block .card-title {
  margin: 2% 0;
  color: #e94240;
  text-align: center;
  text-shadow: 0px 0px 1px #6f6262;
}
.store-item .store-card .card-block .store-adresse {
  padding: 5px 8px;
}
