/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.17.6.1660211009
Updated: 2022-08-11 09:43:29

*/

/*Standardeinstellungen*/
#page-container{
padding: 0 !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#et-boc {
	overflow-x: hidden;
}

#main-content {
	background-color: transparent !important;
}

::selection {
	background-color: #ABA7A0!important;
	color: white !important;
}

/*Menü*/
et_pb_menu__logo-wrap {
	float: left;
}

#menu-icons .et_pb_code_inner {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

#menu-main-menu {
	column-gap: 10px;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.et_pb_menu_page_id-2460 a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.et_pb_menu_page_id-2461 a,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item.et_pb_menu_page_id-2462 a {
	color: #ABA7A0!important;
}

.menu-item>a {
	padding: 0px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 5px;
	margin-top: 5px;
}

.menu-item>a:after {
	content: "";
	display: flex;
	width: 0%;
	height: 1px;
	background-color: #ABA7A0;
	transition-duration: 0.3s;
}

.et-menu a:hover {
	opacity: 1;
}

.menu-item>a:hover:after {
	width: 100% !important;
}

.menu-item.current-menu-item>a:after {
	width: 100%;
}

.et_pb_menu_page_id-2461.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-2461>a:after,
.et_pb_menu_page_id-2460.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-2460>a:after,
.et_pb_menu_page_id-2460.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-2462>a:after {
	width: 0%;
}

/*Footer*/
#footer-menu .et_pb_module_inner .dd-divimenu-wrapper .dd-divimenu {
	column-gap: 20px;
	row-gap: 10px;
}

#footer-menu .et_pb_module_inner .dd-divimenu-wrapper .dd-divimenu .et_pb_divimenus_flex_item {
	width: calc(50% - 10px);
}

#footer-menu .et_pb_module_inner .dd-divimenu-wrapper .dd-divimenu .et_pb_divimenus_flex_item .et_pb_module_inner .dd-mi-w .dd-mi a .dd-item {
	justify-content: flex-start;
}

/*Schriften*/
h1 {
	font-family: 'futura-pt',sans-serif;
	font-weight: 500;
	font-size: 60px !important;
	text-transform: uppercase;
	line-height: 1em;
}

h2 {
	font-family: 'futura-pt',sans-serif;
	font-weight: 500;
	font-size: 40px !important;
	text-transform: uppercase;
	line-height: 1em;
}

h3 {
	font-family: 'futura-pt',sans-serif;
	font-weight: 400;
	font-size: 20px !important;
	text-transform: uppercase;
	line-height: 1em;
}

h4, .woocommerce.woocommerce-gzd.woocommerce-gzd-complaints-shortcode>h3 {
	font-family: 'futura-pt',sans-serif;
	font-weight: 400;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 1.2em;
}

h5 {
	font-family: 'futura-pt',sans-serif;
	font-weight: 400;
	font-size: 32px !important;
	text-transform: uppercase;
	line-height: 1.2em;
}

body, p, li, a {
	font-family: 'futura-pt',sans-serif;
	font-weight: 400;
}

p>a {
	text-decoration: underline;
}

label {
	text-transform: lowercase;
}

/*Buttons*/
.et_pb_button, button.button, .button, a.button, .xoo-el-action-sc.xoo-el-login-tgr, .xoo-el-action-sc, .fullwidth-button a.button {
	background-color: transparent !important;
	padding: 0px 0px 0px 60px !important;
	border: none !important;
	color: #ABA7A0!important;
	text-transform: uppercase;
	font-size: 14px !important;
	display: flex !important;
	column-gap: 10px;
	width: fit-content !important;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	transition-duration: 0.3s !important;
	line-height: 1.9em !important;
}

.et_pb_button:after, .button:after, .xoo-el-action-sc.xoo-el-login-tgr:after, .xoo-el-action-sc:after, .fullwidth-button a.button:after {
	content: "" !important;
	width: 50px;
	height: 1px;
	background-color: #ABA7A0;
	display: flex;
	opacity: 1 !important;
	margin-left: 0px !important;
	left: 0px;
	top: 50%;
	transform: translatey(-50%);
	position: absolute;
}

.et_pb_button:hover, .button:hover, .xoo-el-action-sc.xoo-el-login-tgr:hover, .xoo-el-action-sc:hover, .fullwidth-button a.button:hover {
	background-color: transparent !important;
	padding: 0px !important;
}

.et_pb_button:hover:after, .button:hover:after, .xoo-el-action-sc.xoo-el-login-tgr:hover:after, .xoo-el-action-sc:hover:after, .fullwidth-button a.button:hover:after {
	top: auto;
	bottom: 0px;
	width: calc(100% - 60px) !important;
}

.single_add_to_cart_button:hover:after {
	top: auto;
	bottom: 0px;
	width: 100% !important;
}

.popup-button {
	background-color: transparent;
	padding: 0px 60px !important;
	border: none !important;
	color: #ABA7A0;
	text-transform: uppercase;
	font-size: 12px;
	display: flex !important;
	column-gap: 10px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	transition-duration: 0.3s !important;
}

.popup-button:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ABA7A0;
	display: flex;
	opacity: 1;
	margin-left: 0px;
	left: 0px;
	top: 50%;
	transform: translatey(-50%);
	position: absolute;
	transition-duration: 0.3s;
}

.popup-button:hover {
	background-color: transparent !important;
	padding: 0px 60px 0px 0px !important;
}

.popup-button:hover:after {
	top: auto;
	bottom: 0px;
	width: calc(100% - 60px);
}

div.woocommerce #content input.button, div.woocommerce #content input.button.alt, div.woocommerce #respond input#submit, div.woocommerce #respond input#submit.alt, div.woocommerce-page #content input.button, div.woocommerce-page #content input.button.alt, div.woocommerce-page #respond input#submit, div.woocommerce-page #respond input#submit.alt, div.woocommerce-page a.button, div.woocommerce-page a.button.alt, div.woocommerce-page button.button, div.woocommerce-page button.button.alt, div.woocommerce-page button.button.alt.disabled, div.woocommerce-page input.button, div.woocommerce-page input.button.alt, div.woocommerce a.button, div.woocommerce a.button.alt, div.woocommerce button.button, div.woocommerce button.button.alt, div.woocommerce button.button.alt.disabled, div.woocommerce button.button:disabled, div.woocommerce button.button:disabled[disabled], div.woocommerce input.button, div.woocommerce input.button.alt {
	line-height: 1.9em !important;
}

