/*  MICROTHEMER STYLES  */


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

/** General >> Place order **/
#place_order {
	width: 200px !important;
	height: 48px !important;
	position: relative !important;
	top: -60px !important;
}

/** General >> Content woocommerce **/
#content .woocommerce {
	text-align: left !important;
}

/** General >> Heading 3 **/
#primary h3 {
	position: relative !important;
}

/** General >> Woocommerce checkout **/
#content .woocommerce-checkout {
	max-height: 200px !important;
}

/** General >> Customer details **/
#customer_details {
	position: static !important;
	float: left !important;
}

/** General >> Div **/
.elementor-widget-wrap > div:nth-of-type(4) > div:nth-of-type(1) > div {
	text-align: left !important;
}

/** General >> Woo variation gallery theme astra **/
.woo-variation-gallery-theme-astra {
	text-align: left !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> Place order **/
	#place_order {
	width: 200px !important;
}

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

}


/*( < 980 )*/
@media (max-width: 979.98px) {
	/** General >> Place order **/
	#place_order {
	width: 200px !important;
}

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

}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Place order **/
	#place_order {
	width: 200px !important;
}

	/** General >> Content woocommerce **/
	#content .woocommerce {
	position: relative !important;
}

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

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Place order **/
	#place_order {
	width: 200px !important;
}

}

