div#bss-background {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div#bss-background::-webkit-scrollbar {
  display: none;
}

.bss-map-fullscreen {
  min-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

/* Create a custom checkbox */
.bss-checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  border: 2px solid #8C9196;
}
.check-wrapper .bss-checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-media {
  display: flex;
  align-items: center;
  gap: 4px;
}
.social-media a {
  text-decoration: none;
}

.bss-store-image {
  max-width: 400px !important;
  max-height: 300px !important;
  display: flex;
  justify-content: center;
}

#bss-clear-filter {
  color: #2C6ECB;
  cursor: pointer;
}
#bss-clear-filter:hover {
  color: #004299
}

.search-bar-container.trial-7-day {
  opacity: 0.45 !important;
  pointer-events: none !important;
}

#bss-map-search-box::-webkit-scrollbar,
#store-locator-page::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar,
#bss-filter-tag-wrapper::-webkit-scrollbar,
#bss-filter-country-wrapper::-webkit-scrollbar {
  width: 7px;
}
#bss-map-search-box::-webkit-scrollbar-thumb,
#store-locator-page::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb,
#bss-filter-tag-wrapper::-webkit-scrollbar-thumb,
#bss-filter-country-wrapper::-webkit-scrollbar-thumb,
.filter-drop-down-select::-webkit-scrollbar-thumb {
  background:  #C4C4C4 !important;   
  border-radius: 8px;
  border: 2px solid #fff;
}
#bss-map-search-box::-webkit-scrollbar-thumb:hover,
#store-locator-page::-webkit-scrollbar-thumb:hover,
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
#bss-filter-tag-wrapper::-webkit-scrollbar-thumb:hover,
#bss-filter-country-wrapper::-webkit-scrollbar-thumb:hover,
.filter-drop-down-select::-webkit-scrollbar-thumb:hover {
  background: #737373 !important;
  border: 2px solid #737373;   
}

.custom-scrollbar {
  height: unset;
  background: transparent;
}

.filter-drop-down-select {
  display: flex;
  height: 100%;
  align-items: center;
  overflow-x: auto;
  margin-right: 20px;
  gap: 4px;
}

.bss-menu-option .bss-checkmark {
  top: 5px!important;
}
.check-wrapper.bss-menu-option {
  border-radius: 4px;
}
.gm-style-iw-d{
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  scrollbar-width: none;
  margin: 16px;
  width: -webkit-fill-available;
}
/* Dropdown */
.bss-menu {
  z-index: 200;
  margin-top: 40px;
  background-color: white;
  position: absolute;
  max-height: 216px;
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 155px;
}
.bss-menu-btn {
  font-size: 12px;
  padding: 6px 10px 6px 0;
  background-color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  align-items: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  line-height: 22px;
}

.drop-down-icon {
  position: absolute;
  right: 4px;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 5px 2px;
}

/* The check-wrapper */
.check-wrapper {
margin-right: 16px;
display: flex;
flex-shrink: 0;
align-items: center;
position: relative;
padding-left: 40px;
padding-top: 3px;
padding-bottom: 3px;
cursor: pointer;
font-weight: 400;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.bss-shadow.bss-rounded.bss-menu .check-wrapper {
  margin-right: 0px;
}
.check-wrapper.bss-menu-option:hover{
  background-color: #F1F1F1;
}

#bss-numbers-of-stores {
  font-style: normal;
  display: block;
  padding: 10px 12px;
}
.gm-style-iw-c{
  padding: 0px !important;
}
.gm-style .gm-style-iw-c {
  border-radius: 4px !important;
  display: flex;
  align-items: end;
}

#bss-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #000;
  border: 1px solid #232227;
  border-radius: 4px;
  padding: 0 8px;
}

.bss-wrapper-search-group {
  display: flex;
  gap: 10px;
  flex: 1 0 65%;
  max-height: 40px;
}

.bss-wrapper-search {
  flex-grow: 1;
  display: flex;
  border: solid 1px #c4c4c4;
  border-radius: 4px;
}

#bss-search-btn.bss-search-btn-combine {
  margin: 2px;
  color: #000;
  border: none;
  background-color: transparent;
  display: none;
}

