#hero {
  margin-top: 12px;
  background-image: url('../../images/pages/about/about-hero-bg.webp');
  background-image: image-set(url('../../images/pages/about/about-hero-bg.webp') 1x,
      url('../../images/pages/about/about-hero-bg@2x.webp') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 55px 0 23px 0;
  width: 100%;
}

#hero .hero-inner {
  overflow: hidden;
}

#hero .title {
  font-size: 38px;
  position: relative;
  width: fit-content;
  margin: 0 auto 23px auto;
}

#hero .title::before {
  content: '';
  position: absolute;
  background-color: #000;
  height: 2px;
  width: 166px;
  left: -179px;
  top: 19px;
}

#hero .title::after {
  content: '';
  position: absolute;
  background-color: #000;
  height: 2px;
  width: 166px;
  right: -179px;
  top: 19px;
}

#hero p {
  font-size: 17px;
  line-height: 24px;
  max-width: 737px;
  margin: 0 auto;
}

#hero img {
  margin: 0 auto
}

@media screen and (max-width: 992px) {
  #hero p br {
    display: none
  }
}

@media screen and (max-width: 767px) {
  #hero {
    margin-top: 22px
  }
}

@media screen and (max-width: 567px) {
  #hero {
    padding: 42px 0 46px 0;
  }

  #hero .title {
    font-size: 40px;
    margin-bottom: 12px;
  }

  #hero .title::after,
  #hero .title::before {
    top: 16px;
  }

  #hero p {
    font-size: 14px;
    line-height: 20px;
  }
}

.store-finder {
  width: 1229px;
}

#map-container {
  clear: left;
  float: left;
  margin-top: 27px;
  height: 530px;
  width: 960px
}

#map-container a {
  font-size: 13.5px;
  line-height: 15px;
  font-weight: 700;
  color:#ed1c24;
}

#map-container .loc-name a {
  font-size: 19.5px
}

#map-container a:hover,
#map-container a:active {
  text-decoration: underline;
  color: #000 !important
}

#Mloc-storeURL {
  margin-top: 5px;
}

#Mloc-storeURL a:hover,
#Mloc-storeURL a:active {
  color: var(--red) !important
}

#map-container .custom-marker {
  width: 32px;
  height: 37px;
  color: #fff;
  background: url("https://shopdons.com/themes/don/css/cache/../../store-finder/images/custom-marker.png") no-repeat;
  padding: 3px;
  cursor: pointer
}

#loc-list {
  float: left;
  width: 330px;
  height: auto;
}

#loc-list #list {
  display: block;
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 460px;
  overflow-y: scroll;
}

#loc-list .list-label {
  display: none;
  float: left;
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 17px;
  text-align: center;
  background: #451400;
  color: #fff;
  font-weight: 700
}

#loc-list .list-details {
  float: left;
  width: 165px
}

#loc-list .list-content {
  padding: 17px 23px 18px 23px;
}

#loc-list .list-content div {
  line-height: 15px
}

#loc-list .loc-dist {
  font-weight: 700;
  font-style: italic;
  color: #8e8e8e
}

#loc-list #list li {
  display: block;
  clear: left;
  float: left;
  margin: 6px 10px;
  cursor: pointer;
  width: 200px;
  border: 1px solid #a7a7a7;
}

#loc-list #list .list-focus {
  border: 1px solid rgba(190, 22, 29, .9);
  -moz-box-shadow: 0 0 8px rgba(190, 22, 29, .7);
  -webkit-box-shadow: 0 0 8px rgba(190, 22, 29, .7);
  box-shadow: 0 0 8px rgba(190, 22, 29, .7);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s
}

.locator-container {
  max-width: 320px;
  padding: 10px 17px;
}

#loc-list h2 {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top:0;
}

#loc-list h4 {
  margin-bottom: 16px;
}

#loc-list h5 {
  font-size: 25px;
  margin-bottom: 19px;
}

#loc-list #list ul {
  height: 430px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px
}

#loc-list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(0deg, rgba(255,255,255,0.9948354341736695) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

#loc-list #list ul::-webkit-scrollbar {
  display: none
}

#loc-list .list-details {
  width: 100%
}

#loc-list-- li:first-child .list-details {
  padding-top: 20px
}

#loc-list #list li {
  width: 320px;
  margin: 10px 10px 10px 0;
  border-radius: 5px;
}

#loc-list- li:first-of-type {
  position: relative;
  margin-top: 0;
  border-color: var(--yellow) !important;
  border-radius: 0
}

#loc-list- li:first-of-type::before {
  content: "Your Local Cleek's!";
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 6px 3px 9px;
  color: #000;
  font-size: 13.5px;
  background-color: var(--yellow);
  font-family: 'Poppins';
  font-weight: 700;
  border-bottom-right-radius: 5px
}

#loc-list .list-content div {
  line-height: 1.2em
}

#loc-list #list .list-focus {
  position: relative;
  margin-top: 0;
  border-top-color: var(--yellow) !important;
  border-right-color: var(--yellow) !important;
  border-bottom-color: var(--yellow) !important;
  border-left-color: var(--yellow) !important;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none
}

#loc-list #list .list-focus {
  padding-top: 14px;
}

#loc-list #list .list-focus::before {
  content: "Your Local Cleek's!";
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 25px 3px 15px;
  color: #000;
  font-size: 13.5px;
  background-color: var(--yellow);
  font-weight: 700;
  border-bottom-right-radius: 5px;
  font-family: 'Apertura';
  font-weight: 900;
}

