/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woocommerce-EditAccountForm.edit-account fieldset{
	display:none;
}
/* Position the eye icon next to the password field */
.confirm-password-field {
    position: relative;
}

.confirm-password-field .show-password-input {
    right: 0px;
    top: 40%;
}
.post-type-archive-product .wd-title-wrapp{
    display: block;
}
.nurawell-sponsor-shop{
    font-size:24px;
    font-weight: 600;
    color:#000;
}
.post-type-archive-product .wd-title-wrapp .nurawell-sponsor-shop{
    color: #fff;
    font-size: 30px;
}
.wc-bacs-bank-details-account-name{
    padding-top: 10px;
}
.wallet-password-eye {
    position: relative;
}
.wallet-password-eye .toggle-icon {
    position: absolute;
    right: 22px;
    top: 10px;
    z-index: 3;
}
.wallet-password-eye #eye-icon1 {
    width: 20px;
    height: 20px;
    fill: #666;
}
.order-total .includes_tax{
    display: none;
}