.page-width {
  max-width: 1400px;
  margin: 0 auto;
}

/* @media screen and (max-width: 1399px) {
.page-width {
    padding-left: 20px;
}
} */

.text-center {
  /* text-align: center; */
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.storelocator {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  /* flex-direction: row; */
  gap: 24px;
}

.store-card.highlighted {
  background: #f1f1f1;
  /* border: 2px solid #f44336; */
}

#storelocator-map-view {
  position: sticky !important;
  /* top: 16px; */
  top: 114px;
  margin-bottom: 16px;
}

.skeleton-wrapper {
  position: relative;
  background: linear-gradient(90deg, #e2e2e2 25%, #f5f5f5 50%, #e2e2e2 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  border-radius: 5px;
  overflow: hidden;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.storelocator-map-view {
  height: 550px;
  width: 100%;
  border-radius: 16px;
  /* position: sticky; */
  /* top: 114px; */
}

#store-details-map-views {
  position: sticky !important;
  /* top: 16px; */
  top: 114px;
}

.store-details-hours-item {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  column-gap: 15px;
}

/* .responsive-map-view {
  display: none;
  position: sticky !important;
  top: 114px;
  margin-bottom: 16px;
} */

.store-details-map-views {
  height: 700px;
  /* width: 50%; */
  border-radius: 16px;
  width: 35%;
  padding: 20px;
}

.storelocator-inner-div {
  width: 100%;
  min-width: 100%;
  display: block !important;
  /* overflow-y: scroll; */
  /* height: 500px; */
}

@media (min-width: 1024px) {
  .storelocator-inner-div { 
    min-width: 50%;
  }
}

.stores-cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}

.store-card {
  display: flex;
  color: #000042;
  padding: 24px;
  /* width: 50%; */
  width: 100%;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dbdbea;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
  border-radius: 16px;
  margin-bottom: 16px;
}

