* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.header {
  white-space: nowrap;
  overflow: hidden;
  margin: auto 20px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  margin-left: 10px;
  height: 75px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 10px;
}

.location-selector {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.location-selector img {
  width: 21.99px;
  height: 26px;
  cursor: pointer;
  margin-top: 10px;
}

.textLocation,
.textLocation1 {
  margin-right: 10px;
}

.textLocation {
  font-size: 15px;
  font-weight: 600;
  color: #47823d;
}

.textLocation1 {
  font-size: 14px;
  font-weight: 400;
  color: #565a5c;
}
.language-converter {
  cursor: pointer;
}

.language-converter img,
.currency-converter img,
.login-button img,
.wish img,
.cart img {
  cursor: pointer;
  justify-content: center;
  text-align: center;
}

.language-converter img {
  width: 30px;
  height: 20px;
}

.SelectedLanguage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.currency-converter img {
  width: 40.51px;
  height: 38.57px;
  border-radius: 50%;
  cursor: pointer;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.search-bar input::placeholder {
  color: #bdbbb8; /* Change this to your desired color */
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}
.search-bar {
  display: flex;
  border: 1px solid #47823d;
  border-radius: 3px;
  height: 35px;
  margin-right: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.search-bar input {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0 10px;
  flex-grow: 1;
  width: 500px;
}

.search-icon {
  position: absolute;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #47823d;
  height: 35px;
  width: 35px;
  right: 0px;

  gap: 0px;
  border-radius: 0px 6px 6px 0px;
  opacity: 0px;
}
.dropdown-arrow {
  align-items: center;
}
.dropdown-button {
  height: 35px;
  background-color: #e6e6e6;
  color: #47823d;
  font-family: Inter;
  font-size: 16.25px;
  font-weight: 600;
  line-height: 23.21px;
  text-align: left;
  border-right: none;
  border-left: none;
  display: flex; /* Use flexbox */
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.options-container {
  position: absolute;
  width: 200px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 99999;
  overflow: auto;
  height: 200px;
}
.options-container option {
  padding: 3px;
  font-family: sans-serif;
}

.options-container option:hover {
  background-color: #47823d;
  color: #ffff;
}
.login-button {
  display: inline-flex;
  align-items: center;
  font-size: 21px;
  background-color: #47823d;
  padding: 10px;
  width: 100px;
  border-radius: 5px;
  cursor: pointer;
}

#userIcon {
  color: white;
  font-size: 20px;
  border: 2px solid white;
  padding: 5px;
  border-radius: 50%;
}
.loginText {
  color: #ffffff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
}

.wish,
.cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.wishListText,
.carttext {
  font-size: 15px;
  font-weight: 400;
  color: #565a5c;
  text-align: center;
}

#wishIcon {
  color: #47823d;
  font-size: 25px;
}

.cartCount {
  position: absolute;
  top: 5px;
  margin-right: -15px;
  background-color: red; /* Background color for the count */
  color: white; /* Text color */
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#myCart {
  color: transparent;
  -webkit-text-stroke: 1px #47823d; /* for Safari and Chrome */
  font-size: 25px;
}
.search-bar-expanded {
  display: none;
  width: 100%;
  padding: 20px 20px;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-bar-expanded.expanded {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  position: relative;
}

.search-bar-expanded select,
.search-bar-expanded input {
  border: 1px solid#47823D;
  height: 33px;
}

.search-bar-expanded input {
  width: 100%;
  border-left: none;
  outline: none;
}

.search-bar-expanded .dropdown {
  height: 33px;
  border-right: none;
}

.search-bar-expanded input::placeholder {
  color: #bdbbb8; /* Change this to your desired color */
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
}

#language-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 220px;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  top: 55px;
  height: 300px;
  overflow-x: hidden;
}

#language-dropdown::-webkit-scrollbar {
  width: 8px;
  background: white;
  scrollbar-color: rgba(0, 128, 0, 0.5) transparent;
}

#language-dropdown::-webkit-scrollbar-thumb {
  color: rgba(0, 128, 0, 0.5);
  scrollbar-color: rgba(0, 128, 0, 0.5) transparent;
  border-radius: 4px;
}

#language-dropdown {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 128, 0, 0.5) transparent;
}

#language-dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1001;
}

#language-dropdown::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 39px;
  border-width: 0 11px 11px 11px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  z-index: 1000;
}

#language-dropdown li {
  padding: 10px;
  cursor: pointer;
  padding-left: 20px;
  clear: both;
  font-family: inherit;
  line-height: 16px;
}

#language-dropdown li:hover {
  background-color: black;
  color: #ffc300;
}

