/**
* Theme Name: Axtronic Child
* Description: This is a child theme of Axtronic, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: axtronic
* Version: 1.7.1
*/

.site-account-side .box-content .img-label{
	width: 150px;
}

form.woocommerce-form.woocommerce-form-register.register {
	height: 600px;
	display: block;
	overflow: scroll;
}

@media only screen and (max-width: 768px) {
	form.woocommerce-form.woocommerce-form-register.register {
		height: 450px;
	}
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment a:after{
	content: "\e048";
}