/* SUBSET of legacy-mike-style.css — generated by docs/migration/subset-css.py.
 * Kept 216 matched + 93 safety-allowlisted + 189 theme-class rules;
 * dropped 295. The full original is in
 * assets/css/legacy-originals/legacy-mike-style.css — regenerate from there, never
 * hand-edit this file.
 */

body {
	overflow-x: hidden;
}
label {
	color: var(--Blue-500);
	font-weight: 700;
	font-size: 16px;
}
input {
	min-height: 42px;
}
/*Post structured data*/
#content > .structured-data-list {
	float: left;
    width: 100%;
    background: #ffffff;
    padding: 25px;
    margin: 50px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.structured-data-list h2 {
	margin: 10px 0;
}
.structured-data-item {
	border-bottom: 1px solid #efefef;
}
.structured-data-answer {
	display: none;
	padding-bottom: 20px;
}
.structured-data-question {
	font-weight: 700;
	padding: 20px 0;
	margin-right: 20px;
	position: relative;
}
.structured-data-question:hover {
	cursor: pointer;
}
.structured-data-question:after {
    content: "";
	position: absolute;
    width: 10px;
    height: 10px;
	right: 0;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    border-bottom: 1px solid;
    border-right: 1px solid;
	transition: .2s ease;
}
.structured-question-active:after {
	transform: rotate(-135deg);
}
/*Post structured data*/
/*Shop single product*/
.single-product #main {
	padding-top: 0;
	padding-bottom: 0;
}
.single-product .woocommerce-notices-wrapper {
	display: none;
}







.product .product-custom-container .entry-summary .summary-container {
	float: unset;
}
.ltr .product .product-custom-container .summary.entry-summary {
	margin: 0;
}




.sidebar-contact-wrapper .sidebar-contact-header {
    width: 100%;
    border-radius: 20px 20px 0 0;
    text-align: center;
}


.sidebar-contact-wrapper .sidebar-contact-image {
	min-height: 175px;
}





.sidebar-contact-wrapper .sidebar-contact-body span.contact-name {
    margin-bottom: 10px;
}
.sidebar-contact-wrapper .sidebar-contact-body a.sidebar-contact-telephone__link {
    all: unset;
    cursor: pointer;
	display: flex;
}

.sidebar-contact-wrapper .sidebar-contact-body .btn--gm-dark-transp {
	font-size: 14px;
	padding: 8px 12px;
}

.test-data-form-image img {
    border-radius: 20px 20px 0 0;
}
.product-main-wrapper .test-data-form {
    padding: 20px 30px 30px;
    border-radius: 20px;
	background: var(--Blue-500);
	color: #FFFFFF;
}
.test-data-form-image img {
	border-radius: 20px 20px 0 0;
}
.test-data-form-wrapper .product_title.single-product-main-title span {
	font-size: 36px;
	font-weight: 700;
}
.product-main-wrapper .test-data-form a,
.product-main-wrapper .sidebar-contact-wrapper a {
    font-weight: 700;
    margin-top: 20px;
}
.product-main-wrapper .test-data-form a {
    padding: 10px 15px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
	color: #FFFFFF;
    display: inline-block;
}

.product-main-wrapper .test-data-form a:hover {
	/*color: var(--GM-Light_Golden);*/
}

.product-main-wrapper .test-data-form p {
	margin: 0;
}
.product-main-wrapper .test-data-form h4 {
	margin-bottom: 15px;
	color: #FFFFFF;
}
.single-product .summary .variations_form.cart {
	margin: 0;
}
.product .single-product-description-wrapper .single_variation_wrap .price {
	width: fit-content;
    padding: 15px 0 20px 0;
    line-height: 100%;
}
.single_variation_wrap .single-price-wrapper {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: end;
	margin-left: auto;
	flex-direction: column;
}
.single-product-description-wrapper .single_variation_wrap .variations_button {
	flex-wrap: nowrap;
	gap: 10px;
}
.single-addtocart-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.single-product-description-wrapper .summary .cart {
	display: block;
	margin: 0;
}
.single-product-description-wrapper .single_variation_wrap .button {
	padding: 13px 28px;
}
.product .summary.entry-summary .summary-container .variable-product-custom-select-wrapper {
	padding: 20px 30px;
    margin-bottom: 40px;
    border-radius: 20px;
	background: var(--Blue-100);
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.variable-product-custom-select-text {
	max-width: 400px;
}
.variable-product-custom-select-text h3 {
	margin: 0;
}
.variable-product-custom-select {
    position: relative;
    width: 250px;
	min-height: 40px;
	border-radius: 10px;
    background: #ffffff;
	box-shadow: 0px 0px 15px 0px var(--Blue-100);
}
.variable-product-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    cursor: pointer;
	line-height: 120%;
}
.variable-product-select-box i {
	/*color: var(--GM-Dark);*/
}
.variable-product-selected-option {
	color: #C8C8C8;
    font-size: 14px;
    font-weight: 400;
}
.variable-product-select-options {
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
	box-shadow: 0px 0px 15px 0px var(--Blue-100);
    margin-top: 5px;
	/*color: var(--GM-Dark);*/
    font-size: 16px;
    font-weight: 500;
	z-index: 10;
}
.variable-product-select-item {
    padding: 8px;
    cursor: pointer;
	transition: .2s linear;
}
.variable-product-select-item:hover {
    background-color: var(--Blue-100);
	color: #ffffff;
	transition: .2s linear;
}
.variable-product-select-item:first-child {
	border-radius: 10px 10px 0 0;
}
.variable-product-select-item:last-child {
	border-radius: 0 0 10px 10px;
}
.trigger-agb-popup .wpcf7-list-item {
	display: flex;
	margin-bottom: 30px;
	margin-left: 2px;
}
.trigger-agb-popup .wpcf7-not-valid .wpcf7-list-item,
.trigger-agb-popup .wpcf7-not-valid .wpcf7-list-item a {
	color: red;
}
.trigger-agb-popup .wpcf7-list-item span {
	margin-left: 10px;
}
.trigger-agb-popup .wpcf7-list-item a {
	font-weight: 700;
}


.single-product-upsells-title {
	text-align: center;
}
.single-product .upsells .add_to_cart_button {
	display: none;
}















.woocommerce .request-trial-form label {
	color: var(--Blue-500);
	font-size: 16px;
	font-weight: 700;
}
.request-trial-form .wpcf7 .wpcf7-submit {
	padding: 10px 15px;
    width: 100% !important;
	border: 0;
}


.request-trial-form .trial-request-acceptance .wpcf7-list-item {
	margin: 0;
}
.request-trial-form .wpcf7-spinner {
    margin-top: 10px;
    margin-left: 45%;

}












body #wrapper .blocks-gallery-item-active figure {
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: auto;
	z-index: 100;
}
body #wrapper .blocks-gallery-item-active figcaption {
	max-width: 1024px;
	padding: 30px;
	font-weight: 700;
	bottom: 0;
}

