/* phpcs:ignore */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
/* phpcs:ignore */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;900&display=swap');

/* phpcs:ignore */
:root {
  --storerocket-panel-side-padding: 20px;
}

.storerocket-logo {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 21px 31px 42px 0;
  border-bottom-right-radius: 31px;
}

.storerocket-logo-outer {
  margin-left: -40px;
}

.storerocket-logo-inner,
.storerocket-logo-inner-after {
  display: flex;
}

.storerocket-logo-inner-after {
  flex-direction: column;
  position: relative;
  width: 31px;
  height: 31px;
  background-color: #fff;
}

.storerocket-logo-inner-after:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  border-top-left-radius: 31px;
}

.storerocket-logo-after {
  position: relative;
  width: 31px;
  height: 31px;
  background-color: #fff;
  display: inline-block;
}

.storerocket-logo-after:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  border-top-left-radius: 31px;
}

.storerocket-logo-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/teal_horizontal_1.png');
  width: 195px;
  height: 66px;
}

#storerocket-overlay,
#storerocket-panel {
  border-bottom-left-radius: 31px !important;
  box-shadow: none !important;
  padding: 0 var(--storerocket-panel-side-padding) calc(var(--storerocket-panel-side-padding) * 2) calc(var(--storerocket-panel-side-padding) * 2) !important;
  height: 100% !important;
}

@media screen and (max-width: 992px) {
  #storerocket-overlay,
  #storerocket-panel {
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 31px !important;
  }

  #storerocket-panel {
    height: 1360px !important;
    min-height: 1360px !important;
  }

  #storerocket-panel.has-overlay {
    height: auto !important;
    min-height: auto !important;
  }
}

#storerocket-map-container {
  border-top-right-radius: 31px !important;
  border-bottom-right-radius: 31px !important;
  box-shadow: none !important;
  height: 100% !important;
}

@media screen and (max-width: 992px) {
  #storerocket-map-container {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
  }
}

#storerocket-overlay,
.storerocket-logo-outer,
.storerocket-logo-inner-after:before,
.storerocket-logo-after:before,
#storerocket-panel,
.storerocket-result,
.storerocket-result:hover,
#storerocket-overlay-details {
  background-color: #33bbce !important;
}

div.storerocket-overlay-details-name,
div#tp-map-widget-title {
  font-weight: 700px !important;
  text-transform: uppercase !important;
  font-size: 34px !important;
  line-height: 38.4px !important;
}

div#tp-map-widget-title {
  margin: 0 0 24px !important;
}

div.storerocket-overlay-details-name {
  margin: 0 0 8px !important;
}

#storerocket-search {
  width: calc(100% - var(--storerocket-panel-side-padding)) !important;
  padding: 10px !important;
}

.storerocket-search-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/location.png');
  width: 24px;
  height: 24px;
  top: 0 !important;
  bottom: 0;
  left: 8px !important;
  margin: auto 0;
}

.storerocket-search-icon svg,
#storerocket-geolocate-button {
  display: none;
}

#location-counter {
  position: absolute;
}

.storerocket-popup-city,
.storerocket-search-field,
#location-counter,
.storerocket-result-city {
  font-family: 'Lato', sans-serif !important;
}

#storerocket-widget .mapboxgl-popup-content a.storerocket-popup-buttons-get-directions,
.mapboxgl-popup-content div.storerocket-popup-postal,
.mapboxgl-popup-content div.storerocket-popup-address,
div.storerocket-overlay-close-button,
.storerocket-overlay-hours-item__hours,
.storerocket-overlay-hours-item__day,
.storerocket-overlay-details-action-text,
.storerocket-overlay-details-address,
.storerocket-overlay-details-name,
#tp-map-widget-title,
.storerocket-result-website-link,
.storerocket-result-phone,
.storerocket-result-address {
  font-family: 'Open Sans', sans-serif !important;
}

#location-counter {
  position: absolute;
  top: 61px;
  left: 0;
  color: #fff;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

#location-counter:after {
  content: ":";
}

.storerocket-search-field {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
  color: #a7a7a7 !important;
}

.storerocket-clear-search {
  right: 7px !important;
}

.storerocket-result-city {
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #fff !important;
}

.storerocket-result-phone,
.storerocket-result-address {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #fff !important;
}

.storerocket-result-content {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.storerocket-result-content.visible {
  display: flex;
}

.storerocket-result-website {
  margin: 0 !important;
}

div.storerocket-result-list {
  height: calc(100% - 347px) !important;
}

.storerocket-result-list .storerocket-result-website a.storerocket-result-website-link {
  background: none !important;
  padding-left: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 18px !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
}

.storerocket-result-website-link:after {
  content: none !important;
}

.storerocket-result-list::-webkit-scrollbar-thumb {
  background: #05132d !important;
}

.storerocket-overlay-fields,
.storerocket-overlay-hours,
.storerocket-overlay-filters,
.storerocket-overlay-details-actions,
.storerocket-overlay-details-social,
.storerocket-overlay-details-address,
.storerocket-overlay-details-name,
.storerocket-overlay-details-content {
  padding: 0 !important;
}

.storerocket-get-directions-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/map-2.png');
  width: 24px;
  height: 24px;
  top: 0 !important;
  bottom: 0;
  left: 8px !important;
  margin: auto 0;
}

