<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  MICROTHEMER STYLES  */


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

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

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

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

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

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

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

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


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

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

}


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

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

}


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

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

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

}


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

}

</pre></body></html>