/*
     * We are using this CSS for store locator and will be used on 
     * 01) Contact us / Store listing 02) Request an appointment 03) CL detail pages
     * For store locator in CL, we will be using this class"product_cat-contact-lenses" 
    */

/* Resets */
p {
  margin-bottom: 0;
}

.wpsl-inner-wrapper {
  display: flex;
  gap: 26px;
}

.product_cat-contact-lenses .wpsl-inner-wrapper {
  flex-direction: column;
}
@supports (-webkit-touch-callout: none) {
  input[type="text"],
  input[type="search"],
  textarea {
    font-size: 16px; /* Fix zooming issue on iOS */
  }
}
/**************General CSS*************/
.product_cat-contact-lenses .hide-on-cl,
.product_cat-contact-lenses #wpsl-category,
.wpsl-wrapper .page-title.hide-on-cl,
.wpsl-wrapper .back-btn,
.wpsl-store .categories,
.gm-style-iw-d .store-wrapper .accordion-opening,
.product_cat-contact-lenses #wpsl-search-wrap .heading {
  display: none !important;
}

.back-wpsl,
.results .left-column-tabs,
details summary::-webkit-details-marker,
.wpsl-store .accordion-opening summary::marker,
.wpsl-info-window .accordion-opening,
.product_cat-contact-lenses .sl-enabled,
.visually-hidden {
  display: none;
}
#wpsl-result-list li p,
.wpsl-opening-hours tr:lastchild td,
.gm-style-iw-d .store-wrapper p,
.gm-style-iw-d p {
  margin-bottom: 0;
}
.product_cat-contact-lenses .sl-enabled.active {
  display: block;
}
/* 		#wpsl-category label::after {
				content: '';
				position: absolute;
				right: 0;
				width: 20px;
				height: 52px;
				background: url(/wp-content/uploads/2025/01/searc-dropdown.svg) no-repeat center;
				top: 0;
				z-index: 999;
		} */
.form-wrapper .wpsl-input label {
  display: block;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #1f1f1f;
  margin-bottom: 5px;
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 9;
  text-wrap: nowrap;
}

.form-wrapper .wpsl-input.slide label {
  top: 0;
  font-size: 12px;
  color: #000000;
}

div#wpsl-category > label {
  position: absolute;
  z-index: 99;
  left: 16px;
  top: 1px !important;
  font-size: 0px !important;
}
div#wpsl-category > label::before {
  content: "Filter by";
  font-size: 10px;
  color: #909090;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
  margin: 0;
}

.btn-holder .elementor-button.app-btn {
  background-color: #527693;
  color: #fff;
}

.btn-holder .elementor-button.app-btn:hover {
  background-color: #3f4b54;
  color: #fff;
}

.btn-holder .elementor-button.detail-btn {
  background-color: transparent;
  color: #1f1f1f;
  border: 1px solid #2b2e31;
  line-height: 19px;
}

.btn-holder .elementor-button.detail-btn:hover {
  background-color: #f6f6f6;
}

.store-wrapper .branch-info-holder {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  color: #1f1f1f;
}

.store-wrapper .branch-info-holder strong a:focus,
.store-wrapper .branch-info-holder strong a:focus-within,
.store-wrapper .branch-info-holder strong a:focus-visible {
  outline: 0 !important;
}

.wpsl-infobox .btn-holder {
  display: flex;
  flex-direction: column;
}

.wpsl-infobox .store-wrapper {
  padding: 10px;
}

#wpsl-search-wrap .wpsl-autocomplete-search-container {
  width: 100%;
}

.wpsl-autocomplete-search-container {
  width: 100%;
}

.wpsl-gmap-canvas .wpsl-infobox {
    min-width: 340px !important;
}

/*************Progress Bar CSS**************/
.progress-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 4px;
}

.progress-bar ul li {
  color: #1f1f1f;
  font-weight: 400;
  min-width: 175px;
  align-self: center;
  transition: all 1s ease-in-out;
}

