.woocommerce .password-input,
.woocommerce-page .password-input{
  position: relative;
  display: block;
}

.woocommerce .password-input > input,
.woocommerce-page .password-input > input{
  padding-right: 44px;
}

.woocommerce .password-input .show-password-input,
.woocommerce-page .password-input .show-password-input{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  line-height: 1;
}

.woocommerce .password-input .show-password-input::before,
.woocommerce-page .password-input .show-password-input::before{
  font-family: dashicons;
  font-size: 18px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
  content: "\f177";
  color: currentColor;
  opacity: .7;
}

.woocommerce .password-input .show-password-input:hover::before,
.woocommerce-page .password-input .show-password-input:hover::before{
  opacity: 1;
}

.widget.woocommerce.widget_layered_nav_filters {
  display: none;
}

/* Base product hover: quantity immediately to the right of “Add to cart” (child content-product-base.php). */
.wd-product.wd-hover-base .bb-loop-add-qty-after {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.wd-product.wd-hover-base .bb-loop-add-qty-after .quantity {
  margin: 0;
}

.wd-wishlist-head .wd-social-icons {
  display: none;
}