html,
body {
  padding: 0;
  margin: 0;
}

#mw-store-locator-locations {
  width: 100%;
  height: 100%;
}

#mw-store-locator-locations * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

#mw-store-locator-locations .mw-sl__content--map-right {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#mw-store-locator-locations .mw-sl__content--map-right .mw-sl__stores {
  height: 90vh;
  position: relative;
  top: auto;
  left: auto;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
}

#mw-store-locator-locations .mw-sl__content--map-right .mw-sl__map {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 20px;
}

@media screen and (max-width: 500px) {
  #mw-store-locator-locations .mw-sl__content--map-right .mw-sl__map {
    display: none;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top, #mw-store-locator-locations .mw-sl__content--map-bottom, #mw-store-locator-locations .mw-sl__content--map-hidden {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores {
  position: relative;
  margin: 0;
  margin-top: 80px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores {
    width: 100%;
    border-right: 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__wrapper, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__wrapper, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__wrapper, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__wrapper, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__current, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__current, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__current {
  text-align: center;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__header__item, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__header__item, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__header__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__header__item:last-child, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__header__item:last-child, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__header__item:last-child {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__details__image, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__details__image, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__details__image {
  width: 100px;
  height: 100px;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__details__image__wrapper, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__details__image__wrapper, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__details__image__wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__details__image__wrapper, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__details__image__wrapper, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__details__image__wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__details__image, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__details__image, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__details__image {
    margin: 0 auto;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__details__hours, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__details__hours, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__details__hours {
  margin-top: 20px;
  margin-bottom: 0;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__details__description, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__details__description, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__details__description {
  border-top: 0;
  padding: 10px 0 0 0;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__filters, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__filters, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__filters {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  position: relative;
  top: 0;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list {
  width: 100%;
  max-height: 550px;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list {
    margin-top: 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list ul, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list ul, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list__item, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list__item, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list__item {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list__item__inner, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list__item__inner, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list__item__inner, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list__item__inner, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list__item__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list__item, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list__item, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list__item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__stores__list__item, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__stores__list__item, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__info, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__info, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__info {
  padding-left: 10px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__info, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__info, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__info {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 20px 0;
  }
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__hours, #mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__details, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__hours, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__details, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__hours, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__details {
  padding: 0 5px;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__details__full, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__details__full, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__details__full {
  display: none;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__store__details__full.is-active, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__store__details__full.is-active, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__store__details__full.is-active {
  display: block;
}

#mw-store-locator-locations .mw-sl__content--map-top .mw-sl__map, #mw-store-locator-locations .mw-sl__content--map-bottom .mw-sl__map, #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__map {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px;
}

#mw-store-locator-locations .mw-sl__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#mw-store-locator-locations .mw-sl__icon:hover {
  opacity: 0.5;
}

#mw-store-locator-locations .mw-sl__icon--filter {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#mw-store-locator-locations .mw-sl__icon--watch, #mw-store-locator-locations .mw-sl__icon--details, #mw-store-locator-locations .mw-sl__icon--tel, #mw-store-locator-locations .mw-sl__icon--route, #mw-store-locator-locations .mw-sl__icon--email, #mw-store-locator-locations .mw-sl__icon--website {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}

#mw-store-locator-locations .mw-sl__icon--watch img, #mw-store-locator-locations .mw-sl__icon--details img, #mw-store-locator-locations .mw-sl__icon--tel img, #mw-store-locator-locations .mw-sl__icon--route img, #mw-store-locator-locations .mw-sl__icon--email img, #mw-store-locator-locations .mw-sl__icon--website img {
  vertical-align: middle;
}

#mw-store-locator-locations .mw-sl__icon--instagram, #mw-store-locator-locations .mw-sl__icon--whatsapp, #mw-store-locator-locations .mw-sl__icon--skype, #mw-store-locator-locations .mw-sl__icon--facebook {
  width: 30px !important;
  height: 30px !important;
}

#mw-store-locator-locations .mw-sl__icon--instagram img, #mw-store-locator-locations .mw-sl__icon--whatsapp img, #mw-store-locator-locations .mw-sl__icon--skype img, #mw-store-locator-locations .mw-sl__icon--facebook img {
  vertical-align: middle;
}

#mw-store-locator-locations .mw-sl__icon--close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

#mw-store-locator-locations .mw-sl__store__info {
  width: 60%;
  font-style: normal;
  line-height: 1.5;
  font-size: 14px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

#mw-store-locator-locations .mw-sl__store__info a:link,
#mw-store-locator-locations .mw-sl__store__info a:visited {
  text-decoration: underline;
  color: #000;
}

#mw-store-locator-locations .mw-sl__store__info a:link:hover,
#mw-store-locator-locations .mw-sl__store__info a:visited:hover {
  text-decoration: none;
}

#mw-store-locator-locations .mw-sl__store__info__name {
  font-weight: bold;
}

#mw-store-locator-locations .mw-sl__store__info__closed, .mw-sl__details .mw-sl__store__info__closed{
  color: #d82626;
}

#mw-store-locator-locations .mw-sl__store__info__open, .mw-sl__store__info__closed, .mw-sl__details .mw-sl__store__info__open {
  color: #1bab12;
}

#mw-store-locator-locations .mw-sl__store__hours, #mw-store-locator-locations .mw-sl__store__details {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#mw-store-locator-locations .mw-sl__store__hours:hover, #mw-store-locator-locations .mw-sl__store__details:hover {
  opacity: 0.5;
}

#mw-store-locator-locations .mw-sl__store__hours a:link,
#mw-store-locator-locations .mw-sl__store__hours a:visited, #mw-store-locator-locations .mw-sl__store__details a:link,
#mw-store-locator-locations .mw-sl__store__details a:visited {
  color: #000;
}

#mw-store-locator-locations .mw-sl__store__select {
  max-width: 100px;
  min-height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: color .1s ease-in;
  transition: color .1s ease-in;
  position: relative;
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__store__select::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  z-index: -1;
}

#mw-store-locator-locations .mw-sl__store__select:hover {
  color: #fff;
}