/*Formulare*/
#newsletter-form, #partner-form {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

#contact-form {
	display: grid;
	grid-template-columns: repeat(2,calc(50% - 10px));
	gap: 20px;
}

.contact-form-row--fullwidth {
	grid-column-start: 1;
	grid-column-end: 3;
}

.form-label {
	font-size: 14px;
	color: #1A1006;
}

.inputfield {
	padding: 12px !important;
	background-color: #F3F2F1 !important;
	border: 2px solid #F3F2F1 !important;
	border-radius: 0px !important;
	font-size: 14px !important;
	color: #1A1006 !important;
	width: 100%;
}

.wpcf7-list-item {
	margin-left: 0px;
}

input[type="checkbox"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	border: 1px solid #F3F2F1;
	border-radius: 0px;
	height: 16px;
	width: 16px;
	padding: 7px;
	cursor: pointer;
    margin-top: 0px;
    margin-bottom: -2px;
    margin-left: 0px;
}

input[type="checkbox"]:checked {
	background-image: url('/wp-content/uploads/2023/07/icon-accept.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

.wpcf7-not-valid-tip {
	color: #B2B292;
	text-transform: uppercase;
}

.wpcf7-list-item {
	margin-left: 0px;
}

.btn-send {
    background-color: transparent;
    padding: 0px!important;
    border: none !important;
    color: #ABA7A0;
    text-transform: uppercase;
    font-size: 12px;
    display: flex !important;
    column-gap: 10px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    transition-duration: 0.3s;
	line-height: 1.7em;
	cursor: pointer !important;
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-not-valid-tip {
	color: #ABA7A0!important;
	text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed !important;
}

.wpcf7-list-item {
	margin-left: 0px !important;
}

/*Seitenspezifisch----------------------------------------------------------------------------*/
.no-padding-bottom .et_pb_text_inner h2,
.no-padding-bottom .et_pb_text_inner h3 {
	padding-bottom: 0px;
}

.fullsize .et_pb_image_wrap,
.fullsize .et_pb_image_wrap picture,
.fullsize .et_pb_module_inner,
.fullsize .et_pb_module_inner .et_pb_db_image {
	width: 100%;
	height: 100%;
}

.fullsize .et_pb_image_wrap img,
.fullsize .et_pb_image_wrap picture img,
.fullsize .et_pb_module_inner .et_pb_db_image img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.more-link {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content>div:first-child {
	width: calc(50% - 30px) !important;
	display: grid;
	column-gap: 30px;
	grid-template-columns: repeat(2, calc(50% - 15px));
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column {
	width: calc(25% - 15px);
	margin-right: 30px;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post {
	padding: 0px;
	margin-bottom: 0px !important;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container {
	margin: 0px;
	height: 280px;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container .entry-featured-image-url {
	height: 100%;
	width: 100%;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .et_pb_image_container .entry-featured-image-url img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .entry-title {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	opacity: 0;
	transition-duration: 0.3s;
	display: flex;
	column-gap: 10px;
	padding-bottom: 0px;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .post-content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post {
	position: relative;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post:after {
	height: 280px;
	width: 100%;
	background: linear-gradient(0deg, rgba(243,243,238,0.8) 0%, rgba(243,243,238,0) 100%);
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	transition-duration: 0.3s;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post:hover:after {
	opacity: 1;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post:hover .post-content {
	opacity: 1;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post:hover .entry-title {
	opacity: 1;
}

.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column:last-child {
	margin-right: 0px;
}

.position-left .et_pb_image_wrap img {
	object-position: left;
}

.position-top .et_pb_image_wrap img {
	object-position: top;
}

input[type="radio"] {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	border: 1px solid #ABA7A0;
	border-radius: 50px;
	height: 16px;
	width: 16px;
	padding: 7px;
	cursor: pointer;
    margin-top: 0px;
    margin-bottom: -2px;
    margin-left: 0px;
}

input[type="radio"]:checked {
	background-image: url('/wp-content/uploads/2023/07/icon-accept.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
	background-color: #F3F2F1;
	border-color: #F3F2F1;
}

#designelement {
	width: 28vw;
	max-width: 565px;
	min-width: 350px;
    height: auto;
}

.wm-c-privacy-heading {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 1.2em;
}

/*WooCommerce / BodyCommerce----------------------------------------------------------------------------*/
.wc-block-components-notice-banner__content {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	row-gap: 30px;
	padding: 0px !important;
	font-size: 12px;
}

#woocommerce-notice .et_pb_module_inner .woocommerce-error {
    background-color: transparent !important;
    margin-bottom: 0px;
}

#woocommerce-notice .et_pb_module_inner .woocommerce-message:after {
	display: none;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content a.wc-forward {
	background-color: transparent !important;
	padding: 0px 60px !important;
	border: none !important;
	color: #ABA7A0!important;
	text-transform: uppercase;
	font-size: 12px !important;
	display: flex !important;
	column-gap: 10px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	transition-duration: 0.3s !important;
	line-height: 1.9em !important;
	text-decoration: none;
	opacity: 1;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content a.wc-forward:hover {
	padding: 0px 60px 0px 0px !important;
}

.wc-block-components-notice-banner {
	background-color: transparent !important;
	border: none !important;
}

.wc-block-components-notice-banner svg {
	display: none;
}

.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, div.woocommerce-message, div.woocommerce-error, div.woocommerce-info {
	background: transparent !important;
	color: #ABA7A0!important;
}

.cart-count {
	position: absolute !important;
	top: auto !important;
	bottom: 5px;
	left: 50%;
	transform: translatex(-50%);
	white-space: nowrap;
	margin-right: -1px;
	margin-left: 1px;
}

.cart-count p {
	font-weight: bold;
}

.carousel-price .et_pb_module_inner .price {
	display: flex !important;
	flex-direction: column !important;
}

.carousel-price .et_pb_module_inner .price .bc-price-after {
	text-transform: none;
}

.carousel-meta .et_pb_module_inner .product_meta {
	padding-top: 0px;
	margin-top: 0px;
}

.product-preview-element:hover .product-preview-image .product-preview-overlay {
	opacity: 1;
}

.product-preview-element:hover .product-preview-image .carousel-price>.et_pb_module_inner>.price {
	color: #1A1006 !important;
}

.product-preview-element:hover .product-preview-title {
	opacity: 1;
}

.product-preview-element:hover .product-preview-icon {
	opacity: 1;
}

.et_pb_carousel_wrapper .slick-slide {
	margin: 0 2% !important;
}

.carousel-price .et_pb_module_inner .price .bc-price-after {
	margin-top: -12px;
}

/*Produktdetail*/
.mobile-cart-scroll {
	bottom: 0px !important;
}

#pl_price .et_pb_module_inner .price {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#pl_price .et_pb_module_inner .price .bc-price-after {
	font-weight: normal !important;
	text-transform: none !important;
}

#pp_product-content .et_pb_module_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.expand-readmore {
	color: #ABA7A0;
	text-decoration: underline;
	margin-top: 20px;
}

.expand-readmore:hover {
	text-decoration: underline;
}

.product_meta {
	padding-top: 0px;
	margin-top: 0px !important;
}

#pl_add-to-cart .et_pb_module_inner .cart .quantity .input-text {
	line-height: 1.2em !important;
	padding: 0px;
	color: #ABA7A0!important;
}

#pl_add-to-cart .et_pb_module_inner .cart .quantity button:after {
	color: #ABA7A0!important;
	font-size: 16px;
}

#pl_add-to-cart .et_pb_module_inner .cart {
	display: flex;
	justify-content: center;
}

#pl_add-to-cart .et_pb_module_inner .cart .button {
	margin-bottom: -6px;
	margin-top: 6px;
}

#pl_add-to-cart .et_pb_module_inner .cart .button:after {
	width: 0%;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-dots {
	display: none !important;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-list .slick-track .slick-slide {
	height: 194px;
	overflow: hidden;
	opacity: 0.5;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-list .slick-track .slick-current {
	opacity: 1;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-list .slick-track .slick-slide img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-arrow {
	height: 25px;
	width: 25px;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-arrow:before {
	transition-duration: 0.3s;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-arrow:hover:before {
	transform: scale(1.1);
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-for {
	margin-bottom: 0px;
}

#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-nav .slick-list .draggable {
	margin-top: 0px !important;
}

.product-toggle .et_pb_toggle_title {
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin-left: auto;
	margin-right: auto;
}

/*Warenkorb*/
#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody {
	display: flex;
	flex-direction: column;
}

#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody .cart-subtotal {
	order: 1;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody .order-total {
	order: 4;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	background-color: rgba(74,83,35, 0.1);
	width: 100%;
}

#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody .order-tax {
	order: 3;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody .shipping {
	order: 2;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table thead {
	display: none;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity,
#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-remove, 
#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail,
#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-subtotal {
	grid-row-start: 1;
	grid-row-end: 3;
	display: flex;
	align-items: center;
	padding: 0px;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-name {
	grid-row-start: 1;
	grid-row-end: 2;
	padding: 0px;
	display: flex;
	align-items: flex-end;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-name a {
	color: #ABA7A0!important;
	text-transform: uppercase;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price {
	grid-row-start: 2;
	grid-row-end: 3;
	padding: 0px;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price .woocommerce-Price-amount:before {
	content: "Stückpreis: ";
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price .woocommerce-Price-amount:after {
	content: " inkl. MwSt.";
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr:nth-child(even) {
	background-color: #F3F2F1;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr {
	display: grid;
	grid-template-columns: 20px 110px calc(100% - 20px - 110px - 110px - 110px - 120px) 110px 110px;
	column-gap: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr:nth-child(odd) {
	border: 1px solid #F3F2F1;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr:last-child {
	background-color: transparent !important;
	display: flex !important;
	justify-content: center;
	border: none !important;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail a img {
	height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-subtotal {
	justify-content: flex-end;
}

#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody .order-tax th {
	white-space: nowrap;
}

/*Kasse*/
#bodycommerce-shopify-checkout {
	padding: 0px;
	margin: 50px 0px;
	background-color: transparent;
}

#bodycommerce-shopify-checkout .et_pb_row {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
}

#customer_details .woocommerce-billing-fields h3,
#order_payment_heading {
	font-size: 28px !important;
	text-transform: uppercase;
	color: #ABA7A0;
	margin-bottom: 30px;
}

#bodycommerce-shopify-breadcrumbs li .next-tab {
	margin-right: 0px !important;
}

.previous-button>a {
	color: #ABA7A0;
}

.next-tab, .completeorder {
	margin-right: -60px !important;
}

.required {
	color: #ABA7A0!important;
}

#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
	font-size: 14px;
}

#billing_country {
	height: 55.2px;
    line-height: 1.5em;
    font-size: 14px !important;
}

#bodycommerce-shopify-table {
	background-color: transparent;
	border: none;
}

#bodycommerce-shopify-table tbody {
	margin-bottom: 100px;
}

#bodycommerce-shopify-table tbody:before {
	content: "Übersicht";
	font-size: 24px;
	color: #ABA7A0;
	text-transform: uppercase;
}

#bodycommerce-shopify-table tfoot {
	background-color: #F3F2F1;
	padding: 30px !important;
	display: flex;
	flex-direction: column;
}

#bodycommerce-shopify-table tfoot:before {
	content: "Summe";
	font-size: 24px;
	color: #ABA7A0;
	text-transform: uppercase;
}

#bodycommerce-shopify-table tfoot tr th,
#bodycommerce-shopify-table tfoot tr td {
	color: #1A1006;
	font-size: 14px;
	font-weight: normal;
}

#bodycommerce-shopify-table tfoot tr td strong,
#shipping_method li label .woocommerce-Price-amount {
	font-weight: normal !important;
}

#bodycommerce-shopify-table tfoot .cart-subtotal {
	order: 1;
	border: none;
	margin-top: 20px;
}

#bodycommerce-shopify-table tfoot .woocommerce-shipping-totals {
	order: 2;
	border: none;
}

#bodycommerce-shopify-table tfoot .order-total {
	order: 4;
	border: none;
	padding-bottom: 0px;
}

#bodycommerce-shopify-table tfoot .order-tax {
	order: 3;
	border: none;	
}

#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item {
	display: grid;
	grid-template-columns: 55px calc(100% - 55px - 40px - 100px - 60px) 40px 100px;
	column-gap: 20px;
}

#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item td {
	padding: 0px;
}

#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item:nth-child(odd) {
	border: 1px solid #F3F2F1;
}

#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item:nth-child(even) {
	background-color: #F3F2F1;
}