/*Shop single product*/
/*Archive sidebar navigation*/
.sidebar .widget {
	clear: both;
	z-index: 0;
}

















#sidebar .widget .fusion_builder_column_1_3 {
	width: 100% !important;
}
/*Archive sidebar navigation*/
/*Archive sidebar image*/

/*Archive sidebar image*/
.fusion-button.button-1.sebastian-button .fusion-button-text {
	font-family: Calibri, sans-serif;
    font-size: 20px;
}
.post-content .fusion-flex-container .fusion-row {flex:none;}
/*Test data download*/
body.testdata-opened {
	height: 960px;
	overflow: hidden;
}
.test-data-bg {
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0,0,0, .5);
}
.test-data-wrapper {
	width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: -10%;
    bottom: 0;
    right: 0;
    z-index: 99999;
    max-width: 1200px;
	height: 0;
	margin: 0 auto auto;
}
.test-data-block {
	display: block;
    width: 98%;
	margin-left: 1%;
    background: white;
    padding: 50px;
    z-index: 99999;
}
body .test-data-block .fusion-alert.alert {
	float: none;
}
.test-data-close {
	position: absolute;
    right: 1%;
    top: 0;
    background: #b4153e;
    padding: 2px 6px;
	cursor: pointer;
}
.test-data-close i {
	color: #ffffff;
    font-size: 14px;
}
.test-data-block .product_title.single-product-main-title {
	text-align: center;
}
.test-data-block .product_title.single-product-main-title span {
	font-size: 36px;
    font-weight: normal;
}
.test-data-wrapper h3 {
	text-align: center;
}
.test-data-list {
	display: flex;
}
.test-data-item {
	width: 50%;
}
.test-data-item:nth-child(1) {
	border-right: 1px solid #ebeaea;
    padding-right: 100px;
}
.test-data-item:nth-child(2) {
	padding-left: 50px;
}
.test-data-item .button {
	border: none;
    outline: none;
    background: #b4153e;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
}
.test-data-item label {
	color: #747474;
	display: block;
}
.test-data-item input {
	margin: 0 0 15px 0;
	max-width: 320px;
}
.test-data-checkboxes .wpcf7-list-item {
	margin: 0;
}
.test-data-checkboxes label {
	display: flex;
}
.test-data-checkboxes .wpcf7-list-item-label {
	margin: 9px 0 0 10px;
	max-width: 470px;
}
/*Test data download*/
/*Ajax search*/



/*Ajax search*/
/*Investor profile*/






.post-type-archive-investorprofile .footer-newsletter-content{
	width: unset;
	height: auto;
}


.post-type-archive-investorprofile .footer-newsletter {
	display: inline-block;
	background: #ffffff;
	width: 100%;
	margin-bottom: 0;
	margin-top: 200px;
	padding-bottom: 50px;
}

.post-type-archive-investorprofile #main {
	margin-bottom: 0;
}







.investorprofile-post .post-content {
	display: flex;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: 0px;
}

.investorprofile-post-wrapper {
	margin-top: 20px;
	width: auto !important;
	overflow: hidden;
}
.investorprofile-post {
	left: 0 !important;
	width: 100%;
	position: relative;
	margin: -1px 0;
}





.post-type-archive-investorprofile .pagination {
	justify-content: center;
	margin-bottom: 40px;
}


/*Investor profile*/
.products li .fusion-product-wrapper {border: none; height: 100%;}
.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-validated input,
.woocommerce-terms-and-conditions-wrapper .validate-required.woocommerce-invalid input {
	box-shadow: none !important;
}

.page .shop_table thead tr th,
.page .tinvwl-table-manage-list thead tr th {
	font-size: 16px;
    color: #333333;
    font-weight: 700;
	text-align: left;
}
.page .shop_table thead tr th.product-total {
	width: 60%;
}
.page .tinvwl-table-manage-list thead tr th.product-date {
	width: 150px;
}
.page .tinvwl-table-manage-list tbody tr .button {
	width: 152px;
    padding: 13px 13px;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
	padding: 30px;
    border: 1px solid #dddddd;
    background: #fff;
}

.woocommerce-checkout .woocommerce-info {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.woocommerce-info {
	padding: 20px 20px 20px 40px;
}
.woocommerce-order-received .avada-thank-you .order_details li {
	padding: 0;
}
.woocommerce-order-received .avada-thank-you .order_details li:before {
	display: none;
}
.woocommerce-checkout .select2-selection__rendered,
.woocommerce-checkout .select2-selection.select2-selection--single {
	height: 42px;
}
.woocommerce-checkout .checkout .form-row .select2-selection__arrow {
	height: 42px;
}
.woocommerce-checkout .checkout .form-row .select2-selection__rendered {
	display: flex;
	align-items: center;
}
.woocommerce-checkout .woocommerce-content-box .button {
	margin-top: 20px;
}

.woocommerce-cart .woocommerce-content-box {
	box-shadow: none;
}
/*My account page*

My account page*/
/*Checkout*/
.woocommerce .avada-myaccount-user {
	display: none;
}
body .select2-container--default.select2-container--open .select2-dropdown {
	border-radius: 20px;
	border: 1px solid var(--Blue-500);
	padding: 16px 0;
}
.select2-container--default .select2-dropdown .select2-search {
	display: none;
}
.select2-container--default .select2-dropdown .select2-search input {
	border: 1px solid var(--Blue-500) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	border-radius: 50px;
	border: 1px solid var(--Blue-500);
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	border-color: var(--Blue-500);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: var(--Blue-500);
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: var(--Blue-500);
}
.woocommerce-checkout #content {
	padding: 50px 0;
}
form.checkout input[type=checkbox],
form.checkout input[type="radio"] {
	min-height: 27px !important;
}
.post-content form .payment_box p {
	color: #333333;
}
.woocommerce-additional-fields__field-wrapper textarea {
	min-height: 100px;
	border: 1px solid var(--Blue-500);
	resize: none;
}
.restricted-item-wrapper.restricted-item-wrapper-checkout {
	padding: 0;
}
.restricted-item-wrapper-checkout .restricted-item-image {
	background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding: 60px 50px 50px 50px;
    text-align: center;
	background: var(--Blue-500);
}
.restricted-item-image i {
	color: #ffffff;
	font-size: 105px;
}
.restricted-item-image h2 {
	margin: 15px 0;
}






.woocommerce-checkout #customer_details {
	max-width: 830px;
	margin: auto;
}
body.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-1,
body.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-2,
form.checkout .woocommerce-content-box.full-width {
	float: unset;
    width: 100%;
    margin: 0 0 30px 0;
	padding: 50px 50px 35px 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	border: 0;
}
form.checkout .woocommerce-content-box.full-width {
	max-width: 830px;
	margin: auto;
}
body #wrapper .woocommerce .checkout h3 {
	font-size: 24px;
	padding: 0;
	margin: 0 0 25px 0;
	border: 0;
}
#main form.checkout #payment label {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 700;
}
#main form.checkout #payment span,
#main form.checkout #payment a,
#main form.checkout #payment label {
	color: var(--Blue-500);
}
.woocommerce-billing-fields .form-row .input-text {
	border: 1px solid var(--Blue-500);
	color: #000000;
	height: 40px;
}
.woocommerce-billing-fields .form-row .input-text::placeholder {
	color: #C8C8C8;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #C8C8C8;
	--form_input_height: 40px;
}
.woocommerce-input-wrapper .select2-container .select2-selection .select2-selection__arrow {
	border: 0;
    --form_input_height: 42px;
}
.woocommerce form.checkout input {
	margin-bottom: 20px;
}

