.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


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

/** General >> Produktbeschreibug Kasse **/
.product-desc {
	display: none !important;
}

/** General >> Kassenartikel **/
.cart_item {
	font-size: 13px !important;
}

/** General >> Kassenartikel Spalte Preis **/
.woocommerce table.shop_table td {
	font-size: 13px !important;
	vertical-align: top !important;
}

/** General >> Kassenartikel Spalte Produktname **/
.woocommerce-page.woocommerce-checkout form #order_review td {
	font-size: 13px !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
}

/** General >> Kassenartikel Spalte Zusatztexte **/
.woocommerce-page.woocommerce-checkout form #order_review td {
	font-size: 13px !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
}

/** General >> Kasse Produktname **/
.ast-product-name {
	font-size: 15px !important;
}

/** General >> Kasse Menge **/
.product-quantity {
	margin-right: 22px !important;
}

/** General >> Customer details **/
#customer_details {
	max-width: 550px !important;
}

/** General >> Order review **/
#order_review {
	min-width: 588px !important;
}

/** General >> Order review heading **/
#order_review_heading {
	min-width: 588px !important;
}

/** General >> Site title link **/
.site-title a {
	text-decoration: none !important;
}

/** General >> Masthead ast custom button link **/
#masthead .ast-custom-button-link {
	text-decoration: none !important;
}

/** General >> Plus qty **/
#plus_qty {
	text-decoration: none !important;
}

/** General >> Minus qty **/
#minus_qty {
	text-decoration: none !important;
}

/** General >> Post password form **/
.post-password-form {
	margin-top: 215px !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Post password form **/
	.post-password-form {
	margin-top: 190px !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Customer details **/
	#customer_details {
	max-width: none !important;
}

	/** General >> Order review **/
	#order_review {
	min-width: 0 !important;
}

	/** General >> Order review heading **/
	#order_review_heading {
	min-width: 0 !important;
}

	/** General >> Order review variation **/
	#order_review .variation {
	display: none !important;
}

}

