/* ------------  START HERO SECTION & MAIN TITLE ------------  */
.hero {
  background-color: #f8f8f8;
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .age-title-container {
    padding-left: 10px;
  }
}

.main-title {
  font-family: Inter;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-top: 0;
  margin-bottom: 56px;
}

.section-navigation {
  /* border-bottom: 1px solid #cbd3d9; */
  box-shadow: 0px -1.5px 0px #cbd3d9 inset;
}

.find-a-dealer-navbar {
  padding-top: 44px;
  padding-left: 0;
  border-bottom: none;
}

.hero .nav-tabs .nav-item.show .nav-link,
.hero .nav-tabs .nav-link {
  opacity: 0.6;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  width: 200px;
  background-color: transparent;
  border: none;
  transition: 0s;
  transform: translateY(1px);
}

.hero .nav-tabs .nav-link.active {
  pointer-events: none;
}

.hero .nav-tabs .nav-item.show .nav-link,
.hero .nav-tabs .nav-link.active,
.hero .nav-tabs .nav-link:hover {
  color: #00b5d3;
  opacity: unset;
  background-color: transparent;
  border-bottom: 6px solid #00b5d3;
  padding-bottom: 7px;
}

@media (max-width: 992px) {
  .find-a-dealer-navbar {
    padding-top: 23px;
  }
}

@media (max-width: 768px) {
  .hero {
    z-index: 9;
    /* padding-top: 50px; */
  }

  .main-title {
    font-size: 40px;
  }

  .find-a-dealer-navbar {
    padding-top: 16px;
    padding-left: 0;
  }

  .hero .nav-tabs .nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #002b46;
  }

  .hero .nav-tabs .nav-link.active {
    color: #00b5d3;
  }
}

@media (max-width: 460px) {
  .hero {
    /* padding-top: 32px; */
  }

  .main-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .find-a-dealer-navbar {
    padding-top: 0px;
  }

  .section-navigation .container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-navigation .container .nav-link {
    font-family: Inter;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
  }

  .hero .nav-tabs .nav-link {
    transform: translateY(0px);
  }

  .hero .nav-tabs .nav-item.show .nav-link,
  .hero .nav-tabs .nav-link {
    padding-top: 0;
  }

}
/* ------------  END HERO SECTION & MAIN TITLE ------------  */

/* ------------  START SEARCH & FILTER SECTION ------------  */
.section-search {
  display: flex;
  justify-content: start;
  align-items: start;
  /* padding-left: 0; */
  position: relative;
  z-index: 9999;
  }

.filter-distance-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 4px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  height: 50px;
  /*min-width: 210px;*/
  width: auto;
  background: #fff;
  padding: 12px 16px;
  border-radius: 5px;
  border: solid 1px #c9c9c9;
}

.filter-distance-select:hover {
  cursor: pointer;
}

.distances-values {
  position: absolute;
  width: 280px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #c5c5c5;
  background-color: #fff;
  /* margin-top: -15px; */
  z-index: 99999999;
transform: translateY(4px);}

@media (min-width: 768px) {
  .distances-values.open-up {
    bottom: 100%;
    top: auto;
  }

  .distances-values.open-down {
    top: 100%;
    bottom: auto;
  }
}

.distance-select {
  display: flex;
  align-items: center;

  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  min-height: 39px;
  padding: 5px 0;
  padding-left: 9px;
  border-bottom: 1.5px solid #f8f8f8;
}

.distance-select.selected {
  border-radius: 3px;
  background: #eaeaeb;
}

.distance-select:hover {
  border-radius: 3px;
  background: #eaeaeb;
  cursor: pointer;
}

.distance-select:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#search-field,
#search-map-field{
  width: 100%;
  height: 50px;
  padding: 13px;
  border-radius: 5px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-left: 41px;



}

#search-field::placeholder,
#search-map-field::placeholder{
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a8a8a8;
}

.search-icon {
  min-height: 18px;
  min-width: 24px;
  display: block;
  content: " ";
  background-image: url(../icons/search_grey.png);
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 10px;
}

#search-field:focus,
#search-map-field:focus{
  outline-width: 0;
}

.button-container {
  display: flex;
  align-items: center;
}