.woocommerce-checkout form.checkout #billing_last_name_field,
.woocommerce-checkout form.checkout #billing_first_name_field,
form.checkout .form-row {
	width: 45%;
	float: unset !important;
}

.woocommerce-checkout #order_review {
	display: flex;
	flex-direction: column;
}

.woocommerce-checkout #payment {
	order: 1;
}

form.checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
    order: 1;
}
.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
    order: 2;
}
.woocommerce-billing-fields__field-wrapper #billing_company_field {
    order: 3;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field {
    order: 4;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field {
    order: 5;
}
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
    order: 6;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
    width: 100% !important;
    order: 7;
}
.woocommerce-billing-fields__field-wrapper #billing_state_field {
    order: 8;
}
.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    order: 9;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
    order: 10;
}
.woocommerce-billing-fields__field-wrapper #billing_email_field {
    order: 11;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper {
	width: 45%;
    display: block;
    float: right;
}
.woocommerce form.checkout #billing_address_1_field input {
	margin-bottom: 5px;
}
form.checkout .form-row.notes {
	width: 100% !important;
}
.woocommerce-checkout-review-order-table {
	border-collapse: separate;
    border-spacing: 0 10px;
}
.woocommerce-checkout-review-order-table tbody tr.cart_item {
	height: auto;
    font-size: 16px;
    font-weight: 700;
}

.fusion-body .woocommerce-checkout-review-order-table tr {
	border: 0;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
	border-radius: 10px 0 0 10px;
	background: var(--Blue-100);
	padding: 20px 0 20px 20px;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
	border-radius: 0 10px 10px 0;
	background: var(--Blue-100);
	padding: 20px 20px 20px 0;
	font-size: 18px;
}

.post-content .woocommerce-checkout-review-order-table .product-info p {
	font-size: 16px;
	font-weight: 700;
}
.woocommerce-checkout-review-order-table.shop_table thead tr th {
	font-size: 16px;
	color: var(--Blue-500);
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot th {
	text-align: left;
	border-radius: 10px 0 0 10px;
    background: #ECECEC;
	padding: 20px 0 20px 20px;
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot .order-total th {
	background: var(--Yellow-100);
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot .order-total td {
	background: var(--Yellow-100);
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot td {
	border-radius: 0 10px 10px 0;
	background: #ECECEC;
	padding: 20px 20px 20px 0;
	font-size: 18px;
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot tr {
	color: var(--Grey-900);
    font-size: 16px;
    font-weight: 700;
}
.checkout .woocommerce-checkout-review-order-table.shop_table tfoot .order-total .amount {
	font-weight: 700;
	color: var(--Blue-500);
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
	border: 0;
}
.checkout .woocommerce-checkout-payment .payment_methods {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 100px;
}
.checkout .payment_methods li:first-child {
	margin-right: 40px;
}
.checkout .payment_methods li {
    padding: 15px;
    border-radius: 20px;
    background: var(--Blue-100);
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.checkout .payment_methods li .payment_box {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -90%;
}
#main .checkout .payment_methods li label {
	margin-left: 15px;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	margin-left: 40px;
    margin-bottom: 0;
	cursor: pointer;
}
.checkout .payment_methods li label img {
	display: none;
}
.checkout .payment_methods li input {
    bottom: 22px;
    width: 0 !important;
    height: 0;
    min-height: 0 !important;
    margin: 0 !important;
}
.checkout .payment_methods li input:after {
	display: block;
    content: "\f055";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    background: none;
	color: var(--BU-Primary);
    font-size: 32px;
    width: 32px;
    height: 32px;
	position: absolute;
	top: 7px;
	opacity: 0.5;
}
.checkout .payment_methods li input:checked::after {
	content: "\f058";
	position: absolute;
	top: 7px;
	opacity: 1;
}
form.checkout .woocommerce-checkout-payment .form-row {
	width: 100% !important;
}
.checkout #payment .woocommerce-privacy-policy-text p {
	color: #000000;
}
#main form.checkout label.woocommerce-form__label-for-checkbox {
	font-weight: 400;
}
#main form.checkout .woocommerce-form__label-for-checkbox input:before {
	border-color: var(--Blue-500);
}
#main form.checkout .woocommerce-form__label-for-checkbox input:after {
	background: var(--Blue-500);
}
.checkout .woocommerce-privacy-policy-text {
	display: none;
}
.woocommerce-invalid:after {
	font-weight: 400;
}

form.checkout #order_review #payment #place_order {
	float: unset;
	font-weight: 700;
	font-family: "Lexend Exa", sans-serif;
	padding: 13px 18px;
}
body .woocommerce-invalid:after {
	content: "Bitte geben Sie alle notwendigen Informationen ein.";
}

.woocommerce-terms-and-conditions-wrapper .privacy-policy-text {
    background: var(--Blue-100);
    padding: 20px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	font-size: 15px;
}
/*Checkout*/
/*Cart*/

.widget_shopping_cart_content.buttons {
	background: none;
}
.mini-cart-overlay.active {
	display:block;
	opacity: .6;
	width: 100%;
    height: 100%;
	transition: height 0s ease, width 0s ease, opacity .25s ease-in-out;
 }
body .mini-cart-overlay {
  z-index:10020;
  background-color: #000000;
}
.pum-overlay {
    position: fixed;
    height: 0;
    width: 0;
    top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
	opacity: 0;
	transition: height 0s ease, width 0s ease, opacity .25s ease-in-out;
}

div.modal-cart .product_list_widget li {
    padding: 8px 10px 0 10px;
    border-radius: 10px;
    background: var(--Blue-100);
    border: 0;
    margin-bottom: 20px;
}

.modal-body .widget_shopping_cart_content ul {
	padding: 0;
}
.product_list_widget li .quantity,
.product_list_widget li .quantity span {
	font-weight: normal;
	font-size: 14px;
}
.modal-cart .product_list_widget li a.remove {
	float: right;
    font-size: 21px;
    /*color: var(--GM-Dark);*/
    font-weight: 700;
}
.modal-body .widget_shopping_cart_content ul img {
	display: none;
}
.modal-cart .modal-content .modal-header {
	display: flex;
	padding: 7.5px 20px;
    border: none;
    background: var(--BU-Primary);
}
.modal-cart .product_list_widget li .quantity {
    color: #ffffff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 10px 10px 0px 0px;
    background: var(--BU-Primary);
    float: right;
    margin-top: 10px;
}
.modal-cart .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
    /*color: var(--GM-Dark-Golden);*/
    font-weight: 700;
    margin: 0;
}
.modal-cart .modal-content .woocommerce-mini-cart__buttons .button {
	font-size: 18px;
	float: unset;
    width: auto;
    font-weight: 700;
    text-align: center;
    height: auto;
    line-height: normal;
    text-indent: unset;
	padding: 13px 15px;
}
.modal-cart .modal-content .woocommerce-mini-cart__buttons .button:not(.checkout) {
	background-color: var(--Yellow-500);
	color: #000;
}

