body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
	background: #fcfcfc;
}

body.woocommerce-cart section svg,
body.woocommerce-checkout section svg,
body.woocommerce-account section svg {
	max-width: 25px;
}

#billing_country_field {
	display: none;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .woocommerce-notices-wrapper,
.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .wc-empty-cart-message,
.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .return-to-shop {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .woocommerce-cart-form,
.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals {
	flex: 0 0 auto;
	max-width: 100%;
	width: 70%;
}

.mM_woocommerce_content .mM_woocommerce_title {
	font-size: 2.8125rem;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .woocommerce-cart-form {
	padding-right: 13px;
}

.mM_woocommerce_content .mM_woocommerce_content_inner .woocommerce .checkout-button {
	display: flex;
	background: #3846a3 !important;
	width: 100%;
	border-radius: 34px;
	cursor: pointer;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .checkout-button {
	height: 58px;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1rem;
	padding: 1em;
}

.mM_woocommerce_content .mM_woocommerce_content_inner .woocommerce .checkout-button:hover {
	background: #7993e2 !important;
}

.mM_woocommerce_content .mM_woocommerce_content_inner .woocommerce .checkout-button .verlinkung_beschriftung {
	width: calc(100% - 58px);
	justify-content: space-between;
}

.mM_woocommerce_content .mM_woocommerce_content_inner .woocommerce .checkout-button .verlinkung_beschriftung * {
	color: var(--primarbutton_font_color);
}

.mM_woocommerce_content .mM_woocommerce_content_inner .woocommerce .checkout-button svg {
	width: 23px;
}

.mM_woocommerce_content .mM_shop_table_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 17px 0;
}

.mM_woocommerce_checkout .mM_shop_table_footer {
	padding: 0 30px;
}

.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row {
	justify-content: space-between;
}

.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row .mM_order_label {
	width: 30%;
}

.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row .mM_order_value {
	width: 40%;
	font-weight: 600;
	text-align: right;
}

.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row .mM_order_value * {
	font-weight: 600;
}

.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row.cart_item {
	border-bottom: 1px solid #dfdedf;
	padding: 17px 30px;
}

.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row:not(.cart_item):not(.woocommerce-orders-table__row) {
	padding: 17px 0;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row > div {
	flex: 0 0 auto;
	max-width: 100%;
	width: 15%;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-quantity,
.mM_woocommerce_cart .woocommerce-cart-form .mM_shop_table_row .product-subtotal {
	width: 20%;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row > div:not(.mM_shop_table_first_elem) {
	text-align: center;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .mM_shop_table_first_elem {
	width: 45%;
}

.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .mM_shop_table_first_elem {
	display: flex;
	align-items: center;
	gap: 0 20px;
	margin-left: -30px;
	margin-right: 30px;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.woocommerce-checkout .mM_woocommerce_content .shop_table {
	background: transparent;
}

.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_row .product-name {
	width: 75%;
	display: flex;
	align-items: center;
}

.woocommerce-checkout.woocommerce-order-received .mM_woocommerce_content .mM_shop_table_row .product-name {
	gap: 0 10px;
}

.woocommerce-checkout.woocommerce-order-received .mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row:not(.cart_item):not(.woocommerce-orders-table__row) {
	padding: 7px 0;
}

.woocommerce-checkout:not(.woocommerce-order-received) .mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .product-name {
	margin-left: -30px;
	margin-right: 30px;
}

.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_row .product-total {
	width: 25%;
}

.mM_shop_table_header {
	margin-bottom: 37px;
}

.mM_shop_table_header .mM_shop_table_row {
	background: #f5f5f5;
	border-radius: 15px;
	padding: 25px 30px;
}

.mM_shop_table_header .mM_shop_table_row * {
	color: rgba(28,21,28,.5);
}

.mM_woocommerce_content .mM_shop_table_row .product-thumbnail a,
.mM_woocommerce_content .mM_shop_table_row .wc-gzd-product-name-left {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #f1f1f3;
	width: 90px;
	height: 90px;
	max-width: none;
}

.mM_woocommerce_content .mM_shop_table_row .product-thumbnail a img,
.mM_woocommerce_content .mM_shop_table_row .wc-gzd-product-name-left img {
	width: auto;
	max-height: 100%;
}

.mM_woocommerce_content .mM_shop_table_row .product-name,
.mM_woocommerce_content .mM_shop_table_row .product-price,
.mM_woocommerce_content .mM_shop_table_row .product-subtotal,
.mM_woocommerce_content .mM_shop_table_row .product-total {
	font-size: .875rem;
}

.mM_woocommerce_content .mM_shop_table_row .product-name .wc-gzd-product-name-right {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 110px);
}

.mM_woocommerce_content .mM_shop_table_row .product-name .wc-gzd-product-name-right .units-info {
	width: 100%;
}

.mM_woocommerce_content .mM_shop_table_row .product-name a,
.mM_woocommerce_content .mM_shop_table_row .product-name .wc-gzd-product-name-right,
.mM_woocommerce_content .mM_shop_table_row .woocommerce-Price-amount,
.mM_woocommerce_content .mM_shop_table_row .product-subtotal span {
	font-weight: 600;
}

.mM_woocommerce_cart .mM_shop_table_row .product-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mM_woocommerce_cart .mM_shop_table_row .product-subtotal .mM_woocommerce_cart_subtotal_price {
	flex: 0 0 auto;
	max-width: 100%;
	width: 75%;
}

.mM_woocommerce_cart .mM_shop_table_row .product-subtotal .mM_cart_remove {
	display: inline-block;
	flex: 0 0 auto;
	max-width: 100%;
	width: 25%;
}

.mM_woocommerce_cart .mM_shop_table_row .product-subtotal .mM_cart_remove svg {
	max-width: 30px;
	fill: #3846a3;
	-webkit-transition: -webkit-transform .4s, fill .4s;
	-moz-transition: -moz-transform .4s, fill .4s;
	-ms-transition: -ms-transform .4s, fill .4s;
	-o-transition: -o-transform .4s, fill .4s;
	transition: transform .4s, fill .4s;
}

.mM_woocommerce_cart .mM_shop_table_row .product-subtotal .mM_cart_remove:hover svg {
	fill: #7993e2;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.mM_woocommerce_content .mM_shop_table_row .product-name p,
.mM_woocommerce_content .mM_shop_table_row .product-name p *,
.mM_woocommerce_content .mM_shop_table_row .product-price .wc-gzd-cart-info,
.mM_woocommerce_content .mM_shop_table_row .product-price .wc-gzd-cart-info * {
	color: #abaaad;
	font-size: .75rem;
}

.mM_woocommerce_content .mM_shop_table_row .wc-gzd-cart-info.deposit-packaging-type {
	display: none;
}

.mM_woocommerce_content .mM_shop_table_row .product-quantity {
	display: flex;
	justify-content: center;
	gap: 0 7px;
}

.mM_woocommerce_content .mM_shop_table_row .product-quantity .m32_produkt_quantity_change_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	background: #3846a3;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #3846a3;
	color: #fff;
	cursor: pointer;
	border-radius: 10px;
	-webkit-transition: background .4s, color .4s, opacity .4s, border-color .4s;
	-moz-transition: background .4s, color .4s, opacity .4s, border-color .4s;
	-ms-transition: background .4s, color .4s, opacity .4s, border-color .4s;
	-o-transition: background .4s, color .4s, opacity .4s, border-color .4s;
	transition: background .4s, color .4s, opacity .4s, border-color .4s;
}

.mM_woocommerce_content .mM_shop_table_row .product-quantity .m32_produkt_quantity_change_button.disabled {
	background: #fcfcfc;
	border: 1px solid #fcfcfc;
	color: #1c151c;
	cursor: not-allowed;
	opacity: .4;
}

.mM_woocommerce_content .mM_shop_table_row .product-quantity .m32_produkt_quantity_change_button:not(.disabled):hover {
	background: #7993e2;
	border-color: #7993e2;
	color: #fff;
}

.mM_woocommerce_content .mM_shop_table_row .product-quantity input {
	width: 53px;
	height: 34px;
	text-align: center;
	-moz-appearance: textfield;
	border: none;
	border-radius: 10px;
	background: #fcfcfc;
	color: #1c151c;
	outline: none !important;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon {
	display: flex;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon input {
	background: #f8f8f8;
	outline: none !important;
	backdrop-filter: blur(16px);
	border: 1px solid #dfdedf;
	border-radius: 15px;
	color: #1c151c;
	height: 58px;
	padding: 0 30px;
	font-size: .875rem;
}

.mM_woocommerce_content ::-webkit-input-placeholder {
  color: #263070;
  opacity: .5;
}

.mM_woocommerce_content ::-moz-placeholder {
	 color: #263070;
	opacity: .5;
}

.mM_woocommerce_content :-ms-input-placeholder {
	color: #263070;
	opacity: .5;
}

.mM_woocommerce_content :-moz-placeholder {
	color: #263070;
	opacity: .5;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon button {
	color: #fff;
	background: #3846a3;
	border-radius: 15px;
	border: 1px solid #3846a3;
	height: 58px;
	align-items: center;
	padding: 0 30px;
	font-weight: 400;
	font-size: .875rem;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon button:hover {
	background: #7993e2;
	color: #fff;
	border-color: #7993e2;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button,
.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button:disabled {
	height: 58px;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	font-size: .875rem;
	margin-bottom: 0;
	border-radius: 34px;
	border: none;
	color: #fff;
	background: #3846a3;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button .verlinkung_beschriftung {
	color: #fff;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button:not(:disabled):hover {
	background: #7993e2;
}

.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button svg {
	width: 17px;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals {
	width: 30%;
	padding-left: 13px;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	position: relative;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_cart_totals_bg {
	position: absolute;
	left: -15px;
	top: 50%;
	width: calc(100% + 15px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals > div:not(.mM_cart_totals_bg) {
	position: relative;
	z-index: 2;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_sums {
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #f1f1f3;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row {
	padding: 0;
	justify-content: space-between;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM-tax-totals {
	width: 100%;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM-tax-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row .amount {
	font-weight: 600;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row {
	padding: 29px 30px;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row:not(.order-total) {
	border-bottom: 1px solid #f1f1f3;
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row:not(.order-total) *,
.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row:not(.order-total) {
	color: rgba(28,21,28,.5);
}

.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals .cart_totals .mM_shop_table_row.order-total {
	font-weight: 600;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-form-coupon-toggle,
.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .checkout_coupon {
	display: none !important;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout label:not(.woocommerce-form__label):not(.mM_payment_label),
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper label:not(.woocommerce-form__label):not(.mM_payment_label) {
	display: none;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout .mm_delivery_time label {
	display: block !important;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout .mM_checkout_form_item {
	flex: 0 0 auto;
	max-width: 100%;
	width: 65%;
	padding-right: 6px;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout .mM_checkout_totals_container {
	flex: 0 0 auto;
	max-width: 100%;
	width: 35%;
	padding-left: 6px;
}

.mM_woocommerce_akkordeon_container {
	background: #fff;
	border: 1px solid #f1f1f3;
	border-radius: 15px;
	margin-bottom: 25px;
}

.mM_save_details {
	margin-top: 30px !important;
}

.mM_woocomerce_activator {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	padding: 0 30px;
	border-bottom: 1px solid #f1f1f3;
	border-radius: 15px;
	background: #fff;
	cursor: pointer;
}

.mM_woocomerce_activator * {
	cursor: pointer;
}

.mM_woocomerce_activator .mM_woocommerce_activator_label {
	font-weight: 600;
}

.mM_woocomerce_activator .mM_woocommerce_activator_icon {
	display: inline-flex;
	width: 49px;
	height: 49px;
	justify-content: center;
	align-items: center;
	background: #fcfcfc;
	border-radius: 10px;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
}

.mM_woocomerce_activator .mM_woocommerce_activator_icon svg {
	fill: #1c151c;
	width: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

.mM_woocomerce_activator:hover .mM_woocommerce_activator_icon svg,
.mM_woocomerce_activator[data-active="true"] .mM_woocommerce_activator_icon svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mM_woocommerce_akkordeon_content {
	overflow: hidden;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner {
	padding: 35px 30px;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper,
.mM_woocommerce_account .woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper *,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper *,
.mM_woocommerce_account .woocommerce-EditAccountForm * {
	float: none !important;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper > *,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper > *,
.mM_woocommerce_account .woocommerce-EditAccountForm > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .form-row:not(:last-child),
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .form-row:not(:last-child),
.mM_woocommerce_account .woocommerce-EditAccountForm .form-row:not(:last-child) {
	margin-bottom: 10px;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .form-row:last-child,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .form-row:last-child,
.mM_woocommerce_account .woocommerce-EditAccountForm .form-row:last-child {
	margin-bottom: 0;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .form-row.mm_margin_bottom,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .form-row.mm_margin_bottom {
	margin-bottom: 30px;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_half,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_half,
.mM_woocommerce_account .woocommerce-EditAccountForm .form-row:not(.form-row-wide) {
	width: 50%;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_two_third,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_two_third {
	width: 66.666666%;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_one_third,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_one_third {
	width: 33.33333%;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_half.mm_half_first,
.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_third_first,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_half.mm_half_first,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_third_first,
.mM_woocommerce_account .woocommerce-EditAccountForm .form-row.form-row-first {
	padding-right: 5px;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_half.mm_half_last,
.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_third_last,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_half.mm_half_last,
.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_third_last,
.mM_woocommerce_account .woocommerce-EditAccountForm .form-row.form-row-last {
	padding-left: 5px;
}

.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_delivery_location .woocommerce-input-wrapper,
.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_delivery_location .woocommerce-input-wrapper .select2 {
	display: block;
	width: 100%;
	max-width: 100%;
}

.mM_woocommerce_content .woocommerce-input-wrapper {
	display: block;
}

.mM_woocommerce_content .woocommerce-input-wrapper input,
.mM_woocommerce_account .woocommerce-EditAccountForm input,
.mM_woocommerce_account .woocommerce-form input,
.mM_woocommerce_checkout form.login.woocommerce-form-login input,
.mM_woocommerce_checkout .select-selected {
	color: #1c151c;
	font-size: .875rem;
	background: rgba(245,245,245,1);
	border-radius: 15px;
	border: 1px solid transparent;
	outline: none !important;
	height: 58px;
	padding: 0 30px;
}

.mM_woocommerce_checkout .select-selected {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: border-radius .4s;
	-moz-transition: border-radius .4s;
	-ms-transition: border-radius .4s;
	-o-transition: border-radius .4s;
	transition: border-radius .4s;
}

.mM_woocommerce_checkout .select-selected.select-arrow-active {
	border-radius: 15px 15px 0 0;
}

.mM_woocommerce_checkout .select-arrows {
	margin-right: 6px;
	margin-left: 17px;
}

.mM_woocommerce_checkout .mm_select_container .select-selected svg {
	width: 5px;
	fill: #1c151c;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

.mM_woocommerce_checkout .mm_select_container .select-selected:hover svg,
.mM_woocommerce_checkout .mm_select_container .select-selected.select-arrow-active svg {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mM_woocommerce_checkout .mm_select_container {
	position: relative;
}

.mM_woocommerce_checkout .select-items {
	height: 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0;
	overflow-y: scroll;
	background: rgba(245,245,245,1);
	border-radius: 0 0 15px 15px;
	z-index: 5;
}

.mM_woocommerce_checkout .select-items div {
	cursor: pointer;
	padding: 10px 30px 12px;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.mM_woocommerce_checkout .select-items div:hover,
.mM_woocommerce_checkout .select-items div.same-as-selected {
	background: #1c151c;
	color: #fff;
}

.mM_woocommerce_content .woocommerce form .form-row .woocommerce-input-wrapper textarea {
	color: #1c151c;
	font-size: .875rem;
	background: rgba(245,245,245,1);
	border-radius: 15px;
	border: 1px solid transparent;
	outline: none !important;
	height: 123px;
	padding: 15px 30px;
	resize: none;
}

.mM_woocommerce_akkordeon_content .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #1c151c;
	font-size: .875rem;
}

.mM_woocommerce_akkordeon_content .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
	padding-left: 30px;
	padding-right: 40px;
}

.mM_woocommerce_akkordeon_content .select2-container--default .select2-selection--single {
	background: rgba(245,245,245,1);
	border-color: transparent;
	border-radius: 15px;
	height: 58px;
	display: flex;
	align-items: center;
}

.woocommerce form .form-row .select2-container {
	max-width: 100%;
}

.mM_woocommerce_akkordeon_content .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mM_woocommerce_akkordeon_content .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #1c151c transparent transparent transparent;
}

.mM_woocommerce_shipping_container .mM_woocommerce_shipping_label {
	display: block;
	width: 100%;
	height: 100%;
}

.mM_woocommerce_shipping_container .mM_woocommerce_shipping_label label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.mM_woocommerce_shipping_container .mM_woocommerce_shipping_label input {
	display: none;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: none;
	padding: 0;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li, 
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li, 
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li {
	font-size: .875rem;
	color: #1c151c;
	padding: 23px 30px;
	border: 1px solid #f1f1f3;
	background: transparent;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li.active,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li.active,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li.active {
	background: #f6f6f6;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li:first-child,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li:first-child,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li:first-child {
	border-radius: 15px 15px 0 0;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li:last-child,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li:last-child,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li:last-child {
	border-radius: 0 0 15px 15px;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li:not(:last-child),
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li:not(:last-child),
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li:not(:last-child) {
	border-bottom: none;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input {
	display: none;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input + label,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input + label,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input + label {
	position: relative;
	padding-left: 33px;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input + label img,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input + label img,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input + label img {
	float: none;
	margin: 0;
	margin-top: 5px;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input + label:after,
#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input + label:before,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input + label:after,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input + label:before,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input + label:after,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: #fafafa;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
	-webkit-transition: background .4s, opacity .4s;
	-moz-transition: background .4s, opacity .4s;
	-ms-transition: background .4s, opacity .4s;
	-o-transition: background .4s, opacity .4s;
	transition: background .4s, opacity .4s;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input + label:before,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input + label:before,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input + label:before {
	width: 10px;
	height: 8px;
	left: 5px;
	top: 10px;
	background: url('../img/check.png');
	background-size: contain;
	background-position: center;
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	z-index: 2;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input:checked + label:before,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input:checked + label:before,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input:checked + label:before {
	opacity: 1;
}

#add_payment_method .mM_woocommerce_content #payment ul.payment_methods li input:checked + label:after,
.woocommerce-cart .mM_woocommerce_content #payment ul.payment_methods li input:checked + label:after,
.woocommerce-checkout .mM_woocommerce_content #payment ul.payment_methods li input:checked + label:after {
	background: #3846a3;
}

#add_payment_method .mM_woocommerce_content #payment div.payment_box:before,
.woocommerce-cart .mM_woocommerce_content #payment div.payment_box:before,
.woocommerce-checkout .mM_woocommerce_content #payment div.payment_box:before {
	display: none;
}

#add_payment_method .mM_woocommerce_content #payment div.payment_box,
.woocommerce-cart .mM_woocommerce_content #payment div.payment_box,
.woocommerce-checkout .mM_woocommerce_content #payment div.payment_box {
	padding: 0;
	margin: 0;
	padding-left: 33px;
	background: transparent;
	color: rgba(28,21,28,.5);
	font-size: .75rem;
}

#add_payment_method .mM_woocommerce_content #payment div.payment_box *,
.woocommerce-cart .mM_woocommerce_content #payment div.payment_box *,
.woocommerce-checkout .mM_woocommerce_content #payment div.payment_box * {
	color: rgba(28,21,28,.5);
}

.mM_woocommerce_content #order_review .wc-gzd-checkbox-placeholder p.form-row label {
	display: block;
}

.mM_woocommerce_content .woocommerce form .form-row .input-checkbox,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input {
	display: none;
}

.mM_woocommerce_content .woocommerce form .form-row .input-checkbox + span,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input + span {
	position: relative;
	display: block;
	padding-left: 33px;
}

.mM_woocommerce_content .woocommerce form .form-row .input-checkbox + span:after,
.mM_woocommerce_content .woocommerce form .form-row .input-checkbox + span:before,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input + span:after,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	height: 20px;
	background: #fafafa;
	border-radius: 4px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
	-webkit-transition: background .4s, opacity .4s;
	-moz-transition: background .4s, opacity .4s;
	-ms-transition: background .4s, opacity .4s;
	-o-transition: background .4s, opacity .4s;
	transition: background .4s, opacity .4s;
}

.mM_woocommerce_content .woocommerce form .form-row .input-checkbox + span:before,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input + span:before {
	width: 10px;
	height: 8px;
	left: 5px;
	top: 13px;
	background: url('../img/check.png');
	background-size: contain;
	background-position: center;
	border-radius: 0;
	box-shadow: none;
	opacity: 0;
	z-index: 2;
}

.mM_woocommerce_content .woocommerce form .form-row .input-checkbox:checked + span:after,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input:checked + span:after {
	background: #7993e2;
}

.mM_woocommerce_content .woocommerce form .form-row .input-checkbox:checked + span:before,
.mM_woocommerce_checkout form.login.woocommerce-form-login .woocommerce-form-login__rememberme input:checked + span:before {
	opacity: 1;
}

.mM_woocommerce_content .woocommerce form .form-row .wc-gzd-checkbox-placeholder label a {
	text-decoration: underline;
}

.mM_woocommerce_content .woocommerce form .form-row .wc-gzd-checkbox-placeholder label a:hover {
	text-decoration: none;
}

.mM_woocommerce_order_review_content {
	border-bottom: 1px solid #dfdedf;
}

.mM_woocommerce_content .wc-gzd-order-submit .place-order {
	padding: 35px 30px;
}

.mM_woocommerce_content .wc-gzd-order-submit .place-order button {
	margin-top: 45px;
	display: inline-flex;
	background: #3846a3 !important;
	border-radius: 34px;
	cursor: pointer;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1rem;
	padding: 1em 1.5em;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.mM_woocommerce_content .wc-gzd-order-submit .place-order button:hover {
	background: #7993e2 !important;
}

.mM_woocommerce_content .wc-gzd-order-submit .place-order button * {
	color: #fff;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content {
	background: #fff;
	border: 1px solid #f1f1f3;
	border-radius: 15px;
	margin-bottom: 45px;
	padding: 0 30px;
	color: rgba(28,21,28,.5);
}

.mM_custom_checkout_container .mM_custom_checkout_info_content > div {
	padding: 35px 0;
	border-bottom: 1px solid #f1f1f3;
	display: flex;
	justify-content: space-between;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content .order-tax {
	margin-bottom: 20px;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content .recurring-amounts-list {
	padding-top: 0;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content > div:last-child {
	border-bottom: 0;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content > div .mM_subtotal_amount {
	font-weight: 600;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content > div.order-total {
	font-weight: 600;
}

.mM_custom_checkout_container .mM_custom_checkout_info_content > div:not(.order-total) * {
	color: rgba(28,21,28,.5);
}

.mM_woocommerce_account .mM_woocommerce_title {
	margin-bottom: 20px;
}

.mM_woocommerce_account .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

.mM_woocommerce_account .mM_account_navigation,
.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
	flex: 0 0 auto;
	max-width: 100%;
	width: 30%;
}

.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
	width: 70%;
}

.mM_woocommerce_account .mM_account_content {
	width: 100%;
	padding: 50px 30px 95px;
	background: #fff;
	border: 1px solid #f1f1f3;
	border-radius: 15px;
}

.mM_woocommerce_account .mM_account_content h2 {
	font-size: 1.847rem;
	margin-bottom: 30px;
}

.mM_woocommerce_account .mM_account_content .verlinkung_beschriftung.beschriftung_mobil {
	display: none;
}

.mM_woocommerce_account .mM_account_content .verlinkung_beschriftung {
	margin-bottom: 0;
	font-weight: 400;
}

.mM_woocommerce_account .mM_account_navigation {
	padding-right: 110px;
}

.mM_woocommerce_account .mM_account_navigation ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	background: #e8eefb;
	border-radius: 0 15px 0 0;
	height: 100%;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link {
	order: 2;
	padding-right: 60px;
	margin-bottom: 45px;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item {
	order: 1;
	border-radius: 0 15px 0 0;
	background: #7993e2;
	padding: 80px 0 60px;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item * {
	color: #ffffff;
}

.mM_woocommerce_account .mM_account_navigation ul a * {
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.mM_woocommerce_account .mM_account_navigation ul a:hover *,
.mM_woocommerce_account .mM_account_navigation ul li.is-active a * {
	color: #7993e2;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item a {
	opacity: .5;
	display: inline-block;
	margin-top: 15px;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item a * {
	color: #fff;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item a:hover,
.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item li.is-active a {
	opacity: 1;
}

.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item a:hover *,
.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item li.is-active a * {
	color: #fff;
}

.mM_woocommerce_account .mM_account_navigation ul li.mM_endpoint_customer-logout {
	margin-top: 0;
}

.mM_woocommerce_account .mM_account_navigation ul li.mM_endpoint_customer-logout a {
	display: flex;
	align-items: center;
}

.mM_woocommerce_account .mM_account_navigation ul li.mM_endpoint_customer-logout svg {
	width: 20px;
	fill: #1c151c;
	margin-right: 16px;
}

.mM_woocommerce_account .mM_account_content .mM_account_dashboard_header {
	margin-bottom: 30px;
}

.mM_woocommerce_account .mM_account_content .mM_account_welcome {
	margin-bottom: 4px;
}

.mM_woocommerce_account .mM_account_content .mM_account_username {
	font-size: 2.1875rem;
	line-height: 1;
}

.mM_woocommerce_account .mM_account_content .mM_account_logout_content {
	font-size: .875rem;
	color: #b5b3b5;
}

.mM_woocommerce_account .mM_account_content .mM_account_logout_content a,
.mM_woocommerce_account .mM_account_content .mM_account_dashboard_body a,
.mM_woocommerce_account .woocommerce-Address-title a {
	text-decoration: underline;
}

.mM_woocommerce_account .mM_account_content .mM_account_logout_content a:hover,
.mM_woocommerce_account .mM_account_content .mM_account_dashboard_body a:hover,
.mM_woocommerce_account .woocommerce-Address-title a:hover {
	text-decoration: none;
}

.mM_woocommerce_account .mM_account_content .mM_account_dashboard_body {
	margin-bottom: 50px;
}

.mM_woocommerce_account .woocommerce-Address-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mM_woocommerce_account .woocommerce-Address-title:before,
.mM_woocommerce_account .woocommerce-Address-title:after {
	display: none !important;
}

.mM_woocommerce_account .woocommerce-Address-title * {
	float: none !important;
}

.mM_woocommerce_account.mM_login_page .mM_customer_login {
	margin-top: 40px;
}

.mM_woocommerce_account.mM_login_page form,
.mM_woocommerce_checkout form.login.woocommerce-form-login {
	margin: 0 !important;
	padding: 30px 35px;
	border: 1px solid #f1f1f3;
	background: #fff;
	border-radius: 15px;
}

.mM_woocommerce_content .mM_row_submit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
	gap: 0 15px;
}

.mM_woocommerce_content .mM_row_submit:before,
.mM_woocommerce_content .mM_row_submit:after {
	display: none !important;
}

.mM_woocommerce_content .mM_row_submit > * {
	float: none !important;
}

.mM_woocommerce_content .woocommerce-form-login-toggle a {
	text-decoration: underline;
}

.mM_woocommerce_content .woocommerce-form-login-toggle a:hover {
	text-decoration: none;
}

.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup {
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
}

.mM_woocommerce_content .wc-block-components-notice-banner {
	border-radius: 15px;
	width: 100%;
}

.mM_shop_table_body .mM_shop_table_order_row {
	border-bottom: 1px solid #dfdedf;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-number,
.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-number {
	width: 25%;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-date,
.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-date {
	width: 25%;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-status,
.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-status {
	width: 25%;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-total,
.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-total {
	width: 25%;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-actions {
	display: none;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-actions,
.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-actions {
	width: 100%;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-actions {
	display: flex;
	justify-content: center;
	gap: 0 15px;
	margin-top: 20px;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-actions a.button {
	background: #3746a3;
	border-radius: 27px;
	justify-content: center;
	border: none;
	color: #fff;
	padding: 16px 24px 14px;
	font-weight: 300;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-actions a.button:hover {
	background: #859ce8;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .mM_shop_table_row {
	padding: 17px 30px !important;
	border-bottom: 1px solid #dfdedf;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .mM_shop_table_row:last-child {
	border-bottom: 2px solid #1c151c;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_row > * {
	flex: 0 0 auto;
	max-width: 100%;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table {
	margin-bottom: 20px;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_header {
	margin-bottom: 25px;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_header .product-name,
.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-name {
	width: 75%;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-name {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-name a {
	font-weight: 400;
	text-decoration: underline;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-name a:hover {
	text-decoration: none;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_header .product-total,
.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-total {
	width: 25%;
	text-align: right;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_footer .mM_shop_table_footer_gesamt {
	border-top: 2px solid #1c151c;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_footer .mM_shop_table_footer_gesamt * {
	font-weight: 600;
}

.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_footer .mM_shop_table_row:not(.mM_shop_table_footer_gesamt) {
	opacity: .5;
}

.mM_woocommerce_account .woocommerce-customer-details .mM_shop_address {
	padding: 25px;
	border: 1px solid #dfdedf;
	border-radius: 15px;
}

.mM_woocommerce_account .woocommerce-customer-details .mM_shop_address a {
	text-decoration: underline;
}

.mM_woocommerce_account .woocommerce-customer-details .mM_shop_address a:hover {
	text-decoration: none;
}

.mM_woocommerce_account .woocommerce-shipments-table {
	margin-bottom: 20px;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row > div {
	flex: 0 0 auto;
	max-width: 100%;
	width: 33.33333%;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_header .mM_shop_table_row .woocommerce-shipments-table__header-shipment-actions,
.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_header .mM_shop_table_row .woocommerce-shipments-table__header-shipment-tracking,
.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row .mM_shop_table_item__shipment-tracking {
	display: none;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row .mM_shop_table_item__shipment-actions {
	width: 100%;
	margin-top: 25px;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_header {
	margin-bottom: 20px;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_body .mM_shop_table_row {
	padding: 17px 30px !important;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_body .mM_shop_table_row {
	border-bottom: 1px solid #dfdedf;
}

.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_body .mM_shop_table_row:last-child {
	border-bottom: 2px solid #1c151c;
}

.mM_woocommerce_account .mM_account_content .sab-documents-download {
	display: none;
}

.mM_custom_notice_container {
	padding: 20px 30px;
	background: rgba(213,83,49,1);
	border-radius: 15px;
	margin-bottom: 20px;
}

.mM_custom_notice_container p {
	margin-bottom: 0;
	color: #fff;
}

.woocommerce section.mM_wc_content #content div.product div.images, 
.woocommerce section.mM_wc_content div.product div.images, 
.woocommerce-page section.mM_wc_content #content div.product div.images, 
.woocommerce-page section.mM_wc_content div.product div.images,
.woocommerce section.mM_wc_content #content div.product div.summary, 
.woocommerce section.mM_wc_content div.product div.summary, 
.woocommerce-page section.mM_wc_content #content div.product div.summary, 
.woocommerce-page section.mM_wc_content div.product div.summary,
.woocommerce .mM_wc_content #content div.product div.images,
.woocommerce .mM_wc_content div.product div.images,
.woocommerce-page .mM_wc_content #content div.product div.images,
.woocommerce-page .mM_wc_content div.product div.images {
	float: none;
}

.woocommerce-page .mM_wc_content div.product div.images,
.woocommerce .mM_wc_content div.product div.images {
	margin-bottom: 0;
}

.woocommerce .mM_wc_content div.product {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce .mM_wc_content .mM_backlink_container {
	margin-bottom: 46px;
}

.woocommerce .mM_wc_content .mM_backlink_container .mM_backlink {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0 10px;
}

.woocommerce .mM_wc_content .mM_backlink_container .mM_backlink svg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #3846a3;
	height: 15px;
	width: auto;
}

.woocommerce .mM_wc_content .mM_backlink_container .mM_backlink_text {
	color: #3846a3;
}

.mM_subscription_product_title .product_title {
	font-size: 2.647059rem;
	color: #3846a3;
}

.woocommerce .mM_wc_content .woocommerce-product-details__short-description {
	margin-bottom: 30px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mM_wc_content button.button.alt {
	background-color: #3846a3;
	color: #fff;
	padding: 16px 28px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 34px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .mM_wc_content button.button.alt:hover {
	background-color: #859ce8;
}

body.woocommerce-page #ywsbs-box header .ywsbs-box-logo {
	max-width: 150px;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-step {
	padding-top: 150px;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-step-text h2,
body.woocommerce-order-received .woocommerce-order h2 {
	font-size: 1.847rem;
	margin-bottom: 20px;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-products .ywsbs-box-product {
	justify-content: space-between;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-products .ywsbs-box-product.in-cart .ywsbs-box-product-action {
	margin-top: auto;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-products .ywsbs-box-product .ywsbs-box-product-cart-action {
	margin-top: 0;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-products .ywsbs-box-product .ywsbs-box-product-add {
	cursor: pointer;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-item-quantity-input [class^="ywsbs-box-icon-"],
body.woocommerce-page #ywsbs-box .ywsbs-box-product-add [class^="ywsbs-box-icon-"] {
	-webkit-transition: background .4s, color .4s, border-color .4s;
	-moz-transition: background .4s, color .4s, border-color .4s;
	-ms-transition: background .4s, color .4s, border-color .4s;
	-o-transition: background .4s, color .4s, border-color .4s;
	transition: background .4s, color .4s, border-color .4s;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-item-quantity-input [class^="ywsbs-box-icon-"]:hover,
body.woocommerce-page #ywsbs-box .ywsbs-box-product-add [class^="ywsbs-box-icon-"]:hover {
	background: #859ce8;
	border-color: #859ce8;
	color: #fff;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-products .ywsbs-box-product .ywsbs-box-product-qty-label {
	display: none;
}

body.woocommerce-page #ywsbs-box .ywsbs-box-cart .ywsbs-box-cart-submit {
	border-radius: 34px;
	border: none;
	padding: 16px 28px 16px;
	cursor: pointer;
}

.mM_woocommerce_content .ywsbs-open-modal {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: 300;
}

.mM_woocommerce_content .ywsbs-open-modal:hover {
	text-decoration: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .mM_woocommerce_content .woocommerce a.button {
	border-radius: 34px;
	background: #3746a3;
	color: #fff;
	padding: 16px 24px 14px;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .mM_woocommerce_content .woocommerce a.button .verlinkung_beschriftung {
	color: #fff;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .mM_woocommerce_content .woocommerce a.button:hover {
	background: #859ce8;
}

.mM_woocommerce_account .woocommerce-info:after {
	display: none;
}

.mM_woocommerce_account .woocommerce-info:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mM_woocommerce_account .woocommerce-account .woocommerce-MyAccount-content {
	float: none;
}

.mM_woocommerce_account .mM_user_name_container * {
	font-weight: 600;
	font-size: .9375rem;
}

.mM_woocommerce_account .mM_user_mail {
	font-size: .9375rem;
	font-weight: 400;
}

.mM_woocommerce_account .woocommerce-address-fields .state_select {
	display: none;
}

.mM_woocommerce_account .woocommerce-address-fields .mM_button {
	padding: 16px 28px 16px
}

.mM_woocommerce_account .woocommerce-address-fields .mM_button:hover {
	background: #7993e2;
}

.woocommerce-page .ywsbs-modal .ywsbs-modal-header {
	height: auto;
	display: flex;
	justify-content: flex-end;
}

.woocommerce-page .ywsbs-modal .ywsbs-modal-header .close {
	height: 30px;
	width: 30px;
	color: #3846a3;
	float: none;
	font-size: 35px;
	line-height: 1;
	border: 1px solid #3846a3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4px;
	padding-left: 1px;
	-webkit-transition: color .4s, background .4s;
	-moz-transition: color .4s, background .4s;
	-ms-transition: color .4s, background .4s;
	-o-transition: color .4s, background .4s;
	transition: color .4s, background .4s;
}

.woocommerce-page .ywsbs-modal .ywsbs-modal-header .close:hover {
	color: #fff;
	background: #3846a3;
}

.woocommerce-page #ywsbs-box .ywsbs-box-product-quick-view-wrapper {
	z-index: 9999;
}

.mM_woocommerce_content .ywsbs-box.box-editable .ywsbs-subscription-box-items > h4 {
	display: none;
}

.mM_woocommerce_content .ywsbs-box.box-editable .ywsbs-subscription-box-item__image img {
	width: 150px;
}

.mM_woocommerce_content .ywsbs-subscription-view-wrap .ywsbs-subscription-box .ywsbs-subscription-box-item {
	justify-content: space-between;
}

body.woocommerce-page #ywsbs-box button,
body.woocommerce-page #ywsbs-box .button {
	font-size: 100%;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	left: auto;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.mM_wc_content .product-type-ywsbs-subscription-box .related.products {
	display: none;
}

.mM_woocommerce_account .woocommerce-message[role="alert"] {
	display: none;
}

.mM_woocommerce_account .ywsbs-item .ywsbs-subscription a {
	text-decoration: underline;
}

.mM_woocommerce_account .ywsbs-item .ywsbs-subscription a:hover {
	text-decoration: none;
}

/* .mM_woocommerce_content .woocommerce-form-login-toggle,
.mM_woocommerce_content .woocommerce-account-fields {
	display: none !important;
} */


@media screen and (max-width: 1599px) {
	.mM_woocommerce_account .mM_account_navigation,
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: 40%;
	}
	
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: 60%;
	}
	
	.mM_woocommerce_account .woocommerce-Address-title {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	
	.woocommerce-account .addresses .title h3 {
		width: 100%;
	}
}

@media screen and (max-width: 1199px) {
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon input {
		width: 210px;
	}
	
	.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .woocommerce-cart-form,
	.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	
	.mM_woocommerce_cart .mM_woocommerce_content_inner .woocommerce .cart-collaterals {
		margin-top: 50px;
	}
	
	.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout .mM_checkout_totals_container {
		display: none;
	}
	
	.mM_woocommerce_checkout .mM_woocommerce_content_inner .woocommerce .woocommerce-checkout .mM_checkout_form_item {
		width: 100%;
	}
	
	.mM_shop_table_order_header {
		display: none;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-number,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-number {
		width: 33.33333%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-date,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-date {
		width: 33.33333%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-status,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-status {
		width: 33.3333%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-total,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-total {
		width: 100%;
		margin-top: 20px;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-actions {
		flex-direction: column;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-actions a.button:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.mM_woocommerce_account .woocommerce-customer-details .addresses .woocommerce-column {
		float: none;
		width: 100%;
	}
	
	.mM_woocommerce_account .woocommerce-customer-details .addresses .woocommerce-column.woocommerce-column--1 {
		margin-bottom: 20px;
	}
	
	.mM_woocommerce_account .mM_account_navigation {
		padding-right: 80px;
	}
	
	.mM_woocommerce_account .mM_account_navigation,
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: 45%;
	}
	
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: 55%;
	}
	
	.mM_woocommerce_account .woocommerce .col2-set, 
	.woocommerce-page .mM_woocommerce_account .col2-set {
		display: flex;
		flex-wrap: wrap;
	}
	
	.mM_woocommerce_account .woocommerce .col2-set .col-1, 
	.woocommerce-page .mM_woocommerce_account .col2-set .col-1 {
		float: none;
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}
	
	.mM_woocommerce_account .woocommerce .u-column1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	.mM_woocommerce_account .mM_account_navigation {
		padding-right: 60px;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-number,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-number {
		width: 50%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-date,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-date {
		width: 50%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-status,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-status {
		width: 100%;
		margin-top: 20px;
	}
	
	.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_footer .mM_shop_table_row > div {
		width: 100%;
	}
	
	.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_header {
		display: none;
	}
	
	.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row > div {
		width: 50%;
	}
	
	.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row .mM_shop_table_item__shipment-actions,
	.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row .mM_shop_table_item__shipment-status {
		width: 100%;
		margin-top: 25px;
	}
	
	.mM_woocommerce_account .mM_account_navigation,
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: 50%;
	}
	
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: calc(50% + 60px);
	}
	
	.mM_woocommerce_account .mM_account_content .mM_account_logout_content {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.mM_shop_table_header {
		display: none;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row > div {
		width: 25%;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-quantity {
		width: 50%;
	}
	
	.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .mM_shop_table_first_elem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon {
		width: 100%;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .coupon input {
		width: calc(100% - 130px);
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button {
		width: 100%;
		margin-top: 25px;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .actions .update_button .verlinkung_beschriftung {
		width: calc(100% - 58px);
		justify-content: center;
	}
	
	.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .product-name {
		width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
	}
	
	.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_row .product-total {
		width: 100%;
	}
	
	.mM_woocommerce_account .mM_account_navigation {
		margin-top: 20px;
	}
	
	.mM_woocommerce_account .mM_account_navigation,
	.mM_woocommerce_account .mM_account_content {
		width: 100%;
	}
	
	.mM_woocommerce_account .mM_account_navigation ul {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	
	.mM_woocommerce_account .mM_account_navigation ul li {
		width: calc(50% - 15px);
		flex: 0 0 auto;
		max-width: 100%;
	}
	
	.mM_woocommerce_account .mM_account_navigation ul li.mM_endpoint_customer-logout {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
	.mM_woocommerce_account .mM_account_navigation ul {
		border-radius: 15px;
		height: auto;
		flex-direction: row;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	
	.mM_woocommerce_account .mM_account_navigation ul li {
		padding: 0 20px;
	}
	
	.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link {
		padding-right: 20px;
		margin-bottom: 0;
	}
	
	.mM_woocommerce_account .mM_account_navigation .woocommerce-MyAccount-navigation-link.mM_first_endpoint_item {
		border-radius: 15px 15px 0 0;
		padding: 30px 45px;
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.mM_woocommerce_account .mM_woocommerce_account_title_content_container {
		width: 100%;
	}
	
	.mM_woocommerce_content .mM_woocommerce_title {
		font-size: 2.31125rem;
	}
	
	.mM_woocommerce_account .mM_account_navigation {
		padding-right: 0;
	}
	
	.mM_woocommerce_account .mM_account_content .mM_account_username {
		font-size: 1.7875rem;
	}
	
	.mM_woocommerce_account .mM_account_content .ywsbs_subscription_table .ywsbs-item:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.mM_woocommerce_account .mM_account_content .ywsbs_subscription_table .ywsbs-item .ywsbs-subscription a {
		text-decoration: underline;
	}
	
	.mM_woocommerce_account .mM_account_content .ywsbs_subscription_table .ywsbs-item .ywsbs-subscription a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 575px) {
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row > div,
	.mM_woocommerce_cart .woocommerce-cart-form .mM_shop_table_row .product-subtotal {
		width: 50%;
	}
	
	.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .mM_shop_table_first_elem {
		order: 1;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-quantity {
		order: 2;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-price {
		order: 3;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-subtotal {
		order: 4;
	}
	
	.mM_woocommerce_account .mM_account_navigation ul li {
		width: 100%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-number,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-number {
		width: 100%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__header-order-date,
	.mM_woocommerce_content .mM_shop_table_row .woocommerce-orders-table__cell-order-date {
		width: 100%;
		margin-top: 20px;
	}
	
	.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_header .product-name, .mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-name,
	.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_header .product-total, .mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-total {
		width: 100%;
		text-align: left;
	}
	
	.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_header .product-total, .mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .product-total {
		margin-top: 15px;
	}
	
	.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_body .mM_shop_table_row {
		padding: 15px 20px !important;
	}
	
	.mM_woocommerce_account .woocommerce-order-details .mM_shop_table_footer .mM_shop_table_row {
		padding: 15px 20px;
	}
	
	.mM_woocommerce_account .woocommerce-shipments-table .mM_shop_table_row > div {
		width: 100%;
		margin-top: 25px;
	}
	
	.mM_woocommerce_content .mM_woocommerce_title {
		font-size: 1.71125rem;
	}
	
	.mM_woocommerce_account .mM_account_content .mM_account_username {
		font-size: 1.4875rem;
	}
	
	.mM_woocommerce_account .mM_account_content h2 {
		font-size: 1.247rem;
	}
	
	.mM_woocommerce_account .subscription-review-table .item-info {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	.mM_woocommerce_account .subscription-review-table .item-info > .product-name,
	.mM_woocommerce_account .subscription-review-table .item-info > .product-total {
		width: 100%;
	}
	
	.mM_woocommerce_account .mM_account_content h3 {
		font-size: 1.071rem;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
}

@media screen and (max-width: 450px) {
	.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_half,
	.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_half,
	.mM_woocommerce_account .woocommerce-EditAccountForm .form-row:not(.form-row-wide),
	.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_two_third,
	.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_two_third,
	.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner .mM_field_wrapper .mm_one_third, 
	.mM_woocommerce_account .woocommerce-address-fields__field-wrapper .mm_one_third {
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.mM_woocommerce_content .mM_woocommerce_title {
		font-size: 1.41125rem;
	}
	
	.mM_woocommerce_account .mM_account_content .mM_account_username {
		font-size: 1.2875rem;
	}
}

@media screen and (max-width: 350px) {
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-price {
		margin-bottom: 25px;
	}
	
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-price,
	.mM_woocommerce_content .woocommerce-cart-form .mM_shop_table_row .product-subtotal {
		width: 100%;
	}
	
	.mM_woocomerce_activator {
		padding: 0 20px;
	}
	
	.mM_woocommerce_akkordeon_content .mM_woocommerce_akkordeon_content_inner {
		padding: 25px 20px;
	}
	
	.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .product-name,
	.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .mM_shop_table_first_elem {
		margin-left: -20px;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .product-thumbnail a,
	.mM_woocommerce_content .mM_shop_table_row .wc-gzd-product-name-left {
		width: 100%;
		margin-right: 0;
		height: 150px;
		margin-bottom: 15px;
	}
	
	.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .product-name,
	.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_row .mM_shop_table_first_elem {
		margin-left: 0;
	}
	
	.woocommerce-checkout .mM_woocommerce_content .mM_shop_table_row .product-name {
		flex-wrap: wrap;
	}
	
	.mM_woocommerce_content .mM_shop_table_row .product-name .wc-gzd-product-name-right {
		width: 100%;
	}
	
	.mM_woocommerce_content .mM_shop_table_row {
		border-bottom: 1px solid #dfdedf;
	}
	
	.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row .mM_order_label {
		margin-bottom: 10px;
	}
	
	.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row .mM_order_label,
	.mM_woocommerce_content .mM_shop_table_footer .mM_shop_table_row .mM_order_value {
		width: 100%;
		text-align: left;
	}
	
	.mM_woocommerce_content .mM_shop_table_footer {
		margin-top: 25px;
	}
	
	.mM_woocommerce_account .mM_account_content .verlinkung_beschriftung.beschriftung_desktop {
		display: none;
	}
	
	.mM_woocommerce_account .mM_account_content .verlinkung_beschriftung.beschriftung_mobil {
		display: flex;
	}
	
	.mM_woocommerce_content .mM_shop_table_body .mM_shop_table_order_row {
		padding: 0;
		padding-bottom: 25px;
	}
	
	.mM_woocommerce_content .mM_woocommerce_title {
		font-size: 1.21125rem;
	}
	
	.mM_woocommerce_account .mM_account_content .mM_account_username {
		font-size: 1.1875rem;
	}
}