.main-page-wrapper > .page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
	border: 0 !important;
    margin: 0;
}


.main-page-wrapper > .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.tetralux-store-locator {
  .filter {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    padding: 40px 0;
	padding-bottom: 25px;
  }

  .filter-select {
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='currentColor' d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414'/%3E%3C/svg%3E");

    background-position: calc(100% - 1.5em);
    background-repeat: no-repeat;
    background-size: 0.8em;
    border: 1px solid #aaa;
    border-radius: 2em;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
    min-width: 300px;
    padding: 0.7em 1.4em;
    width: 100%;
  }

  .pre-title {
    color: #6B6B6B;
    font-size: 14px;
    letter-spacing: 2px;
  }

  #locationForm {
    display: flex;
  }

  .result-distance {
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    svg {
      width: 15px;
    }
  }

  .alt-view {
    display: none;
  }

  .change-search-type {
	  /* margin-top: 15px; */
	  font-size: 14px;
	  text-decoration: underline;
	  /* text-align: center; */
	  display: inline-block;
	  cursor: pointer;
	  padding: 15px 0;
	  color: #1e398f;
	  font-weight: 500;
      
  }

  .btn-round-animated {
    display: inline-block;
    padding: 0.45em 1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    margin-left: 1.313rem;
    border-radius: 0px 23px 23px 0px;
    height: fit-content;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    margin: 0;
    z-index: 1;
    text-decoration: none;
  }
  .btn-round-animated {
    font-size: 15px;
    font-weight: 600;
    background-color: #1e398f;
    padding: 17px 24px 17px 24px;
    display: flex;
    align-items: center;
    border-radius: 99px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    border: 0;
    margin: 0;
    min-width: 180px;
  }
  .btn-round-animated .text {
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 5;
    margin-right: auto;
  }
  .btn-round-animated svg {
    display: inline-block;
    position: relative;
    z-index: 5;
    transform: rotate(0deg) translateX(0);
    transform-origin: left;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn-round-animated::before {
    content: "";
    background-color: #3985ff;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 99px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .btn-round-animated:hover svg {
    transform: rotate(45deg) translateX(-8px);
  }
  .btn-round-animated:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
  }

  #searchForm {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-top: 15px;
  }

  label[for="city-select"],
  label[for="country-select"],
  label[for="region-select"] {
    text-transform: uppercase;
    /* margin-left: 22px; */
    color: #858585;
    font-size: 14px;
    letter-spacing: 2px;
  }

  #googlemap {
    min-height: 600px;
    width: 100%;
    height: 80%;
  }

  .infowindow-content .line {
    padding-bottom: 8px;
  }

  #locationForm input[type="text"] {
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2em;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #444;
    display: block;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 1.3;
    margin: 0 22px 0 0;
    max-width: 100%;
    width: 500px;
    padding: 0.7em 1.4em;
  }

  #locationForm input[type="submit"] {
    border: none;
    border-radius: 25px;
    height: 50px;
    line-height: 20px;
    padding: 15px 25px;
    width: 300px;
    background: #1e398f;
    color: #fff;
    align-items: center;
    border-radius: 25px;
    display: inline-flex;
    font-weight: 700;
    justify-content: space-between;
    /* padding: 12px 30px; */
    text-align: left;
    cursor: pointer;
  }

  .result-stores {
    max-width: 95%;
    margin: auto;
  }
  .result-stores .result-title {
    font-size: 28px;
    font-weight: bold;
    padding: 16px 0;
    border-bottom: 1px solid #e5e4e4;
    color: #333;
  }
  .result-stores .listings .store-point {
    border-bottom: 1px solid #e5e4e4;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
  }
  .result-stores .listings .store-point .marker_link {
    width: 300px;
  }
  .result-stores .listings .store-point .buttons a.directions {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    text-decoration: none;
    padding: 0 17px;
  }
  .result-stores .listings .store-point .buttons a.directions span {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .result-stores .listings .store-point .row {
    display: flex;
    justify-content: space-between;
  }
  .result-stores .listings .store-point .spacetop {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
  }
  .result-stores .listings .store-point .store-name {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .tetralux-store-locator {
	  
	.default-view {
		max-width: 100%;
	  }
    #searchForm {
      flex-direction: column;
      align-items: flex-start;
    }

    .filter {
      padding: 25px;
    }

    #locationForm {
      row-gap: 20px;
      flex-direction: column;
    }
	  
	  .result-stores .listings .store-point {
		padding: 16px 10px;  
	  }

    .result-stores .listings .store-point .row {
      flex-direction: column;
    }
    .result-stores .listings .store-point .spacetop {
      margin-top: 10px;
    }

    .result-stores .listings .store-point .buttons {
      display: flex;
      flex-direction: column-reverse;
      gap: 10px;
    }

    .result-stores .listings .store-point .marker_link {
      width: 200px;
      margin-bottom: 15px;
    }

    .result-stores .listings .store-point .buttons a.directions {
      padding: 0;
    }
  }
}