#mw-store-locator-locations .mw-sl__store__select:hover::before {
  width: 100%;
}

#mw-store-locator-locations .mw-sl__stores {
  width: 400px;
  height: 550px;
  background-color: #fff;
  position: absolute;
  z-index: 102;
  left: 0;
  top: 0;
  margin-left: 50px;
  margin-top: 50px;
  -webkit-box-shadow: 0 31px 41px 0 rgba(32, 42, 53, 0.2), 0 2px 16px 0 rgba(32, 42, 54, 0.08);
          box-shadow: 0 31px 41px 0 rgba(32, 42, 53, 0.2), 0 2px 16px 0 rgba(32, 42, 54, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  #mw-store-locator-locations .mw-sl__stores {
    width: 100%;
    margin: 0;
  }
}

#mw-store-locator-locations .mw-sl__stores__current {
  margin: 0;
  padding: 0;
  max-width: 200px;
  font-size: 16px;
}

#mw-store-locator-locations .mw-sl__stores__header {
  width: 100%;
  height: 70px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mw-store-locator-locations .mw-sl__stores__list {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  max-height: calc(100% - 70px);
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-position: 0 0,0 100%;
  background-size: 100% 7px;
}

#mw-store-locator-locations .mw-sl__stores__list::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, white 30%, rgba(255, 255, 255, 0));
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__list::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 70%, white);
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: hidden;
}

#mw-store-locator-locations .mw-sl__stores__list__item {
  padding: 30px 15px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mw-store-locator-locations .mw-sl__stores__list__item__right {
  width: 50%;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mw-store-locator-locations .mw-sl__stores__list__item:last-child {
  border-bottom: 0;
}

#mw-store-locator-locations .mw-sl__stores__filters {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  top: 70px;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: scroll;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-position: 0 0,0 100%;
  background-size: 100% 7px;
}

#mw-store-locator-locations .mw-sl__stores__filters::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, white 30%, rgba(255, 255, 255, 0));
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__filters::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 70%, white);
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__filters.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#mw-store-locator-locations .mw-sl__stores__filters ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#mw-store-locator-locations .mw-sl__stores__filters__item {
  padding: 15px 30px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mw-store-locator-locations .mw-sl__stores__filters__item:last-child {
  border-bottom: 0;
}