.progress-bar ul li span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #909090;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 3px;
}

.progress-bar ul li span i {
  text-align: center;
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 3px;
  top: 4px;
}

.progress-bar ul li.active {
  color: #496682;
  font-weight: 700;
}

.progress-bar ul li.active span {
  border-color: #496682;
  background: #496682;
}

.progress-bar ul li.passed span,
.progress-bar ul li.active span i {
  color: #fff;
  font-weight: 700;
}

.progress-bar ul li.passed span {
  background: #707070;
}

/****************Progress Line****************/
.progress-line.elementor-widget-html span {
  display: block;
  background: #496682;
  transition: width 1s ease-in-out 0s;
  font-size: 0;
  height: 3px;
  width: 25%;
}

/******************Left Side CSS********************/
.form-wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.product_cat-contact-lenses .form-wrapper {
  border: none;
}

.product_cat-contact-lenses .form-wrapper .left-column {
  flex: 1;
}

.left-column {
  flex: 0 0 43%;
  padding-right: 28px;
}

.left-column .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 10px;
}

.left-column .heading {
  width: 100%;
}

.left-column .heading h1 {
  font-family: "Poppins", Sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 6px;
  padding-bottom: 8px;
}

.left-column .form-wrapper .search-by-loc {
  flex: 0 0 60.2%;
}
.form-wrapper .wpsl-dropdown {
  width: 100% !important;
  padding-left: 10px;
}
.product_cat-contact-lenses .left-column .form-wrapper .search-by-loc {
  width: 100%;
}

.left-column .form-wrapper .search-by-loc .wpsl-input {
  display: block !important;
  float: none !important;
}

.product_cat-contact-lenses
  .left-column
  .form-wrapper
  .search-by-loc
  .wpsl-input {
  display: flex !important;
  flex-direction: column;
  align-items: start;
  max-width: 600px;
}

/*     .left-column .form-wrapper .search-by-loc label {
        display: block;
        width: 100%;
    } */

.left-column .form-wrapper .search-by-loc #wpsl-search-input,
.left-column .form-wrapper .search-by-loc .search-field {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  height: 57px !important;
  padding-right: 35px !important;
  color: #1f1f1f;
  font-size: 16px !important;
  background: none !important;
  text-indent: -9999px;
}

.product_cat-contact-lenses
  .left-column
  .form-wrapper
  .search-by-loc
  #wpsl-search-input,
.product_cat-contact-lenses
  .left-column
  .form-wrapper
  .search-by-loc
  .search-field {
  max-width: 280px !important;
}
.map-wrapper.no-active {
  display: none;
}
#wpsl-wrap .wpsl-selected-item,
.left-column .form-wrapper .search-by-loc .slide #wpsl-search-input,
.left-column .form-wrapper .search-by-loc .slide .search-field {
  font-size: 14px !important;
  line-height: 1.2;
  padding-top: 28px !important;
  padding-left: 14px !important;
  height: 55px;
  background: url(/wp-content/uploads/2025/06/arrow-down-icon.png) no-repeat 95%
    center / 13px;
  text-indent: 0;
}
.left-column .form-wrapper .search-by-loc input[type="submit"] {
  font-size: 0;
  width: 18px;
  height: 18px;
  background: transparent url(/wp-content/uploads/2025/06/search-icon.png)
    no-repeat right center / 14px !important;
  box-shadow: none !important;
  border: none !important;

  position: absolute;
  right: 12px;
  top: 19px;
}

.button-wrapper {
  margin-top: 20px;
}

.product_cat-contact-lenses
  .left-column
  .form-wrapper
  .search-by-loc
  #wpsl-search-btn {
  position: relative;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 500;
  width: auto;
  height: auto;
  background: #496682 !important;
  color: #fff !important;
  margin-left: 0 !important;
  padding: 10px 26px !important;
  border-radius: 24px !important;
  text-transform: uppercase !important;
  top: 0;
  right: 0;
  float: none !important;
}

