/*  MICROTHEMER STYLES  */


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

/** General >> Place order **/
#place_order {
	width: 400px !important;
}


/*( < 480 )*/
@media (max-width: 479.98px) {

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

	/** General >> Place order **/
	#place_order {
	width: 360px !important;
}


}

