/*
Theme Name: LOTUS VITA
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Christoph Maschowski
Author URI: https://it-freiburg.com
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1660915789
Updated: 2022-08-19 15:29:49

*/
@import url("css/header.css");

html,
body {
  scroll-padding-top: 110px;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--e-global-color-text);
}
a:active,
a:hover {
  color: var(--e-global-color-accent);
}
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 0px solid #fff;
}
.fa-shopping-cart:focus-visible,
.fa-shopping-cart:hover,
.fa-shopping-cart:focus {
  outline: none;
}
.form-field-visually-hidden {
  display: none !important;
}
.elementor-widget-woocommerce-product-content a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
/* remove unnecessray extra field als addresses */
.woocommerce-billing-fields #0,
.shipping_address #0 {
  display: none !important;
}
/* Scrollbars */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 #f7f7f7;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f7f7f7;
}

*::-webkit-scrollbar-track:hover {
  background-color: #eeeeee;
}

*::-webkit-scrollbar-track:active {
  background-color: #efefef;
}

*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d3d3d3;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--e-global-color-accent);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--e-global-color-accent);
}
/* Banner BG fix */
#main-banner-wrapper {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
/* Banner Color */
#main-banner-wrapper.gold {
  background-color: var(--e-global-color-accent) !important;
}
#main-banner-wrapper.peach {
  background-color: var(--e-global-color-eb9b905) !important;
}
#main-banner-wrapper.creme {
  background-color: var(--e-global-color-d5cb9bc) !important;
}
#main-banner-wrapper.turquis {
  background-color: var(--e-global-color-af814c3) !important;
}
#main-banner-wrapper.turquis * {
  color: var(--e-global-color-1702188) !important;
  border-color: var(--e-global-color-1702188) !important;
}
#main-banner-wrapper.turquis #main-banner-sheet {
  background-color: rgba(24, 170, 124, 0.5) !important;
}
/* Sticky header */
.blur-header.elementor-sticky--effects {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.blur-header {
  transition: background-color 1s ease !important;
}
.blur-header.elementor-sticky--effects > .elementor-container {
  min-height: 70px;
}
.blur-header > .elementor-container {
  transition: min-height 1s ease !important;
}
/* Blur BG */
.blur-bg {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
table.evenodd th {
  background: #fff;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}
table.evenodd th,
table.evenodd td {
  padding: 4px 3px 2px 3px !important;
}
table.evenodd tr:nth-child(odd) {
  background: #f2f2f2;
}
table.evenodd tr:nth-child(even) {
  background: #f8f8f8;
}
table.evenodd tr:hover {
  background: #fff;
}
/* END Banner Color */
ul.lotus-grid {
  display: grid;
  align-content: flex-end;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding: 20px;
  list-style: none outside;
  clear: both;
}
ul.lotus-grid.nobreak {
  overflow: auto;
  grid-auto-flow: column;
}
ul.lotus-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
ul.lotus-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.lotus-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.lotus-grid.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
ul.lotus-grid.columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
ul.lotus-grid.columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
ul.lotus-grid li.lotus-product-tile {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
  clear: both;
  justify-content: center;
  text-align: center;
  list-style: none outside;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: var(--button-align-direction);
  flex-direction: var(--button-align-direction);
  -webkit-box-pack: var(--button-align-justify);
  -ms-flex-pack: var(--button-align-justify);
  justify-content: var(--button-align-justify);
}
ul.lotus-grid li.lotus-product-tile h3,
ul.lotus-grid li.lotus-product-tile h4,
ul.lotus-grid li.lotus-product-tile h5 {
  font-size: 15px;
}
ul.lotus-grid li.lotus-product-tile h3 > a {
  color: inherit;
}
.lotus-flex-wrapper {
  --gap: 20px;
  --columns: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  gap: var(--gap);
}
.lotus-flex-wrapper.border .lotus-flex-container {
  padding: 20px;
  border: 1px solid var(--e-global-color-6d7c735);
  border-radius: 5px;
  box-sizing: border-box;
}
.lotus-flex-container {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
}
.lotus-tile-140 {
  width: 140px;
  height: 140px;
}
.lotus-tile-160 {
  width: 160px;
  height: 160px;
}
#rapidmail_newsletter_field {
  display: none;
}
h4.bundled_product_title {
  font-size: 18px;
}
.bundled_item_wrap span.price {
  font-size: 15px !important;
}
table.variations tbody > tr:nth-child(2n + 1) > td,
table.variations tbody > tr:nth-child(2n + 1) > th {
  background-color: transparent;
}
.hideinactivepaginationlinks .elementor-pagination span.page-numbers {
  display: none;
}
.wc-gzd-order-submit {
  margin-top: 20px;
}
.wc-gzd-additional-info {
  font-size: 11px;
}
#fc-substep__text--billing_address .fc-step__substep-text-content--billing_address .fc-step__substep-text-line:nth-child(2) {
  display: none;
}
.fc-contact-login__action.fc-contact-login__action--underline,
.lotus-newsletter a {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-weight: 700;
  white-space: nowrap;
}
.lotus-newsletter a {
  display: block;
  margin: 10px auto;
  width: fit-content;
}
.woocommerce-checkout .address_book .woocommerce-input-wrapper {
  display: block;
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
.woocommerce-checkout .address_book .woocommerce-input-wrapper input.input-radio,
.woocommerce-checkout .address_book .woocommerce-input-wrapper label.radio {
  display: inline-block;
  vertical-align: top;
  border: 1px solid white;
  margin-top: 0px;
}
.woocommerce-checkout .address_book .woocommerce-input-wrapper input.input-radio {
  margin-top: 5px;
}
.woocommerce-checkout .address_book .woocommerce-input-wrapper input#billing_address_book_add_new,
.woocommerce-checkout .address_book .woocommerce-input-wrapper input#shipping_address_book_add_new {
  display: block;
  float: left;
  margin-top: 15px;
}
.woocommerce-checkout .address_book .woocommerce-input-wrapper label.radio:last-child {
  float: left;
  margin-top: 10px;
}
.woocommerce-checkout .address_book .woocommerce-input-wrapper label.radio {
  line-height: 1em;
  max-width: 150px;
  margin-right: 10px;
  padding-right: 0px;
  white-space: pre-wrap;
}
.woocommerce .choose-pickup-location {
  font-size: 20px;
  line-height: 25px;
}
.woocommerce-ResetPassword.lost_reset_password .form-row-last {
  width: 100% !important;
}
.woocommerce-account .wc-address-book-meta,
.woocommerce-account .address_book header {
  white-space: nowrap;
  align-items: center;
}
.woocommerce-account .button > br {
  display: none;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  text-align: left !important;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  padding: 0px;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  .variable-item-contents {
  border: 0px solid #fff;
  border-radius: 40px;
  overflow: hidden;
}
.woo-variation-swatches.wvs-show-label
  .variations
  td
  .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label
  .variations
  th
  .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
  vertical-align: middle;
}
table.variations td,
table.variations th {
  padding: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: var(--e-global-color-af814c3);
  color: #fff;
  border: 1px solid var(--e-global-color-af814c3);
  border-radius: 50px;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
  color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button {
  display: block;
  text-align: center;
  padding: 1em;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 12px 20px;
  font-weight: 700;
  border-radius: 50px;
  left: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 12px 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  /* display: none; */
  color: var(--e-global-color-text);
  font-size: 24px;
  font-weight: 600 !important;
}
.woocommerce
  .elementor-widget-woocommerce-product-rating
  .elementor-widget-container
  .woocommerce-product-rating {
  line-height: 1em;
  display: flex;
  justify-content: left !important;
}
.woocommerce-product-rating .star-rating {
  min-width: 100px;
}
.wc-gzd-additional-info.wc-gzd-rating-authenticity-status.is-verified {
  display: none;
}
.reviewslider {
  overflow: auto;
}
.reviewslider .review {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  vertical-align: top;
  border-right: 1px solid #eee;
}
.reviewslider .review:last-child {
  border-right: none;
}
.woocommerce .reviewslider .star-rating {
  float: none;
}
/* Move progressbar of sliders to bottom */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0;
}
/* Display sub-categories only for specific main categories */
#unterkategorie {
  display: none;
}
body.term-ersatzteile #unterkategorie {
  display: block;
}
body[class*="ersatzteile"] #produktfilter {
  display: none;
}
/* SideCart fix with fixed header */
.elementor-menu-cart__container {
  width: 100vw;
  height: 100vh !important;
}
/* BEGIN product filter */
.wpc-filters-section {
  display: none;
  vertical-align: top;
  margin-right: 7px;
  margin-bottom: 0 !important;
}
.wpc-filters-section {
  display: none;
}
.wpc-filter-title {
  margin-bottom: 0 !important;
}
.wpc-filter-header {
  display: none;
}
.wpc-filter-layout-dropdown
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.wpc-sorting-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  border-radius: 50px;
  margin: 1px 2px 1px 0;
}
option.wpc-dropdown-default:first-child,
option.wpc-dropdown-default:first-child {
  display: none;
}
.wpc-filter-layout-dropdown .select2-search--dropdown,
.wpc-filter-layout-dropdown .select2-results__option:first-child {
  display: none !important;
}
/* Select 2 with product filter */
.wpc-filter-layout-dropdown
  .select2-container--default
  .select2-selection--single,
