/*====================
* FILTER 
* ====================*/

.slm-filters {
	background: #f4f3f3;
	padding: 20px;
	margin-bottom: 10px;
}
#slm-search {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 0;
  font-family: 'Montserrat';
}
.slm-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.slm-categories label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.slm-categories label input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  accent-color: #ae2320;
}
.slm-categories label .name-wrapper {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 10px;
}
.slm-categories label .name-wrapper img {
    max-width: 50px;
}




/*====================
* LIST
* ====================*/
#slm-list .slm-store {
  margin-bottom: 40px;
  position: relative;
}
#slm-list .slm-store:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: calc(100% - 0px );
  height: 2px;
  background: rgba(0,0,0,0.05);
  left: 0px;
}
.slm-store summary {
  font-size: 16px;
  font-family: 'Montserrat';
  color: #ae2320;
}
.slm-store span {
  font-weight: 500;
  font-size: 16px;
}
.slm-store hours {
  font-family: 'Montserrat';
}
.slm-store-title {
  font-size: 18px;
}

/*====================
* MAP
* ====================*/
.gm-style-iw-d {
  font-family: 'Montserrat';
}
.gm-style-iw-d strong {
  font-weight: 500;
}

@media(max-width:768px){
  #slm-list {
    height: 430px !important;
    margin-bottom: 35px;
  }
}
