/* input(186,9): run-time error CSS1035: Expected colon, found 'path' */
.stockist {
  /* padding: 24px 16px; */
  padding-bottom: 0px;
  margin-bottom: 56px !important;
}

.stockist .title-component__text {
  color: var(--secondary-color);
  font-family: var(--font-family-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}

.stockist .title-component__icon svg {
  width: 20px;
  height: 24px;
}

.stockist .title-component__icon {
  padding-right: 1rem;
}

.stockist__search-group {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.stockist__search-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stockist__map {
  padding-left: 16px;
  padding-right: 16px;
}

#map {
  width: 100%;
  min-height: 343px;
}

.stockist__map-container input[class*="form-control"] {
  border: 1px solid #9c9c9c;
  background-color: #fff;
  color: var(--primary-color);
  height: 48px;
  margin-left: 0 !important;
}

.stockist__input {
  padding: 1rem;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-image: url("images/search-black-icon.svg?v=U8zsMCGh8RchDvdTRWE_0MqOFYA");
  background-position: right 10px top 13px;
  font-size: 1rem;
  color: var(--primary-color) !important;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px !important;
}

.stockist__map-container input::placeholder {
  color: var(--primary-color) !important;
}

.stockist__suggestions {
  position: absolute;
  top: 100%;
  left: 16px;
  right: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--white-color);
  border: 1px solid #9c9c9c;
  border-top: none;
  max-height: 280px;
  overflow-y: auto;
}

.stockist__suggestion-item {
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 150%;
  color: var(--primary-color);
  cursor: pointer;
}

.stockist__suggestion-item + .stockist__suggestion-item {
  border-top: 1px solid #ececec;
}

.stockist__suggestion-item:hover,
.stockist__suggestion-item:focus {
  background-color: #f5f5f5;
}

.stockist__distance-dropdown select {
  border: 1px solid #9c9c9c !important;
  outline: none !important;
  box-shadow: none !important;
  height: 48px;
  color: var(--primary-color) !important;
  background-color: #fff !important;
  background-image: url("images/dropdown-arrow.svg?v=U8zsMCGh8RchDvdTRWE_0MqOFYA");
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 16px;
}

.stockist__distance-dropdown select::-ms-expand {
  display: none;
}

button.stockist__btn-search,
.stockist__use-location,
button.stockist__btn-search:hover,
button.stockist__btn-search:focus,
button.stockist__btn-search:active,
.stockist__use-location:hover,
.stockist__use-location:focus,
.stockist__use-location:active {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  font-family: var(--font-family-base);
}

button.stockist__btn-search:disabled {
  border: 2px solid #e3dfdf;
  background: #e3dfdf;
  cursor: not-allowed;
  opacity: 0.6;
  border: none;
  color: #a3a3a3;
}

.stockist__use-location {
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.stockist__use-location svg {
  margin-right: 12px;
  width: 22px;
  height: 22px;
}

.stockist__use-location svg path {
  fill: var(--white-color);
}

.stockist__use-location:hover {
    background: var(--white-color);
    color: var(--primary-color);

    svg path {
        fill: var(--primary-color);
    }
}

.stockist__use-location:hover svg path {
  fill: var(--primary-color);
}

.stockist__or {
    font-weight: 500;
    color: var(--primary-color);
}

.locator-map-container {
  margin-top: 32px;
}

.stockist__filter-text {
  font-weight: 500;
  width: 100%;
  display: block;
  margin-bottom: 8px;
}

.stockist__filter_group {
  padding-bottom: 24px;
}

.stockist__reset-filter {
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 8px;
  color: inherit;
  text-underline-offset: 4px;
}

.stockist__reset-filter:hover {
  color: inherit;
  text-decoration: none;
}

.stockist__store-button {
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
}

.stockist__all-store-btn {
  line-height: 12px;
  font-weight: 500;
  color: var(--black-color-100);
  border: 1px solid #cbccce;
  background-color: var(--white-color);
  letter-spacing: -0.1px;
}

.stockist__store-btn {
  cursor: pointer;
  border: 1px solid #cbccce;
}

.stockist__store-btn img {
  max-width: 110px;
  height: 30px;
  width: auto;
}

.stockist__store-button--container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.stockist__store-button.active,
.stockist__store-button:hover {
  border: 1px solid var(--primary-text-color);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25) inset;
}

