.toolbar .toolbar-icon-custom-commerce-admin:before {
	background-image: url(../images/cart.svg);
}
.toolbar .toolbar-icon-custom-commerce-admin:active:before, 
.toolbar .toolbar-icon-custom-commerce-admin.is-active:before {
	background-image: url(../images/cart_hover.svg);
}

#custom-product-add-form #field-product-type input.error ~ label {
	color: #e62600;
}
#custom-product-add-form #field-product-type input.error,
#custom-product-add-form #field-product-type input.error:focus {
	box-shadow: none;
}