.store-list-card {
  border-radius: 0 0 12px 12px !important;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.store-image {
  /* max-width: 180px; */
  max-width: 180px;
  max-height: 195px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.store-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.status {
  position: absolute;
  background-color: #bff6f2;
  border-radius: 95.4397px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5.726px 7.635px;
  gap: 2px;
  position: absolute;
  width: 35%;
  height: 20px;
  right: 8px;
  top: 9px;
  font-size: 13px;
  margin: 0 2px;
  color: #000042;
}

.status-name {
  color: green;
}

.store-info {
  /* padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */

  margin-left: 24px;
  width: 100%;
  position: relative;
}

.store-info h2 {
  margin: 0;
  color: #333;
}

.store-info .store-address {
  /* margin: 10px 0; */
  margin: 5px 0;
  display: flex;
  text-align: left;
}

.title-cover {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
}

.title-cover .title-cover-link {
  color: #000042;
  max-width: 205px;
}

.star-icon-cls {
  /* color: #ccc; */
  font-size: 12px;
}

a.visit_link {
  text-decoration: none;
}

.location-title-div {
  text-align: left;
}

.location-title-div i {
  /* margin-right: 5px; */
  color: #007BFF;
  /* Adjust color */
  font-size: 16px;
  /* Adjust size */
}

.location-title-div span {
  color: #007BFF;
  /* Adjust color */
  font-size: 14px;
  /* Adjust size */
}

.details-star-icon-cls {
  /* color: #ccc; */
  color: #9f9e9e;
  font-size: 12px;
}

.details-star-icon-cls.filled {
  color: #388E3C;
  /* Filled star color */
}

/* .store-locator-name {
font-family: Lenskart Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
display: flex;
justify-content: space-between;
align-items: center;
letter-spacing: -.02em;
color: #000042;
margin-bottom: 8px;
cursor: pointer;
} */

/* a.store-locator-name {
text-decoration: none;
font-family: Lenskart Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
display: flex;
justify-content: space-between;
align-items: center;
letter-spacing: -.02em;
color: #000042;
margin-bottom: 8px;
cursor: pointer;
} */

a.store-locator-name {
  line-height: 20px;
  margin-bottom: 5px;
  text-decoration: none;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  /* line-height: 24px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -.02em;
  color: #000042;
  /* margin-bottom: 8px; */
  cursor: pointer;
  text-align: left;
}

.rating-div {
  display: flex;
  background-color: #388e3c;
  border-radius: 3px;
  padding: 5px;
  max-height: 28px;
}

/* .rating-div span {
font-family: Lenskart Sans;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 20px;
letter-spacing: -.02em;
color: #000042;
vertical-align: middle;
margin: 0 3px 0 2px;
} */

.rating-div span {
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -.02em;
  /* color: #000042; */
  color: #fff;
}

a.store-address-cls {
  margin-bottom: 5px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #66668e;
}

.store-phone-cover {
  margin-top: 4px;
  display: flex;
  gap: 28px;
}

.store-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.hours {
  /* font-family: Lenskart Sans; */
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #66668e;
  /* background-color: #e7fdff; */
}

/* .phone {
  text-decoration: none;
  margin-top: 10px;
  display: flex;
} */
a.phone {
  color: #000042;
  text-decoration: none;
  font-weight: 600;
  line-height: 18px;
}

/* .buttons {
  margin: 20px 0;
} */
.buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
  bottom: 0;
}

.buttons a {
  text-decoration: none;
}

.free-gift {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #00c853;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}

button.store-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  background: rgba(0, 0, 66, .01);
  border: 1px solid #737397;
  border-radius: 8px;
  cursor: pointer;
  gap: 5px;
  font-size: 14px;
}

button.store-details:hover {
  /* background: #383853; */
  /* background: #000042; */
  background: #333;
  color: #fff;
}

/* button.direction-svg-cls {
  fill: #333;
} */
button.store-details:hover .direction-svg-cls {
  fill: #ffffff
}

/* .extras {
display: flex;
flex-direction: row;
justify-content: center;
text-align: center;
align-items: center;
vertical-align: middle;
gap: 8px;
background: #bff6f2;
margin-top: 12px;
} */

.extras {
  /* display: flex; */
  display: none;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  gap: 8px;
  background: #ccc;
  margin-top: 12px;
  color: #000000;
  /* font-weight: 500; */
  font-size: 16px;
}

.maa {
  height: 100px;
  width: 100%;
  background-color: #bff6f2;
}

/* This is CSS is for details page */

.storelocator-details-page-cover {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

/* .storelocator {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 24px;
} */

/* .storelocator-inner-div {
width: 100%;
} */

.storelocator-details-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  /* padding: 30px 82px; */
}

.store-title-phone {
  display: none;
}

.store-image-cover {
  max-width: 328px;
  width: 100%;
  border-radius: 12px !important;
  position: relative;
  height: 100%;
}

.mobile-only {
  display: none;
  /* Hidden by default */
}

.mobile-only {
  display: none;
  /* Hidden by default */
}

.store-image-cover-inner {
  width: 100%;
  overflow: hidden;
  border-radius: 12px !important;
  height: 100%;
}

.store-details-image {
  /* position: absolute; */
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  /* min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%; */
  width: 100%;
  /* height: 100%; */
  height: 335px;
  object-fit: cover;

}




.store-details-info-inner {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #000042;
  width: 100%;
  margin-left: 54px;
}

.store-title {
  /* font-family: "lenskart serif"; */
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000042;
  /* letter-spacing: -.02em; */
  margin-bottom: 15px;
  margin-top: 0;
}

.store-details-address {
  display: flex;
  flex-direction: row;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* letter-spacing: -.02em; */
  color: #333368;
  margin-bottom: 24px;
}

.store-details-hours-cover {
  display: flex;
  gap: 12px;
}

/* .store-details-hours-inner {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 8px 16px;
margin-bottom: 14px;
font-size: 12px;
line-height: 20px;
height: 210px;
background: #e7fdff;
border-radius: 12px;
min-width: -moz-fit-content;
min-width: fit-content;
} */
.store-details-hours-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 16px;
  margin-bottom: 14px;
  font-size: 14px;
  /* line-height: 20px; */
  /* height: 64px; */
  /* height: 210px; */
  /* background: #fafafe; */
  background: #e7fdff;
  border-radius: 12px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: normal;
}

.store-details-hours {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}

