/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Heading 3 link **/
h3 a {
	font-family: Arial !important;
	color: rgb(0, 0, 0) !important;
	font-size: 12px !important;
	line-height: normal !important;
	font-weight: bolder !important;
	font-variant: normal !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	letter-spacing: 0 !important;
	word-wrap: break-word !important;
	white-space: pre-line !important;
	vertical-align: bottom !important;
	padding-top: 0 !important;
	display: block !important;
	cursor: auto !important;
	content: none !important;
}

/** General >> Customer details woocommerce billing fields **/
#customer_details .woocommerce-billing-fields {
	visibility: ;
}

/** General >> Customer details woocommerce additional fields **/
#customer_details .woocommerce-additional-fields {
	top: 320px !important;
	bottom: 10px !important;
	left: 0 !important;
	right: 750px !important;
}

/** General >> Payment heading 4 **/
#payment h4 {
	visibility: hidden !important;
}

/** General >> Payment paragraph **/
#payment p {
	font-size: 22px !important;
}

/** General >> Customer details **/
#customer_details {
	position: static !important;
	top: 0 !important;
	bottom: 0 !important;
}

/** General >> Order comments field **/
#order_comments_field {
	
}