#mw-store-locator-locations .mw-sl__stores__details {
  position: absolute;
  width: 100%;
  height: calc(100% - 70px);
  top: 70px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: scroll;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-position: 0 0,0 100%;
  background-size: 100% 7px;
}

#mw-store-locator-locations .mw-sl__stores__details::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, white 30%, rgba(255, 255, 255, 0));
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__details::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 70%, white);
  z-index: 0;
}

#mw-store-locator-locations .mw-sl__stores__details.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#mw-store-locator-locations .mw-sl__stores__details__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 15px 30px 15px;
}

#mw-store-locator-locations .mw-sl__stores__details__loc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

#mw-store-locator-locations .mw-sl__stores__details__image {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

#mw-store-locator-locations .mw-sl__stores__details__name {
  font-size: 23px;
  font-weight: normal;
  margin: 15px 0 0 0;
}

#mw-store-locator-locations .mw-sl__stores__details__address {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 0 0;
}

#mw-store-locator-locations .mw-sl__stores__details__description {
  margin: 0;
  padding: 30px 15px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

#mw-store-locator-locations .mw-sl__stores__details__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__icons > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__icons i.mw-sl__icon {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

#mw-store-locator-locations .mw-sl__stores__details__icons i.mw-sl__icon img {
  vertical-align: middle;
}

#mw-store-locator-locations .mw-sl__stores__details__icons i.mw-sl__icon:hover {
  opacity: 1;
}

#mw-store-locator-locations .mw-sl__stores__details__hours {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

#mw-store-locator-locations .mw-sl__stores__details__hours .mw-sl__icon {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#mw-store-locator-locations .mw-sl__stores__details__hours, #mw-store-locator-locations .mw-sl__stores__details__tel, #mw-store-locator-locations .mw-sl__stores__details__email, #mw-store-locator-locations .mw-sl__stores__details__route, #mw-store-locator-locations .mw-sl__stores__details__website {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  color: #6b6b6b;
}

#mw-store-locator-locations .mw-sl__stores__details__hours a:link,
#mw-store-locator-locations .mw-sl__stores__details__hours a:visited, #mw-store-locator-locations .mw-sl__stores__details__tel a:link,
#mw-store-locator-locations .mw-sl__stores__details__tel a:visited, #mw-store-locator-locations .mw-sl__stores__details__email a:link,
#mw-store-locator-locations .mw-sl__stores__details__email a:visited, #mw-store-locator-locations .mw-sl__stores__details__route a:link,
#mw-store-locator-locations .mw-sl__stores__details__route a:visited, #mw-store-locator-locations .mw-sl__stores__details__website a:link,
#mw-store-locator-locations .mw-sl__stores__details__website a:visited {
  color: #6b6b6b;
  text-decoration: underline;
}

#mw-store-locator-locations .mw-sl__stores__details__hours a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__hours a:visited:hover, #mw-store-locator-locations .mw-sl__stores__details__tel a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__tel a:visited:hover, #mw-store-locator-locations .mw-sl__stores__details__email a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__email a:visited:hover, #mw-store-locator-locations .mw-sl__stores__details__route a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__route a:visited:hover, #mw-store-locator-locations .mw-sl__stores__details__website a:link:hover,
#mw-store-locator-locations .mw-sl__stores__details__website a:visited:hover {
  text-decoration: none;
}