.wpc-sorting-form .select2-container--default .select2-selection--single {
  border-color: var(--e-global-color-6d7c735) !important;
  border-radius: 19px !important;
}
.wpc-filter-layout-dropdown .select2-container--open .select2-selection--single,
.wpc-sorting-form .select2-container--open .select2-selection--single {
  border-radius: 19px 19px 0 0 !important;
}
.wpc-filter-layout-dropdown .select2-container--default
  .wpc-filter-everything-dropdown
  .select2-results__option--highlighted[aria-selected],
  .wpc-filter-layout-dropdown .select2-container--default
  .wpc-filter-everything-dropdown
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--e-global-color-accent) !important;
  color: #fff !important;
}
.wpc-filter-layout-dropdown
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.wpc-sorting-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 6px 20px 6px 14px !important;
}
/* Product filter chips */
.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  padding: 6px 15px !important;
  color: var(--e-global-color-text);
}
/* END product filter */
/* BEGIN Extra product options */
/* .tc-extra-product-options {
	text-align: left;
}
.tc-extra-product-options.tc-show {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 25px 0 0 0;
	background: transparent;
	border-top: 1px solid var(--e-global-color-6d7c735);
	box-sizing: border-box;
}
.tc-extra-product-options del .woocommerce-Price-amount.amount {
	color: #ff0000;
	display: block;
}
.tc-extra-product-options ins {
	text-decoration: none !important;
}
#tm-epo-totals .tm-options-totals {
	display: none !important;
}
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart {
	margin-left: 40px;
}
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt {
    max-width: 40px;
	position: absolute;
	top: 20px;
	left: 0;
}
//.woocommerce div.product .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity,
//.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity {
//	display: none !important;
//}
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button,
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button:hover,
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button:active,
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button:focus {
	color: transparent !important;
	background-color: transparent !important;
	border: none !important;
	display: inline-block;
	width: 30px;
	position: relative;
}
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button::after {
	content: url('svg/lotus-check.svg');
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid var(--e-global-color-text);
	border-radius: 50px;
	color: var(--e-global-color-text);
	top: 0px;
	left: 0px;
	font-size: 30px;
	pointer-events: none;
	opacity: 0.1;
}
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button.alt::after {
	content: url('svg/lotus-check.svg');
	opacity: 0.1;
}
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt button:not(.alt)::after {
	content: url('svg/lotus-check.svg');
	opacity: 0.8;
}
.tc-totals-form.tc-show {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 0;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}
.woocommerce-variation-add-to-cart-disabled #tm-extra-product-options-fields {
	opacity: 0.5;
	pointer-events: none;
}
.tm-extra-product-options .tc-cell {
	margin: 0;
}
.tm-extra-product-options .tc-col-auto, .tm-extra-product-options .tc-cell.tc-col-auto, .tc-cell.tc-col-auto, .tc-col-auto {
    width: 100%;
}
.tm-extra-product-options .tc-epo-label {
	font-size: 1rem;
}
.tc-epo-element-product-container-cart>* {
	margin: 0 !important;
}
.tm-extra-product-options .associated-price {
	display: none;
}
.tm-extra-product-options h4.product-title {
	display: none;
	font-size: 18px;
	font-family: var(--e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight );
	text-transform: uppercase;
}
.tc-epo-element-product-container {
	flex-direction: row-reverse;
}
.tc-epo-element-product-container-left {
    width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.tc-epo-element-product-container-right {
    width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
	margin: 0;
	position: relative;
}
.tm-extra-product-options .product-meta {
	display: none;
}
.tm-extra-product-options input.tm-qty-alt {
	border-radius: 50px 0px 0px 50px !important;
    padding: 6px 0px 7px 0px !important;
	margin-top: -4px !important;
    color: var(--e-global-color-text) !important;
    background-color: var(--e-global-color-cefd98b) !important;
    border-color: var(--e-global-color-accent) !important;
    transition: all 0.2s !important;
} */
/* Simon */
.tc-epo-element-label-text {
  /* zusatzoption wählen und sparen */
  width: max-content;
  font-size: 1rem;
  font-weight: bold;
}
.tc-epo-element-product-container-cart h4.product-title {
  display: none;
}
.tc-epo-element-product-container-cart .associated-price {
  display: none;
}
.tc-epo-element-product-container-right {
  order: 1; /* Moves the right container to the first position */
}
.tcwidth-70 {
  --flex-items: calc(100 / 30); /* reduce first container size */
}
.tc-epo-element-product-container-left {
  order: 2; /* Moves the left container to the second position */
}
.tc-epo-element-product-container {
  justify-content: flex-start !important; /* no space between counter and image */
}
.tc-epo-element-product-container {
  align-items: center !important; /* center items vertically */
}
.tc-epo-element-product-container-cart {
  gap: 0 !important; /* center items vertically */
}