.product_cat-contact-lenses .left-column .button-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 23px !important;
}

.product_cat-contact-lenses .left-column .button-wrapper .back {
  border: 1px solid #2b2e31;
  font-size: 16px;

  line-height: 22.4px;
  font-weight: 500;
  color: #1f1f1f;
  background-color: #fff;
  text-transform: uppercase;
}

.left-column .form-wrapper .search-by-loc + div {
  flex: 1;
}

.left-column .form-wrapper .wpsl-selected-item::after {
  display: none;
}

.left-column .form-wrapper .wpsl-dropdown {
  width: 100% !important;
  min-height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.left-column .form-wrapper .slide .wpsl-dropdown,
.left-column .form-wrapper .wpsl-dropdown {
  /*         font-size: 14px !important;
        padding: 18px 0 0 14px; */
  padding: 0;
}

.left-column .form-wrapper .search-by-loc .wpsl-icon-direction {
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400;
  color: #1f1f1f !important;
  padding: 15px 0 0 5px !important;
  white-space: nowrap;
  cursor: pointer;
}

.product_cat-contact-lenses
  .left-column
  .form-wrapper
  .search-by-loc
  .wpsl-icon-direction {
  position: absolute !important;
  left: 297px;
  top: -2px;
}

.left-column .form-wrapper .search-by-loc .wpsl-icon-direction span {
  font-family: wpsl-fontello;
  margin-right: 12px;
  font-size: 18px;
}

/***************Branches Styles****************/
.stores {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px !important;
}
.stores ul li {
  padding: 24px 16px 24px 0px !important;
  border-bottom: 1px solid #cccccc !important;
}
/*******************Branches inner content both listing and map****************/
.store-wrapper p > strong > a {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 4px;
}

.store-wrapper p > span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px;
}

.store-wrapper p .country {
  display: block;
}
/* 	.gm-style-iw-d .branch-info-holder > p {
		margin-bottom: 16px;
	}  */
/*     .store-wrapper p > .wpsl-contact-details {
        margin-bottom: 13px !important;
    } */
.store-wrapper .phone {
  margin-bottom: 11px !important;
}
.store-wrapper .phone > a {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  background: url(/wp-content/uploads/2025/06/phone-icon-2x.png) no-repeat left
    center / 24px;
  padding-left: 32px;
  color: #1f1f1f;
}
.gm-style-iw-d .store-wrapper .phone {
  margin-bottom: 4px;
}
.store-wrapper .accordion-opening {
  margin-bottom: 22px;
}
.store-wrapper .accordion-opening summary {
  cursor: pointer;
  list-style: none;
  background: url(/wp-content/uploads/2025/06/opening-hours-2x.png) no-repeat
    left center / 24px;
  position: relative;
  display: inline-block;
  padding: 0 25px 0 32px;
}

.store-wrapper .accordion-opening summary::after {
  content: "+";
  color: #496682;
  font-size: 22px;
  margin-left: 13px;
  position: relative;
  top: 2px;
}

.store-wrapper .accordion-opening[open] summary::after {
  content: "-";
}

table.wpsl-opening-hours {
  margin-top: 16px;
  width: 100% !important;
  max-width: 340px;
}

.wpsl-opening-hours tr {
  display: flex;
  width: 100%;
}

.wpsl-opening-hours tr td {
  flex: 1;
  background-color: transparent !important;

  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}

.btn-holder {
  display: flex;
  gap: 16px;
}

.product_cat-contact-lenses .right-column .btn-holder {
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}

.product_cat-contact-lenses
  .right-column
  .btn-holder
  .product_cat-contact-lenses
  .btn-holder
  a {
  max-width: 100%;
}
.btn-holder a:last-child {
  border-color: #2b2e31;
  background: #fff;
  color: #1f1f1f;
}

