/*!
Theme Name:   Insteria Child
Template:     insteria
Version:      1.0.0
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

*/

.product-table-type-1-item-add-to-cart-quantity {
	max-width: 9em;
}

.product-table-type-1-item-add-to-cart-quantity [type=number] {
    width: 54px;
}

.wp-pwd {
	position: relative;
}

.wp-pwd .wp-hide-pw {
	position: absolute;
	top: 2px;
	right: 2px;
	
	height: 32px;
	width: 32px;
	background: #fff;
	border: none;
	border-radius: 4px;
}

.wp-pwd .wp-hide-pw .bi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wp-pwd .wp-hide-pw .bi-eye {
	display: block;
}

.wp-pwd .wp-hide-pw .bi-eye-slash {
	display: none;
}

.wp-pwd .wp-hide-pw.show .bi-eye {
	display: none;
}

.wp-pwd .wp-hide-pw.show .bi-eye-slash {
	display: block;
}
