.article_form {
	display: block !important;
}

.order-article {
	float: right;
	width: 100%;
}

.article_form label {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.article_form .woocommerce-form-row {
	margin-bottom: 15px;
}

.article_form input,.article_form textarea {
	width: 75%;
}

.article_form input[type="checkbox"] {
	width: auto;
}

.article_form .field-toggle {
	display: none;
}

.article_form .field-buttons {
	display: none;
}

.article_form .field-toggle label {
	display: block!important;
}