.hours-span-dot {
  font-weight: 800;
  font-size: 26px;
  margin: 5px;
}

/* .hour-status {
color: #3ec9a9;
} */
.hour-status {
  color: #009305;
  font-weight: 600;
}

/* .store-details-services-cover {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 8px 16px;
margin-bottom: 14px;
font-size: 12px;
line-height: 20px;
height: 64px;
background: #e7fdff;
border-radius: 12px;
min-width: -moz-fit-content;
min-width: fit-content;
} */
.store-details-services-cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 16px;
  margin-bottom: 14px;
  font-size: 14px;
  /* line-height: 20px; */
  /* height: 64px; */
  /* background: #fafafe; */
  background: #e7fdff;
  border-radius: 12px;
  min-width: -moz-fit-content;
  /* min-width: fit-content; */
  font-weight: normal;
}

.store-details-services {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}

.store-details-blank {
  display: flex;
  gap: 12px;
}

.store-details-button-container {
  display: flex;
  flex-direction: column;
}

.store-details-button-container-mobile {
  display: none;
}

/* .store-details-button-container-mobile {
  display: flex;
  flex-direction: column;
} */
.store-details-button-cover {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 14px;
}

.store-deatails-direction-btn-cover {
  padding: 12px 23px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  font-family: Lenskart Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #000042;
  border: 1px solid gray;
  display: flex;
}

.store-deatails-direction-btn-cover:hover {
  padding: 12px 23px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #ffffff;
  background-color: #000042;
  border: 1px solid gray;
  display: flex;
}

.direction-btn {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: inherit;
}

.location-direction {
  display: flex;
  font-size: 20px;
  align-items: center;
}

.call-btn {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: inherit;
}

.whatsApp-btn {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: inherit;
  align-items: center;
}

.store-details-call-btn-cover {
  padding: 12px 23px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #000042;
  border: 1px solid gray;
  display: flex;
}

.store-details-whatsApp-btn-cover {
  padding: 12px 23px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #000042;
  border: 1px solid gray;
  display: flex;
}

/* .store-details-whatsApp-btn-cover:hover{
padding: 12px 23px;
height: 46px;
border-radius: 8px;
cursor: pointer;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
align-items: center;
letter-spacing: -.02em;
color: #ffffff;
background-color: #000042;
border: 1px solid gray;
display: flex;
} */
.store-details-call-btn-cover:hover {
  padding: 12px 23px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #ffffff;
  background-color: #000042;
  border: 1px solid gray;
  display: flex;
}

.store-details-images-map-view-cover, .store-details-images-map-view-cover > div {
  display: flex;
  /* padding: 32px 82px; */
  width: 100%;
  gap: 18px;
  margin-bottom: 18px;
}

.store-details-images-list-cover {
  width: 65%;
  /* width: 50%; */
}

.store-details-photos-titel-div {
  display: flex;
}

.store-overview-title {
  width: 50%;
  border-bottom: 2px solid #000042;
  display: flex;
  justify-content: center;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  cursor: pointer;
  color: #333368;
  /* letter-spacing: -.02em; */
}

.Home_activeNav__SJWJq {
  width: 50%;
  border-bottom: 2px solid #000042;
  display: flex;
  justify-content: center;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  cursor: pointer;
  color: #333368;
  /* letter-spacing: -.02em; */
}

.store-image-list-title {
  /* font-family: "lenskart serif"; */
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000042;
}

.store-images-cover {
  display: flex;
  /* overflow: scroll; */
  overflow-x: auto;
  /* Use auto for horizontal scrolling */
  overflow-y: hidden;
  /* Prevent vertical scrolling */
  -ms-overflow-style: none;
  /* Hide scrollbar for Internet Explorer and Edge */
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
}

.store-images-cover::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari, and Opera */
}

.store-detail-image-span {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  min-width: 144px;
  height: 180px !important;
  border-radius: 10px;
  margin-right: 10px !important;
  position: relative !important;
  margin-bottom: 10px;
}

