.page-contact {
  min-height: 100vh;

  .contact-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: calc(var(--size) * 6);
    padding-bottom: calc(var(--size) * 6);
    z-index: 1;
  }
  .contact-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-text {
    text-align: center;
  }
  .contact-text p {
    margin: 0;
  }
  a.contact-number {
    font-size: 3.33rem;
    font-weight: var(--font-weight-bold);
    color: white;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
  }
  a.contact-number:hover {
    border-bottom-color: white;
  }
  .contact-image {
    margin-left: 20px;
  }
  .contact-image img {
    max-width: 100%;
  }

  .store-locator {
    margin-bottom: 20px;
    padding-top: calc(var(--size) * 8);
    padding-bottom: calc(var(--size) * 8);
  }
  .stores-tabs {
    display: flex;
    justify-content: start;
    border-bottom: none;
  }
  .stores-tabs > li {
    margin-right: 10px;
  }
  .stores-tabs > li:last-child {
    margin-right: 0;
  }
  .stores-tabs > li > a {
    font-weight: var(--font-weight-bold);
    font-size: 0.89rem;
    border: 1px solid var(--main-bg-color-custom);
    border-radius: 25px;
    color: var(--main-bg-color-custom);
    padding: 10px 40px;
    background-color: transparent;
    transition: all 300ms linear;
  }
  .stores-tabs > li.active > a,
  .stores-tabs > li > a:hover {
    background-color: var(--main-bg-color-custom);
    color: white !important;
    border-color: var(--main-bg-color-custom);
  }
  .stores-tabs > li.active > a {
    background-color: var(--main-bg-color-custom);
    color: white !important;
    border-color: var(--main-bg-color-custom);
  }

  /* RESPONSIVE STRUCTURE
--------------------------------------- */

  @media screen and (max-width: 1680px) {
    .contact-section .container {
      padding-top: calc(var(--size) * 2);
      padding-bottom: calc(var(--size) * 2);
    }
    .store-locator {
      padding-top: calc(var(--size) * 6);
      padding-bottom: calc(var(--size) * 6);
    }
  }

  @media screen and (max-width: 1366px) {
    a.contact-number {
      font-size: 3.14rem;
    }
    .contact-image img {
      width: 135px;
    }
    .store-locator {
      padding-top: calc(var(--size) * 4);
      padding-bottom: calc(var(--size) * 4);
    }
    .stores-tabs {
      margin-bottom: 55px;
    }
    .stores-tabs > li > a {
      padding: 5px 30px;
    }
  }

  @media screen and (max-width: 1200px) {
    .contact-section .container {
      padding-top: 0;
      padding-bottom: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .contact-content {
      display: block;
      text-align: center;
    }
    .contact-image {
      display: inline-block;
      margin: 20px auto 0;
    }
    .store-locator {
      text-align: center;
      margin-bottom: 14px;
    }
    .stores-tabs {
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 40px;
    }
    .stores-tabs > li {
      margin-right: 5px;
      margin-bottom: 10px;
    }
    .stores-tabs > li > a {
      padding: 5px 10px;
    }
    .stores-tabs .map-image {
      margin-top: 30px;
    }
  }

  @media screen and (max-width: 480px) {
    .stores-tabs > li > a {
      font-size: 0.75rem;
    }
  }
}

.hovered polygon {
    fill: rgba(203, 15, 34, 1.0);
    stroke: rgba(199, 135, 103, 1);
    stroke-width: 0px;
    opacity: 1;
}

.map-image svg a:hover polygon {
    fill: rgba(203, 15, 34, 1.0);
    stroke: rgba(199, 135, 103, 1);
    stroke-width: 0px;
    opacity: 1;
}
