.product-type-variable .legacy-itemprop-offers {
	display: none !important;
}

.fusion-pricingtable-column {
	cursor: default !important;
}

#billing_anrede, #extra_billing_anrede\[\] {
	margin-left: 10px;
}

.woocommerce-extra-billing-fields__field-wrapper .form-row-first {
	float: left;
	width: 48%;
}

.woocommerce-extra-billing-fields__field-wrapper .form-row-last {
	float: right;
    width: 48%;
}

.pl_staete_alle {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pl_staete_alle ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    width: 210px;
}

@media only screen and (max-width: 768px) {
	.woocommerce-extra-billing-fields__field-wrapper .form-row-first {
		width: 100%;
	}
	.woocommerce-extra-billing-fields__field-wrapper .form-row-last {
		width: 100%;
	}	
	#order_review .fusion-product-name-wrapper {
		display: block;
	}
	#order_review .product-info {
	    font-size: 0.9em;
	}
	#order_review > table > tfoot > tr.order-total > th {
		padding-right: 0;
		text-align: left;
	}

	
/*
	#order_review > table tr td, #order_review > table tr th {
		display: block;
	}
*/
}

.single-product .related.products {
	display: none;
}