.store-details-inner-image {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  /* min-width: 100%;
max-width: 100%;
min-height: 100%;
max-height: 100%; */

  /* width: 100% !important;
height: 180px !important; */

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-title {
  /* font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000042; */

  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000042;
}

.review-total {
  margin-left: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0 5px;
}

.store-review-cover {
  display: flex;
  overflow: scroll;
  white-space: normal;
  /* overflow-x: auto; 
overflow-y: hidden; 
-ms-overflow-style: none;  
scrollbar-width: none;  
white-space: nowrap;  */
}

/* .store-review-cover::-webkit-scrollbar {
display: none; 
} */

.review-cover {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
  justify-content: space-between;
}

.review-rating-main-cover {
  display: inline-block;
  /* Ensure items are inline for horizontal scrolling */
  font-size: 14px;
  /* font-family: Lenskart Sans; */
  /* letter-spacing: -.02em; */
  color: #000042;
  /* background: #fafafe; */
  background: #dfdfdf;
  margin: 10px;
  padding: 16px;
  border-radius: 16px;
  min-width: 300px;
  font-weight: 400;
  line-height: 23px;
}

.rating-main-cover {
  display: flex;
  margin-top: 12px;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  /* letter-spacing: -.02em; */
  color: #000;
}

.review-letter {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  margin-right: 8px;
}

.rating-cls {
  margin-bottom: 5px;
}

.initital-letter-div {
  display: flex;
  height: 60px;
  width: 60px;
  background: #af6cd9;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
}

.reviewer-name {
  margin-top: 10px;
}


.additional-title {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000042;
}

.additional-details-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #333368;
}

.near-by-store-inner-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.near-by-store-title {
  /* font-family: "lenskart serif"; */
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #000042;
}

.near-by-store-list-cover {
  display: flex;
  overflow: scroll;
}


.near-by-store-list-inner {
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* letter-spacing: -.02em; */
  color: #000042;
  margin-bottom: 8px;
  cursor: pointer;
}

.near-by-store-list-inner-cover {
  /* font-family: Lenskart Sans; */
  width: 30%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  /* letter-spacing: -.02em; */
  color: #66668e;
  padding: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  min-width: 300px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #cecedf;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
  border-radius: 8px;
  margin-bottom: 16px;
  margin-right: 16px;
  justify-content: space-between;
  transition: .3s;
}

.near-by-store-list-inner-cover:hover {
  border-color: green;
}


.near-by-store-list-inner a {
  color: #000042;
  text-decoration: none;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 5px;
}

a.StoreCard_wrapper__xhJ0A {
  color: #66668e;
  text-decoration: none;
}

.store-card-container {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

a.store-card-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  align-items: center;
}

i.store-phone-icon {
  margin-right: 4px;
  color: #000;
  margin-bottom: 5px;
}

.call-text {
  color: #66668e;
}

a.store-card-wrap2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

i.direction-compass-icon {
  color: #000;
}

span.distance-text {
  color: #66668e;
}

i.greater-icon {
  opacity: 0.5;
}

/* Page Image CSS */
.page-image-cover {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  width: 100%;
}

.page-image-inner {
  margin-bottom: 15px;
  width: 100%;
}

.page-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-height: 300px;
}

/* CSS for footer content and search */
.footer_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fbf9f7;
  margin: 0;
  gap: 24px;
  /* margin-top: 16px; */
  padding: 14px;
}

.our-service-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fbf9f7;
  margin: 0;
  gap: 24px;
  margin-top: 16px;
  padding: 14px;
}

.footer_content_header {
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  /* letter-spacing: -.02em; */
  color: #000042;
  text-align: left;
  margin: 16px 0;
}

.ai-summary-review-div {
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  /* letter-spacing: -.02em; */
  color: #000042;
  text-align: left;
  margin: 16px 0;
}

.footer_content_inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* letter-spacing: .02em; */
  color: #000042;
  text-align: justify;
}