#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item:first-child {
	margin-top: 20px;
}

#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-quantity .product-quantity {
	font-weight: normal !important;
}

#ship-to-different-address .woocommerce-form__label {
	font-size: 14px;
	text-transform: uppercase;
	color: #ABA7A0;
}

#order_comments {
	font-size: 14px;
}

#order_comments::placeholder {
	color: #F3F2F1 !important;
}

#order_comments::-webkit-input-placeholder {
	color: #F3F2F1 !important;
}

#order_comments:-ms-input-placeholder {
	color: #F3F2F1 !important;
}

#payment {
	background-color: transparent !important;
	border: none !important;
}

#payment .wc_payment_methods {
	padding: 0px !important;
	border: none !important;
}

#payment .wc_payment_methods .wc_payment_method {
	padding: 20px;
}

#payment .wc_payment_methods .wc_payment_method:nth-child(odd) {
	border: 1px solid #F3F2F1;
}

#payment .wc_payment_methods .wc_payment_method:nth-child(even) {
	background-color: #F3F2F1;
}

.payment_box {
	background-color: transparent !important;
	width: auto !important;
	margin: 12px 22px !important;
}

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

#payment_methods .wc-gzd-checkbox-placeholder .legal .woocommerce-form__label .woocommerce-form__input {
	display: inline-block;
}

