#map-store-detail {
  background-color: #f4f4f4;
  width: 50%;
  float: right;
  height: 950px;
}
@media (max-width: 1024px) {
  #map-store-detail {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 700px) {
  #map-store-detail {
    width: 100%;
    height: 220px;
  }
}
.map-container {
  display: block;
  overflow: hidden;
}
.navigation-back {
  margin-bottom: 30px;
}

#stores-map {
  width: 100%;
  height: 950px;
  position: relative;
  overflow: hidden;
}
.store-detail {
  display: block;
  overflow: hidden;
  float: left;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.store-info__item {
  float: left;
  margin-right: 50px;
  color: #313131;
  font-weight: 400;
}
.store-info {
  display: inline-block;
  font-family: "ACT Easy", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 26px;
  color: #313131;
  margin-bottom: 35px;
}
.store-info a {
  color: #000000;
  transition: color 0.3s ease-in;
  text-decoration: underline;
  font-weight: 500;
}
.circle-icons.large-medium {
  height: 35px;
  width: 34px;
  font-size: 26px;
}
.store-info a:hover {
  color: #f98608;
}
.store-info__container {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.store-info__item {
  font-family: "ACT Easy", sans-serif;
  color: #313131;
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}
.store-info__item--hours {
  color: #ee1313;
  font-size: 15px;
}
.store-info__container .open {
  color: #00ac35;
}

.heading-big {
  color: #313131;
  font-family: "ACT Easy", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin: 0;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: 700;
  font-style: normal;
}

.services-heading {
  color: #484848;
  font-family: "ACT Easy", sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  margin: 0;
  border-top: 1px solid #919191;
  padding-top: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.2em;

  font-weight: 800;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .services-heading {
    padding-top: 12px;
    border-color: #313131;
    color: #313131;
  }
}

.heading-small {
  font-family: "ACT Easy", sans-serif;
  font-size: 35px;
  line-height: 45px;
  color: #313131;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 15px;
}
.store-info__container a {
  transition: color 0.3s ease-in;
}
.store-info__container a:hover {
  color: #f98608;
}
.store-services-item {
  font-size: 13px;
  font-family: "ACT Easy", sans-serif;
  font-weight: 300;
  line-height: 26px;
  width: 33%;
  float: left;
  margin-bottom: 5px;
  position: relative;
  color: #313131;
  padding-left: 40px;
}
.hours-wrapper {
  margin-bottom: 30px;
}

#map-holder {
  height: 950px;
}
.hours-item {
  max-width: 400px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 13px;
  color: #313131;
  font-family: "ACT Easy", sans-serif;
}
.hours-item--active {
  color: #000000;
  font-weight: 800;
  font-family: "ACT Easy", sans-serif;
  letter-spacing: 0.03em;
}
.hours-item--left {
  float: left;
}
.hours-item--right {
  float: right;
}

.store-services-list {
  margin-bottom: 25px;
}
.icon-circlek_icons_telephone:before {
  content: "\e80a";
  position: absolute;
  left: -37px;
  font-weight: 300;
  top: -2px;
  font-size: 30px;
}
.icon-circlek_icons_get-directions:before {
  content: "\e807";
  position: absolute;
  left: -37px;
  font-weight: 300;
  top: -2px;
  font-size: 30px;
}
.store-services-list li:before {
  margin-right: 15px !important;
  position: absolute;
  left: -10px;
  top: -3px;
  font-size: 30px;
}
.store-job {
  color: #ff0000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 28px;
  font-family: "ACT Easy", sans-serif;
  transition: color 0.3s;
}
.store-job:hover {
  color: #ee1313;
}

@media (max-width: 1400px) {
  .store-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .store-detail {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-small {
    font-size: 28px;
    line-height: 40px;
  }
  .heading-big {
    font-size: 28px;
    line-height: 40px;
  }
  .navigation-back {
    margin-bottom: 10px;
  }
  #map-holder {
    height: 300px;
  }
  #map {
    width: 100%;
    height: 300px;
  }
  .store-search-title {
    margin-top: 10px;
  }
  .store-search-title h3 {
    margin-bottom: 0px;
  }
  .store-locator-map .store-search-title h3 {
    font-size: 1.35em !important;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .icon-circlek_icons_telephone:before {
    width: 30px;
    left: -8px;
  }
  .icon-circlek_icons_telephone a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .icon-circlek_icons_telephone:before {
    left: 0px;
    top: 5px;
    font-size: 36px;
  }
  .heading-big {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .heading-small {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
  }
  .store-detail {
    float: none;
  }
  .store-info {
    margin-top: 24px;
    margin-bottom: 0;
    text-align: left;
  }
  .store-info__container {
    margin-top: 12px;
    margin-bottom: 24px;
    text-align: center;
  }
  .store-info__item {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .store-info__item.store-info__item--phone {
    margin-bottom: 10px;
    padding: 8px 24px 8px 50px;
    border: 2px solid #313131;
  }
  .store-info__item.store-info__item--directions {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 8px 24px 8px 50px;
    border: 2px solid #313131;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
  }
  .store-info__item.store-info__item--directions:before {
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    margin: 0;
    width: auto;
    font-size: 36px;
  }
  .store-services-list li {
    padding: 14px 16px 14px 47px;
    line-height: 1;
  }
  .store-services-list li:before {
    top: 50%;
    left: 0;
    width: 35px;
    height: 35px;
    margin: 0 !important;
    border: 1px solid #909090;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .map-container.page-margin {
    margin-left: 0;
    margin-right: 0;
  }
  .store-detail {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation-back {
    margin: 0;
    padding: 10px 15px;
    text-align: center;
  }
  .navigation-back:last-child {
    border-top: 1px solid #eee;
  }
  #map-store-detail {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .range {
    display: block;
    vertical-align: middle;
    font-size: 0.8125rem;
    color: #909090;
    font-family: "ACT Easy", sans-serif;
    font-weight: 400;
    text-align: center;
  }
}

@media (max-width: 700px) {
  #map-holder {
    height: 220px;
  }
  #map {
    width: 100%;
    height: 220px;
  }
  .store-services-item {
    font-size: 12px;
    width: 50%;
    padding-left: 28px;
  }
}