.search-inner-cover-div {
  padding-left: 16px;
  padding-right: 16px;
  width: 638px;
  background: #fff;
  border: 1px solid #cecedf;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

input#search {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

.search-sub-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.search-cover-div {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.serach-main-cover {
  position: relative;
}

.view-all-store {
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 600;
}

.view-all-store a {
  text-decoration: none;
  color: black;
}

.locations-count {
  margin-left: 10px;
  font-weight: bold;
}

/* Footer Locations list CSS */
.state-city-list-cover-div {
  /* background-color: #fbf9f7; */
  /* padding: 30px 82px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fbf9f7;
  margin: 0;
  /* gap: 24px; */
  /* margin-top: 16px; */
  padding: 14px;
  /*   margin-bottom: 12px; */
  /*   margin-top: 12px; */
}

.city-list-cover-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fbf9f7;
  margin: 0;
  padding: 14px;
  /* margin-bottom: 12px; */
}

.country-list-cover-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fbf9f7;
  margin: 0;
  padding: 14px;
  /* margin-bottom: 12px; */
}

.brand-cover-div {
  display: flex;
  flex-direction: column;
  background: #fbf9f7;
  margin: 0;
  padding: 14px;
  align-items: center;
  margin-top: 16px;
}

.omni-brand-title a {
  text-decoration: none;
  color: #000042;
}
/* .storelocator-details-page-cover .country-list-cover-div {
  margin-top: 24px;
} */
h2.city-list-title {
  margin-bottom: 0;
  font-size: 26px;
}

.state.city-list-title {
  /* font-family: "lenskart serif", sans-serif; */
  font-style: normal;
  font-weight: 200;
  font-size: 26px;
  line-height: 40px;
  margin-top: 0;
  /* margin-bottom: 25px; */
  display: flex;
  align-items: center;
  /* letter-spacing: -.02em; */
  padding-bottom: 24px;
  color: #000042;
  /* text-transform: capitalize; */
}

.country.country-list-title {
  font-style: normal;
  font-weight: 200;
  font-size: 26px;
  line-height: 40px;
  margin-top: 0;
  /* margin-bottom: 25px; */
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  color: #000042;
}

.store-name-inner {
  text-decoration: none;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  /* color: #202092; */
  color: #000042;
  display: grid;
  grid: auto / auto auto auto auto auto;
  grid-gap: 10px;
}

.country-store-name-inner {
  text-decoration: none;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  /* color: #202092; */
  color: #000042;
  display: grid;
  grid: auto / auto auto auto auto auto;
  grid-gap: 10px;
}

.state-store-name-inner {
  text-decoration: none;
  /* font-family: Lenskart Sans; */
  font-style: normal;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  /* color: #202092; */
  color: #000042;
  display: grid;
  grid: auto / auto auto auto auto auto;
  grid-gap: 10px;
}

a.locations-links {
  text-decoration: none;
  color: #000042;
}


@media screen and (max-width: 1024px) {
  .storelocator {
    flex-direction: column-reverse !important;
  }

  #storelocator-map-view {
    position: relative !important;
    /* margin-top: 103px; */
    top: 0;
  }

  .storelocator-map-view {
    height: 350px;
    width: 100%;
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  img.page-image {
    height: 200px;
  }

  .serach-main-cover {
    min-height: 90px;
  }

  .view-all-store {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    top: auto;
    transform: unset;
  }

  .locations-count {
    margin-left: 10px;
    font-weight: bold;
    /* margin-top: 7px; */
  }

  /* .view-all-store {
    transform: translateY(10px);
  } */
}

@media screen and (max-width: 767px) {
  .omni-storelocator-cls .locations-count {
      margin-left: 10px;
      font-weight: 700;
      margin-top: 5px;
  }
}

@media screen and (max-width: 375px) {
  .store-name-inner {
    font-size: 13px;
  }

  .country-store-name-inner {
    font-size: 13px;
  }

  .state-store-name-inner {
    font-size: 13px;
  }

  .store-list-card {
    flex-direction: column;
  }

  .store-image {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
  }

  .title-cover {
    flex-direction: column;
  }

  .store-info {
    margin-left: 0;
  }

  .store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 138px;
  }
}

@media screen and (max-width: 430px) {
  .store-name-inner {
    font-size: 13px;
  }

  .country-store-name-inner {
    font-size: 13px;
  }

  .state-store-name-inner {
    font-size: 13px;
  }

  .store-list-card {
    flex-direction: column;
  }

  .store-image {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
  }

  .title-cover {
    flex-direction: column;
  }

  .store-info {
    margin-left: 0;
  }

  .store-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    max-height: 250px;
  }
}

