/* poppins-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Poppins/poppins-v21-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Poppins/poppins-v21-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Poppins/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Poppins/poppins-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Poppins/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Poppins/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Poppins/poppins-v21-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Poppins/poppins-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }



.store-locator-container ul.stores li.store-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:24px;
}
.leaflet-marker-icon.leaflet-div-icon{
  background:none !important;
  border:none !important;
  position:relative;
}
.leaflet-marker-icon.leaflet-div-icon img{
  position: absolute;
  z-index:5;
}
.leaflet-marker-icon.leaflet-div-icon span{
  position:absolute;
  z-index:10;
  margin: 8px 0px;
  font-size: 15px;
  font-weight:bold;
  color:#000;
  text-align:center;
  width:80%;
}
.store-locator-container #keyword{
  margin:30px auto -40px;
  display:block;
  position:relative;
  width:100%;
  z-index:10;
  padding:16px;
  color:#666666;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
}
#auto-keyword-results{
  list-style:none;
  padding-left:16px;
  padding-right:16px;
}
#auto-keyword-results li {
  cursor:pointer;
  padding:6px;
}
#auto-keyword-results li p{
  margin:0px;
}
.store-locator-container .store-info p {
  font-size: 12px;
  word-break: break-word;
  line-height: 1;
  margin: 0;
  text-align: left;
}
.store-locator-container ul.stores {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 32px;
}
.filter-container{
  max-width:80%;
  position:relative;
  display:block;
  margin:0 auto;
}
.auto-results-wrapper{
  margin-top:40px !important;
}
.store-locator-container ul.stores li.store-container .store-info{
  margin-left:0px;
  margin-right:auto;
}
.store-locator-container ul.stores li.store-container .store-distance{
  margin-left:16px;
  align-self: flex-start;
}
.store-locator-container #map{
  height:400px;
  width:100%;
  z-index:5;
}
.store-locator-container .filter{
  margin-bottom:50px;
  padding:16px;
}
.store-locator-container ul.stores li.store-container .store-info h5 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  font-weight:normal;
  padding-bottom: 5px;
  text-align: left;
}
.store-locator-container ul.stores li.store-container i{
  transform: rotate(
          -75deg
  );
  font-size:30px;
  margin-right:16px;
}
.loadmore{
  color:#ffffff;
  text-transform:uppercase;
  padding:16px 48px;
  border:0px;
  cursor:pointer;
  display:block;
  margin:24px auto;
}
.box-cookies{
  background-color: #fff;
  padding: 36px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: 0.75rem;
  box-shadow: 0px 4px 10px 0 rgb(74 74 74 / 30%), 0 4px 10px rgb(0 0 0 / 8%);
}
.cookie-btn {
  height: auto;
  font-size: 0.75rem;
  color: #fff;
  background-color: #03a9f4;
  border-radius: 5px;
  min-width: 7rem;
  padding: 0.55rem 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  margin: 0.75rem;
}
.cookies-text{
  margin-bottom: 0.75rem;
  font-size: 16px;
}
.btn-section{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-1{
  color: #ffffff;
  background-color: #03a9f4;
}
.btn-1:hover{
  color: #ffffff;
  background-color: #2ebcfc;
}
.btn-2{
  color: #ffffff;
  background-color: #fe9700;
}
.btn-2:hover{
  color: #ffffff;
  background-color: #f7a93b;
}
.cookies-container{
  width: 100%;
  height: 100vh;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans";
  color: #004691 !important;
}
#searchform{
  z-index:110;
  position:relative;
}
#results_search{
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  height: 200px;
  overflow: scroll;
  padding: 12px;
  top: 22px;
  border-radius: 0px 0px 16px 16px;
  display:none;
}
#results_search ul {
  list-style: none;
  padding: 0;
  margin: 8px 0px 0px 0px;
}
#results_search ul li{
  padding:4px 0px;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:4px;
}
#results_search ul li a{
  display:block;
}
#search_loader{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  z-index: 120;
  right: 10px;
  display:none;
}
.ct-section.carousel-brand-homepage .ct-shortcode{
  max-width:100%;
  margin-bottom:24px;
  overflow:hidden;
}