.filter-arrow {
  content: " ";
  box-sizing: inherit;
  font-weight: bolder;
  border-color: rgb(0, 181, 211) transparent transparent !important;
  border-style: solid;
  border-width: 5px 5px 0;
  position: relative;
  bottom: 25px;
  left: 280px;
}

.filter-arrow:hover {
  cursor: pointer;
}

@media (max-width: 460px) {
  #search-field::placeholder,
  #search-map-field::placeholder{
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a8a8a8;
  }
}

@media (max-width: 768px) {
  .section-search {
    flex-direction: column;
    padding-left: 20px;
    /* padding-right: 35px; */
  transform: translateX(0px);}

  #search-field,
  #search-map-field{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .filter-container {
    /*margin-top: 24px;*/
    margin-bottom: 0;
  width: 100%;}

  .filter-distance-select {
    margin-left: 0;
  border: solid 1px #c9c9c9;width: 100%;}

  .distances-values {
    margin-left: 0;
  }

  .filter-arrow {
    
  left: 94%;}
}

@media (max-width: 460px) {
  .filter-container {
    width: 100%;
  }

  .filter-distance-select {
    width: 100%;
    font-size: 16px;
  }

  .distances-values {
    font-size: 16px;
  }

  #search-field,
  #search-map-field{
    font-size: 16px;
  }

  input#search-field {
    margin-top: 0;
  }

  .filter-arrow {
    margin-left: unset;
    right: 0;
    margin-right: 35px;
  left: 92%;}
}
/* ------------  END SEARCH & FILTER SECTION ------------  */

.page-content {
  /*min-height: 400px;*/
  background: #fff;
}

@media (max-width: 768px) {
  .page-content {
    position: relative;
    z-index: 0;
  }
}

/* ------------------------ START SECTION DEALES LIST TAB ------------------------ */

.filter-no-dealers-found {
  display: none;
  opacity: 0.7;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-top: 0px;
margin-bottom: 46px;
}

.no-dealers-found {
  font-family: Inter;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  margin-top: 50px;
}

.section-dealers-list {
  padding-top: 40px;
  padding-bottom: 80px;
}

#accordionDealers{
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  padding: 0;
}

.dealers__item {
  display: none;
}

.section-dealers-list .accordion .accordion-item {
  border-radius: 8px;
  border: 1px solid #C2EDF5;
  background: #F2FBFD;
  padding: 32px;
  width: 100%;
}

.section-dealers-list .accordion .accordion-item .accordion-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.section-dealers-list .dealer-distance {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #C2EDF5;
}

