#my_account_profile_wrapper #show_pass {
	position: absolute;
    right: 20px;
    top: 8px;
    z-index: 99;
}
#my_account_profile_wrapper #reset_password_wrapper {
	margin-bottom: 15px;
}
#my_account_profile_wrapper .element_label {
	display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
#my_account_profile_wrapper #shipping_address_edit_form {
	margin-top: 20px;
}
#my_account_profile_wrapper #shipping_address_edit_form .alert {
	width: 98%;
}
#my_account_profile_wrapper input[type="submit"],
#my_account_profile_wrapper input[type="button"] {
	display: block;
}
#my_account_profile_wrapper span.title {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: 700;
	display: inline-block;
}
#my_account_profile_wrapper #shipping_address_edit_form input[type="text"], 
#my_account_profile_wrapper #shipping_address_edit_form textarea,
#my_account_profile_wrapper #shipping_address_edit_form input[type="password"], 
#my_account_profile_wrapper #shipping_address_edit_form select {
	width: 100%;
	margin-bottom: 0;
}	
#my_account_profile_wrapper #shipping_address_edit_form > form div#shippingzippostalcode_wrapper {
	margin-right: 2%;
}
#my_account_profile_wrapper #shipping_address_edit_form > form > div#shippingzippostalcode_wrapper, 
#my_account_profile_wrapper #shipping_address_edit_form > form > div#shippingemailaddress_wrapper, 
#my_account_profile_wrapper #save_shipping_address > div#shippingzippostalcode_wrapper, 
#my_account_profile_wrapper #billing_form_wrapper > div#billingemailaddress_wrapper, 
#my_account_profile_wrapper .billing_form_wrapper_existing_payment > div#billingemailaddress_wrapper {
		margin-right: 2%;
}
#my_account_profile_wrapper #billing_address_wrapper input[type="text"], 
#my_account_profile_wrapper #billing_address_wrapper textarea,
#my_account_profile_wrapper #billing_address_wrapper input[type="password"], 
#my_account_profile_wrapper #billing_address_wrapper select {	
	margin-bottom: 0;
	width: 100%;
}
#my_account_profile_wrapper #billing_address_wrapper div#billingzippostalcode_wrapper {
	margin-right: 2%;
}
.wholesale_order_form_column .chosen-container-multi .chosen-choices {
	border-radius: 0;
	border: 1px solid #e7e7e7;
	min-height: 38px;
}
.wholesale_order_form_column .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 16px;
    height: 32px;
    min-width: 200px;
}
@media(max-width: 1150px) {
	#my_account_profile_wrapper {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}
@media(max-width: 767px) {
	#my_account_profile_wrapper #shipping_address_edit_form .alert {
		width: 100%;
	}
	#my_account_profile_wrapper label.fancy_label span {
		display: inline-block;
		font-weight: 700;
		font-size: 16px;
		line-height: 19px;
	}
	#my_account_profile_wrapper #shipping_address_edit_form_content form > div,
	#my_account_profile_wrapper #billing_address_wrapper > div,
	#my_account_profile_wrapper .billing_form_wrapper_existing_payment > div,
	#my_account_profile_wrapper .billing_form_wrapper_existing_payment > div {
		width: 100%;
	}
}