.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background-color: transparent !important;
    border-radius: 0;
    border: 0;
    color: var(--wc-form-color-text, #000);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}



@media (max-width: 466px) 
{
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 10px 7px !important;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 5px;
    line-height: 1.5em
}
.woocommerce table.shop_table thead th
{
	font-size: 14px;
	color: #299973 !important;
	text-transform: capitalize;
}
.shop_table th[scope="row"] {
    text-align: left;
    padding-left: 3%!important;
}
.woocommerce td.product-quantity 
{
	min-width: 120px;
}
}