.hidden {
  display: none;
}
.search-icon-expanded {
  position: absolute;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #47823d;
  height: 33px;
  width: 33px;
  right: 0px;

  gap: 0px;
  border-radius: 0px 6px 6px 0px;
  opacity: 0px;
}

.CurreContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 350px;
  margin: 50px auto;
  padding: 40px;

  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  position: absolute;
  top: 20px;
  height: 320px;
  overflow: hidden;
  overflow-y: hidden;
  background-color: rgba(
    255,
    255,
    255,
    0.6
  ); /* Slightly transparent background */
  backdrop-filter: blur(10px); /* Background blur effect */
}

.Currency-dropdown img {
  align-items: flex-start;

  width: 50% !important;
  height: 20px !important;
}
.Currency-dropdown ul li {
  list-style: none;
  margin-bottom: 8px;
  margin-right: 30px;
}

.currency-converter ul li:first-child {
  font-weight: bold !important;
  color: black;
}

.CurreContainer label {
  margin-left: -40px !important;
  margin-top: 5px;
}
.CurreContainer ul li:hover {
  
  transition: 0.3s;
  font-weight: 500;
}
.Currencyheading {
  margin-top: 0;
  color: #47823d;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

.main {
  padding: 20px;
}

.form-group,
.input-group {
  margin-bottom: 15px;
}

.hideCurrency {
  display: none;
}

@media only screen and (max-width: 5000px) {
  .logo img {
    height: 100px;
  }
  .location-selector img {
    height: 30px;
    width: 30px;
  }
  .textLocation {
    font-size: 25px;
  }
  .textLocation1 {
    font-size: 20px;
  }
  .language-converter img {
    width: 60px;
    height: 40px;
  }
  .SelectedLanguage {
    font-size: 25px;
  }
  .currency-converter img {
    height: 60px;
    width: 60px;
  }
  .search-bar {
    height: 60px;
  }
  .search-icon {
    height: 60px;
    width: 60px;
    font-size: 30px;
  }
  .search-bar input::placeholder {
    font-size: 25px;
    height: 80px;
  }
  .dropdown-button {
    height: 60px;
  }
  .login-button {
    height: 60px;
    align-items: center;
    text-align: center;
    width: fit-content;
  }
  .loginText {
    font-size: 30px;
    margin-left: 6px;
  }
  .wishListText,
  .carttext {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1643px) {
  .logo img {
    height: 80px; /* Decreased size */
  }
  .location-selector img {
    height: 25px; /* Decreased size */
    width: 25px; /* Decreased size */
  }
  .textLocation {
    font-size: 20px; /* Decreased size */
  }
  .textLocation1 {
    font-size: 18px; /* Adjusted size */
  }
  .language-converter img {
    width: 50px; /* Decreased size */
    height: auto; /* Decreased size */
  }
  .SelectedLanguage {
    font-size: 20px; /* Decreased size */
  }
  .currency-converter img {
    height: 50px; /* Decreased size */
    width: 50px; /* Decreased size */
  }
  .search-bar {
    height: 50px; /* Decreased size */
  }
  .search-icon {
    height: 50px; /* Decreased size */
    width: 50px; /* Decreased size */
    font-size: 25px; /* Decreased size */
  }
  .search-bar input::placeholder {
    font-size: 20px; /* Decreased size */
    height: 60px; /* Adjusted size */
  }
  .dropdown-button {
    height: 50px; /* Decreased size */
  }
  .login-button {
    height: 50px; /* Decreased size */
    padding-top: 10px; /* Adjusted padding */
    width: fit-content;
  }
  .loginText {
    font-size: 25px; /* Decreased size */
    margin-left: 5px;
  }
  .wishListText,
  .carttext {
    font-size: 25px; /* Decreased size */
  }
}
@media only screen and (max-width: 1415px) {
  .search-bar input {
    width: 300px;
  }
  .logo img {
    height: 70px; /* Decreased size */
  }
  .location-selector img {
    height: 20px; /* Decreased size */
    width: 20px; /* Decreased size */
  }
  .textLocation {
    font-size: 18px; /* Decreased size */
  }
  .textLocation1 {
    font-size: 16px; /* Decreased size */
  }
  .language-converter img {
    width: 40px; /* Decreased size */
    height: 25px; /* Decreased size */
  }
  .SelectedLanguage {
    font-size: 18px; /* Decreased size */
  }
  .currency-converter img {
    height: 40px; /* Decreased size */
    width: 40px; /* Decreased size */
  }
  .search-bar {
    height: 40px; /* Decreased size */
  }
  .search-icon {
    height: 40px; /* Decreased size */
    width: 40px; /* Decreased size */
    font-size: 20px; /* Decreased size */
  }
  .search-bar input::placeholder {
    font-size: 16px; /* Decreased size */
    height: 60px; /* Adjusted size */
  }
  .dropdown-button {
    height: 40px; /* Decreased size */
  }
  .login-button {
    height: 40px; /* Decreased size */
    width: fit-content;
  }
  .loginText {
    font-size: 20px; /* Decreased size */
  }
  .location-selector img {
    margin-top: 0px;
  }
  .wishListText,
  .carttext {
    font-size: 20px; /* Decreased size */
  }
}
@media only screen and (max-width: 1100px) {
  .search-bar input {
    width: 100%; /* Adjust this value as needed */
    max-width: 300px; /* Optional: set a max-width to prevent it from getting too large */
  }
  .search-bar input::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 950px) {
  .wish {
    margin-left: 5px;
  }
  .search-bar input {
    max-width: 200px;
    width: 100%;
  }
}

.locationAtMobile {
  display: flex;
  align-items: center;
  margin: 5px 18px;
  cursor: pointer;
  position: static;
  display: none;
}
.locationAtMobile img {
  width: 25px;
  height: auto;
}

@media screen and (max-width: 916px) {
  .wishListText,
  .carttext {
    display: none;
  }

  .location-selector img {
    height: 50px;
    width: 40px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .header {
    margin: 0 10px;
  }
  .header-top {
    padding: 0;
  }

  .logo img {
    margin-left: 0;
    height: 70px;
    margin-top: 5px;
  }

  .loginText {
    display: none;
  }
  .login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    background-color: #47823d; /* Adjust background color as needed */
    color: #fff;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  #userIcon {
    display: flex;
    align-items: center;
    font-size: 28px;
    padding: 8px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  #wishIcon {
    font-size: 38px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  #myCart {
    font-size: 36px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .search-bar {
    display: none;
  }
  .language-converter {
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .language-converter img {
    height: auto;
    width: 35px;
  }
  .SelectedLanguage {
    font-size: 20px;
  }
  .currency-converter img {
    height: 50px;
    width: 50px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .search-icon {
    background: transparent;
    color: #47823d;
    position: relative;
    box-shadow: none;
    height: auto;
    width: fit-content;
    font-size: 45px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .search-bar-expanded {
    position: static;
    margin-right: 50px;
  }

  .dropdown-button {
    border: 1px solid#47823D;
    height: 33px;
    border-right: none;
    outline: none;
    border-radius: 6px 0px 0px 6px;
  }
  .search-bar-expanded.expanded {
    display: flex;
  }
  #language-dropdown::before,
  #language-dropdown::after {
    left: 10%;
  }
  .CurreContainer {
    position: absolute;
    margin: 20px auto;
    right: 50px;
    top: 25px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .options-container {
    position: absolute;
  }
  .options-container {
    position: absolute;
    margin-top: 56px;
    left: 30px;
  }
}

@media (max-width: 636px) {
  .location-selector {
    display: none;
  }

  .locationAtMobile {
    display: flex;
  }

  .location-selector img {
    height: 30px;
    width: 23px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .header {
    margin: 0 10px;
  }
  .header-top {
    padding: 0;
  }

  .logo img {
    margin-left: 0;
    height: 40px;
    margin-top: 5px;
  }

  .loginText {
    display: none;
  }
  .login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

    width: 30px; /* Adjust size as needed */
    height: 30px; /* Adjust size as needed */
    background-color: #47823d; /* Adjust background color as needed */
    color: #fff;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  #userIcon {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 4px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  #wishIcon {
    font-size: 28px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  #myCart {
    font-size: 26px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .search-bar {
    display: none;
  }
  .language-converter {
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .language-converter img {
    height: auto;
    width: 20px;
  }
  .SelectedLanguage {
    font-size: 12px;
  }
  .currency-converter img {
    height: auto;
    width: 35px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .search-icon {
    background: transparent;
    color: #47823d;
    position: relative;
    box-shadow: none;
    height: auto;
    width: fit-content;
    font-size: 26px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .search-bar-expanded {
    position: static;
    margin-right: 50px;
  }

  .dropdown-button {
    border: 1px solid#47823D;
    height: 33px;
    border-right: none;
    outline: none;
    border-radius: 6px 0px 0px 6px;
  }
  .search-bar-expanded.expanded {
    display: flex;
  }
  #language-dropdown::before,
  #language-dropdown::after {
    left: 10%;
  }
  .CurreContainer {
    position: absolute;
    margin: 20px auto;
    right: 50px;
    top: 25px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .options-container {
    position: absolute;
  }
  .options-container {
    position: absolute;
    margin-top: 56px;
    left: 30px;
  }
  #language-dropdown {
    top: 45px;
  }
  #language-dropdown::before,
  #language-dropdown::after {
    left: 5%;
  }
  .options-container {
    position: absolute;
    margin-top: 56px;
    left: 30px;
  }
}
/* Apply these styles only in landscape mode on small screens */
@media (orientation: landscape) and (max-width: 750px) {
  .wishListText,
  .carttext {
    display: none;
  }

  .location-selector img {
    height: 45px;
    width: 40px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }
  .dropdown-button {
    border: 1px solid#47823D;
    height: 33px;
    border-right: none;
    outline: none;
    border-radius: 6px 0px 0px 6px;
  }
  .header {
    margin: 0 10px;
  }

  .header-top {
    padding: 0;
  }

  .logo img {
    margin-left: 0;
    height: 60px;
  }

  .loginText {
    display: none;
  }

  .login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 41px; /* Adjust size as needed */
    height: 41px; /* Adjust size as needed */
    background-color: #47823d; /* Adjust background color as needed */
    color: #fff;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  #userIcon {
    display: flex;
    align-items: center;
    font-size: 25px;
    padding: 4px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  #wishIcon {
    font-size: 42px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  #myCart {
    font-size: 40px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  .search-bar {
    display: none;
  }

  .language-converter {
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  .language-converter img {
    height: auto;
    width: 35px;
  }
  .SelectedLanguage {
    font-size: 18px;
  }
  .currency-converter img {
    height: 45px;
    width: 45px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  .search-icon {
    background: transparent;
    color: #47823d;
    position: relative;
    box-shadow: none;
    height: auto;
    width: fit-content;
    font-size: 37px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  .search-bar-expanded {
    position: static;
    margin-right: 50px;
  }

  .search-bar-expanded.expanded {
    display: flex;
  }

  #language-dropdown::before,
  #language-dropdown::after {
    left: 10%;
  }

  .CurreContainer {
    position: absolute;
    margin: 20px auto;
    right: 50px;
    top: 25px;
    box-shadow: 0px 5px 5px 0px #0000000a;
  }

  .options-container {
    position: absolute;
    margin-top: 56px;
    left: 30px;
  }
}

.mini-cart {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 300px;
  margin: 20px auto;
  padding: 20px;
  position: absolute;
  z-index: 99999;
  right: 10px;
  top: 10%;
  font-family: "Arial", sans-serif;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cart-header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.cart-header h2 {
  font-size: 24px;
  font-weight: bold;
}

.closeMiniCart {
  position: absolute;
  left: 10px;
  top: 0px;
  border: none;
  font-size: 20px;
  background: transparent;
  color: grey;
  font-weight: 500;
  cursor: pointer;
}

.cart-body {
  padding: 0;
  margin: 0;
}

.cart-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cart-item {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.item-image {
  flex: 0 0 30%;
  margin-right: 15px;
}

.item-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.item-details {
  flex: 1;
}

.item-name {
  font-weight: bold;
  margin-bottom: 5px;
  color: #47823d;
}

.item-price {
  color: darkgreen;
  margin-bottom: 5px;
}

.item-quantity {
  margin-top: 10px;
}
.miniCartQuantity {
  background-color: #47823d;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
}

.item-actions {
  flex: 0 0 20%;
  text-align: right;
}

.remove-btn {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.remove-btn:hover {
  background-color: #cc0000;
}

.cart-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
}

.total-price {
  font-weight: bold;
  margin-bottom: 10px;
}

.checkout-btn {
  background-color: #47823d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.checkout-btn:hover {
  background-color: #45a049;
}

.locationInfo {
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 8px;
  border: 1px solid #bdbbb8;
}
.chooseMyLocation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.locationPopUp {
  padding: 20px;
  text-align: center;
}

.locationHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  margin-top: 0;
  background-color: #d5d9d9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.locationHeader h2 {
  font-size: 18px;
  margin: 0;
}

.close-location {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.sign-in-btn {
  background-color: #47823d;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px 0;
}

.pincode-section {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.pincode-section::before,
.pincode-section::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}

.pincode-section::before {
  margin-right: 10px;
}

.pincode-section::after {
  margin-left: 10px;
}

.pincode-input {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  justify-content: center;
}

.pincode-input input {
  width: 60%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.pincode-input .apply-btn {
  background-color: transparent;
  border: 1px solid #d5d9d9;
  color: #565959;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.locationPopUp p {
  word-wrap: break-word; /* Ensures long words wrap to the next line */
  white-space: normal; /* Ensure white space is normal */
  text-align: left;
  color: #555;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #47823d;
  color: #ffff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font: bold;
  font-weight: 900;
}

#myBtn:hover {
  background-color: #555;
}