#bss-search-btn:hover {
  box-shadow:2px 4px 8px 0 rgb(0 0 0 / 12%);
}

.get-direction-btn {
  --text-color: #616161;
  --icon-color: #616161;
  --bg-hover-color: rgba(118, 174, 151, 0.5);
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--icon-color);
  text-decoration: none;
  padding: 6px 8px 6px 8px;
  gap: 4px;
  border-radius: 4px;
}

.get-direction-btn span {
  font-size: 14px;
  color: var(--text-color);
  font-weight: bold;
}

.get-direction-btn svg {
  width: 21px;
  fill: var(--icon-color);
}

.bss-map-fullscreen>h1, #locator-title, #form-title {
  text-align: center;
}

.bss-store-result > img {
  max-width: 100%!important;
  max-height: 200px;
  object-fit: cover;
}

.bss-store-result div[id^=bss-store-name] a{
  cursor: default;
}

/* Hide the browser's default checkbox */
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.check-wrapper:hover input ~ .bss-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-wrapper input:checked ~ .bss-checkmark {
  background-color: #2C6ECB;
  border: 2px solid #2C6ECB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.bss-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-wrapper input:checked ~ .bss-checkmark:after {
  display: block;
}

.bss-store-result.store-active {
  background: #f1f1f1 !important;
}

#bss-search-result > .bss-store-result:hover {
  background: #F1F1F1;
}

.bss-d-none {
  display: none;
}

.bss-shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.gm-svpc img {
  max-width: unset;
}

.store-locator-page-parent-popup #bss-filter-country-wrapper span, .bss-bg-none {
  color: #fff;
}

.custom-select {
  position: relative;
  height: 100%;
  padding: 0px 8px;
  font-weight: bold;
  font-size: 14px;
  color: #202223;
  cursor: pointer;
}

.custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 8px;
}

.custom-select-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-options {
  display: none;
  position: absolute;
  width: 100%;
  top: 42px;
  left: 0px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 1px 0 0 #00000021;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  color: #202223;
  min-width: 100px;
}

#bss-filter-tag-wrapper, #bss-filter-country-wrapper {
  overflow: hidden;
}

.store-locator-page-parent-popup #bss-filter-country-wrapper span, .store-locator-page-parent-popup #bss-filter-tag-wrapper span {
  color: #fff;
}

#bss-tab-wrapper, .bss-bg-none{
  color: #000;
}

.gm-style-iw.gm-style-iw-c:has(#bss-content) .gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-d:has(#bss-content) {
  margin: 4px;
}
#bss-map-wrapper > div > div.gm-style > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(4) > div:has(#bss-content) {
  z-index: -9999 !important;
}
button.gm-ui-hover-effect {
  width: 25px !important;
  height: 30px !important;
}
button.gm-ui-hover-effect span {
  margin: 0px !important;
}
div#bss-content {
  margin: 12px;
}

#bss-wrapper-radius-value {
  margin: auto;
  display: flex;
  justify-content: end;
  flex-shrink: 0;
  min-width: 60px;
}

.store-list-button {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  cursor: pointer;
}

.store-list-button.left {
  left: 10px !important;
}

.store-list-button.right {
  top: 60px !important;
  left: unset !important;
  right: 60px !important;
}

.store-list-button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.store-list-button-icon.rotate {
  transform: rotate(0deg);
}

.store-list-button.show-on-desktop {
  display: flex;
}

.find-my-location-button-on-map {
  display: flex;
  margin-right: 10px !important;
  padding: 8px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  color: #666;
}
.find-my-location-button-on-map.custom-leaflet-button {
  padding: 4px;
}

.find-my-location-button-on-map:hover {
  color: #000;
}

#bss-map-search-box.page-locator-layout.combine {
  position: absolute;
  top: 90px;
  width: 80%;
  max-width: 400px;
  max-height: 500px;
  background-color: #fff;
  border: solid 1px #C4C4C4;
  box-shadow: 0px 4px 4px 0px #00000040; border-radius: 4px;
  overflow-y: scroll;
  text-align: left !important;
  z-index: 10;
}