/* @media screen and (max-width: 320px) { */
@media screen and (max-width: 768px) {
  .state.city-list-title {
    font-size: 18px;
  }

  .country.country-list-title {
    font-size: 23px;
  }

  .store-name-inner {
    font-size: 10.5px;
  }

  .country-store-name-inner {
    font-size: 10.5px;
  }

  .state-store-name-inner {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 767px) {
  .state.city-list-title {
    font-size: 18px;
  }

  .country.country-list-title {
    font-size: 18px;
  }

  .store-name-inner {
    font-size: 10.5px;
  }

  .country-store-name-inner {
    font-size: 10.5px;
  }
  .state-store-name-inner {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 375px) {
  .state.city-list-title {
    font-size: 18px;
  }

  .country.country-list-title {
    font-size: 18px;
  }

  .store-name-inner {
    font-size: 12px;
  }

  .country-store-name-inner {
    font-size: 12px;
  }

  .state-store-name-inner {
    font-size: 12px;
  }
}

/* @media screen and (max-width: 900px) {
div#store-details-map-views {
display: none;
}
} */
@media screen and (max-width: 900px) {
  div#storelocator-map-view {
    display: none;
  }
}
/* @media screen and (max-width: 820px) { */
@media screen and (max-width: 768px) {
  .store-details-button-container-mobile {
    display: block;
  }

  .store-details-button-cover {
    gap: 12px;
  }

  /* .store-details-images-map-view-cover {
flex-direction: column;
} */
  #store-details-map-views {
    position: relative !important;
    top: 0;
  }

  .store-details-map-views {
    height: 450px;
    border-radius: 16px;
    width: 100%;
    padding: 20px;
  }

  .store-details-images-list-cover {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .user-review-text {
    white-space: normal;
  }

  .store-details-photos-titel-div {
    order: 1;
  }

  .store-image-list {
    order: 3;
  }

  .store-review-list {
    order: 4;
  }

  .store-additional-details {
    order: 2;
    margin-top: 18px;
  }

  .additional-title {
    margin-top: 0;
    line-height: 26px;
  }


  .additional-title {
    margin-top: 0;
    line-height: 26px;
  }
  .near-by-store-cover {
    order: 5;
  }

  .store-title {
    display: none;
  }

  .store-details-address {
    margin-top: 9px;
  }

  .store-title-phone {
    display: block;
  }

  .search-cover-div {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
  }

  .title-cover {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }


  h2.city-list-title {
    font-size: 26px;
  }

  button.store-details {
    font-size: 14px;
  }
  /* .title-cover h2 {
    max-width: 260px;
  } */
}

@media screen and (max-width: 768px) {
  div#storelocator-map-view {
    display: none;
  }

  .store-details-images-map-view-cover, .store-details-images-map-view-cover > div  {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .store-deatails-direction-btn-cover {
    padding: 12px 23px;
    font-size: 14px;
  }

  div#store-details-map-views {
    margin-bottom: 16px;
  }

  .store-details-hours-cover {
    flex-direction: column;
    gap: 0;
  }

  .store-title-phone {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 33px;
    color: #000042;

    /* letter-spacing: -.02em; */
    margin-bottom: 15px;
    margin-top: 0;
  }
  /* hide map */
  /* div#store-details-map-views {
display: none;
} */
  /* .responsive-map-view {
  display: block;
} */
  .store-details-button-cover {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {

  /* hide map */
  .store-deatails-direction-btn-cover {
    padding: 12px 9px;
    font-size: 14px;
  }

  .store-details-whatsApp-btn-cover {
    padding: 12px 9px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
    /* Hide on mobile */
  }

  .mobile-only {
    display: block;
    /* Show on mobile */
  }
}

@media screen and (max-width: 620px) {
  .store-image-list {
    display: none;
  }

  .storelocator-details-info {
    flex-direction: column;
  }

  .store-details-map-views {
    height: 378px;
  }

  .store-image-cover {
    max-width: 100%;
    width: 100%;
    border-radius: 12px !important;
    position: relative;
    height: 100%;
    overflow: hidden;
    /* new code */
  }

  .store-details-info-inner {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000042;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 620px) {
  .store-details-image {
    height: 278px;
    width: 100%;
    /* Make images responsive */
    /* height: auto;  */
  }

  .slider {
    position: relative;
  }

  .slides {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    min-width: 100%;
    /* Each slide takes up the full width */
    box-sizing: border-box;
  }

  button.prev,
  button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(255, 255, 255, 0.7); */
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
  }

  button.prev {
    left: 10px;
    /* Position of the previous button */
  }

  button.next {
    right: 10px;
    /* Position of the next button */
  }

  .dots {
    text-align: center;
    /* Center the dots */
    position: absolute;
    /* Position at the bottom of the slider */
    bottom: 10px;
    /* Adjust based on your design */
    left: 0;
    right: 0;
  }

  .dot {
    display: inline-block;
    width: 10px;
    /* Size of the dot */
    height: 10px;
    /* Size of the dot */
    margin: 0 5px;
    /* Space between dots */
    background-color: #bbb;
    /* Inactive dot color */
    border-radius: 50%;
    /* Make it circular */
    cursor: pointer;
    /* Change cursor to pointer */
  }

  .dot.active {
    background-color: #717171;
    /* Active dot color */
  }
}

@media screen and (max-width: 375px) {
  .store-details-map-views {
    height: 300px;
  }
}

.extension-page-heading-title {
  display: flex;
  justify-content: center;
}

/* Skeleton CSS */
.card {
  background-color: #fff;
  height: auto;
  width: auto;
  overflow: hidden;
  margin: 12px;
  border-radius: 5px;
  box-shadow: 9px 17px 45px -29px rgba(0, 0, 0, 0.44);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  min-width: 50%;
}

.card-cover-info {
  width: 80%;
}

.card__image img {
  width: 100%;
  height: 100%;
}

.card__image.loading {
  height: 200px;
  width: 150px;
  display: block;
}

.loading-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: block !important;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 5px;
}

.map-card .card__image.loading {
  height: 100%;
  width: 100%;
  display: block;
}

.card__title {
  padding: 8px;
  font-size: 22px;
  font-weight: 700;
}

.card__title.loading {
  height: 1rem;
  width: 50%;
  margin: 1rem;
  border-radius: 3px;
  display: block;
}

.card__description {
  padding: 8px;
  font-size: 16px;
}

.card__description.loading {
  height: 3rem;
  margin: 1rem;
  border-radius: 3px;
  display: block;
}

.loading {
  position: relative;
  background-color: #e2e2e2;
}

.loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top,
      right top, from(transparent),
      color-stop(rgba(255, 255, 255, 0.2)),
      to(transparent));
  background: linear-gradient(90deg, transparent,
      rgba(255, 255, 255, 0.2), transparent);
  animation: loading 0.8s infinite;
}