.modal-cart .modal-content .woocommerce-mini-cart__buttons .button.checkout {
	color: #FFFFFF;
	border-radius: 33px;
}
.modal-cart .modal-content .woocommerce-mini-cart__buttons .button:before {
	display: none;
}

.modal-cart .modal-content .modal-header a {
	margin-top: unset;
}
.modal-cart .modal-dialog .modal-content {
	border: none;
    border-radius: unset;
    box-shadow: none;
	height: 100%;
	overflow-y: auto;
	background: none;
	padding: 0 15px;
}
.modal-cart.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  top:0px;
  background: #ffffff;
  z-index:999999;
  transition: opacity 0s linear, transform 0.3s ease-out;
  transform: translateX(0px);
}
.modal-body .widget_shopping_cart_content .buttons {
	background: none;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal-cart.right.active {
	opacity: 1;
	display: block;
	top: unset;
}
.modal-cart.right .modal-dialog.active {
  transition: opacity 0s linear, transform 0.3s ease-out;
  transform: translateX(-320px);
}
.modal-header a .modal-title {
  color:#ffffff;
  font-size: 20px;
  font-weight: normal;
}
.modal-header::after {
  content: '';
  display:block;
  clear:both;
}
.modal-cart .modal-header .close {
  font-size:25px;
  cursor:pointer;
  margin: 0;
  margin-top: unset;
  opacity: 1;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: -10px;
  display: flex;
  align-items: center;
}
.single-product .product-quantity {
	display: none;
}
.woocommerce-cart .cross-sells .woocommerce-cart .fusion-product-content {
	padding: 20px 15px 85px 15px;
}
.woocommerce-cart .products {
	display: flex;
	justify-content: center;
}
.woocommerce-cart .products .product {
	width: 25%;
	margin-right: 10px;
	background: #ffffff;
}

.woocommerce-cart .products .product.last {
	margin-right: 0;
}

.woocommerce-cart .cross-sells {
	border: none;
    padding: 0;
}


.woocommerce-cart .woocommerce-content-box {
	padding: 0;
	border: none;
}




.woocommerce-cart .cart_totals .shop_table {
	box-shadow: none;
}
.woocommerce-cart .shop_table tbody tr.order-total {
	border-bottom: 1px solid #ddd;
}
.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
	padding: 15px 20px;
}


.woocommerce-cart .wc-proceed-to-checkout {
	padding-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout .ppcp-messages {
	margin-top: 55px;
}

.woocommerce-cart .cart-collaterals .cart_totals .fusion-button {
	width: 50%;
}

.woocommerce-checkout .woocommerce-content-box,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.cart_totals {
	background: #ffffff;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.woocommerce-checkout .woocommerce-content-box {
	margin-bottom: 50px;
}
.cart_totals {
	margin-bottom: 5px;
}
.woocommerce-terms-and-conditions-wrapper input {
	min-height: auto;
}
.woocommerce-terms-and-conditions-wrapper p a {
	color: var(--BU-Primary) !important;
}
/*Cart*/
/*Wishlist*/
.tinv-wishlist .tinvwl-table-manage-list {
	background: white;
    border: 1px solid #dddddd;
	box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}

.tinv-wishlist .tinvwl-table-manage-list .product-action {
	border-right: 1px solid #dddddd;
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right .button{
	margin-left: 10px;
}
/*???*/
.fusion-body #main .woocommerce .cart-empty,
.return-to-shop {
	background: #ffffff;
	padding: 0 20px;
}
.cart-empty,
.woocommerce-info.cart-empty {
	border-left: 1px solid #dddddd;
}
.return-to-shop {
	border-right: 1px solid #dddddd;
}
/*Wishlist*/
/*Single product page*/
.single-product #main .product h1.product_title.single-product-main-title {
	font-size: 36px;
	color: #b4153e;
	text-align: center;
	font-weight: normal;
}
.single-product .post-content {
	display: inline-block;
}

.single-product .product .entry-summary .summary-container {
    width: 100%;
    background: #fff;
}


.product .entry-summary .price .price-count {
	font-weight: normal;
	font-size: 16px;
	color: #676d6f;
}



.single-product .summary .cart {
	display: block;
	margin-bottom: 0px;
}
.single-product .summary .cart .tinvwl-icon-heart {
	margin: 5px 0 0 0;
}
.single-product .summary .cart .tinvwl-icon-heart:before {
	display: none;
}
.single-product .summary .cart .tinvwl_add_to_wishlist-text {
	font-size: 12px;
}
.single-product #main .product .images {
	width: 100%;
    max-width: 600px;
    margin-top: 40px;
	display: none;
}

.single-product .post-content h1 {
	font-size: 22px;
	color: #333333;
	margin-top: 0px;
	font-weight: 700;
}
.single-product .post-content h3{
	margin: 25px 0;
}
.single-product #main .fusion-row {
	max-width: 100%;
}
.single-product #main .fusion-row-product {
	max-width: 1240px;
	padding-bottom: 100px;
}
.single-product .fusion-footer .fusion-row {
	max-width: 1240px;
}
.product-fullwidth-bg {
	/* background: #fff; */
	padding: 100px 30px;
}
.single-product .product-fullwidth-bg {
	margin: 0 -30px;
}
.product-fullwidth-bg .fusion-row-product {
	padding-bottom: 0;
}
.single-product #main {
	margin-bottom: 0px;
}
.single-product .title h3 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 50px 0;
}
.single-product #wrapper .product .summary.entry-summary {
	margin-left: unset !important;
	width: unset !important;
}

.single-product .related.products ul {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
	position: relative;
    height: unset;
}
.single-product #main .products li.product {
	width: 30%;
	margin: 0 5px;
	background: #ffffff;
	position: relative;
    left: unset;
    top: unset;
	padding: 0;
	border: 1px solid #efefef;
	border-radius: 20px;
}


.single-product .related .title {
	justify-content: center;
}
.single-product #wrapper #main .related.products .fusion-title h2{
	font-size: 22px;
    color: #676D6F;
	text-align: center;
	padding: 0 10px;
}

.single-product .related.products .fusion-product-content,
.woocommerce-cart .cross-sells .fusion-product-content {
	padding-bottom: 75px;
}
.single-product .related.products .details-button-wrapper {
	bottom: 15px;
    width: 90%;
    left: 5%;
}

