/*  MICROTHEMER STYLES  */


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

/** General >> Fluentform 1 [type="submit"] **/
#fluentform_1 [type="submit"] {
	font-size: 16px !important;
	text-transform: uppercase !important;
	background-color: rgb(18, 131, 65) !important;
	padding: 10px 45px 10px 45px !important;
}

/** General >> Place order **/
#place_order {
	color: rgb(255, 255, 255) !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	background-color: rgb(18, 131, 65) !important;
	border-radius: 7px !important;
}

/** General >> Place order (:hover) **/
#place_order:hover {
	color: rgb(40, 39, 39) !important;
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Pf button **/
.pf-button {
	padding-top: 60px !important;
}