#loc-list .buttons {
  margin-bottom: 30px
}

#loc-list .buttons a:any-link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  display: block;
  flex-basis: 100%;
  text-align: center;
  padding-bottom: 1px;
  border-bottom: 3.5px solid transparent
}

#loc-list .buttons a.active {
  border-bottom: 3.5px solid var(--yellow)
}

.location-tabs-container {
  width: 100%
}

.location-tabs {
  width: 48%;
  display: inline-block;
  text-align: center;
  padding: 10px 10px 5px 10px;
  cursor: pointer
}

.location-tabs.active {
  border-bottom: 3px solid var(--yellow)
}

.locator-container {
  margin-bottom: 27px;
  margin-right: 12px
}

.locator-container input,
.locator-container select {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  border: 1px solid #bbb;
  color: #000;
}

.locator-container select {
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-image: url(../../images/pages/locations/down-arrow.png);
  background-image: -webkit-image-set(url(../../images/pages/locations/down-arrow.png) 1x, url(../../images/pages/locations/down-arrow@2x.png) 2x);
  background-size: 13px 8px;
}

.locator-container input[type="search"] {
  border-right: none;
}

.searchInStore strong {
  font-size: 16px;
  color: #222;
}

.locator-container input::placeholder {
  color: #000;
  opacity: 1;
}

.locator-container .select {
  margin-top: 15px;
}

.locator-container .selectric {
  background-color: #fff;
  text-align: left;
  border: 1px solid #bbb;
}

.locator-container .selectric .label {
  text-align: left;
  font-family: 'Lato';
  font-size: 13px;
  color: #000;
  padding: 0;
  font-weight: 400;
}

.locator-container .selectric i {
  display: none;
}

.locator-container .selectric .button {
  background: transparent;
}

.locator-container ::placeholder {
  color: #000;
  opacity: .8
}

.list-details .list-content div.loc-name,
.list-details .list-content div.loc-hours,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-phone {
  margin-bottom: 10px
}

.list-details .list-content div.loc-addr,
.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-addr3,
.list-details .list-content div.loc-addr3 a,
.list-details .list-content div.loc-phone,
.list-details .list-content div.loc-phone a {
  font-weight: normal !important
}

.list-details .list-content div.loc-hours,
.list-details .list-content div.loc-addr,
.list-details .list-content div.loc-phone,
#Mloc-storeURL {
  font-size: 13.5px;
  margin-top: 10px
}

.list-details .list-content div.loc-hours {
  margin-bottom: 10px;
  margin-top: 0;
}

.list-details .list-content * {
  text-decoration: none !important
}

.list-details .list-content .text-decoration-underline {
  text-decoration: underline !important
}

.list-details .list-content div.loc-addr a,
.list-details .list-content div.loc-phone a {
  color: #000 !important;
}

.list-details .list-content div.loc-phone {
  margin-top: 10px;
  margin-bottom: 6px
}

#map-container {
  width: 100%;
  height: auto;
  margin-top: 4px;
}

#map-container .loc-name {
  margin-bottom: 4px;
  font-size: 20px
}

#map-container a.no-highlight {
  color: #333
}

a#show-more-bt {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px
}

#map-holder {
  float: left;
  width: calc(100% - 360px);
  max-width: 100%;
  margin-left: 30px;
  padding-top: 28px;
  height:520px;
}

#map-holder-mobile {
  display: none
}

#map {
  float: none;
  width: 930px;
  max-width: 100%;
  height: 622px
}

#map img {
  max-width: 100%
}

@media only screen and (max-width: 991px) {
  #loc-list {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 310px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  #map-holder {
    width: calc(100% - 330px);
    margin-left: 0
  }

  #map {
    width: 100% !important
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {

  #loc-list #list ul,
  #loc-list #list ul li {
    width: 310px !important
  }
}

@media only screen and (max-width: 767px) {
  #loc-list {
    width: 100% !important
  }

  #map-holder {
    width: 100% !important
  }

  #map-holder-mobile {
    display: block
  }

  .locator-container {
    max-width: 100%;
  }

  .locator-container input {
    width: 100%;
  }
  
  #storeWrapper h2 {
    margin: 25px 0;
    font-size: 28px;
    color: #000;
  }

  #storeWrapper h4 {
    margin-top: 11px;
    color: #000;
    font-size: 23px;
  }

  #locatorMobile {
    padding-bottom: 22px;
    margin-bottom: 20px;
    width: calc(100% + 30px);
    max-width: 1000%;
    margin-left: -15px;
  }

  #loc-list #list li,
  #loc-list #list {
    width: 100%;
    padding-bottom: 50px;
  }

  .location-tabs {
    padding: 10px 10px 0px 10px;
    width:49%;
  }
  .location-tabs:last-child {
    padding-right:0;
  }

  .location-tabs-container {
    margin-bottom: 20px;
  }

  #map-container.reverse-order {
    display:flex;
    flex-direction: column;
  }
  #map-container.reverse-order #loc-list {
    order:2;
  }

  #map-container.reverse-order #map-holder {
    padding-top:0;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 567px) {
  #loc-list h5 {
    font-size: 28px;
    margin-top: 14px
  }

  .locator-container {
    margin-right: 0
  }

  #map-holder {
    display:none;
  }
  #map-holder {
    height: 300px;
}
}

@media screen and (max-width: 480px) {
  #loc-list #list ul {
    width: 100%;
    height: 100%
  }

  #loc-list #list li {
    width: 100%
  }
}