.xoo-el-sidebar {
	display: none;
}

.xoo-el-tabs .xoo-el-login-tgr, .xoo-el-tabs .xoo-el-reg-tgr {
	background-color: #F3F2F1 !important;
	color: #1a1006 !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal !important;
	padding-top: 16px !important;
	padding-bottom: 10px !important;
}

.xoo-el-tabs .xoo-el-active {
	background-color: #B2B292 !important;
	color: white !important;
}

.xoo-el-tabs {
	display: grid !important;
    grid-template-columns: repeat(2, 50%);
}

.xoo-aff-label {
	font-weight: normal !important;
	text-transform: lowercase;
	font-size: 14px !important;
	margin-bottom: 0px !important;
}

.xoo-el-form-label span {
	font-weight: normal !important;
	font-size: 14px !important;
}

.xoo-aff-text, .xoo-aff-password, .xoo-aff-email {
	box-shadow: none !important;
	transition: none !important;
}

.xoo-el-lostpw-tgr {
	font-weight: normal !important;
	color: #ABA7A0!important;
	transition-duration: 0.3s;
	font-size: 14px !important;
}

.xoo-el-lostpw-tgr:hover {
	color: #B2B292 !important;
}

.xoo-el-action-btn {
	font-weight: normal !important;
	height: auto !important;
	width: fit-content !important;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
}

.xoo-aff-checkbox_single label {
	font-weight: normal !important;
	font-size: 14px !important;
}

.xoo-el-icon-cancel-circle:before {
	content: "M";
	color: #1A1006;
    font-size: 20px;
	font-family: ETmodules !important;
	font-weight: 400 !important;
}

.xoo-el-close {
	font-size: 20px !important;
	top: 10px !important;
	right: 10px !important;
	background-color: transparent !important;
	border: none !important;
}

.xoo-el-inmodal {
	height: auto;
}

.xoo-el-form-container {
	padding-bottom: 0px;
}

.xoo-el-form-txt {
	font-size: 14px !important;
}

#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
	color: #F3F2F1 !important;
}

#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
	color: #F3F2F1 !important;
}

#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-ms-input-placeholder {
	color: #F3F2F1 !important;
}

/*Dankeseite*/
#tp_order-review .et_pb_module_inner .woocommerce-order-overview {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
}

#tp_order-review .et_pb_module_inner .woocommerce-order-overview:before {
	display: none;
}