/* Detail Page CSS */
h1.detail-page-title {
  text-align: center;
  margin-top: 0;
}

.detail-page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.back-image {
  /* margin-right: 15px; */
  display: contents;
}

.back-button-cls {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

h1.detail-page-title {
  text-align: center;
  /* margin-top: 0;
  margin-bottom: 10px; */
  margin-bottom: 0;
  font-size: 24px;
  text-decoration: none;
}

.storelocator.left {
  flex-direction: row-reverse;
}

.storelocator.right {
  flex-direction: row;
}

/* storelocator image css */
.page-Storelocator img.page-image {
  display: none;
}

@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}

h1.page-title-main-wrapper {
  font-size: 52px;
  font-weight: 400;
  line-height: 67.6px;
  color: #000;
  margin-top: 0;
}

.store-address a.store-address-cls{
  text-decoration: none !important;
}

@media (max-width: 768px) {
  h1.page-title-main-wrapper {
    font-size: 28px;
    line-height: 42px;
  }
}

h2.country-list-title {
  margin-bottom: 0;
  font-size: 26px;
}


@media screen and (max-width: 540px) {

  .store-name-inner {
    display: flex;
  }

  .state-store-name-inner {
    display: flex;
  }

  .country-store-name-inner {
    display: flex;
  }

  a.locations-links {
    text-decoration: none;
    color: #000042;
    width: max-content;
  }
}