/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/storeLocator.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
.modal-backdrop.fade.show {
  display: none;
}

.map-canvas {
  display: none;
}
@media (min-width: 340px) {
  .map-canvas {
    height: 28.125em;
    display: block;
  }
}

.main-store-locator-container {
  background: #F9F9F9;
  padding: 0px 0 80px 0;
}
@media (max-width: 768.98px) {
  .main-store-locator-container {
    padding: 16px 0 32px 0;
  }
}

.store-locator-card_title {
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .store-locator-card_title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.store-locator-map-container {
  border-radius: 16px;
  border: 1px solid #DDD;
  background: #FFF;
  height: 660px;
  padding: 24px;
  margin-bottom: 24px;
}
.store-locator-map-container .jumbotron.map-canvas {
  height: 100%;
}
@media (max-width: 768.98px) {
  .store-locator-map-container .jumbotron.map-canvas {
    height: 460px;
  }
}
@media (max-width: 768.98px) {
  .store-locator-map-container {
    border-radius: 8px;
    height: auto;
    padding: 16px;
    margin-bottom: 16px;
  }
}
.store-locator-map-container .stores-results-container {
  margin-top: 0;
}

.store-locator-offers_banner .img-banner {
  width: 100%;
}

@media (min-width: 769px) {
  .card.search-form {
    margin: 0;
    border: none;
  }
}
@media (max-width: 768.98px) {
  .container.store-locator-container {
    padding: 0;
  }
  .card.search-form {
    margin-bottom: 0;
  }
}
.container.store-locator-container {
  position: relative;
}

.current-location-container {
  display: flex;
  width: 315px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 48px;
  top: 60px;
  border-radius: 8px;
  border: 1px solid #DDD;
  background: #FFF;
  z-index: 999;
}
@media (max-width: 768.98px) {
  .current-location-container {
    position: initial;
    margin-bottom: 16px;
    width: 100%;
    padding: 16px 16px 4px 16px;
    z-index: 1;
  }
}
.current-location-container .store-locator {
  width: 100%;
  height: 48px;
}
.current-location-container .store-locator .store-postal-code {
  padding: 12px 48px;
  color: #868686;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 768.98px) {
  .current-location-container .store-locator {
    height: 40px;
  }
}

.search-form .form-group.focus .form-control-label,
.search-form .form-group.filled .form-control-label {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.search-form .search-icon {
  width: 24px;
  height: 24px;
  z-index: 4;
  left: 32px;
}
.search-form .clear-icon {
  width: 16px;
  height: 16px;
  right: 0px;
  cursor: pointer;
  z-index: 4;
}
.search-form .form-control-label {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768.98px) {
  .search-form {
    border: none;
  }
}

div#store-locator-search-form div.current-location {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#store-locator-search-form div.current-location a.detect-location {
  color: #0277BD;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-left: 4px;
}
@media (max-width: 768.98px) {
  div#store-locator-search-form div.current-location a.detect-location {
    font-size: 13px;
  }
}

.stores-results-container {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 768.98px) {
  .stores-results-container {
    margin-top: 24px;
  }
}
.stores-results-container .stores-count-container {
  display: flex;
  color: #363537;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.stores-results-container .stores-count-container .stores-count {
  color: #0277BD;
  font-weight: 700;
}
.stores-results-container .store-list-container {
  display: flex;
  height: auto;
  max-height: 290px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}
.stores-results-container .store-list-container::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media (max-width: 768.98px) {
  .stores-results-container .store-list-container {
    max-height: 638px;
    padding-right: 0;
  }
}
.stores-results-container .store-list-container .store-item-container {
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 4px;
  width: 100%;
  padding: 10px 16px;
}
.stores-results-container .store-list-container .store-item-container .store-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .stores-results-container .store-list-container .store-item-container .store-info {
    width: 100%;
  }
}
.stores-results-container .store-list-container .store-item-container .store-info .store-name {
  display: flex;
  padding-bottom: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #CCC;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.stores-results-container .store-list-container .store-item-container .store-info .store-address {
  color: #363537;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  align-self: stretch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.stores-results-container .store-list-container .store-item-container .store-info .store-address:hover {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.stores-results-container .store-list-container .store-item-container .store-info .store-schedule-distance-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  gap: 10px;
}
@media (max-width: 768.98px) {
  .stores-results-container .store-list-container .store-item-container .store-info .store-schedule-distance-container {
    flex-direction: column;
    align-items: start;
  }
}
.stores-results-container .store-list-container .store-item-container .store-info .store-schedule-distance-container .store-schedule {
  width: 45%;
  color: #0FA13C;
}
@media (max-width: 768.98px) {
  .stores-results-container .store-list-container .store-item-container .store-info .store-schedule-distance-container .store-schedule {
    width: 100%;
  }
}
.stores-results-container .store-list-container .store-item-container .store-info .store-schedule-distance-container .store-distance {
  color: #212121;
}
.stores-results-container .store-list-container .store-item-container.selected {
  border: 1.5px solid #00AEEF;
}
.stores-results-container .store-list-container .get-directions-container {
  margin-top: 16px;
  width: 100%;
}
.stores-results-container .store-list-container .get-directions-container .get-directions {
  width: 100%;
  color: #0277BD;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.stores-results-container .store-list-container:not(:has(> .store-info)).store-info {
  width: 100%;
}
.stores-results-container .store-list-container::-webkit-scrollbar {
  width: 4px;
}
.stores-results-container .store-list-container::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 4px;
}
.stores-results-container .store-list-container::-webkit-scrollbar-thumb:hover {
  background-color: #CCC;
}
.stores-results-container .store-list-container::-webkit-scrollbar-track {
  background-color: #F6F7F8;
  border-radius: 4px;
  margin-left: 10px;
}

.store-info-popin-container {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.store-info-popin-container .store-info-popin {
  width: 100%;
}
.store-info-popin-container .store-info-popin .store-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.store-info-popin-container .store-info-popin .store-header .store-name {
  color: #0277BD;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.store-info-popin-container .store-address {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 8px;
}
.store-info-popin-container .store-address .address-label {
  color: #545454;
}
.store-info-popin-container .store-address .address {
  color: #363537;
  align-self: stretch;
}
.store-info-popin-container .store-image-container {
  margin-bottom: 16px;
}
.store-info-popin-container .store-image-container .store-image {
  width: 272px;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768.98px) {
  .store-info-popin-container .store-image-container .store-image {
    width: 100%;
    height: 160px;
  }
}
.store-info-popin-container .store-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  margin-bottom: 8px;
}
.store-info-popin-container .store-services .service-label {
  color: #545454;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  align-self: stretch;
}
.store-info-popin-container .store-services .service-details .service-title {
  color: #363537;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.store-info-popin-container .store-services .service-details .service-subtitle {
  color: #545454;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.store-info-popin-container .store-services .service {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
.store-info-popin-container .store-schedule-container {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 16px;
}
.store-info-popin-container .store-schedule-container .schedule-label {
  color: #545454;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.store-info-popin-container .store-schedule-container .store-schedule {
  color: #0FA13C;
}
.store-info-popin-container .get-directions-container {
  width: 100%;
}
.store-info-popin-container .get-directions-container .get-directions {
  width: 100%;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #0277BD;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

#modalstoreLocatorPopin .modal-dialog.modal-dialog-centered {
  position: fixed;
  top: 0;
  left: 50%;
  width: 304px;
}

/*# sourceMappingURL=storeLocator.css.map*/