#mw-store-locator-locations .mw-sl__stores__details__hours .mw-sl__icon, #mw-store-locator-locations .mw-sl__stores__details__tel .mw-sl__icon, #mw-store-locator-locations .mw-sl__stores__details__email .mw-sl__icon, #mw-store-locator-locations .mw-sl__stores__details__route .mw-sl__icon, #mw-store-locator-locations .mw-sl__stores__details__website .mw-sl__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  fill: #6b6b6b;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table, #mw-store-locator-locations .mw-sl__stores__details__tel__table, #mw-store-locator-locations .mw-sl__stores__details__email__table, #mw-store-locator-locations .mw-sl__stores__details__route__table, #mw-store-locator-locations .mw-sl__stores__details__website__table {
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  border-collapse: collapse;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table.is-active:after, #mw-store-locator-locations .mw-sl__stores__details__tel__table.is-active:after, #mw-store-locator-locations .mw-sl__stores__details__email__table.is-active:after, #mw-store-locator-locations .mw-sl__stores__details__route__table.is-active:after, #mw-store-locator-locations .mw-sl__stores__details__website__table.is-active:after {
  display: none;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table.is-active tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__tel__table.is-active tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__email__table.is-active tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__route__table.is-active tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__website__table.is-active tr:not(:first-child) {
  display: table-row;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table:after, #mw-store-locator-locations .mw-sl__stores__details__tel__table:after, #mw-store-locator-locations .mw-sl__stores__details__email__table:after, #mw-store-locator-locations .mw-sl__stores__details__route__table:after, #mw-store-locator-locations .mw-sl__stores__details__website__table:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-top: 5px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__tel__table tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__email__table tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__route__table tr:not(:first-child), #mw-store-locator-locations .mw-sl__stores__details__website__table tr:not(:first-child) {
  display: none;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table th, #mw-store-locator-locations .mw-sl__stores__details__hours__table td, #mw-store-locator-locations .mw-sl__stores__details__tel__table th, #mw-store-locator-locations .mw-sl__stores__details__tel__table td, #mw-store-locator-locations .mw-sl__stores__details__email__table th, #mw-store-locator-locations .mw-sl__stores__details__email__table td, #mw-store-locator-locations .mw-sl__stores__details__route__table th, #mw-store-locator-locations .mw-sl__stores__details__route__table td, #mw-store-locator-locations .mw-sl__stores__details__website__table th, #mw-store-locator-locations .mw-sl__stores__details__website__table td {
  border: 0;
  padding: 0;
  text-align: left;
}

#mw-store-locator-locations .mw-sl__stores__details__hours__table th, #mw-store-locator-locations .mw-sl__stores__details__tel__table th, #mw-store-locator-locations .mw-sl__stores__details__email__table th, #mw-store-locator-locations .mw-sl__stores__details__route__table th, #mw-store-locator-locations .mw-sl__stores__details__website__table th {
  width: 90px;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist__item {
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist__item:hover {
  opacity: .7;
}

#mw-store-locator-locations .mw-sl__stores__details__socialslist__item:last-child {
  margin-right: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__route {
  width: 40%;
  margin-top: 0;
}

#mw-store-locator-locations .mw-sl__stores__details__address_details {
  width: 60%;
}

#mw-store-locator-locations .mw-sl__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

#onepage-checkout-shipping-method-additional-load #showLocationButton {
  min-height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: color .1s ease-in;
  transition: color .1s ease-in;
  position: relative;
  z-index: 0;
}

#onepage-checkout-shipping-method-additional-load #showLocationButton::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in;
  z-index: -1;
}

#onepage-checkout-shipping-method-additional-load #showLocationButton:hover {
  color: #fff;
}

#onepage-checkout-shipping-method-additional-load #showLocationButton:hover::before {
  width: 100%;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__stores__list {
  padding: 0;
  margin: 0;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__store__info__name {
  font-weight: bold;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__store__info__closed {
  color: #d82626;
}

#onepage-checkout-shipping-method-additional-load .mw-sl__store__info__open {
  color: #1bab12;
}

#mw-store-locator-details-page {
  margin-bottom: 50px;
}

#mw-store-locator-details-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

#mw-store-locator-details-page .mw-sl__map {
  width: 100%;
  height: 350px;
}

#mw-store-locator-details-page .mw-sl__infotable {
  max-width: 530px;
  margin: 0 auto;
}

#mw-store-locator-details-page .mw-sl__infotable__heading {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
}

#mw-store-locator-details-page .mw-sl__infotable__table {
  width: 100%;
  border-collapse: collapse;
}

#mw-store-locator-details-page .mw-sl__infotable__row:nth-child(odd) {
  background-color: #ececec;
}

#mw-store-locator-details-page .mw-sl__infotable__cell {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

#mw-store-locator-details-page .mw-sl__infotable__lunch-time {
    font-size: 12px;
    display: block;
}

#mw-store-locator-details-page .mw-sl__details {
  background-color: #ececec;
  padding: 38px 20px 18px 20px;
}

#mw-store-locator-details-page .mw-sl__details__name {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 30px 0;
}