.section-dealers-list .dealer-distance span {
  color: #002B46;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-dealers-list .dealer-name {
  color: var(--dark-blue, #002B46);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}

.section-dealers-list .distance-location-container {
  color: rgba(0, 43, 70, 0.60);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  column-gap: 8px;
}

.section-dealers-list .distance-location-container:before {
  background-image: url(../icons/location-icon.svg);
  display: inline-block;
  content: '';
  width: 14px;
  height: 20px;
  flex-shrink: 0;
}

.section-dealers-list
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  margin-left: 0;
  background-image: url(../icons/CaretUp.svg);
  width: 13px;
  height: 8px;
  background-position: center;
  background-size: contain;
  margin-top: 4px;
}

.section-dealers-list
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  color: var(--dark-blue, #002B46);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: unset;
  padding: 0;
  box-shadow: unset;
  margin-top: 8px;
  display: flex;
  column-gap: 7px;
}

.section-dealers-list .accordion-body {
  padding: 0;
  margin-top: 24px;
}

.section-dealers-list .accordion-body * {
  font-family: Inter;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.section-dealers-list .dealer-info-blocks {
  display: flex;
  column-gap: 32px;
}

.dealer-info-blocks .dealer-info {
  width: auto;
  max-width: 25%;
  padding: 0;
}

.dealer-info-blocks .dealer-info a {
  width: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}

.dealer-info-blocks .dealer-info .info-title {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  color: var(--dark-blue, #002B46);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dealer-info-blocks .dealer-info .info-title span {
  color: rgba(0, 43, 70, 0.60);
  font-weight: 400;
}

.dealer-info-blocks .dealer-info .icon-container .icon {
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 72.9px;
  background: var(--turquoise-blue, #00B5D3);
  background-position: center;
  background-repeat: no-repeat;
}

.dealer-info-blocks .dealer-info .icon-container .location-icon {
  background-image: url(../icons/direction-icon.svg);
}

.dealer-info-blocks .dealer-info .icon-container .website-icon {
  background-image: url(../icons/website-icon.svg);
}

.dealer-info-blocks .dealer-info .icon-container .phone-icon {
  background-image: url(../icons/call-icon.svg);
}

.dealer-info-blocks .dealer-info .icon-container .email-icon {
  background-image: url(../icons/email-icon.svg);
}

.all-dealers-count-container {
  color: #002B46;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 230% */
  letter-spacing: 0.15px;
  padding-bottom: 20px;
}

.load-more-button-container {
  padding-top: 40px;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  line-height: 1.06;
  color: #002c45;
  opacity: 0.5;
}

@media (max-width: 768px) {

  .filter-no-dealers-found {
    display: none;
    font-family: Inter;
    opacity: 0.7;
    font-size: 18px;
    /*font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .section-dealers-list {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .find-a-dealer-navbar {
    width: 100%;
  }

  .hero .nav-tabs .nav-link {
    width: 50%;
    font-size: 24px;
  }

  .hero .nav-tabs .nav-link.active {
    border-bottom: 4px solid #00b5d3;
  }

  #accordionDealers{
    gap: 16px;
  }

  .section-dealers-list .accordion .accordion-item {
    border-radius: 6px;
  }

  .section-dealers-list .dealer-name {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
  }

  .section-dealers-list .distance-location-container {
    display: inline-block;
    line-height: 24px;
  }

  .section-dealers-list .distance-location-container:before {
    margin-right: 8px;
  }

  .section-dealers-list .dealer-info-blocks {
    column-gap: 12px;
    row-gap: 16px;
    flex-wrap: wrap;
  }

  .dealer-info-blocks .dealer-info {
    min-width: calc(25% - 9px);
    max-width: unset;
  }

  .dealer-info-blocks .dealer-info a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .dealer-info-blocks .dealer-info .info-title span {
    display: none;
  }

  .icon-container {
    height: 32px;
  }

  .dealer-info-blocks .dealer-info .icon-container .icon {
    width: 32px;
    height: 32px;
    border-radius: 64.8px;
  }

  .all-dealers-count-container {
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 16px;
  }

  .load-more-button-container {
    padding-top: 28px;
  }

}

/* ------------------------ END SECTION DEALES LIST TAB ------------------------ */

/* ------------------------ SECTION MAP TAP ------------------------ */

.section-map {
  /* padding-top: 40px; */
/* padding-bottom: 40px; */}

/* -------------- GOOGLE MAP BLOCK -------------- */
#map_wrapper {
  height: 1000px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

#map_wrapper [role="dialog"] {
  min-width: 230px !important;
  min-height: 175px !important;
  padding-left: 10px !important;
  padding-top: 38px !important;
  padding-right: 0 !important;
  padding-left: 18px !important;
}

.map-contact-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: flex-start;
  /* padding-top: 24px; */
  row-gap: 16px;
  /* padding-right: 20px; */
}

.info_content h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-right: 50px;
}

.info_content p {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  max-width: 90%;
  margin-bottom: 12px;
}

#map_wrapper [role="dialog"] .icon {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 7px;
}

#map_wrapper [role="dialog"] .phone-icon {
  background-image: url(../icons/call_icon.svg);
}

#map_wrapper [role="dialog"] .white-email-icon {
  background-image: url(../icons/white_email_icon.svg);
  margin-right: 0;
  background-size: auto;
  background-position: center;
}

#map_wrapper [role="dialog"] .white-phone-icon {
  background-image: url(../icons/white_phone_icon.svg);
  margin-right: 0;
  background-size: auto;
  background-position: center;
}

#map_wrapper [role="dialog"] .white-globe-icon {
  background-image: url(../icons/white_globe_icon.svg);
  margin-right: 0;
  background-size: auto;
  background-position: center;
}

#map_wrapper [role="dialog"] button {
  display: none !important;
}

