@font-face {
  font-family: 'Campton';
  src: url('../fonts/Campton-Light.woff2') format('woff2'),
    url('../fonts/Campton-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton';
  src: url('../fonts/Campton-ExtraBold.woff2') format('woff2'),
    url('../fonts/Campton-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Campton Book';
  src: url('../fonts/Campton-Bold.woff2') format('woff2'),
    url('../fonts/Campton-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* #page-header it just included for the examples */
#page-header {
  float: left;
  display: block;
}

/* Infowindow Roboto font override */
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {
  font-family: 'Campton';
}

.gm-style .gm-style-iw-c {
  padding: 0;
}

.gm-style .gm-style-iw-chr button {
  width: 30px !important;
  height: 30px !important;
}

.gm-style .gm-style-iw-chr button span {
  width: 20px !important;
  height: 20px !important;
  margin: 5px !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-style .gm-style-iw-d .maps-pop-up {
  padding: 0 25px 25px 25px;
}

.gm-style .gm-style-iw-d .maps-pop-up img {
  width: 100%;
  height: auto;
  max-height: 125px;
  max-width: 250px;
  object-fit: contain;
}

.gm-style .gm-style-iw-d .maps-pop-up .loc-name {
  font-size: 1.1rem;
  margin-top: 15px;
}

.gm-style .gm-style-iw-d .maps-pop-up > div {
  margin-top: 7px;
  font-size: 1rem;
}

.bh-sl-error {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  color: #6a3f6c;
  font-weight: bold;
}

.bh-sl-container {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333333;
  max-width: 100%;
}

.bh-sl-container .bh-sl-form-container {
  clear: left;
  float: left;
  margin-top: 15px;
  width: 100%;
}

.bh-sl-container .form-input {
  float: left;
  margin-top: 3px;
}

.bh-sl-container .form-input label {
  font-weight: bold;
}

.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
  margin: 0 15px 0 10px;
  padding: 6px 12px;
  line-height: 16px;
  border: 1px solid #cccccc;
  font: normal 14px/18px Source Sans Pro;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bh-sl-container button {
  float: left;
  cursor: pointer;
  margin-top: 3px;
  padding: 6px 12px;
  background: #6a3f6c;
  font: normal 14px/18px Source Sans Pro;
  color: #ffffff;
  white-space: nowrap;
  border: none;
  text-transform: uppercase;
}

.bh-sl-container .bh-sl-loading {
  float: left;
  margin: 4px 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(../img/ajax-loader.gif) no-repeat;
}

.bh-sl-container .bh-sl-filters-container {
  clear: both;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 100px 0 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  margin: 5px 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
  display: inline;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
  display: block;
  float: left;
  margin: 2px 8px 2px 0;
}

.bh-sl-container .bh-sl-map-container {
  clear: left;
  float: left;
  margin-top: 27px;
  height: calc(100vh - 250px);
  width: 100%;
  max-width: 100%;
}
.bh-sl-container .bh-sl-map-container i {
  color: #00A069;
  margin-right: 5px;
  width: 20px;
  margin-top: 2px;
}
.bh-sl-container .bh-sl-map-container a {
  color: #BC7ABF;
  text-decoration: none;
}

.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
  text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
  float: left;
  width: 30%;
  height: calc(100vh - 250px);
  overflow-x: auto;
}

.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar{ width: 10px; }
.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar-track{ background: rgba(var(--lightgreen-rgb),0.4); }
.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar-thumb{ background: var(--green); border-radius: 20px; }
.bh-sl-container .bh-sl-loc-list::-webkit-scrollbar:horizontal{ display: none; }

.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
  display: block;
  clear: left;
  float: left;
  margin: 0;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #dddddd;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
}

.bh-sl-container .bh-sl-loc-list ul li:hover {
  border: 1px solid #dddddd;
  background: #dddddd;
}

.bh-sl-container .bh-sl-loc-list ul li::before {
  display: none;
}

.bh-sl-container .bh-sl-loc-list .list-label {
  display: none;
  float: left;
  margin: 10px 0 0 6px;
  padding: 2px 3px;
  width: 10%;
  max-width: 25px;
  text-align: center;
  background: url('/template/template-nobanner/storelocator/images/mark1.png');
  color: transparent;
  background-size: contain;
  font-weight: bold;
  background-repeat: no-repeat;
}

.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  margin-left: 0;
  width: 100%;
  padding: 25px;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 10px;
  font-size: 1rem;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-image {
  display: flex;
  justify-content: flex-end;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-image img {
  width: 100%;
  height: auto;
  max-height: 125px;
  max-width: 150px;
  object-fit: contain;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  font-weight: bold;
  font-style: italic;
  color: #8e8e8e;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid #00A069;
  -moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  box-shadow: 0 0 8px rgba(106, 63, 108, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  width: 100%;
  height: 20px;
  position: relative;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
  top: 0;
  right: 6px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  color: #6a3f6c;
}

.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  color: #00A069;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.bh-sl-container .addr-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.bh-sl-container .bh-sl-map {
  float: left;
  width: 70%;
  height: calc(100vh - 250px);
}

.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}

.bh-sl-container .bh-sl-pagination-container i{
  margin-top: 2px;
}

.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.bh-sl-container .bh-sl-pagination-container ol li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font: bold 14px Source Sans Pro;
  color: #6a3f6c;
  text-decoration: underline;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #333333;
  cursor: auto;
  text-decoration: none;
}

/* Modal window */
.bh-sl-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: url(../img/overlay-bg.png) repeat;
}