#bss-map-search-box.page-locator-layout.combine.right {
  right: 60px;
}

#bss-map-search-box.page-locator-layout.combine.left {
  left: 10px;
}

#bss-map-search-box.page-locator-layout.split {
  position: relative;
  height: 620px;
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  border-right: solid 1px #C4C4C4;
  border-top: solid 1px #C4C4C4;
  border-bottom: solid 1px #C4C4C4;
  overflow-y: scroll;
}

.search-bar-above-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:auto;
  border-top: 1px solid #c4c4c4;
  flex-direction: column;
  gap: 10px;
  padding: 16px 12px;
  background: #fff;
}

.search-bar-top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 16px 12px;
  border-bottom: solid 1px #C4C4C4;
  gap: 10px;
}

.store-locator-popup-container {
  background: #fff;
  padding: 40px 10px;
  position: relative;
  margin-top: 80px;
}

.close-button-map-popup {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.close-button-map-popup:hover {
  opacity: 0.8;
}

#bss-wrapper-button {
  display: flex;
  flex: 1 0 25%;
  flex-wrap: wrap;
  gap: 20px;
}

#bss-wrapper-country {
  position: relative;
  width: 100%;
}

#bss-select-search-option {
  display: inline-flex;
  border-right: solid 1px #c4c4c4;
  max-height: 40px;
}

#bss-search-result-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#bss-suggest-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 38px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: white;
  overflow-y: auto;
  z-index: 20;
  font-family: initial;
}

#bss-suggest-results li {
  padding: 0px 8px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
div#bss-suggest-results li:last-child {
  border-bottom: none;
}

#bss-suggest-results li:hover, #bss-suggest-results li.bss-selected {
  background-color: #ccc;
  color: white;
}

#bss-select-search-option .custom-option {
  font-weight: 400;
  padding: 4px 10px;
  cursor: pointer;
}

#bss-select-search-option .custom-option:hover{
  background-color: #F1F1F1;
}

#bss-wrapper-radius {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  margin: auto;
  min-height: 40px;
}

.bss-wrapper-radius-value-cover {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

#bss-wrapper-radius label {
  font-weight: bold;
  margin: auto 0px;
  margin-right: 8px;
  font-size: 14px;
  color: #000;
  word-break: break-all;
}

#bss-radius-filter {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: 4px;
}

.filter-group {
  width: 100%;
}

.filter-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
}

.bss-wrapper-tag-cover, .bss-wrapper-country-cover {
  position: relative;
  width: 100%;
  flex: 1;
}

.filter-drop-down-select::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}

#dropdown-tag {
  display: block;
  width: 100%;
  max-height: 216px;
  position: absolute;
  left: 0;
  top: 4px;
  color: #202223;
  border: 1px solid rgb(196, 196, 196);
  padding: 0 0 0 7px;
  scrollbar-gutter: stable;
}

.ggm-iw-con__image {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.ggm-iw-con__image img {
  width: 100%;
  max-width: 250px;
  object-fit: scale-down;
}

.ggm-iw__content--store-name {
  font-weight: bold;
  font-size: 20px;
  padding: 8px 0;
  color: #000000;
  text-align: center;
}

.ggm-iw__content--des {
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.store-field-schedule {
  margin-bottom: 8px;
  align-items: center;
}

.store-field-info {
  margin-bottom: 8px;
  line-height: 22px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
  text-align: left !important;
}

.text-single-line {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.store-field-info svg {
  flex-shrink: 0;
}

#bss-wrapper-clear {
  text-align: left;
}

.store-field-info a {
  word-break: break-word;
}

#bss-wrapper-header {
  display: flex;
  gap: 10px;
  width: 100%;
}

#bss-map-search-box[isOpen="0"] {
  display: none;
}

#bss-map-search-box[isOpen="1"] {
  display: block;
}