.map-dealer-phone-container {
  display: flex;
}

.map-dealer-email,
.map-dealer-phone,
.map-dealer-location,
.map-dealer-website
{
  display: none;
  /* width: 50px; */
  /* height: 51px; */
  border-radius: 50%;
  /* background: #00b5d3; */
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.gm-style .gm-style-iw-d {
  padding-bottom: 24px;
}

.gm-style .gm-style-iw-c {
  border-radius: 5px;
  transform: translate3d(-50%, -100%, 0);
  min-width: 366px !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.gm-style .gm-style-iw-t::after {
  height: 35px;
  width: 35px;
  transform: translate(-50%, -125%) rotate(-45deg);
}
/* -------------- END GOOGLE MAP BLOCK -------------- */

/* ------------------------ END SECTION MAP TAP ------------------------ */

@media (max-width: 768px){
  .search-icon{
    top: 13px;
    left: 15px;
    min-height: 24px;
  }
}

*********************** START LOADING SPINNER ANIMATION ***********************

.sk-fading-circle {
  height: 60px;
  width: 60px;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  margin-right: 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
/************************ END LOADING SPINNER ANIMATION ************************/

.info_content svg{
  min-width: 40px;
}

.mobile-map-data{
  display: none;
}

@media (max-width: 768px){
  .gm-style .gm-style-iw-c{
    max-width: unset !important;
    min-width: unset;
    width: 100vw;
    padding-right: 18px !important;
    /*top: 290px;*/
    padding-bottom: 23px;
    padding-top: 26px !important;
  }

  .gm-style .gm-style-iw-d{
    padding-bottom: 0;
  }

  /*.gm-style .gm-style-iw-tc::after{*/
  /*  display: none;*/
  /*}*/

  #map_wrapper{
    height: 584px;
  }

  .map-contact-container{
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 12px;
  }

  .map-dealer-email,
  .map-dealer-phone,
  .map-dealer-location,
  .map-dealer-website{
    flex-direction: column;
  }

  .desktop-map-data{
   display: none;
  }

  .mobile-map-data{
    display: unset;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #002b46;
  }

  .info_content h3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

  .info_content p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 24px;
  }

}

.load-more-button-container{
  display: none;
}

.map-info-name-close-contianer{
 display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-pop-close-info{
  width: 14px;
  height: 14px;
  min-width: 14px !important;
  /* transform: translateY(-14px); */
  position: absolute;
  right: 31px;
  top: 25px;
}

.map-pop-close-info:hover {
cursor: pointer;
}


@media (max-width: 768px) {
  .map-contact-container a {
    width: 20%;
  }

  .map-pop-close-info{
    transform: translate(10px,-5px);
  }

  .main-title.mobile-map-view-margin{
    margin-bottom: 18px;
  }
}

.btn-white:hover, .btn-white:active, .btn-white:focus{
  border: 1px solid #00b5d3;
  background: #fff;
  color: #00b5d3;
}

@media (min-width: 768px) {
  .map-contact-container a {
    padding-right: 20px;
  }
}
/* NEW MAP SEARCH */

.autocomplete-results.active {
  position: absolute;
  /*top: 90px;*/
  z-index: 9;
  border-radius: 0px 0px 4px 4px;
  display: flex;
  border: 1px solid #002B46;
  border-top: none;
}

div.autocomplete-text {
  height: 50px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

span.autocomplete-text-main {
  color: #002B46;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

span.autocomplete-text-secondary {
  overflow: hidden;
  color: #8095A2;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.current-location .autocomplete-text-main {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

#search-map-field.active{
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #002B46;
  border-bottom: 1px solid #dbdbdb;
}

img#clear_location_input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.search-map-container, .search-list-container {
  margin-left: 24px;
  width: 500px;
  max-width: 500px;
}

span.search-icon-map {
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  background-image: url(../icons/search_grey.png);
  object-fit: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
}
@media (max-width: 768px) {
  .search-map-container, .search-list-container{
    margin-left: 0px;
    margin-bottom: 24px;
    width: 100%;
    margin-top: 16px;
  }
  #search-map-field{
    margin-bottom: 0;
  }
  span.search-icon-map{
    left: 18px;
  }
  .autocomplete-results{
    width: 100%;
  }
  span.autocomplete-text-main,
  span.autocomplete-text-secondary{
        font-size: 16px !important;
  }

}

@media (min-width: 768px) {
  body .section-breadcrumb-nav {
    padding-left: 35px;
    z-index: 0;
  }

  .container.age-title-container {
    padding-left: 10px;
  }
}

.all-filters-dealers-container {
  display: flex;
  gap: 24px;
}

@media (min-width: 768px) {
  /*one filter*/
  .all-filters-dealers-container.has-distance-filter:has(> .filter-container:nth-child(1)),
  .all-filters-dealers-container:not(.has-distance-filter):has(> .filter-container:nth-child(2)) {
    width:  calc((100% - 524px) * 1 / 3);

    div.filter-container {
      width: 100%;
      max-width: 100%;
    }
  }

  /*two filters*/
  .all-filters-dealers-container.has-distance-filter:has(> .filter-container:nth-child(2)),
  .all-filters-dealers-container:not(.has-distance-filter):has(> .filter-container:nth-child(3)) {
    width:  calc((100% - 524px) * 2 / 3);

    div.filter-container {
      max-width: calc(50% - 12px);
      width: calc(50% - 12px);
    }
  }

  /*three filters*/
  .all-filters-dealers-container.has-distance-filter:has(> .filter-container:nth-child(3)) {
    width: calc(100% - 524px);

    div.filter-container {
      max-width: calc(33.33% - 16px);
      width: calc(33.33% - 16px);
    }
  }
}

.filter-dealers-by {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: Inter;
  color: #002b46;
}

@media (max-width: 768px) {
  .all-filters-dealers-container {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .all-filters-dealers-container .filter-container .select2 {
    width: 100% !important;
  }

  .filter-dealers-by {
    display: none;
  }
}

/*filter - select2*/
.filter-container .select2-container {
  min-width: 100%;
  width: fit-content !important;
  max-width: 100%;
}

.filter-container .select2-container--default .select2-selection--multiple {
  border: solid 1px #c9c9c9 !important;
  max-height: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer !important;
  padding-left: 11px;
  border-radius: 5px;
}

.filter-container .select2-selection__rendered {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  padding-right: 35px !important;
}
@media (max-width: 768px) {
  .filter-container .select2-selection__rendered {
    font-size: 16px;
  }
}

.filter-container .select2-selection__rendered:after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  content: " " !important;
  background-image: url(../../../../assets/icons/filter-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.filter-distance-select:after {
  margin-left: auto;
  content: " " !important;
  background-image: url(../../../../assets/icons/filter-arrow.svg);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.select2-results__options[aria-multiselectable="true"][id^="select2-filter"] li {
  padding-left: 35px;
  position: relative;
  border-bottom: solid 1px #f8f8f8;
  font-size: 14px;
}

ul[id^="select2-filter"].select2-results__options li:before {
  position: absolute;
  left: 8px;
  top: 6px;
  min-width: 18px;
  min-height: 18px;
  border: 2px solid #00b5d3;
  background-color: #fff;
  border-radius: 3px;
  content: "";
  margin-top: 2px;
}

.select2-container ul[id^="select2-filter"] li.select2-results__option--selected:before {
  position: absolute;
  left: 8px;
  top: 6px;
  background-image: url(../../../../assets/icons/check-solid.svg);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 18px;
  min-height: 18px;
  content: "";
  margin-top: 2px;
  background-color: #00b5d3;
  border-radius: 3px;
  background-size: 19px 19px;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #fff !important;
  color: #002b46;
}

.select2-container  ul[id^="select2-filter"] li[aria-selected="true"] {
  background-color: #fff !important;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid  #c9c9c9 !important;
}

.select2-results *::-webkit-scrollbar,
.modal *::-webkit-scrollbar {
  all: initial !important;
  width: 8px !important;
  background: #ebebeb !important;
}

.select2-results *::-webkit-scrollbar-thumb,
.modal *::-webkit-scrollbar-thumb {
  all: initial !important;
  background: #c9c9c9 !important;
 
}

.section-breadcrumb-nav:has(.share-dropdown-menu.show) {
  z-index: 2;
}