.password-input {
	position: relative;
}
.password-input .show-password-input.display-password {
	background-image: url("https://swachha.in/wp-content/uploads/2025/02/woo-eye-icon.png");
}
.password-input .show-password-input {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: transparent;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  background-image: url("https://swachha.in/wp-content/uploads/2025/02/woo-eyebrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  width: 28px;
  height: 28px;
}
.woocommerce-flex-wrapper {
	display: flex;
	gap: 30px;
}
@media only screen and (max-width:767px) {
  .woocommerce-flex-wrapper {
    gap: 0px;
    flex-wrap: wrap;
  }
}