#bss-search-input {
  width: 100% !important;
  padding: 10px 4px;
  box-shadow: none;
  outline: none;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 700px) {

  #bss-wrapper-header {
    flex-direction: column;
  }

  .filter-categories {
    flex-direction: column;
  }

  .store-list-button {
    display: flex;
  }
  
  .store-list-button.right {
    right: unset !important;
    left: 10px !important;
  }

  #bss-map-search-box.page-locator-layout.split {
    position: absolute;
    max-height: 500px;
    top: 90px;
    z-index: 450;
  }

  #bss-map-search-box.page-locator-layout{
    left: 10px !important;
    right: unset !important;
  }

  div#bss-btn-wrapper {
      order: 1;
  }

  #bss-tab-wrapper{
      display: flex !important;
  }

  #bss-map-wrapper{
      width: 100% !important;
  }


  #bss-map-search-box img{
      width: 100%;
      height: auto;
  }

  .bss-map-search-box-hidden{
      display: none !important;
  }

  .bss-map-search-box-show{
      display: inherit !important ;
  }
}


/* set the marker animation */
@keyframes drop {
  0% {
      transform: translateY(-200px) scaleY(0.9);
      opacity: 0;
  }
  5% {
      opacity: 0.7;
  }
  50% {
      transform: translateY(0px) scaleY(1);
      opacity: 1;
  }
  65% {
      transform: translateY(-17px) scaleY(0.9);
      opacity: 1;
  }
  75% {
      transform: translateY(-22px) scaleY(0.9);
      opacity: 1;
  }
  100% {
      transform: translateY(0px) scaleY(1);
      opacity: 1;
  }
}

@keyframes bounce {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-15px);
  }
  100% {
      transform: translateY(0);
  }
}

.bounce {
  animation: bounce 0.7s linear infinite;
}
.drop {
  animation: drop 0.3s linear forwards;
}

/* Form */
:root {
  --color-text-default-default: var(--color-primitives-gray-900);
  --color-background-default-default: var(--color-primitives-white-1000);
  --semantic-tokens-color-text-text-secondary: var(
    --primitive-tokens-color-gray-13
  );
  --semantic-tokens-color-text-text: var(--primitive-tokens-color-gray-15);
  --size-space-400: 16px;
  --size-space-300: 12px;
  --color-primitives-gray-900: rgba(30, 30, 30, 1);
  --color-primitives-white-1000: rgba(255, 255, 255, 1);
  --primitive-tokens-color-gray-13: rgba(97, 97, 97, 1);
  --primitive-tokens-color-gray-15: rgba(48, 48, 48, 1);
}

.bss-form-dealer-thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding-bottom: 40px;
}

.bss-form-dealer-thank-you-icon {
  background-color: #4CAF50;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.bss-form-dealer-thank-you h3 {
  color: #155724;
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

.bss-form-dealer-thank-you .sub-title {
  padding: 20px 50px;
  border-radius: 4px;
  background: #4CAF50;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.bss-form-dealer-thank-you button {
  color: #005BD3;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

#store-locator-form {
  display: flex;
  flex-direction: column;
  width: 750px;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0px;
  position: relative;
  margin: 0 auto;

  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

#store-locator-form button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

#store-locator-form a {
  text-decoration: none;
}

#store-locator-form .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: sans-serif, "Arial-Bold", Helvetica;
  font-weight: 700;
  color: #005bd3;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

#store-locator-form .flex-div {
  display: flex;
  align-items: start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

#store-locator-form .input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
  margin-right: 3px;
}

#store-locator-form .bss-input, dealer-form-tags-input .input-container {
  min-width: 240px;
  padding: var(--size-space-300) var(--size-space-400) var(--size-space-300)
    var(--size-space-400);
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  background-color: var(--color-background-default-default);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #cccccc;
  flex: 1;
  font-family: sans-serif, "Arial-Regular", Helvetica;
  font-weight: 400;
  color: var(--semantic-tokens-color-text-text-secondary);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

#store-locator-form .section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

#store-locator-form .bss-label {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: sans-serif, "Arial-Bold", Helvetica;
  font-weight: 700;
  color: var(--color-text-default-default);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  display: flex;
  align-items: center;
  gap: 14px;
}

#store-locator-form .label-with-icon {
  flex: 1;
}

#store-locator-form .bss-textarea {
  overflow-y: auto;
}

#store-locator-form .divider {
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #cccccc;
}

#store-locator-form .image-picker-wrapper {
  min-width: 240px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  background-color: var(--color-background-default-default);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  flex-direction: row;
}