#tp_order-review .et_pb_module_inner .woocommerce-order-overview li strong {
	font-weight: normal !important;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details {
	margin-bottom: 0px;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table {
	background-color: transparent;
	margin-bottom: 0px !important;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table thead {
	display: none;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr td {
	padding: 0px;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr .woocommerce-table__product-total {
	text-align: right;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr {
	padding: 20px 20px 10px 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr:nth-child(odd) {
	border: 1px solid #F3F2F1;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr:nth-child(even) {
	background-color: #F3F2F1;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table {
	display: flex;
	flex-direction: column;
	row-gap: 100px;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot {
	background-color: #F3F2F1;
	padding: 20px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr {
	display: flex;
	justify-content: space-between;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr th,
#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr td {
	padding: 0px;
	font-weight: normal;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:first-child {
	order: 1;
	margin-top: 20px;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:nth-child(2) {
	order: 2;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:nth-child(3) {
	order: 3;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:last-child {
	order: 4;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:nth-child(4) {
	order: 5;
}

#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot:before {
	content: "Summe";
	font-size: 28px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns {
	margin-top: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns:before {
	display: none;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address:before {
	content: "Rechnung";
	font-size: 16px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address {
	width: 100%;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address address {
	padding: 0px;
	margin-top: 10px;
	line-height: 1.7em;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address address .woocommerce-customer-details--phone,
#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address address .woocommerce-customer-details--email {
	padding: 0px;
	line-height: 1.7em;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address address .woocommerce-customer-details--phone:before,
#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address address .woocommerce-customer-details--email:before {
	display: none;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--shipping-address {
	width: 100%;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--shipping-address:before {
	content: "Lieferung";
	font-size: 16px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}

#tp_customer-details .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--shipping-address address {
	padding: 0px;
	line-height: 1.7em;
	margin-top: 10px;
}

/*Login*/
.woocommerce-form-login .et_pb_contact .woocommerce-form-row .input-text {
	background-color: #F3F2F1;
	border: 2px solid #F3F2F1;
}

#lp_login-form .et_pb_module_inner .woocommerce-form .et_pb_contact .woocommerce-form-row .woocommerce-Input::placeholder {
	color: #F3F2F1 !important;
}

#lp_login-form .et_pb_module_inner .woocommerce-form .et_pb_contact .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
	color: #F3F2F1 !important;
}

#lp_login-form .et_pb_module_inner .woocommerce-form .et_pb_contact .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
	color: #F3F2F1 !important;
}

#lp_login-form .et_pb_module_inner .woocommerce-form .et_pb_contact p:nth-child(3) {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

#lp_login-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row .woocommerce-form__label input.woocommerce-form__input {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
    border: 1px solid #ABA7A0;
    border-radius: 0px;
    height: 16px;
    width: 16px;
    padding: 7px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: -2px;
    margin-left: 0px;
	background-color: transparent;
}

#lp_login-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row .woocommerce-form__label input.woocommerce-form__input:checked {
	background-color: #B2B292;
	border-color: #B2B292;
}

#lp_register-form .et_pb_module_inner .woocommerce-form,
#lp_login-form .et_pb_module_inner .woocommerce-form {
	margin-bottom: 0px !important;
}

#lp_register-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row .input-text {
	background-color: #F3F2F1;
	border: 2px solid #F3F2F1;
}

#lp_register-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row {
	margin-bottom: 12px;
}

#lp_register-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row:last-child {
	margin-top: 25px;
	margin-bottom: 0px;
}

#lp_register-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row .input-text::placeholder {
	color: #F3F2F1 !important;
}

#lp_register-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row .input-text::-webkit-input-placeholder {
	color: #F3F2F1 !important;
}

#lp_register-form .et_pb_module_inner .woocommerce-form .et_pb_contact .form-row .input-text:-ms-input-placeholder {
	color: #F3F2F1 !important;
}

/*Passwort vergessen*/
#lp_lost-password-form .et_pb_module_inner .woocommerce-ResetPassword .et_pb_contact .woocommerce-form-row .woocommerce-Input {
	background-color: #F3F2F1;
	border: 2px solid #F3F2F1;
}

#lp_lost-password-form .et_pb_module_inner .woocommerce-ResetPassword .et_pb_contact .woocommerce-form-row label {
	margin-bottom: 5px;
}

#lp_lost-password-form .et_pb_module_inner .woocommerce-ResetPassword .et_pb_contact .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
}

#lp_password-confirmation-message .et_pb_module_inner .woocommerce-message {
	color: #1a1006 !important;
	padding: 0px !important;
	background-color: transparent !important;
}

#lp_password-reset-from .et_pb_module_inner .woocommerce-ResetPassword .et_pb_contact .woocommerce-form-row .password-input input {
	background-color: #F3F2F1;
}

#lp_password-reset-from .et_pb_module_inner .woocommerce-ResetPassword .et_pb_contact .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
	margin-bottom: 25px;
}

/*Account*/
#ap_navigation .et_pb_module_inner .woocommerce-MyAccount-navigation {
	width: 100%;
}

#ap_navigation .et_pb_module_inner .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0px;
	gap: 20px;
}

#ap_orders .et_pb_module_inner .shop_table thead {
	display: none;
}

#ap_orders .et_pb_module_inner .shop_table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#ap_orders .et_pb_module_inner .shop_table tbody tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#ap_orders .et_pb_module_inner .shop_table tbody tr:nth-child(odd) {
	border: 1px solid #F3F2F1;
}

#ap_orders .et_pb_module_inner .shop_table tbody tr:nth-child(even) {
	background-color: #F3F2F1;
}

#ap_orders .et_pb_module_inner .shop_table tbody tr td {
	border: none;
}

#ap_orders .et_pb_module_inner .shop_table {
	border-radius: 0px;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table thead {
	display: none;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details  {
	margin-top: 50px;
	margin-bottom: 50px;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr:nth-child(odd) {
	border: 1px solid #F3F2F1;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr:nth-child(even) {
	background-color: #F3F2F1;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody {
	margin-bottom: 100px;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot {
	background-color: #F3F2F1;
	display: flex;
	flex-direction: column;
	padding: 20px;
	row-gap: 10px;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot:before {
	content: "Summe";
	font-size: 28px;
	line-height: 1.2em;
	color: #ABA7A0;
	text-transform: uppercase;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:first-child {
	margin-top: 10px;
	order: 1;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr th,
#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr td {
	font-weight: normal;
	padding: 0px;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:nth-child(2) {
	order: 2;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:nth-child(3) {
	order: 3;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:nth-child(4) {
	order: 5;
}

#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr:last-child {
	order: 4;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {
	display: none;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address:before {
	content: "Rechnung";
	font-size: 16px;
    color: #ABA7A0;
    line-height: 1.2em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--shipping-address:before {
	content: "Lieferung";
	font-size: 16px;
    color: #ABA7A0;
    line-height: 1.2em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns:before {
	content: "Adressen";
	font-size: 28px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
	padding: 0px;
	line-height: 1.7em;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column address .woocommerce-customer-details--phone:before,
#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column address .woocommerce-customer-details--email:before {
	display: none;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column address .woocommerce-customer-details--phone,
#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column address .woocommerce-customer-details--email {
	padding: 0px;
}

#ap_view-order .et_pb_module_inner {
	display: grid;
	grid-template-columns: 56.8% 35.2%;
	column-gap: 8%;
}

#ap_view-order .et_pb_module_inner>p {
	grid-column-start: 1;
	grid-column-end: 3;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
	width: 100%;
}

#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address {
	margin-bottom: 30px;
}

#ap_edit-account .et_pb_module_inner .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input {
	background-color: #F3F2F1;
	border: 2px solid #F3F2F1;
}

#ap_edit-account .et_pb_module_inner .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input::placeholder {
	color: #F3F2F1 !important;
}

#ap_edit-account .et_pb_module_inner .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
	color: #F3F2F1 !important;
}

#ap_edit-account .et_pb_module_inner .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
	color: #F3F2F1 !important;
}

#ap_edit-account .et_pb_module_inner .woocommerce-EditAccountForm .woocommerce-form-row {
	margin-bottom: 15px;
}

#ap_edit-account .et_pb_module_inner .woocommerce-EditAccountForm p:last-child {
	margin-bottom: 30px;
}

#ap_addresses .et_pb_module_inner .u-columns .u-column1 .woocommerce-Address-title h3,
#ap_addresses .et_pb_module_inner .u-columns .u-column2 .woocommerce-Address-title h3 {
	display: none;
}

#ap_addresses .et_pb_module_inner .u-columns .u-column1 .woocommerce-Address-title .edit,
#ap_addresses .et_pb_module_inner .u-columns .u-column2 .woocommerce-Address-title .edit {
	float: none;
}