.storerocket-webpage-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/device-laptop.png');
  width: 24px;
  height: 24px;
  top: 0 !important;
  bottom: 0;
  left: 8px !important;
  margin: auto 0;
}

.storerocket-phone-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/phone.png');
  width: 24px;
  height: 24px;
  top: 0 !important;
  bottom: 0;
  left: 8px !important;
  margin: auto 0;
}

.storerocket-overlay-hours {
  border: none !important;
}

.storerocket-overlay-hours-item__hours {
  text-transform: uppercase;
}

.storerocket-overlay-hours-item__hours.closed {
  text-transform: capitalize;
}

.storerocket-overlay-content {
  display: none !important;
}

.storerocket-overlay-content.visible {
  display: initial !important;
}

.storerocket-result-list.hidden {
  display: none !important;
}

.storerocket-overlay-details-address-country,
.storerocket-overlay-details-address {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  padding: 4px 0 !important;
  margin: 0 !important;
}

.storerocket-overlay-details-action a.storerocket-overlay-details-action-button {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
}

.storerocket-overlay-details-action a:after {
  content: none !important;
}

.storerocket-overlay-details-actions {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 32px !important;
}

.storerocket-overlay-details-action-icon {
  margin-right: 8px;
}

.storerocket-overlay-details-action-text {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
}

.storerocket-overlay-details-action {
  margin-right: 22px !important;
}

.storerocket-overlay-hours-item {
  padding: 0 0 8px !important;
}

.storerocket-overlay-hours-item__day {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  text-transform: uppercase !important;
}

.storerocket-overlay-hours-item__hours {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

div.storerocket-overlay-close-button {
  top: initial !important;
  bottom: 0 !important;
  left: 0 !important;
  right: initial !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  text-transform: uppercase;
  color: #fff !important;
  background: none !important;
  height: initial !important;
  width: initial !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  position: absolute !important;
  margin-bottom: 0 !important;
  display: inline-flex !important;
}

@media screen and (max-width: 992px) {
  div.storerocket-overlay-close-button {
    position: relative !important;
    margin-bottom: 4px !important;
  }
}

div.storerocket-overlay-close-button:before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-left.png');
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 8px;
}

button.mapboxgl-popup-close-button {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/close.png');
  width: 16px;
  height: 16px;
  content: "";
  margin: 10px !important;
}

#storerocket-panel {
  width: 463px !important;
}

@media screen and (max-width: 992px) {
  #storerocket-panel {
    width: 100% !important;
  }
}

.mapboxgl-canvas {
  width: 100% !important;
  height: 800px !important;
}

.storerocket-store-locator {
  height: 800px !important;
  min-height: initial !important;
  margin-bottom: 6rem;
}

@media screen and (max-width: 992px) {
  .storerocket-store-locator {
    height: auto !important;
  }
}

#storerocket-widget {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 992px) {
  #storerocket-widget {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  #storerocket-widget #storerocket-map-container {
    height: 560px !important;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: 0 !important;
  }

  #storerocket-widget .mapboxgl-canvas {
    height: 560px !important;
  }
}

div.mapboxgl-popup-content {
  background-color: #f9fafb !important;
  padding: 24px !important;
  border-radius: 20px !important;
  display: none;
}

div.mapboxgl-popup-content.visible {
  display: block;
}

.storerocket-popup-city {
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 22px !important;
  color: #33bbce !important;
  margin-bottom: 5px !important;
}

.mapboxgl-popup div.storerocket-popup-address,
.storerocket-popup-postal {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 17px !important;
  color: #05132d !important;
  margin: 0 !important;
}

.mapboxgl-popup div.storerocket-popup-address {
  margin-bottom: 4px !important;
}

.storerocket-popup-postal {
  margin-bottom: 16px !important;
}

#storerocket-widget .storerocket-popup-buttons a.storerocket-popup-buttons-get-directions {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  background-color: #05132d !important;
  border: 1px solid #2555a7 !important;
  box-shadow: 0px 1px 2px 0px #1018280d !important;
  padding: 4px 12px !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.storerocket-popup-buttons-get-directions:before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/map-pin.png');
  width: 18px;
  height: 18px;
  content: "";
  margin-right: 8px;
}

#storerocket-widget .storerocket-popup-buttons a.storerocket-popup-buttons-get-directions:after {
  content: none !important;
}

.mapboxgl-marker {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url('../images/map-marker.png') !important;
  width: 48px !important;
  height: 48px !important;
  content: "" !important;
}

.storerocket-result-left {
  width: 60% !important;
}

.storerocket-result-right {
  text-align: center !important;
}

@media screen and (max-width: 492px) {
  .storerocket-result-list .storerocket-result-right a.storerocket-result-website-link {
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .storerocket-result-list {
    overflow-y: auto !important;
  }
}
