.elementor-103 .elementor-element.elementor-element-dfe6fc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-103 .elementor-element.elementor-element-1489c5f{--spacer-size:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-103 .elementor-element.elementor-element-5d34c52 .elementor-heading-title{font-family:"Figtree", Sans-serif;font-size:40px;font-weight:700;text-transform:none;line-height:40px;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-103 .elementor-element.elementor-element-b5a517f > .elementor-widget-container{margin:0px 0px -15px 0px;}.elementor-103 .elementor-element.elementor-element-b5a517f{font-family:"Figtree", Sans-serif;font-size:16px;font-weight:400;}.elementor-103 .elementor-element.elementor-element-a56a029{--spacer-size:10px;}.elementor-103 .elementor-element.elementor-element-afe3502{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-103 .elementor-element.elementor-element-5d34c52 .elementor-heading-title{font-size:30px;line-height:30px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-103 .elementor-element.elementor-element-b5a517f{font-size:14px;}}/* Start custom CSS *//* Warenkorb */
.order-notes {
	  background-color: #fff;
		color: #000;
    padding: 20px;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    box-sizing: border-box;
	  display: flex;
  	flex-direction: column;
  	gap: 15px;
	  margin-top: 15px;
}
.info-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bild-container {
  width: 20px;
  flex-shrink: 0;
}
.bild-container img {
  width: 100%;
  height: auto;
}
.text-container {
  flex: 1;
	font-size: 14px;
	font-family: Figtree;
}
.bezahlmoeglichkeiten {
  display: flex;
  gap: 5px;
	margin-top: 5px;
}
.bezahlmoeglichkeiten img {
  width: 40px;
  height: auto;
	border: 2px solid #f1f1f1;
	border-radius: 8px;
}
.checkout-button.button.alt.wc-forward {
	  background-color: #CE1417;
    border: 1px solid #CE1417;
    border-radius: 100px; 
	  font-size: 15px;
	  font-family: Figtree;
}
.checkout-button.button.alt.wc-forward:hover {
	  background-color: #CE1417;
    border: 1px solid #CE1417;
    border-radius: 100px; 
}
.shop_table th, .shop_table td {
	padding: 10px 0px !important;
	font-family: Figtree;
}
.shop_table td {
	text-align: end;
}
.order-total th, .order-total td {
	border-top: 2px solid #f1f1f1 !important;
}
.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
	display: none;
}
.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-shipping-methods li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
}
.shipping_method {
  appearance: none; 
  width: 20px;
  height: 20px;
  border: 2px solid #f1f1f1;
  border-radius: 50%; 
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.shipping_method:checked {
  background-color: #CE1417; 
  border-color: #CE1417;
}
.shipping_method:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
}
label {
  cursor: pointer;
  font-size: 14px;
  color: #333;
	margin-top: 5px;
}
.woocommerce-shipping-totals .shipping {
	background-color: #ffffff !important
}
.woocommerce-cart-form {
	border: 2px solid #f1f1f1 !important; 
	border-radius: 15px;
	padding: 15px; 
}
.woocommerce table.shop_table {
	margin: 0px !important;
}
.woocommerce-cart-form .product-name {
	padding-left: 5px !important; 
}
.woocommerce-cart-form .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		border-radius: 9px !important;
}
.variation {
	font-size: 12px;
	line-height: 15px;
}
.ship-to-different-address {
	margin: 0px !important;
}
.product-name {
	text-align: left !important; 
	margin-left: 5px !important;
}/* End custom CSS */