#ap_addresses .et_pb_module_inner .u-columns .u-column1,
#ap_addresses .et_pb_module_inner .u-columns .u-column2 {
	display: flex;
	flex-direction: column-reverse;
	row-gap: 20px;
}

#ap_addresses .et_pb_module_inner .u-columns .billing:after {
	content: "Rechnung";
	font-size: 28px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
}

#ap_addresses .et_pb_module_inner .u-columns .shipping:after {
	content: "Lieferung";
	font-size: 28px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
}

#acc-address {
	background-color: transparent;
	padding: 0px;
	margin-top: 100px;
	margin-bottom: 200px;
}

#acc-address .et_pb_row {
	width: 90%;
	padding: 0px;
}

#acc-address .et_pb_row form h3 {
	font-size: 28px;
	color: #ABA7A0;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
}

#acc-address .et_pb_row form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
#acc-address .et_pb_row form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
	background-color: #F3F2F1;
	border: 2px solid #F3F2F1;
	color: #1a1006;
	font-size: 14px;
}

#acc-address .et_pb_row form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
	color: #F3F2F1 !important;
}

#acc-address .et_pb_row form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
	color: #F3F2F1 !important;
}

#acc-address .et_pb_row form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-ms-input-placeholder {
	color: #F3F2F1 !important;
}

#acc-address .et_pb_row form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
	line-height: 1.7em;
}

#acc-address .et_pb_row form .woocommerce-address-fields p button {
	margin-top: 20px;
}

#ap_payment-methods .et_pb_module_inner .button {
	display: none;
}

#ap_payment-methods .et_pb_module_inner .woocommerce-Message {
	background-color: transparent !important;
	padding: 0px !important;
	color: #1a1006 !important;
}

.wc-stripe-elements-field {
	background-color: #F3F2F1;
    border: 2px solid #F3F2F1;
    border-radius: 0px;
    color: #1a1006;
	font-size: 14px;
	line-height: 1.7em;
	padding: 12px;
}

#add_payment_method #payment .woocommerce-PaymentMethods {
	border-bottom: none !important;
	padding: 20px;
}

#add_payment_method #payment .form-row .woocommerce-Button {
	float: left;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}

.woocommerce-account .bc-account-before-after div.clearfix {
	display: flex !important;
}

/*Media Query---------------------------------------------------------------------------------*/
/*Notebook*/
@media only screen and (min-width: 1279px) and (max-width: 1480px){
	/*Schriften*/

	/*Seitenspezifisch----------------------------------------------------------------------------*/
	#image-text-image_heading1 {
		margin-left: -230px !important;
	}
	.header-pages {
		height: 472px !important;
	}
	
	/*WooCommerce / BodyCommerce----------------------------------------------------------------------------*/
	#lp_login-form .et_pb_module_inner h2,
	#lp_register-form .et_pb_module_inner h2,
	#ap_orders .et_pb_module_inner h2 {
		font-size: 20px !important;
	}
}