.stockist__location-message {
  padding-left: 10px;
  color: #ed1c24;
}

.stockist__location-warning {
  display: flex;
  padding-bottom: 24px;
}
.stockist__list-container,
#map-search-results {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0;
}

.stockist__total {
  color: var(--primary-color);
  text-align: right;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}

.stockist-item__store {
  padding: 8px 0px 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-bottom: 1px solid var(--brand-red);
  background: #fff;
}

.stockist-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.stockist-item__store-name {
  color: var(--primary-color);
  text-align: right;
  font-family: var(--font-family-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  text-align: left;
}

.stockist-item__phone {
  display: flex;
  align-items: flex-start;
}

.stockist-item__phone svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.stockist-item__phone a {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

.stockist-item__get-direction {
  color: #0859b7;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-decoration: none;
}

.stockist-item__get-direction:hover {
  text-decoration: underline;
}

.stockist-item__get-direction svg {
  margin-left: 8px;
}

.stockist-item__image {
  max-width: 127px;
  height: auto;
}

.gm-style .gm-style-iw-c {
  padding: 0px;
  max-width: unset !important;
  max-height: unset !important;
  width: 318px !important;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.06),
    0px 12px 16px -4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: 1px solid #030000;
}

.gm-style .gm-style-iw-tc {
  top: -1px;
}

.gm-style .gm-style-iw-tc::after {
  top: -1px;
  background-color: var(--white-color);
}

.gm-style .gm-style-iw-tc {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #030000;
}

button.gm-ui-hover-effect[aria-label="Close"] {
  /* width: 12px !important; */
  height: 20px !important;
  top: 16px !important;
  right: -25px !important;
  opacity: 1 !important;
}

button.gm-ui-hover-effect[aria-label="Close"] span {
  margin: 0px !important;
}
.gm-style-iw-c[role="dialog"] {
  border: 1px solid #030000;
  background: var(--White, #fff);
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.06);
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 16px !important;
}

.gm-style-iw-ch {
  padding-top: 0;
}

.info-item__store {
  display: grid;
  gap: 12px;
}
.info-item__name {
  color: var(--primary-color);
  font-family: var(--font-family-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  max-width: calc(100% - 30px);
}

.info-item__address {
  color: var(--primary-color);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  max-width: calc(100% - 30px);
}
.info-item__phone a {
  color: var(--primary-color);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-decoration: none !important;
}

.info-item__phone a:focus-visible {
  outline: none;
  border: none;
}

.info-item__direction {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #0859b7 !important;
  text-decoration: none !important;
  display: inline-block;
  outline: none !important;
  font-family: var(--font-family-base);
}

.info-item__direction svg {
  width: 24px;
  height: 24px;
}

.stockist__search-by,
.stockist__filter-text,
.stockist__reset-filter {
  line-height: 16px;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #757575;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-checkbox input:checked + .checkmark {
  background-color: var(--secondary-color);
  background-image: url("/images/checkbox-selected.svg?v=U8zsMCGh8RchDvdTRWE_0MqOFYA");
}
.stockist__header__row {
  margin-left: -32px;
  margin-right: -32px;
}
.stockist__header {
  background: var(--gold-light-color);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100vw;
}

.grid-listing__paging {
  display: flex;
  justify-content: start;
  margin-top: 8px;
}

.gm-style-iw-d {
  max-height: unset !important;
}

.stockist__filter-wrapper {
  border-bottom: 3px solid var(--brand-red);
  padding-bottom: 24px;
}

.stockist-item__store-desc img {
  margin-right: 8px;
}

.stockist-item__phone svg path {
  fill: var(--secondary-color);
}

.stockist-item__store-desc {
  color: var(--primary-color);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .stockist__content {
    padding-left: 0;
    padding-right: 0;
  }

  .stockist {
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .stockist__header__row {
  margin-left: -16px;
  margin-right: -16px;
}
  .stockist__map {
    padding-left: 15px;
    padding-right: 15px;
  }

  #map {
    min-height: 343px;
  }

  .gm-style .gm-style-iw-d {
    overflow: hidden !important;
  }
  .stockist__map-container input[class*="form-control"] {
    margin-left: 16px !important;
  }

  .stockist-item__store-desc {
    color: var(--primary-color);
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
  }

  .stockist-item__phone {
    color: var(--primary-color);
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
  }

  .stockist-item__phone svg path {
    fill: var(--secondary-color);
  }

  #map {
    min-height: 800px;
  }
}

@media (min-width: 992px) {
  #map {
    min-height: 900px;
  }

  .stockist__filter {
    padding-right: 0px !important;
  }
  .stockist__map-container input[class*="form-control"] {
    margin-left: 16px !important;
  }

  /* #map .gm-style > div:first-child {
    transform: scale(1.5);
  } */

  .stockist__location-warning {
    padding-left: 100px;
  }

  .stockist__search-group {
    display: grid;
    grid-template-columns:
      minmax(auto, 509px) minmax(auto, 122px) minmax(88px, auto)
      auto minmax(auto, 225px);
    column-gap: 1rem;
    align-items: center;
  }

  input.stockist__input,
  .stockist__distance-dropdown select {
    height: 48px;
  }

  button.stockist__btn-search,
  .stockist__use-location {
    height: 54px;
  }

  .stockist__input {
    background-size: 24px;
  }

  .stockist__use-location svg {
    width: 24px;
    height: 24px;
  }
  .stockist .title-component__text {
    color: var(--secondary-color);
    font-family: var(--font-family-heading);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
  }

  .stockist .title-component__icon svg {
    width: 27px;
    height: 31px;
  }

  .stockist__filter-text {
    display: inline-block;
    width: unset;
    padding-right: 2rem;
    font-weight: 500;
  }

  .stockist__reset-filter {
    display: inline-block;
    width: unset;
    padding-left: 1rem;
    margin-top: 0px;
    cursor: pointer;
    white-space: nowrap;
  }

  .stockist__reset-filter:hover {
    color: inherit;
    text-decoration: none;
  }

  .stockist__filter_group {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
  }

  .stockist__store-button--container {
    padding-bottom: 0px;
  }

  .stockist__search-by {
    display: flex !important;
    color: var(--primary-color);
    font-family: var(--font-family-base);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .stockist-item__store {
    padding-left: 8px;
    padding-bottom: 16px;
    row-gap: 12px;
    justify-content: center;
  }

  .stockist__paging-container {
    margin-bottom: 0px;
    padding-bottom: 1rem;
  }

  .stockist__header {
    background: var(--gold-light-color);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .stockist__map {
    padding-right: 0 !important;
  }
  .grid-listing__paging {
    justify-content: end;
  }
}

.icon-arrow-left {
  width: 16px;
  height: 16px;
  background-image: url("/images/icons/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-item {
  margin-left: 10px;
}
.page-item .page-link {
  width: 36px;
  height: 36px;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color);
  letter-spacing: 0.24px;
  box-shadow: none;
  line-height: 12px;
  padding: 12px;
  width: fit-content;
  border-color: #f1f1f1 !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  padding: 10px 8px !important;
}

.page-item.active .page-link {
  border: 1px solid #edece6;
  background: #edece6;
  font-weight: 700;
  color: var(--primary-color);
}
.page-item .page-link:hover,
.page-item .page-link:focus {
  border: 1px solid #edece6;
  background: #edece6;
  font-weight: 700;
  color: var(--primary-color);
}
.page-item .page-link[rel="next"]:focus,
.page-item .page-link[rel="prev"]:focus {
  background: #fff;
}

.filter-by {
  color: var(--primary-color);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 16px;
}

.page-arrow-left {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.06 12L11 11.06L7.94667 8L11 4.94L10.06 4L6.06 8L10.06 12Z' fill='%230a0b09'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.page-arrow-right {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.94 4L6 4.94L9.05333 8L6 11.06L6.94 12L10.94 8L6.94 4Z' fill='%230a0b09'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

@media (min-width: 1200px) {
  .stockist__search-group {
    grid-template-columns:
      minmax(auto, 509px) minmax(auto, 122px) minmax(auto, 1fr)
      auto minmax(auto, 270px);
  }

  #map {
    min-height: 1009px;
  }

  .stockist__location-warning {
    padding-left: 100px;
  }
}

@media (min-width: 1600px) {
  .stockist__search-group {
    display: grid;
    grid-template-columns:
      minmax(auto, 509px) minmax(auto, 172px) minmax(auto, 232px)
      auto minmax(auto, 272px);
    column-gap: 1rem;
  }
}

