/* Avatar entfernen */
.woocommerce-MyAccount-tabs .oceanwp-user-profile .user-info {
	padding: 10px 0px 0px 0px !important;
}
.woocommerce-MyAccount-tabs .oceanwp-user-profile .image {
	display: none !important;
}

/* Login/Register:  */
.oec-myaccount-form-register,
.oec-myaccount-form-login {
	border-width: 0px !important;
}

/* Überschrift formatieren: keine ahnung, warum das nötig ist, da überschreibt WooCommerce wohl einiges */
.account-side-style .woocommerce #customer_login h2 {
    font-size: 3rem !important;
    border-bottom: none !important;
}


/* My Account: order responsive (official from OceanWP) */
@media screen and (max-width: 767px) {
	.woocommerce table.shop_table thead {
		display: none;
	}
	.woocommerce table.shop_table td {
		display: block;
		text-align: right!important;
	}
	.woocommerce table.shop_table td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
}

/* My Account: Download responsive (official from OceanWP) */
@media screen and (max-width: 767px) {
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
	}
}

/* Dashboard: menü ausblenden*/
#ichmussweg .woocommerce-MyAccount-tabs {
  display: none !important;
}
#ichmussweg mark {
	background: none !important;
	color: #ff8400 !important;
}