#store-locator-form .form-image-picker {
  width: 100%;
  padding: 10px;
}

#store-locator-form .form-button {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  justify-content: space-between;
}

dealer-form-tags-input {
  width: 100%;
}

dealer-form-tags-input .remove-tag-button {
  border: none;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  background-color: #d4d4d4;
  font-weight: 700;
  cursor: pointer;
}

dealer-form-tags-input .tag-value {
  padding: 6px;
}

dealer-form-tags-input .tag-value-cover {
  background: #e1e1e1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  line-height: 1rem;
  gap: 2px;
}

dealer-form-tags-input input {
  flex-grow: 1;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: unset;
}

dealer-form-tags-input .input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  min-height: 42px !important;
}

.form-button[aria-expanded="true"] + .multi-field {
  display: flex !important;
}

.multi-field.show {
  display: flex !important;
  animation: expand 0.4s ease-out forwards;
}

.multi-field.hide {
  animation: collapse 0.4s ease-in forwards;
}

@keyframes expand {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 500px;
    opacity: 1;
  }
}

@keyframes collapse {
  0% {
    max-height: 500px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}

#store-image {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

textarea.bss-textarea {
  min-height: 102px;
  resize: vertical;
}

.chevron {
  display: inline-block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 5px;
  height: 5px;
}	

.chevron-arrow-up {
  transform: rotate(-135deg);
}

.chevron-arrow-down {
  transform: rotate(45deg);
}

button.form-button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.image-picker-wrapper {
  display: flex;
  align-items: center;
}

.multi-field {
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #ffffff;
  position: relative;
  margin-left: 16px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.multi-field .bss-field {
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  gap: 20px;
  display: flex;
  position: relative;
  font-family: sans-serif, "Arial-Regular", Helvetica;
  font-weight: 400;
  margin-top: 4px;
}

.multi-field .bss-field .input-wrapper {
  width: 100%;
}

.multi-field label {
  display: flex;
  width: 70px;
  align-items: center;
  position: relative;
  font-size: 14px;
}

.form-expand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}

.expand-wrapper{
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0px 0px 10px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #f7f7f7;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  display: flex;
  position: relative;
}

.form-schedule-wrapper {
  width: 100%;
  align-items: center;
  gap: 14px;
  display: flex;
  position: relative;
  padding: 12px 0px;
  color: #303030;
  font-family: sans-serif, "Arial-Bold", Helvetica;
  font-weight: 700;
}

.form-schedule-date {
  position: relative;
  width: 80px;
  margin-top: -1.00px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

.form-schedule-time {
  flex: 1;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: 0;
}

.submit-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}

.bss-submit-btn {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  color: #FFF;
  outline: none;
  border: none;
  cursor: pointer;
  background: #007BFF;
}
.bss-submit-btn:hover {
  background-color: #459fff;
  cursor: pointer;
}

.submit-wrapper.active .bss-submit-btn {
  background: transparent;
  border: 2px solid #007BFF;
  animation: bss-animate-line 0.3s ease-in, bss-spinner 0.5s infinite;
    animation-delay: 0.1s, 0.5s;
  animation-fill-mode: forwards;
}

#store-locator-form .submit-wrapper.active .submit-text {
  display: none;
  font-size: 20px;
}

#store-locator-form .form-input-error {
  border: 0.66px solid #8E1F0B;
  background: #FEE9E8;
}

#store-locator-form input:focus, #store-locator-form textarea:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

#store-locator-form .error-message {
  position: relative;
  padding-left: 26px;
  font-size: 12px;
  color: #8E1F0B;
  font-family: sans-serif, "Arial-Regular", Helvetica;
  font-weight: 400;
}