#mw-store-locator-details-page .mw-sl__details__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mw-store-locator-details-page .mw-sl__details__item {
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 40px;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

#mw-store-locator-details-page .mw-sl__details__item--open {
  color: #1bab12;
}

#mw-store-locator-details-page .mw-sl__details__item--closed {
  color: #d82626;
}

#mw-store-locator-details-page .mw-sl__details__item > a {
  color: #000;
}

#mw-store-locator-details-page .mw-sl__details__item > a:hover {
  text-decoration: none;
}

#mw-store-locator-details-page .mw-sl__details__item::before {
  content: '';
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#mw-store-locator-details-page .mw-sl__details__item--location::before {
  background-image: url("images/pin.svg");
}

#mw-store-locator-details-page .mw-sl__details__item--direction::before {
  background-image: url("images/route-alt.svg");
}

#mw-store-locator-details-page .mw-sl__details__item--tel > a {
  text-decoration: none;
}

#mw-store-locator-details-page .mw-sl__details__item--tel::before {
  background-image: url("images/phone.svg");
  background-size: 25px;
}

#mw-store-locator-details-page .mw-sl__details__item--hours::before {
  background-image: url("images/watch.svg");
}

#mw-store-locator-details-page .mw-sl__store-info {
  max-width: 1190px;
  margin: 0 auto;
  padding-top: 50px;
}

@media (max-width: 991px) {
  #mw-store-locator-details-page .mw-sl__store-info {
    padding-top: 50px;
  }
}

#mw-store-locator-details-page .mw-sl__store-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  #mw-store-locator-details-page .mw-sl__store-info__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#mw-store-locator-details-page .mw-sl__store-info__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  #mw-store-locator-details-page .mw-sl__store-info__description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

#mw-store-locator-details-page .mw-sl__store-info__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  #mw-store-locator-details-page .mw-sl__store-info__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 30px;
  }
}

#mw-store-locator-details-page .mw-sl__store-info__image img {
  max-width: 100%;
}

#mw-store-locator-details-page .mw-sl__store-info__content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

#mw-store-locator-details-page .mw-sl__store-info__heading {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
}

#mw-store-locator-details-page .mw-sl__store-info__socialslist {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}

#mw-store-locator-details-page .mw-sl__store-info__socialslist__item {
  margin-right: 20px;
  display: inline-block;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

#mw-store-locator-details-page .mw-sl__store-info__socialslist__item:hover {
  opacity: .7;
}

#mw-store-locator-details-page .mw-sl__store-info__socialslist__item:last-child {
  margin-right: 0;
}

#mw-store-locator-details-page .mw-sl__store-info__additional {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
}

#mw-store-locator-details-page .mw-sl__store-info__additional__item {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
}

#mw-store-locator-details-page .mw-sl__store-info__additional__item > a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

#mw-store-locator-details-page .mw-sl__store-info__additional__item > a:hover {
  text-decoration: none;
}

#mw-store-locator-details-page .mw-sl__store-info__additional__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#mw-store-locator-details-page .mw-sl__store-info__additional__item--email::before {
  background-image: url("images/mail.svg");
}

#mw-store-locator-details-page .mw-sl__store-info__additional__item--website::before {
  background-image: url("images/website.svg");
}

#mw-store-locator-countries * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

#mw-store-locator-countries .mw-sl__countries-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-columns: 4;
          columns: 4;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  #mw-store-locator-countries .mw-sl__countries-list {
    -webkit-columns: 3;
            columns: 3;
  }
}

@media (max-width: 991px) {
  #mw-store-locator-countries .mw-sl__countries-list {
    -webkit-columns: 2;
            columns: 2;
  }
}

@media (max-width: 640px) {
  #mw-store-locator-countries .mw-sl__countries-list {
    -webkit-columns: 1;
            columns: 1;
  }
}

#mw-store-locator-countries .mw-sl__countries-list__item {
  margin-bottom: 10px;
}

#mw-store-locator-countries .mw-sl__countries-list__item > a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

@media (max-width: 640px) {
  #mw-store-locator-countries .mw-sl__countries-list__item > a {
    font-size: 16px;
  }
}

#mw-store-locator-countries .mw-sl__countries-list__item > a:hover {
  text-decoration: underline;
}
