/* html.is-reveal-open #wpadminbar {
		position: fixed;
	}
} */
.site-main> .woocommerce-error-new-:before, .woocommerce-notices-wrapper> .woocommerce-error-new:before, .woocommerce> .woocommerce-error-new:before{
	display: none !important;
}
.site-main>.woocommerce-error-new, .woocommerce-notices-wrapper>.woocommerce-error-new, .woocommerce>.woocommerce-error-new{
	display: block !important;
	    list-style-type: disc !important;
		    list-style-position: inside !important;
			padding-left: 20px !important;


}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p{
	display: inline;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-bottom: 1.25rem;
}
button.show-password-input::after {
    content: ' ';
    width: 20px;
    height: 1px;
    border: 1px solid #515151;
    position: absolute;
    border-radius: 25px;
    top: 10px;
    left: 0;
    transform: rotate(45deg);
	display: none;
  
}
button.show-password-input.display-password::after {
	  display: block;
}