.single-product .fusion-header-wrapper .fusion-row,
.post-type-archive-product .fusion-header-wrapper .fusion-row,
.post-type-archive-investorprofile .fusion-header-wrapper .fusion-row {
	max-width: 1240px;
}
.single-product .woocommerce-variation-description {
	font-size: 14px;
	font-style: italic;
}
.page .woocommerce-message {
	max-width: 1240px;
    margin: auto;
    padding: 20px 40px;
    border: 1px solid #dddddd;
}
.woocommerce-error {
	max-width: 1240px;
	margin: auto;
}
.variations .ajaxerrors p {
	margin: 0;
	font-size: 14px;
}
.single-product .variations .label {
	font-size: 14px;
	display: flex;
}
.single-product table.variations tbody {
	display: flex;
	flex-wrap: wrap;
}
.single-product table.variations tbody tr {
	width: 100%;
}
.single-product table.variations td {
	display: flex;
    justify-content: center;
    width: 100%;
}
.single-product table.variations td .avada-select-parent {
	width: 100%;
}
.single-product table.variations td .avada-select-parent select {
	height: 42px;
}
/*Single product page*/

/*Shop archive page*/

.aws-container .aws-search-form .aws-search-clear span {
	/*background: var(--GM-Dark);*/
    /*border: 1px solid var(--GM-Dark);*/
	color: #FFFF;
    border-radius: 50px !important;
	padding: 0px 5px 25px 6px;
    width: 26px;
    height: 26px;
    font-size: 18px;
}
.aws-container .aws-search-form .aws-search-clear {
	right: 10px;
}



.aws-search-result .aws_result_title {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}



.custom-product-wrapper {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	max-height: 300px;
}
ul.products .custom-product {
	width: 100%;
}
.custom-product-center {
	padding: 0 20px;
}
.custom-product-center h3 {
	padding-left: 40px;
}
.custom-product-center ul {
	padding-left: 58px;
}
.custom-product li {
	list-style: disc;
}
.custom-product-right {
	position: relative;
	padding: 65px 0 0 20px;
	border-radius: 0 20px 20px 0;
	text-align: center;
	background-color: var(--Blue-500);
}

.custom-product-price {
	color: #ffffff;
    padding: 40px 50px 20px 50px;
	margin-top: -45px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.custom-product-price-text {
	color: #ffffff;
	margin-bottom: 45px;
}

.custom-product-button {
	position: relative;
    top: 25px;
}

.custom-product-button a {
	color: #FFF;
    border-color: #FFF;
	font-weight: 600;
}

.custom-product-button a:hover {
	color: var(--Blue-500);
	background-color: #FFF;
}
.custom-product-image img {
	max-height: 300px;
    max-width: 300px;
    border-radius: 20px 0 0 20px;
}
.custom-product-badge {
	color: #FFF;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(11.5px);
	-webkit-backdrop-filter: blur(11.5px);
    padding: 10px 15px;
    position: absolute;
    left: -90px;
    top: -22px;
	border-radius: 49px;
	background: rgba(204, 165, 85, 0.60);
    font-size: 24px;
    font-weight: 800;
    line-height: 115%;
}

li.product .fusion-product-content {
	padding: 0;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	word-break: break-word;
}
.product .product-images {
	display: none;
}

.product .product-description-list {
	padding: 0 30px 30px;
}
.product .product-description-list ul {
	padding: 0 0 0 18px;
}
.product .product-description-list li {
	margin-bottom: 10px;
	list-style: disc;
	/*color: var(--GM-Dark);*/
}
.product .product-description-list li:last-child {
	margin-bottom: 0;
}
.product .single-product-description-wrapper .price-vat,
.product .woocommerce-variation-add-to-cart .price-vat {
	color: var(--Blue-500);
	line-height: 100%;
    margin-top: 20px;
	width: 20%;
}

.product .summary.entry-summary .summary-container > div:nth-child(2) {
    display: inline-block;
}

.product .single_variation_wrap .single-price-wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	position: relative;
	bottom: 0;
	color: #fff;
	margin-top: 20px;
}

ul.products li.product .fusion-product-wrapper {
	border: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
}
.products .price {
    color: #ffffff !important;
    text-align: center;
    line-height: 140%;
	padding: 0 20px 8px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
	z-index: 1;
	font-size: 50px;
}
.products .price span {
	font-size: 14px;
    line-height: 140%;
	margin-right: 5px;
}
.products .price-vat-container {
    display: flex;
    align-items: center;
}
.products .price-vat,
.pm_produkt .price-vat {
    max-width: 90px;
	line-height: 110%;
    top: 2px;
    position: relative;
}
.products .product-details-container .fusion-price-rating {
	justify-content: left;
}
.fusion-price-rating .wccpf-fields-container,
.fusion-price-rating .wcff-variation-field {
	display: none;
}
.products .product-buttons .show_details_button:before {
	display: none;
}
.products .product-buttons-container {
	display: flex;
	justify-content: center;
	padding: 35px 0;
}
.products .product .product-buttons {
	padding-top: 0;
}
.products .product-details-container {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products .product-details {
	height: 100%;
}














.product-filter-wrapper .fusion-search-form-content {
	border-radius: 28px;
    max-height: 43px;
}
.product-filter-wrapper .fusion-search-element.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    font-size: 24px;
}



.post-type-archive-product .fusion-footer .fusion-row,
.post-type-archive-product ul.products {
	max-width: 1240px;
}

.post-type-archive-product ul.products {
	margin: 0 auto;
}

.aws-container .aws-search-form .aws-form-btn {
    background: none;
    border: none;
    z-index:98;
    /*color: var(--GM-Dark) !important;*/
}
.aws-search-form {
    border-radius: 25px;
    min-width: 260px;
	background: #fff;
}
.aws-container .aws-show-clear .aws-search-field {border-radius: 20px!important; border: none !important; }
.aws-container .aws-search-form .aws-form-btn:hover { background: none; }

/* Shop page additional footer */




/*Homepage*/

/*Footer*/
.fusion-footer-widget-area .wpcf7-acceptance .wpcf7-list-item-label {
	color: #ffffff;
	font-weight: normal;
}
/*Footer*/

@media only screen and (max-width: 1024px) {

	/*** SHOP PAGE ***/
	.post-type-archive .products .custom-product-wrapper {
		max-height: 100%;
	}

	.post-type-archive .products .custom-product-wrapper .custom-product-center {
		padding: 20px 10px;
	}

	.post-type-archive .products .product-details-container .fusion-price-rating {
		justify-content: space-evenly;
	}

	.post-type-archive .products .price {
		padding: 0;
		font-size: 50px;
	}
	/*** END SHOP PAGE ***/

	/*** CONTACT PAGE & Daten anfrage FORM ***/




	/*** END CONTACT PAGE & Daten anfrage FORM ***/






	.single-product #main .products li.product {
		width: 47% !important;
	}
}