/*Tablet Quer*/
@media only screen and (min-width: 981px) and (max-width: 1278px){
	/*Schriften*/
	h1 {
		font-size: 50px !important;
	}
	h2 {
		font-size: 30px !important;
	}

	/*Seitenspezifisch----------------------------------------------------------------------------*/
	.header-pages {
		height: 372px !important;
	}
	.heading-line-before:before {
		width: 150px !important;
	}
	.heading-line-after:after {
		width: 150px !important;
	}
	#header, #header-img, #header-overlay {
		max-height: 680px;
	}
	.header-image-text_image .fullsize {
		height: 498px;
	}
	.element-image-text {
		flex-direction: column;
		row-gap: 50px;
	}
	.element-image-text-reverse {
		display: flex;
		flex-direction: column-reverse;
		row-gap: 50px;
	}
	#image-text-image_heading1 {
		margin-left: -180px !important;
	}
	.image-text-row2-image {
		height: 318px !important;
	}
	div.text-image-row2.et_pb_row {
		margin-top: -150px !important;
	}
	.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
		margin-bottom: 10px;
	}
	.et-db #et-boc .et-l div#header-pages.et_pb_section.et_pb_section_0_tb_body,
	#header-pages {
		background-image: none !important;
		padding: 0px;
	}
	.header-image-text {
		width: 100% !important;
		display: flex;
		flex-direction: column;
	}
	.header-image-text_image {
		width: 100% !important;
		margin-right: 0% !important;
		padding-bottom: 50px;
	}
	.header-image-text_text {
		width: 90% !important;
	}
	#post-content {
		margin-top: 20px !important;
	}
	#post-content .et_pb_row .et_pb_column_empty {
		display: none;
	}
	/*WooCommerce / BodyCommerce----------------------------------------------------------------------------*/
	/*Produktdetail*/
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce {
		grid-template-columns: repeat(3,minmax(10px,1fr));
	}
	#benefits-row {
		display: flex;
		flex-direction: column-reverse;
	}
	#benefits-row-column1, #benefits-row-column2 {
		width: 100%;
		margin-right: 0px !important;
		margin-bottom: 0px;
	}
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce li:last-child {
		display: none;
	}
	/*Warenkorb*/
	#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody tr th {
		display: flex !important;
	}
	#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody tr td:before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
		margin-left: auto;
		margin-right: auto;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail:before,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-name:before,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity:before,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price:before {
		display: none;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr {
		display: grid;
		grid-template-columns: 20px 110px calc(100% - 20px - 110px - 110px - 60px) 110px;
		column-gap: 20px;
		padding: 20px;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity, #cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-remove, #cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail {
		grid-row-start: 1;
		grid-row-end: 4;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-subtotal {
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 3;
		grid-column-end: 4;
		font-weight: bold;
		justify-content: flex-start;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price {
		text-align: left !important;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity {
		margin-right: 0px !important;
	}
	/*Kasse*/
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item {
		display: grid;
		grid-template-columns: calc(100% - 40px - 20px) 40px;
		row-gap: 10px;
	}
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-thumbnail,
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-price {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount {
		text-align: left;
	}
}

/*Tablet*/
@media only screen and (max-width: 980px){
	/*Menü*/
	#main-menu .et_pb_menu_inner_container {
		padding-left: 5%;
		padding-right: 5%;
	}
	#menu-icons {
		right: calc(5% + 62px) !important;
	}
	#mobile_menu1 li a {
		text-transform: lowercase;
		border: none;
	}

	/*Schriften*/
	h1 {
		font-size: 40px !important;
	}
	h2 {
		font-size: 30px !important;
	}

	/*Buttons*/
	.btn-send {
		float: left;
	}

	/*Seitenspezifisch----------------------------------------------------------------------------*/
	.heading-line-before:before {
		width: 100px !important;
	}
	.heading-line-after:after {
		width: 100px !important;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content>div {
		display: grid;
		column-gap: 30px;
		grid-template-columns: repeat(2, calc(50% - 15px));
		width: 100% !important;
		margin-right: 0% !important;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content>div:first-child {
		display: grid;
		column-gap: 30px;
		grid-template-columns: repeat(2, calc(50% - 15px));
		width: 100% !important;
		margin-right: 0% !important;
		margin-bottom: 30px !important;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post:after {
		opacity: 1;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .post-content {
		opacity: 1;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post .entry-title {
		opacity: 1;
	}
	/*WooCommerce / BodyCommerce----------------------------------------------------------------------------*/
	/*Produktdetail*/
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce li:last-child {
		display: none;
	}
	#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-for .slick-list .slick-track .woocommerce-product-gallery__image,
	#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-for .slick-list .slick-track .bodycommerce-slider-cont {
		padding: 0px !important;
	}
	#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-for .slick-list  {
		margin-top: 0px !important;
	}
	#pp_gallery .et_pb_module_inner div .bc-horizontal-slider-for .slick-arrow:before {
		font-size: 60px;
	}
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce li:last-child {
		display: none;
	}
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce li:nth-child(3) {
		display: none;
	}
	/*Warenkorb*/
	#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody tr th {
		display: flex !important;
	}
	#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .shop_table tbody tr td:before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	#cp_cart-totals .et_pb_module_inner .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
		margin-left: auto;
		margin-right: auto;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail:before,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-name:before,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity:before,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price:before {
		display: none;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr {
		display: grid;
		grid-template-columns: 20px 110px calc(100% - 20px - 110px - 110px - 60px) 110px;
		column-gap: 20px;
		padding: 20px;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity, #cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-remove, #cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail {
		grid-row-start: 1;
		grid-row-end: 4;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-subtotal {
		grid-row-start: 3;
		grid-row-end: 4;
		grid-column-start: 3;
		grid-column-end: 4;
		font-weight: bold;
		justify-content: flex-start;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price {
		text-align: left !important;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity {
		margin-right: 0px !important;
	}
	/*Kasse*/
	#bodycommerce-shopify-checkout .et_pb_row {
		width: 90% !important;
	}
	#bodycommerce-shopify-checkout .et_pb_row .checkout .et_pb_column:first-child {
		margin-bottom: 100px;
	}
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item {
		display: grid;
		grid-template-columns: calc(100% - 40px - 20px) 40px;
		row-gap: 10px;
		padding: 20px;
	}
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-thumbnail,
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-price {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount {
		text-align: left;
	}
	/*Passwort vergessen*/
	#lp_password-confirmation-message .et_pb_module_inner .woocommerce-message,
	#lp_password-confirmation-message .et_pb_module_inner p {
		text-align: center;
	}
	#lp_password-reset-from .et_pb_module_inner .woocommerce-ResetPassword .et_pb_contact .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
		margin-bottom: 25px;
	}
	/*Account*/
	#ap_orders .et_pb_module_inner .shop_table tbody tr {
		flex-direction: column;
		align-items: flex-start;
	}
	#ap_view-order .et_pb_module_inner {
		display: flex;
		flex-direction: column;
		row-gap: 50px;
	}
	#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot:before,
	#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns:before {
		font-size: 26px;
	}
	#ap_addresses .et_pb_module_inner .u-columns .billing {
		margin-bottom: 50px;
	}
	#ap_addresses .et_pb_module_inner .u-columns {
		margin-top: 50px;
	}
	#ap_addresses .et_pb_module_inner .u-columns .billing:after,
	#ap_addresses .et_pb_module_inner .u-columns .shipping:after {
		font-size: 26px;
	}
	#acc-address {
		margin-bottom: 150px !important;
	}
	#acc-address .et_pb_row form h3 {
		font-size: 26px !important;
	}
}