/* END Extra product options */
.lotusicon {
  list-style-type: none;
}
.lotusicon.plus::before {
  content: url(/wp-content/themes/hello-elementor-child/svg/plus-circle-thin-grey.svg);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 5px;
  color: var(--e-global-color-text);
}
.expanded .lotusicon.plus::before {
  content: url(/wp-content/themes/hello-elementor-child/svg/minus-circle-thin-grey.svg);
}
ul.lotus-jumpmenu {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: auto;
  border-top: 1px solid var(--e-global-color-6d7c735);
  border-bottom: 1px solid var(--e-global-color-6d7c735);
  scrollbar-color: --e-global-color-primary --e-global-color-secondary;
  scrollbar-width: thin;
}
ul.lotus-jumpmenu li.lotus-jumpmenu-item {
  display: inline-block;
}
ul.lotus-jumpmenu li.lotus-jumpmenu-item a {
  display: block;
  padding: 10px 20px 5px 0;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
}
ul.lotus-jumpmenu li.lotus-jumpmenu-item.active a {
  color: var(--e-global-color-accent);
}
.lotus-tabs {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.lotus-tabs-item {
  display: inline-block;
}
.lotus-tabs-label {
  cursor: pointer;
  display: inline-block;
  margin-right: -6px;
  margin-bottom: 10px;
  padding: 10px 10px 5px 10px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: uppercase;
  border: 1px solid var(--e-global-color-6d7c735);
  -webkit-user-select: none; /* Für WebKit-Browser (Safari, Chrome) */
  -moz-user-select: none; /* Für Firefox */
  -ms-user-select: none; /* Für Microsoft Edge */
  user-select: none; /* Standard */
}
.lotus-tabs-item.expanded .lotus-tabs-label {
  position: relative;
  border-bottom: 2px solid #fff;
  z-index: 3;
  margin-bottom: -2px;
}
.lotus-tabs-item.expanded .lotus-tabs-label,
.lotus-tabs-item .lotus-tabs-label:hover {
  color: var(--e-global-color-accent);
}
.lotus-tabs-content {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  border: 1px solid var(--e-global-color-6d7c735);
  background: #fff;
}
.lotus-tabs-close {
  content: url(/wp-content/themes/hello-elementor-child/svg/plus-circle-thin-grey.svg);
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 5px;
  color: var(--e-global-color-text);
  clear: both;
  cursor: pointer;
  transform: rotate(45deg);
}
.lotus-accordion .lotus-accordion-item {
  border-top: 1px solid var(--e-global-color-6d7c735);
}
.lotus-accordion .lotus-accordion-item:last-child {
  border-bottom: 1px solid var(--e-global-color-6d7c735);
}
.lotus-accordion .lotus-accordion-item .lotus-accordion-label {
  cursor: pointer;
}
.e-n-accordion-item-title-icon {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 20px !important;
  height: 20px !important;
  padding: 0px 0 0 4px;
  vertical-align: middle;
}
.lotus-accordion .lotus-accordion-item .lotus-accordion-label h1,
.lotus-accordion .lotus-accordion-item .lotus-accordion-label h2,
.lotus-accordion .lotus-accordion-item .lotus-accordion-label h3,
.lotus-accordion .lotus-accordion-item .lotus-accordion-label h4,
.lotus-accordion .lotus-accordion-item .lotus-accordion-label h5,
.lotus-accordion .lotus-accordion-item .lotus-accordion-label h6 {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  vertical-align: middle;
}
.lotus-accordion .lotus-accordion-item .lotus-accordion-content {
  display: none;
  padding-left: 32px;
}
.lotus-accordion
  .lotus-accordion-item
  .lotus-accordion-content.faq-content
  .attachment {
  display: inline-block;
  margin-right: 20px;
}
.showhide {
  cursor: pointer;
}
.showhide-content {
  display: none;
}
.stickyinside {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}
.elementor-nav-menu--dropdown .devider-after {
  border-bottom: 1px solid var(--e-global-color-6d7c735);
}
.menu-image-title-after {
  padding-top: 5px;
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  padding: 0 !important;
  margin-right: 10px;
}
.menu-image[src$=".svg"] {
  width: 30px;
  height: 30px;
  margin: 10px 18px 10px 10px !important;
}
.menu-image[src$=".png"],
.menu-image[src$=".jpg"] {
  border: 0px solid #fff;
  border-radius: 5px;
}
.downline {
	position: relative;
}
.linenumber {
	position: absolute;
	left: 0;
}
@media screen and (max-width: 1024px) {
  .lotus-flex-container {
    width: calc(50% - 20px + (20px / 2));
  }
}
@media screen and (max-width: 760px) {
  .elementor-widget-woocommerce-product-content .elementor-element[id],
  .anchor-section[id] {
    border-top: 82px solid transparent;
    margin: -60px 0 0;
  }
  .tm-responsive .tcwidth {
    flex: 0 0 40%;
  }
  .lotus-flex-container {
    width: 100%;
  }
}

.woocommerce-additional-fields p#order_comments_field {
  display: none;
}

p#user_switching_switch_on {
  font-size: 20px !important;
  background-color: yellow !important;
}

input.qty {
    width: 80px !important;
}