.bh-sl-overlay .bh-sl-modal-window {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  /* width divided by 2 */
  margin-top: 60px;
  width: 920px;
  height: 590px;
  z-index: 10010;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #656565;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
  float: left;
  padding: 0 22px;
  /* there's already a margin on the top of the map-container div */
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
  top: -6px;
  right: -6px;
}

.bh-sl-close-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
  border: 1px solid #000000;
  border-radius: 3px;
  box-shadow: 0 0 3px #656565;
}

/* ============================================
		MOBIEL
=============================================*/

/* --------------------------------------- */
@media only screen and (max-width: 1399px) {



}

/* --------------------------------------- */
@media only screen and (max-width: 1199px) {
  .bh-sl-container .bh-sl-loc-list { width: 40%; }
  .bh-sl-container .bh-sl-loc-list .list-details { padding: 20px; }
  .bh-sl-container .bh-sl-map { width: 60%; }

}

/* --------------------------------------- */
@media only screen and (max-width: 991px) {

  .bh-sl-container .bh-sl-loc-list .list-details .loc-image { justify-content: flex-start; margin-bottom: 15px; }


}

/* --------------------------------------- */
@media only screen and (max-width: 767px) {
	.bh-sl-container .bh-sl-map-container { display: flex; flex-direction: column; }
  .bh-sl-container .bh-sl-loc-list { width: 100%; order: 2; }
  .bh-sl-container .bh-sl-map { width: 100%; order: 1; }

}

/* --------------------------------------- */
@media only screen and (max-width: 575px) {
  .bh-sl-container .bh-sl-loc-list .list-details .list-content { max-width: 70%; order: 1; }
  .bh-sl-container .bh-sl-loc-list .list-details .loc-image { max-width: 30%; order: 2; }
  .gm-style .gm-style-iw-d .maps-pop-up > div { font-size: 13px; }

  .bh-sl-container .bh-sl-map {max-height: 30vh;}
  .bh-sl-container .bh-sl-loc-list {height: 100%;}
  .bh-sl-container .bh-sl-map-container {height: 100%;}

}

/* --------------------------------------- */
@media only screen and (max-width: 479px) {

    .container-fluid.breadcrumbs { margin-bottom: 0; padding-bottom: 25px; }
}