/*Smartphone big*/
@media only screen and (max-width: 760px){
	/*Menü*/
	.et_pb_menu__logo {
		margin-right: 30px !important;
		text-align: left !important;
		float: left !important;
		width: fit-content !important;
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
	}

	/*Schriften*/

	/*Buttons*/
	.et_pb_button:after {
		width: 30px;
	}
	.et_pb_button {
		padding: 0px 0px 0px 40px !important;
	}

	/*Seitenspezifisch----------------------------------------------------------------------------*/
	.heading-line-before:before {
		width: 50px !important;
	}
	.heading-line-after:after {
		width: 50px !important;
	}
	.heading-line-before, .heading-line-after {
		column-gap: 10px !important;
	}
	.et_pb_column .et_pb_module {
		margin-bottom: 30px;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post {
		display: none;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column .et_pb_post:first-child {
		display: block;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content .column {
		width: 100%;
		margin-right: 0%;
	}
	.blog-element .et_pb_blog_grid .et_pb_ajax_pagination_container .et_pb_salvattore_content>div:first-child {
		display: block;
	}
	/*WooCommerce / BodyCommerce----------------------------------------------------------------------------*/
	/*Produktdetail*/
	#pl_add-to-cart .et_pb_module_inner .cart {
		flex-direction: column;
		row-gap: 15px;
	}
	#pl_add-to-cart .et_pb_module_inner .cart .quantity {
		width: 100% !important;
	}
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce li {
		display: none;
	}
	#pl_related-products .et_pb_module_inner .et_pb_related_wrapper .et_pb_row_bodycommerce li:first-child {
		display: block;
	}
	#pl_add-to-cart .et_pb_module_inner .cart .button {
		width: 100%;
		justify-content: center;
	}
	/*Warenkorb*/
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr {
		display: flex;
		flex-direction: column;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail,
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail a:last-child {
		width: 100%;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr {
		padding: 10px !important;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-remove {
		padding-top: 0px !important;
		order: 1;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity {
		order: 6;
		padding-bottom: 0px !important;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity {
		width: 100% !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		margin-right: 5px;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-thumbnail {
		order: 2;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-name {
		order: 3;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-price {
		order: 4;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr .product-subtotal {
		order: 5;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr:last-child {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#cp_cart-products .et_pb_module_inner .woocommerce-cart-form .shop_table tbody tr:last-child td {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/*Kasse*/
	#bodycommerce-shopify-checkout .et_pb_row .woocommerce-checkout {
		flex-direction: column;
	}
	.woocommerce-billing-fields h3 {
		font-size: 18px !important;
	}
	#bodycommerce-shopify-table tfoot {
		row-gap: 20px;
		padding: 20px !important;
	}
	#bodycommerce-shopify-table tfoot .cart-subtotal {
		margin-top: 0px;
	}
	#bodycommerce-shopify-table tfoot tr {
		flex-direction: column;
	}
	#bodycommerce-shopify-table tfoot tr th {
		font-weight: bold;
	}
	.xoo-el-tabs, .xoo-aff-group.xoo-el-login-btm-fields {
		display: flex !important;
		flex-direction: column;
	}
	.xoo-el-lostpw-tgr {
		margin-left: 20px !important;
		margin-top: 20px !important;
		margin-right: 20px !important;
		width: 100%;
	}
	.xoo-el-header {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.xoo-el-section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.xoo-aff-group {
		width: 100% !important;
	}
	#customer_details .woocommerce-billing-fields h3, #order_payment_heading {
		font-size: 18px !important;
	}
	/*Dankeseite*/
	#tp_order-review .et_pb_module_inner .woocommerce-order-overview {
		display: flex;
		flex-direction: column;
	}
	#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr {
		flex-direction: column;
		row-gap: 10px;
	}
	.woocommerce .et_pb_db_thankyou_details_0 table.shop_table td.product-total .amount, .woocommerce .et_pb_db_thankyou_details_0 table.shop_table tfoot td,
	#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr .woocommerce-table__product-total {
		text-align: left !important;
	}
	#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr {
		flex-direction: column;
	}
	#tp_order-details .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot:before {
		font-size: 24px !important;
	}
	/*Account*/
	#ap_navigation .et_pb_module_inner .woocommerce-MyAccount-navigation ul {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
	}
	#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot:before,
	#ap_view-order .et_pb_module_inner .woocommerce-customer-details .woocommerce-columns:before {
		font-size: 24px;
	}
	#ap_addresses .et_pb_module_inner .u-columns .billing:after,
	#ap_addresses .et_pb_module_inner .u-columns .shipping:after {
		font-size: 24px;
		text-align: center;
	}
	#ap_addresses .et_pb_module_inner p,
	#ap_addresses .et_pb_module_inner .u-columns .billing address,
	#ap_addresses .et_pb_module_inner .u-columns .shipping address,
	#ap_addresses .et_pb_module_inner .u-columns .woocommerce-Address-title .edit {
		text-align: center;
	}
	#ap_addresses .et_pb_module_inner .u-columns .woocommerce-Address-title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#acc-address {
		margin-bottom: 100px !important;
	}
	#acc-address .et_pb_row form h3 {
		font-size: 24px !important;
	}
	#ap_payment-methods .et_pb_module_inner .woocommerce-Message {
		text-align: center;
	}
	#add_payment_method #payment .form-row {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
	}
}


/*Smartphone small*/
@media only screen and (max-width: 480px){
	/*Menü*/
	#menu-icons {
		right: calc(5% + 52px) !important;
	}
	#menu-icons .et_pb_code_inner {
		column-gap: 20px !important;
	}

	/*Footer*/
	#footer-menu .et_pb_module_inner .dd-divimenu-wrapper .dd-divimenu .et_pb_divimenus_flex_item {
		width: 100%;
	}
	
	/*Schriften*/
	
	/*Seitenspezifisch----------------------------------------------------------------------------*/
	.heading-line-before:before, .heading-line-after:after {
		display: none !important;
	}
	.heading-line-before, .heading-line-after {
		text-align: center !important;
		justify-content: center;
	}
	#news-heading-2 {
		text-align: center !important;
	}
	#shop-column2 {
		margin-top: -95px !important;
	}
	#text-image-heading1 {
		text-align: center;
	}
	
	/*WooCommerce / BodyCommerce----------------------------------------------------------------------------*/
	#bodycommerce-shopify-table tbody .woocommerce-cart-form__cart-item {
		display: flex;
		flex-direction: column;
	}
	.bodycommerce-shoppify-bottom-controls {
		flex-direction: column-reverse;
		align-items: center;
		row-gap: 20px;
	}
	.payment_box {
		margin: 12px 0px !important;
	}
	/*Account*/
	#ap_orders .et_pb_module_inner .shop_table tbody tr td {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tbody tr,
	#ap_view-order .et_pb_module_inner .woocommerce-order-details .woocommerce-table tfoot tr {
		flex-direction: column;
		align-items: flex-start;
	}
}