@media only screen and (max-width: 900px) {

	/*Single product*/


	.product-main-wrapper .test-data-form-wrapper,
	.test-data-form-image img {
		width: 100%;
		max-width: 400px;
	}



	.single-product-description-wrapper .single_variation_wrap .button {
		margin-bottom: 25px !important;
	}
	.single-product-description-wrapper .price-vat-container {
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	.single_variation_wrap .single-price-wrapper {
		width: 100%;
		margin: 0;
		border-radius: 0 0 20px 20px;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px;
	}
	.single-addtocart-wrapper {
		flex-wrap: wrap;
	}
	.single-product-description-wrapper .single_variation_wrap {
		margin: 0 -25px;
	}
	.product-main-wrapper .test-data-form a {
		width: 100%;
		text-align: center;
	}






	.single-product-description-wrapper .single_variation_wrap .variations_button {
		flex-wrap: wrap;
	}
	.mini-cart-overlay.active {
		top: 0;
		height: 100%;
	}
	.modal-cart .modal-body {
		height: calc(100% - 100px);
	}
	/*Single product*/
    /*Shop archive filter*/



















	.product-filter-search-mobile .searchform .fusion-search-form-content {
		border-radius: 28px;
		max-height: 43px;
	}
	.product-filter-search-mobile .fusion-search-element.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
		font-size: 24px;
	}

	/*Shop archive filter*/
}

@media only screen and (max-width: 680px) {


	/*Cart*/
	.empty-cart-message-wrapper .return-to-shop .wc-backward {
		width: 100%;
		max-width: 320px;
	}
	.woocommerce-cart-form .cart-table-container {
		padding: 0 25px 25px 25px;
	}
	.fusion-body .cart_totals {
		padding: 25px;
	}
	.woocommerce-cart-form .cart-header-row {
		display: none;
	}
	.cart-row-wrapper {
		margin-top: 50px;
	}
	.cart-row-wrapper .cart-row {
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 0;
	}
	.cart-price-cell {
		display: none;
	}
	.cart-cell {
		padding: 5px 10px;
	}
	.cart-remove-cell {
		top: -40px;
		right: -10px;
	}
	body .cart-remove-cell a {
		font-size: 30px;
	}
	.cart-row-wrapper:before {
		content: "";
		position: absolute;
		top: -50px;
		width: 100%;
		height: 4px;
		border-radius: 10px;
		background: #f6f6f6;
	}
	.cart-row-wrapper:first-child:before {
		display: none;
	}
	.cart_totals .wc-proceed-to-checkout a {
		width: 100%;
		margin: 5px 0;
	}
	.woocommerce .cart-collaterals {
		margin-top: 40px;
	}
	/*Cart*/
}





#main .sidebar .widget {
    margin-bottom: 25px;
	width: 100%;
}
.sidebar .widget .heading .widget-title, .sidebar .widget .widget-title {
    margin-bottom: 25px;
	color: var(--Blue-500);
}





.post-type-archive-product .title h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 25px 0;
	text-align: center;
}
/*GLOBAL*/
/*Pagination*/







.pagination .pagination-next,
.pagination .pagination-prev,
.woocommerce-pagination .page-numbers span.page-text {
	color: #FFFFFF;
	padding: 8px 16px;
}





/*HEADER*/

.category-menu .title {
    padding-left: 20px;
}

div.fusion-secondary-header div.fusion-search-button.search-button .searchsubmit.search-input {
    background: #fff;
	/*color: var(--GM-Dark) !important;*/
    border-right: 1px solid;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding-right: 5px;
    font-size: 18px;
}
div.fusion-secondary-header div.fusion-search-button.search-button .searchsubmit.search-input:hover {
    background: #fff !important;
}
/*HEADER*/
/* Contact page styles */


.post-content p.kontakt__text {
    margin-bottom: 50px;
}

.page-id-333285 .wpcf7-form {
	background: var(--BU-Primary);
    padding: 50px;
    border-radius: 30px;
}

.page-id-333285 .wpcf7-form .left-label .wpcf7-text,
.contactform-wrapper-blur .wpcf7-form .left-label .wpcf7-text,
.page-id-154 .wpcf7-form .left-label .wpcf7-text {
    height: 42px;
}





.contactform-wrapper-blur #kontakt_page_form_heading h2,
.page-id-333285 .contact-form-top__wrapper label,
.contactform-wrapper-blur .contact-form-top__wrapper label,
.page-id-333285 .wpcf7-form .wpcf7-quiz-label,
.page-id-333285 .wpcf7-form .wpcf7-list-item-label,
.page-id-333285 .wpcf7-form .right-label,
.page-id-333285 span.pflichtfeld,
.contactform-wrapper-blur .wpcf7-form .wpcf7-quiz-label,
.contactform-wrapper-blur .wpcf7-form .wpcf7-list-item-label,
.contactform-wrapper-blur .wpcf7-form .right-label {
    color: #FFFFFF;
}



.page-id-333285 .wpcf7-form .wpcf7-list-item-label
.contactform-wrapper-blur .wpcf7-form .wpcf7-list-item-label {
	font-weight: 400;
}



.page-id-333285 .wpcf7-form .wpcf7-text,
.contactform-wrapper-blur .wpcf7-form .wpcf7-text {
	width: 92% !important;
	margin-bottom: 11px;
	margin-right: 50px;
}

.terms-and-conditions-button .wpcf7-list-item {
	margin:0;
}




.terms-and-conditions-button.conditions-kontakt {
    font-weight: 400;
}
.terms-and-conditions-button.conditions-kontakt p {
	margin: 0;
}





.page-id-333285 .wpcf7-form .right-content,
.contactform-wrapper-blur .wpcf7-form .right-content {
	width: 96%;
}
.page-id-333285 .wpcf7-form .right-content .right-label textarea,
.contactform-wrapper-blur .wpcf7-form .right-content .right-label textarea {
    margin-top: 5px;
    height: 97px;
	border: none;
}

.contactform-wrapper-blur .wpcf7-form span.pflichtfeld {
	color: #FFF;
}

body.fusion-button_size-large .wpcf7-form input[type="submit"],
.fusion-button_size-large .wpcf7-submit {
    padding: 14px 45px;
    font-family: Calibri, sans-serif;
    font-size: 20px;
}
/* Contact page styles */
/*News post styles*/


#comments .commentlist .comment-author strong {
    font-weight: 700;
    color: #333333;
}
.comment-list.commentlist {
    margin-bottom: 0;
}

.respond.comment-form input[type="submit"], .fusion-button, .fusion-button-default {
    text-transform: none;
}


#content .single-navigation {
    margin-bottom: 50px;
}

.sidebar .widget.widget_recent_entries {
    background: #ffffff;
}
body.fusion-button_size-large .wpcf7-form input[type="submit"], .fusion-button_size-large .wpcf7-submit {
    font-weight: inherit;
}

.single .post-content a {
    color: var(--BU-Primary);
}
.single .post-content a:hover {
    color: var(--Blue-500);
}



/*News post styles*/









/*Homepage*/

.page .footer-newsletter-content {
    height: auto;
    min-height: 432px;
    max-width: 1240px;
}