.product_cat-contact-lenses .btn-holder a:last-child {
  font-size: 0;
  border-color: #2b2e31;
  background: #fff;
  color: #1f1f1f;
  height: 54px;
  min-width: 108px;
}

.product_cat-contact-lenses .btn-holder a:last-child::before {
  content: "SELECT";
  font-size: 16px;
  line-height: 1.9;
}

/*****************Window Template CSS******************/
.gm-style .gm-style-iw-c {
  padding: 24px !important;
  max-width: 272px !important;
  width: 100%;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 0;
}

.wpsl-info-window .phone {
  margin-bottom: 19px;
}

.gm-style-iw-d .btn-holder {
  flex-direction: column;
  gap: 16px;
}
.gm-style-iw-d .btn-holder a {
  padding-left: 10px;
  padding-right: 10px;
}
.product_cat-contact-lenses #wpsl-gmap .gm-style-iw-d .btn-holder a:last-child {
  box-sizing: border-box !important;
  height: auto !important;
  padding: 13px;
}

.product_cat-contact-lenses
  #wpsl-gmap
  .gm-style-iw-d
  .btn-holder
  a:last-child::before {
  line-height: 1;
}

/**************Result Box**************/
.results {
  width: 100% !important;
}

.results > div {
  width: 100%;
}
/***********Box srtling***********/
.branch-info-holder > p {
  margin-bottom: 13px !important;
}
.branch-info-holder p strong {
  display: block;
}
.product_cat-contact-lenses .results .left-column-tabs {
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #909090;
  margin-top: 32px;
  display: none;
}

.product_cat-contact-lenses .results .left-column-tabs strong {
  flex: 1;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  padding-bottom: 15px;
  cursor: pointer;
}

.product_cat-contact-lenses .results .left-column-tabs strong:hover,
.product_cat-contact-lenses .results .left-column-tabs strong.active {
  border-color: #84a1bc;
}

.product_cat-contact-lenses #wpsl-wrap #wpsl-result-list ul {
  margin-top: 10px;
}

.product_cat-contact-lenses #wpsl-wrap #wpsl-result-list ul li {
  padding: 22px 0 16px;
}

.product_cat-contact-lenses .store-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.product_cat-contact-lenses .store-wrapper .branch-info-holder > p {
  display: flex;
  flex-direction: column;
}

.product_cat-contact-lenses
  .store-wrapper
  .branch-info-holder
  > p
  > strong
  > a {
  font-weight: 500;
}

.product_cat-contact-lenses .store-wrapper .branch-info-holder p {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.5;
}

.product_cat-contact-lenses .right-column {
  position: absolute !important;
  left: -9999px;
}

.product_cat-contact-lenses .right-column.active {
  position: relative !important;
  left: unset;
}

.product_cat-contact-lenses .right-column .store-wrapper {
  flex-direction: column;
}

/**************** End *******************/

.right-column {
  width: 100% !important;
}

/***************Responsive Styles***************/

@media screen and (max-width: 1100px) {
  /***********Progress bar**************/
  .progress-bar ul {
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
  }

  .progress-bar ul li {
    min-width: fit-content;
  }
  /**********End ******************/
  .left-column {
    padding-right: 0;
  }
  .wpsl-inner-wrapper {
    gap: 26px;
  }

  .left-column {
    flex: 0 0 44%;
  }

  .left-column .heading h1 {
    font-size: 18px;
  }

  .left-column .form-wrapper .search-by-loc {
    width: calc(60% - 10px);
  }

  .left-column .form-wrapper .search-by-loc + div {
    width: calc(20% - 10px);
  }

  .left-column .form-wrapper .search-by-loc .search-field {
    width: auto;
  }

  .left-column .form-wrapper .search-by-loc .wpsl-icon-direction {
    font-size: 16px !important;
    padding-bottom: 0 !important;
  }

  .btn-holder {
    flex-direction: column;
    max-width: 300px;
  }
}