#store-locator-form .error-message::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-60%);
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22%3E%3Cpath d=%22M10 6C10.4142 6.00001 10.75 6.3358 10.75 6.75001L10.7499 10.25C10.7499 10.6642 10.4141 11 9.99993 11C9.58572 11 9.24994 10.6642 9.24994 10.25L9.25 6.74999C9.25001 6.33577 9.5858 5.99999 10 6Z%22 fill=%22%238E1F0B%22/%3E%3Cpath d=%22M11 13C11 13.5523 10.5523 14 10 14C9.44772 14 9 13.5523 9 13C9 12.4477 9.44772 12 10 12C10.5523 12 11 12.4477 11 13Z%22 fill=%22%238E1F0B%22/%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10ZM15.5 10C15.5 13.0376 13.0376 15.5 10 15.5C6.96243 15.5 4.5 13.0376 4.5 10C4.5 6.96243 6.96243 4.5 10 4.5C13.0376 4.5 15.5 6.96243 15.5 10Z%22 fill=%22%238E1F0B%22/%3E%3C/svg%3E') no-repeat center center;
  background-size: contain;
}

div#tags-error, div#products-error {
  margin-top: 8px;
}

/* form-info-icon */
.form-info-icon {
  position: relative;
}

.form-info-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.99998%2011C6.58577%2011%206.24999%2010.6642%206.25%2010.25L6.25006%206.74999C6.25007%206.33577%206.58586%205.99999%207.00007%206C7.41428%206.00001%207.75006%206.3358%207.75006%206.75001L7.75%2010.25C7.74999%2010.6642%207.4142%2011%206.99998%2011Z%22%20fill%3D%22%234A4A4A%22%2F%3E%3Cpath%20d%3D%22M6%204C6%203.44772%206.44772%203%207%203C7.55228%203%208%203.44772%208%204C8%204.55228%207.55228%205%207%205C6.44772%205%206%204.55228%206%204Z%22%20fill%3D%22%234A4A4A%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14%207C14%2010.866%2010.866%2014%207%2014C3.13401%2014%200%2010.866%200%207C0%203.13401%203.13401%200%207%200C10.866%200%2014%203.13401%2014%207ZM12.5%207C12.5%2010.0376%2010.0376%2012.5%207%2012.5C3.96243%2012.5%201.5%2010.0376%201.5%207C1.5%203.96243%203.96243%201.5%207%201.5C10.0376%201.5%2012.5%203.96243%2012.5%207Z%22%20fill%3D%22%234A4A4A%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}

.form-tooltip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  width: max-content;
  max-width: 300px;
  z-index: 1;
  border: none;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.17) inset, 0px 1px 0px 0px rgba(204, 204, 204, 0.50) inset, 0px 4px 6px -2px rgba(26, 26, 26, 0.20);
}

.form-tooltip span {
  font-size: 14px;
  white-space: normal;
  word-wrap: break-word;
}

.form-tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333; /* Tooltip color */
}

.form-info-icon:hover .form-tooltip {
  visibility: visible;
  opacity: 1;
}

.form-info-icon .form-tooltip {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}

.form-info-icon .form-tooltip::before {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #fff;
}

@keyframes bss-animate-line {
  0% {
    width: 100px;
  }
  
  100% {
    width: 40px;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }

}

@keyframes bss-spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .error-message::before {
    transform: translateY(-54%);
  }  
}
@media (max-width: 768px) {
  .multi-field {
    margin-left: 0;
  }

  #store-locator-form {
    width: 100%;
  }

  .flex-div {
    flex-direction: column;
  }

  .input-wrapper {
    width: 100%;
  }

  .bss-input {
    width: 100%;
  }
  
  .bss-form-dealer-thank-you h3 {
    font-size: 28px;
  }

  .bss-form-dealer-thank-you .sub-title {
    padding: 16px;
    font-size: 16px;
  }

  .bss-form-dealer-thank-you button {
    font-size: 16px;
  }

  .form-info-icon .form-tooltip {
    transform: translateX(-20%);
}
  .form-info-icon .form-tooltip::before {
    left: 20%;
  }
}

span[id*="bss-description-store-popup"] {
  font-size: 14px;
}

/* leaflet */
.leaflet-marker-pane .leaflet-marker-icon {
  border: none;
}
.leaflet-div-icon {
  background: none;
}
.leaflet-popup-content {
  overflow: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.leaflet-pane {
  z-index: 5;
}
.store-list-button.leaflet-control {
  top: 50px !important;
}
#custom-default-marker .leaflet-popup-content {
  overflow: auto;
}