.page-id-19 .post-content .columns .column .meta {margin: 20px 0;}


/*Homepage*/

/*News*/

/*News*/
/*Navigation dropdown menu*/










/*Navigation dropdown menu*/
/*Recaptcha*/

/*Recaptcha*/
/*newsletter slider*/
.fusion-news-slider-loading {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-clip: padding-box;
}
.fusion-news-slider-loading {
	display: none;
    position: relative;
	top: 0%;
    left: 45%;
    margin: -3.5em 0 0 -3em;
    color: transparent;
    font-size: 10px;
    border-top: .5em solid rgba(0, 0, 0, .2);
    border-right: .5em solid rgba(0, 0, 0, .2);
    border-bottom: .5em solid #333;
    border-left: .5em solid rgba(0, 0, 0, .2);
    animation: fusion-rotate .8s infinite linear;
}
/*Empty cart*/
.restricted-item-wrapper {
	max-width: 830px;
    width: 100%;
	margin: auto;
    padding: 100px 0;
}
.restricted-item-wrapper-empty-cart .restricted-item-image,
.restricted-item-wrapper-cart .restricted-item-image {
	background: var(--Blue-500);
	background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    padding: 60px 50px 50px 50px;
    text-align: center;
}
.woocommerce .empty-cart-message-wrapper .cart-empty,
.woocommerce .empty-cart-message-wrapper .return-to-shop {
	float: unset;
}
.empty-cart-message-wrapper {
	border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 40px 35px 25px 35px;
}
.fusion-body .woocommerce .empty-cart-message-wrapper .cart-empty {
	border: 0 !important;
    color: #5FC4DF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 25px 20px 20px 20px !important;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: var(--Blue-100);
}
.fusion-body .woocommerce .empty-cart-message-wrapper .return-to-shop {
	border: 0 !important;
    height: auto;
    line-height: normal;
    margin: 0;
	width: 100%;
	text-align: center;
}
.empty-cart-message-wrapper .return-to-shop .wc-backward {

}

.empty-cart-message-wrapper .return-to-shop .wc-backward:hover {

}

.empty-cart-message-wrapper .return-to-shop .wc-backward:before {
	display: none;
}
/*Empty cart*/
/*Cart*/
.restricted-item-wrapper-cart.restricted-item-wrapper {
	padding: 50px 0 0 0;
}

.restricted-item-wrapper-empty-cart.restricted-item-wrapper h2,
.restricted-item-wrapper-empty-cart.restricted-item-wrapper h4,
.restricted-item-wrapper-checkout.restricted-item-wrapper h2,
.restricted-item-wrapper-checkout.restricted-item-wrapper h4,
.restricted-item-wrapper-cart.restricted-item-wrapper h2,
.restricted-item-wrapper-cart.restricted-item-wrapper h4 {
	color: #FFFFFF;
}
.restricted-item-wrapper-cart.restricted-item-wrapper h2 {
	font-size: 24px;
}
.restricted-item-wrapper-cart.restricted-item-wrapper h4 {
	font-size: 18px;
}
.woocommerce-cart-form,
.cart_totals {
	max-width: 830px;
	margin: auto;
}
.cart_totals {
	padding: 20px;
}
.cart-table-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
	padding: 40px 20px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.cart-header-row {
    display: flex;
    font-weight: 700;
	/*color: var(--GM-Dark);*/
}
.cart-header-cell {
    width: 15%;
    padding: 10px;
    text-align: center;
}
.cart-header-cell-name {
	width: 45%;
	text-align: left;
}
.cart-header-cell-subtotal {
	width: 25%;
}

.post-content  .cart_totals  .wc-proceed-to-checkout .fusion-button,
.cart-table-container .cart-body .cart-actions button {
	font-weight: 700;
	font-family: "Lexend Exa", sans-serif;
	padding: 13px 18px;
}

.cart-body {
    display: flex;
    flex-direction: column;
}
.cart-row-wrapper {
	display: flex;
	position: relative;
}
.cart-row {
	width: 100%;
    display: flex;
	align-items: center;
	border-radius: 10px;
    background: var(--Blue-100);
    margin-bottom: 25px;
	padding: 0 5px;
}
.cart-cell {
    width: 15%;
    padding: 10px;
    text-align: center;
}
.cart-subtotal-cell {
	width: 25%;
}
.cart-remove-cell {
    text-align: center;
    position: absolute;
	right: 14px;
	top: 18%;
    width: auto;
    padding: 0;
	font-size: 22px;
}

.cart-remove-cell a:hover {
	color: var(--Yellow-500);
}

.cart-product-name-cell {
    width: 45%;
    text-align: left;
}
.cart-product-name-cell .product-title {
	font-weight: 700;
}
.cart-subtotal-cell {
    text-align: center;
	font-weight: 700;
}
.cart-cell .quantity input {
	display: none;
}
.cart-cell .quantity input.input-text {
	display: block;
}
.fusion-body .cart-cell .quantity {
	width: auto;
	border: 0;
	padding: 10px;
    display: inline-flex;
	box-shadow: 0px 0px 10px 0px rgba(210, 174, 13, 0.25);
    border-radius: 10px;
    padding: 0;
}
.fusion-body #main .cart-cell .quantity .qty {
	border: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    max-width: 100%;
    outline: none;
    border-radius: 10px;
    background: #ffffff;
}


.cart-totals-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.cart-total-row {
    display: flex;
	border-radius: 10px;
    background: var(--Blue-100);
    margin: 7px 0;
	padding: 15px;
	font-weight: 700;
}
.cart-total-row.order-total-row {
	background: var(--Grey-300);
}
.cart-total-cell {
    flex: 1;
}
.cart-total-cell.cart-total-label {
	text-align: left;
}
.cart-total-cell.cart-total-amount {
	text-align: right;
}
.cart-discount-row {
    background-color: #f5f5f5;
    font-weight: bold;
}
.shipping-row {
    background-color: #f5f5f5;
}
.woocommerce .cart_totals h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}
.fusion-body .cart_totals {
	border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
	padding: 25px 50px 40px 50px;
}

.woocommerce .cart-collaterals {
	margin-top: 140px;
}
.fusion-body .woocommerce .cart-collaterals .cross-sells h2 {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fusion-body .woocommerce .cart-collaterals .cross-sells li.type-product {
	width: 33%;
	background: none;
	margin: 0;
}
.cart-collaterals h3 {
	text-align: center;
}
.cart-collaterals .add_to_cart_button {
	display: none;
}
.post-content .woocommerce-cart-form .cart-row p,
.post-content .woocommerce-cart-form .cart-row dt {
	font-size: 16px;
	font-weight: 700;
}
/*Cart*/

/*** SEARCH PAGE ***/



.search-results #main {
	margin-top: 75px;
}

/*newsletter slider*/
@media only screen and (max-width: 1290px) {


    .search-results #content article {
        width: 100%;
    }
}


@media only screen and (max-width: 1200px) {



	.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right .button {
		margin: 10px 10px 0 0;
	}
	.tinv-wishlist .tinvwl-input-group .form-control {
		width: 205px;
	}
}