@media screen and (max-width: 992px) {
  .product_cat-contact-lenses
    .left-column
    .form-wrapper
    .search-by-loc
    .wpsl-icon-direction {
    left: 0;
    top: 52px;
    right: unset;
  }

  .product_cat-contact-lenses .left-column .button-wrapper {
    margin-top: 62px !important;
  }

  #wpsl-search-wrap .wpsl-input {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-wrapper {
    border-bottom: none;
    padding-bottom: 18px;
  }
  div#wpsl-category > label::before {
    margin-left: -1px;
  }

  .left-column .form-wrapper .search-by-loc .wpsl-icon-direction {
    padding: 10px 0 0 5px !important;
  }

  #wpsl-stores {
    padding-right: 10px;
  }

  .wpsl-gmap-canvas .wpsl-infobox {
      min-width: 300px !important;
      max-width: 300px !important;
  }


  #wpsl-search-wrap .wpsl-dropdown {
    width: 100% !important;
    padding: 10px 6px 0 12px !important;
    color: #1f1f1f;
    background: url(/wp-content/uploads/2025/06/arrow-down-icon.png) no-repeat
      95% center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  #wpsl-search-wrap div label {
    line-height: 26px;
    top: 14px;
  }

  #wpsl-search-wrap div.slide label {
    top: 6px;
  }

  #wpsl-wrap .wpsl-selected-item {
    padding: 10px 10px 10px 1px !important;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wpsl-inner-wrapper {
    flex-direction: column;
    margin-bottom: 0 !important;
  }

  .results .left-column-tabs {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }

  .product_cat-contact-lenses .results .left-column-tabs {
    margin-top: 12px;
  }

  .results .left-column-tabs strong {
    flex: 1;
    border-bottom: 4px solid #fff;
    padding: 10px 10px 5px 10px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .results .left-column-tabs strong.active {
    border-bottom: 4px solid #364956;
  }
  .wpsl-inner-wrapper .wpsl-gmap-canvas.right-column {
    display: none;
  }
  .wpsl-inner-wrapper .wpsl-gmap-canvas.right-column.active {
    display: block;
  }

  #wpsl-gmap {
    margin-top: -30px;
    min-height: 625px !important;
    width: 100% !important;
  }
  .left-column .form-wrapper .search-by-loc .wpsl-icon-direction {
    font-size: 14px !important;
  }
  .left-column .form-wrapper .search-by-loc .wpsl-icon-direction span {
    margin-right: 13px;
  }
  .left-column .form-wrapper .search-by-loc {
    flex: 0 0 62%;
  }
  .left-column .form-wrapper form {
    gap: 10px 18px;
  }

  .store-wrapper .accordion-opening {
    margin-bottom: 20px;
  }
  .btn-holder,
  .product_cat-contact-lenses
    .left-column
    .form-wrapper
    .search-by-loc
    #wpsl-search-input,
  .product_cat-contact-lenses
    .left-column
    .form-wrapper
    .search-by-loc
    .search-field {
    max-width: 100% !important;
  }
  .stores ul li {
    padding: 16px 0 !important;
  }

  .gm-style .gm-style-iw-c {
    padding: 24px !important;
    max-width: 250px !important;
    width: 98%;
  }

  .left-column .form-wrapper .wpsl-dropdown {
    min-height: 56px;
  }
}

@media screen and (max-width: 480px) {
  .button-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .button-wrapper > * {
    flex: 1;
    width: 100%;
  }

  #wpsl-search-wrap #wpsl-search-btn {
    margin: 0 !important;
  }

  .product_cat-contact-lenses .store-wrapper {
    flex-direction: column;
  }

  .product_cat-contact-lenses .store-wrapper > div {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .product_cat-contact-lenses .btn-holder a:last-child {
    width: 100%;
    height: 44px;
    margin-top: 10px;
  }

  .product_cat-contact-lenses .btn-holder a:last-child::before {
    line-height: 1.5;
  }
}
