/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Ticket content **/
.ehf-stylesheet-hello-elementor .ticket_content {
	margin-top: 150px !important;
}

/** Geral >> Button **/
.fc-checkout-step--next-step-incomplete .button {
	background-color: rgb(0, 135, 33) !important;
}

/** Geral >> Mp checkout custom available payments header **/
#mp-custom-checkout-form-container .mp-checkout-custom-available-payments-header {
	color: rgb(0, 137, 50) !important;
}

/** Geral >> Mp icon **/
#mp-custom-checkout-form-container .mp-icon {
	color: rgb(0, 137, 50) !important;
}

/** Geral >> Mp checkout custom available payments text **/
#mp-custom-checkout-form-container .mp-checkout-custom-available-payments-text {
	color: rgb(0, 137, 50) !important;
}

/** Geral >> Mp terms and conditions link **/
#mp-custom-checkout-form-container .mp-terms-and-conditions-link {
	color: rgb(0, 137, 50) !important;
}

/** Geral >> Place order **/
#place_order {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(0, 137, 50) !important;
}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** Geral >> Place order **/
	#place_order {
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
}
.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step {
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
}

}