@media only screen and (max-width: 992px) {

	/*GLOBAL*/

	/*GLOBAL*/
	.post-type-archive-product #main .products li.product {
		width: 100%;
	}


	.woocommerce-cart .products {
		flex-wrap: wrap;
	}
	.woocommerce-cart .products .product {
		width: 40%;
	}
	.modal-cart.right .modal-dialog.active {
		transform: translateX(-520px);
	}
	.modal-cart.right .modal-dialog {
		width: 520px;
	}
}

@media only screen and (max-width: 800px) {


	.test-data-list {
		display: block;
	}
	.test-data-checkboxes .wpcf7-list-item-label {max-width: 570px;}
	.test-data-list .test-data-item {
		width: 100%;
		padding: 0;
		border: none;
	}

	.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input.s,
	.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-button input[type=submit].searchsubmit {
		margin-top: 0px;
	}
	div.fusion-mobile-menu-search {
		position: fixed;
		width: 100%;
		top: 50px;
		left: 0px;
		margin: 0px;
		padding: 30px 20px;
		background: #fff;
	}
	.fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input.s{
		background: #fff;
		border-radius: 28px;
		padding-right: 5px;
		font-size: 18px ;
	}
	.fusion-mobile-menu-icons a.fusion-icon.awb-icon-search {
		margin-top: 9px;
		margin-right: 7px;
	}
	.fusion-mobile-menu-icons .awb-icon-search::before {
		font-size: 24px;
	}




	.page-id-333285 .wpcf7-form .wpcf7-text,
    .contactform-wrapper-blur .wpcf7-form .wpcf7-text {
        margin-right: 0;
        width: 100% !important;
    }



    .fusion-footer .fusion-footer-widget-area .wpcf7-form .wpcf7-text {
        width: 100% !important;
    }
	/*Single product page*/
	.single-product .product .entry-summary .summary-container {
		float: unset;
		margin: auto;
	}
	.single-product .related.products ul {
		display: block;
	}
	/*Single product page*/
	.woocommerce-cart .products .product {
		width: 100%;
		margin: 30px auto;
	}





	.woocommerce-checkout .shop_table .product-name {
		width: 55%;
	}
}


@media only screen and (max-width: 660px) {

	.test-data-item iframe {
		transform: scale(0.7) translateX(-65px);
	}
	.category-menu .title {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.post-type-archive-product .category-menu {
		height: auto;
		padding: 15px 0;
		display: block;
	}
	.category-menu {
		height: auto;
		display: block;
		padding: 20px 0;
	}
	.category-menu ul {
		padding: 0;
	}

	.category-menu li {
		margin: 0;
		float: unset;
		display: block;
		text-align: center;
		padding: 0;
	}
	.post-type-archive-product .category-menu li {
		margin: 0;
	}
}


@media only screen and (max-width: 640px) {


	.woocommerce-orders .woocommerce-orders-table__header-order-date,
	.woocommerce-orders .woocommerce-orders-table__header-order-status {
		display: none;
	}
	.woocommerce-orders .woocommerce-MyAccount-content {
		padding: 15px;
	}
}


@media only screen and (max-width: 600px) {





	.product .product-custom-container .summary.entry-summary {
		bottom: 0;
		position: relative !important;
	}
	.product .product-custom-container .summary.summary-container {
		bottom: 0;
		position: relative !important;
	}
	.product .product-custom-container .entry-summary .summary-container {
		position: relative !important;
		bottom: auto;
	}
	.product .product-buttons .show_details_button {
		font-size: 16px;
	}

	.investorprofile-post {
		margin-bottom: 50px;
	}
	.investorprofile-post .post-content {
		display: block;
	}






    .category-menu {
        display: block;
    }
    .category-menu span {
        float: unset;
    }
    .category-menu li {
        float: unset;
        margin-left: 0;
		text-align: center;
    }
    .category-menu ul {
        padding-left: 0;
    }
    .category-menu .title {
        width: 100%;
    }


	.single-product #main .product .fusion-row-product h1.product_title {
		font-size: 30px;
	}
	.single-product .post-content {
		display: block;
	}

	.single-product #test-data-download h2 {
		font-size: 30px;
		line-height: 120%;
	}

	.single-product #main .products li.product {
		width: 100% !important;
	}

	.product .single-product-description-wrapper .single_variation_wrap .price {
		font-size: 40px !important;
	}

	.product .single-product-description-wrapper .single_variation_wrap .price-vat {
		font-size: 12px !important;
	}

	.variations tr {
		display: block;
	}
	.woocommerce-cart .cart_totals table th {
		width: 35%;
	}
	.woocommerce-cart .cart-collaterals .cart_totals .fusion-button {
		width: 100%;
	}




	.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn {
		padding-left: 0;
		padding-top: 10px;
	}
	.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn .button {
		width: 225px;
	}
	.tinv-wishlist .tinvwl-input-group .form-control {
		width: 225px;
	}
	.woocommerce-checkout .fusion-product-name-wrapper .product-thumbnail {
		display: none;
	}
	.avada-woo-one-page-checkout #main .woocommerce .checkout .woocommerce-content-box,
	.avada-woo-one-page-checkout #main .woocommerce .checkout #customer_details .col-1,
	.avada-woo-one-page-checkout #main .woocommerce .checkout #customer_details .col-2 {
		padding: 15px;
	}
	.woocommerce-account .woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
		width: 115px;
	}



	.woocommerce-checkout .checkout .woocommerce-content-box .button {
		width: 100%;
	}

	/*** SIDE CART ***/

	.modal-cart.right .modal-dialog.active {
		transform: translateX(-320px);
	}
	.modal-cart.right .modal-dialog {
		width: 320px;
	}
	/*** END SIDE CART ***/

	/** CHECKOUT **/
	.woocommerce-checkout .checkout .woocommerce-checkout-payment .payment_methods,
	form.checkout .woocommerce-billing-fields__field-wrapper {
		flex-direction: column;
	}
	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper,
	.woocommerce-checkout form.checkout #billing_last_name_field,
	.woocommerce-checkout form.checkout #billing_first_name_field,
	.woocommerce-checkout form.checkout .form-row {
		width: 100%;
		float: unset;
	}
	.woocommerce-checkout .checkout .payment_methods li:first-child {
		margin-right: 0;
	}
	.woocommerce-checkout .checkout .payment_methods li {
		justify-content: start;
	}

	.woocommerce-checkout-review-order-table .cart_item .product-total {
		padding: 70px 20px 20px 0;
	}
	/** END CHECKOUT **/

	/*** DATEN ANFRAGE ***/
	.page-id-333285 .wpcf7-form {
		padding: 30px;
	}


	/*** END DATEN ANFRAGE ***/
}

@media only screen and (max-width: 450px) {

	.test-data-block {
		padding: 50px 25px;
	}
}


/*CONTAINER MEDIA*/




/*CONTAINER MEDIA*/
