/* Domain: dev.bessmann.de */
/* Add Custom CSS for your theme, this will be ignoered by Git ;-) */

/* Admin Topbar ausblenden */
body.elementor-editor-active #wpadminbar {
	display: none;
}

/* Bilder ohne Schatten */
.elementor-widget-theme-site-logo img,
.swiper-slide-inner img {
    box-shadow: none !important;
}

/* Text Markieren */
::selection {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

/* Letzter P-Tag ohne Margin-Bottom */
.elementor-widget-text-editor .elementor-widget-container p:last-child, .elementor-widget-theme-post-content p:last-child {
    margin-bottom: 0px !important;
}

/* Text im P-Tag - Woerter umbrechen */
.elementor-widget-text-editor .elementor-widget-container p {
    word-break: auto-phrase;
}

/* A-Tag beim Hovern */
.elementor-widget-text-editor p a:hover {
	text-decoration: underline!important;
}
/* A-Tag icon list */
.elementor:not(.elementor-location-header):not(.elementor-location-footer) .elementor-widget-icon-list a:hover span.elementor-icon-list-text {
    text-decoration: underline;
}
/* Icon List */
@media (max-width: 1024px) {
	.elementor-widget-icon-list ul.elementor-inline-items {
		display: flex;
		justify-content: center!important;
	}
	.elementor-widget-icon-list ul.elementor-inline-items li {
		padding: 10px 0px;
	}
}
/* Next & Prev in Single Post */
@media (max-width: 768px) {
	.elementor-widget-post-navigation .elementor-post-navigation__prev {
		display: none;
		padding-right: 10px;
	}
	.elementor-widget-post-navigation .elementor-post-navigation__next {
		padding-left: 10px;
	}
}
/* Cookies */
.cc-cookies a:hover {
    background-color: #ffffff00;
    text-decoration: none;
}
.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-save,
.cc-cookies-error a.cc-cookie-save,
.cc-cookies a.cc-cookie-reset,
.cc-cookies a.cc-cookie-simple,
.cc-cookies-error a.cc-cookie-simple {
    border-radius: 0;
    transition: all 0.3s !important;
}

/* Header */
.mainnav ul.elementor-nav-menu--dropdown a,
.mainnav ul.elementor-nav-menu--dropdown a:focus,
.mainnav ul.elementor-nav-menu--dropdown a:hover {
    border-left: 0px !important;
}

.mainheader.blurheader {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 100%);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px); min-width: 100% !important;	
}
.mainheader.blurheader::after {
    content: " ";
    bottom: -1px;
    height: 2px;
    width: 100%;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
    display: block;
    position: absolute;
}
.mainheader .elementor-menu-cart__toggle .elementor-button:focus {
    background-color: #00000000;
}
.mainheader .elementor-widget-theme-site-logo img {
    opacity: 1; transition: all ease-in-out .1s;
}
.elementor-sticky--effects.mainheader .elementor-widget-theme-site-logo img {
    opacity: 1; transition: all ease-in-out .3s; height: 55px !important;
}
.mainheader.elementor-sticky {
	transition: all ease-in-out .1s;  min-height: 111px;  
}
.elementor-sticky--effects.mainheader {
    min-height: 70px; transition: all ease-in-out .3s;
    background-color: #00000050 !important;
}

.header-warenkorb {
	transition: transform 0.3s ease;
}
.header-warenkorb:hover {
	transform: scale(1.1);
}

.home-slider .elementor-slide-heading, .home-slider .elementor-slide-description {
    text-shadow: rgb(0 0 0 / 50%) 0px 8px 20px;
}

.home-slider .swiper-slide-inner {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 50%);
}

.home-slider .swiper-pagination-bullet-active {
    border-radius: 10px;
    width: 20px !important;
}

.home-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.home-slider .swiper-pagination-custom,
.home-slider .swiper-pagination-fraction {
    bottom: 22px;
}

.home-slider .elementor-button {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 100%);
    -webkit-backdrop-filter: saturate(180%) blur(0px);
    backdrop-filter: saturate(180%) blur(0px); 
    overflow: hidden; transition: all 300ms;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.35); 
}

.home-slider .elementor-button:hover {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.35) 100%);
	-webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px); 
	transition: all 300ms;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.65);
	letter-spacing: 2.5px !important;
}

.home-slider .elementor-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,  transparent, rgba(256, 256, 256, 0.3), transparent);
    transition: all 650ms;
}

.home-slider .elementor-button:hover:before {
    left: 100%;
}
.hero-slider .swiper-slide-inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
}

/* Filialen */
.filloc a.elementor-cta:hover span.elementor-cta__button i {
    transform: rotate(-90deg);
    transition: all 0.3s;
}
.filloc a.elementor-cta span.elementor-cta__button i {
    transition: all 0.3s;
}
.filloc .elementor-cta__title.elementor-cta__content-item.elementor-content-item span {
    display: block;
    font-size: 16px;
}
.filloc a.elementor-cta:hover .elementor-view-default .elementor-icon {
    color: black;
    border-color: black;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Logo Karusel */
.logo-carousel .swiper-slide-image {
    max-width: 180px;
    opacity: 0.5;
    transition: all 1s;
}
.logo-carousel .swiper-slide-image:hover {
    max-width: 180px;
    opacity: 1;
    transition: all 0.3s;
}

/* Karusel */
.elementor-loop-container .swiper-slide {
    overflow: unset !important;
}

/* Extras Kachel */
.extra-item .elementor-cta__content {
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
}
.extra-item {
    box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.3);
}
.extra-item .elementor-cta__title i {
    margin-left: 10px;
    opacity: 0;
    transition: all 0.5s;
}
.extra-item:hover .elementor-cta__title i {
    margin-left: 13px;
    opacity: 1;
    transition: all 0.5s;
}

/* Gravity Forms */
.gfield--type-consent .gfield_description.gfield_consent_description {
	padding: 0;     border: 0px;
}
input.datepicker.gform-datepicker.initialized { 
	width: 100%;
}

.gform-theme--framework .gfield_list_group_item:before, .gform-theme--framework .gform-field-label {font-size: 18px !important; color: #333 !important;}
.gform-theme--framework .gfield_description {
	font-size: 14px !important;
}
.gform_button.button {
	font-size: 18px !important; 
    font-weight: 500 !important;
    color: var(--e-global-color-17bc8aa) !important;
    background-color: var(--e-global-color-primary) !important;
    border-radius: 0px 0px 0px 0px !important;
	line-height: 1 !important;
    padding: 12px 24px  !important;
    fill: var(--e-global-color-17bc8aa) !important;
    text-align: center !important;
    transition: all .3s;
}
.gform_button.button:hover {
	background-color: var(--e-global-color-secondary)  !important;  
	transition: all .3s;
}
.gform-field-label.gform-field-label--type-inline.gfield_consent_label u {
	color: var(--e-global-color-primary) !important;
}

/* Job */
.job-item-short h3 a:hover, .job-item-long h3 a:hover {
	fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary)  !important;     
	transition: all .3s;
} 

/* Footer */
.footer-standorte.elementor-element .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    justify-content: space-between;
}
.footer-standorte .elementor-icon-list-item a:hover i {
    -webkit-transform: rotateY(180deg) !important;
    -moz-transform: rotateY(180deg) !important;
    transform: rotateY(180deg)  !important;
    transition: all 0.6s !important; 
}

.footer-info h3 {
    color: var(--e-global-color-17bc8aa) !important;
}
.footer-info .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a {
    transition: transform 0.3s;
}
.footer-info .elementor-widget-container ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
    transform: translateX(8px);
}
.footer-info .elementor-element ul.elementor-icon-list-items li .elementor-icon-list-text h3 {
    margin-bottom: 4px !important;
}
footer a.cc-cookie-reset.cc-cookies-reset-shortcode { 
	transition: .4s;
}
footer a.cc-cookie-reset.cc-cookies-reset-shortcode:hover {
	color: var(--e-global-color-primary);     
	transition: .4s;
}

/* Woocommerce Hide Downloads Menu */
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

/* Woocommerce Account: Register und Login */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	padding: 0px;
    margin: 0;
    border-radius: 0px; border: none;
}
.woocommerce #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-2 {
	margin-top: 15px; margin-bottom: 30px;  
	padding-right: 30px;
    padding-left: 30px;
}
.woocommerce #customer_login h2 {
    font-size: 24px !important;
    text-transform: uppercase;
}
@media (max-width: 770px) {
	.woocommerce #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-2 {
    margin-bottom: 50px;
  }
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-bottom: 20px;
    margin-top: 10px;
}
.woocommerce-account .woocommerce-LostPassword.lost_password {
	margin-top: 20px;
}

body.single-product header .header-img-titel {
	background-position: top center !important;
}
body.woocommerce-account:not([class*=elementor-page-]) .site-main {
    max-width: 100%;
}

.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods,
.woocommerce table.shop_table {
	background-color:#f4f4f4;
	border:0;
}

.woocommerce #order_payment_heading, .woocommerce #order_review_heading {
	color: var(--e-global-color-secondary);
	font-weight: 700;
	margin-bottom: .5rem;
	margin-top: 2rem;
}

.woocommerce #payment.woocommerce-checkout-payment {
	margin-top: 2rem;
}

.woocommerce .elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
	display: block;
	position: relative;
	width: 100%;
}

.woocommerce form fieldset {
	padding: 0px;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0px 0px 6px;
    width: 100%;
	display: flex;
    flex-wrap: nowrap;
    margin-right: -5px;
    margin-left: -5px;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: left;
}

.woocommerce .flex-control-thumbs {
	border: 0 solid var(--e-global-color-primary);
	bottom: 0;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.woocommerce .flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

.woocommerce .flex-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: .7;
	width: 100%;
}

.woocommerce .flex-control-thumbs img:hover {
	opacity: 0.5;
}

.woocommerce .flex-control-thumbs li {
	display: inline-block;
	margin: 0;
	zoom: 0.8;
}

.woocommerce .flex-control-thumbs li, .woocommerce .flex-control-thumbs li:first-child {
	margin: 15px 5% 0 0;
	min-width: 100px;
	vertical-align: top;
	width: 16%;
}

.pewc-preset-style .select2-container--default .select2-selection--single, .woocommerce form .form-row select,.woocommerce-page form .form-row select {
	border: 2px solid #cacaca;
	border-radius: 0;
}

.woocommerce .price,
.woocommerce ul.products li.product .price,
.woocommerce .tax-info,
.woocommerce ul.products li.product .button,.shipping-costs-info,
.wc-gzd-additional-info.wc-gzd-additional-info-loop.product-units-wrapper.product-units {
	display: none;
}

.woocommerce .product .elementor-widget-woocommerce-product-meta .product_meta {
	margin-top:0;
}

.woocommerce .short-desc-list {
	color: #777;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 30px 30px;
}

.woocommerce .summary.entry-summary .wc-gzd-additional-info.product-units-wrapper.product-units.variation-modified,
.woocommerce .summary.entry-summary .wc-gzd-additional-info.product-units-wrapper.product-units {
	color: var(--e-global-color-text)!important;
	font-size: 1.25em;
}

main#content .page-content .woocommerce {
	width: 100%;
	max-width: 1260px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	flex: 0 0 48%;
	max-width: 48%;
	width: 48%;
}

main#content .page-content .woocommerce .woocommerce-ResetPassword,
main#content .page-content .woocommerce .woocommerce-ResetPassword.lost_reset_password {
	flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 0 100%;
    max-width: 65%;
    width: 100%;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding: 0px !important;
}

.woocommerce .col2-set .col-1 h3,
.woocommerce-page .col2-set .col-1 h3,
.woocommerce .col2-set .col-2 h3,
.woocommerce-page .col2-set .col-2 h3,
.woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	color: var(--e-global-color-secondary);
	font-weight: 700;
}

.woocommerce .elementor-85 .elementor-element form.cart table.variations tr td {
	padding-right: 0;
	text-align: right;
}

.woocommerce .quantity .qty {
	text-align: center;
	width: 80px;
}

.woocommerce .quantity input {
	line-height: 1;
	padding: 11px;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table thead:first-child tr:first-child th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th {
	border: 0;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 1rem 0;
}

.woocommerce div.product form.cart {
	margin-bottom: 1rem;
}

.woocommerce div.product form.cart .button,
.woocommerce .quantity .qty,
.woocommerce .quick-select-buttons button {
	height: 50px;
}

.woocommerce div.product table td,
.woocommerce div.product table th {
	border: 0;
	padding-left: 0;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding: 50px 0 0!important;
}

.woocommerce div.product.elementor ul.tabs {
	text-align: center;
}

.woocommerce form .form-row label {
	line-height: 1.6;
	margin-top: 5px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: var(--e-global-color-accent);
}

.woocommerce h1.product_title {
	font-size: 40px;
	text-align: left;
	line-height: 45px;
}

.woocommerce h2 {
	font-size: 22px;
	text-align: left;
}

.woocommerce span.onsale {
	background-color: #F7941D;
	padding: 0;
}

.woocommerce table.shop_attributes td {
	padding: 8px;
}

.woocommerce table.shop_attributes td p, .pewc-product-extra-groups {
	padding:0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid rgba(0,0,0,.1);
	font-weight: 700;
}

.woocommerce ul.products li img {
	position: relative;
}

.woocommerce ul.products li.product {
	-o-transition: all .25s;
	-webkit-transition: all .25s;
	align-content: center;
	align-items: center;
	background-color: var(--e-global-color-17bc8aa);
	border: 0 solid #818a91;
	border-radius: 3px;
	display: flex!important;
	flex-direction: column!important;
	flex-wrap: nowrap;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all .25s;
}

.woocommerce ul.products li.product a img {
	object-fit: cover;
	text-align: center;
	transition: all .25s ease-in-out;
	width: 100%;
}

.woocommerce-MyAccount-navigation li a {
	color: var(--e-global-color-17bc8aa);
	display: block;
	font-weight: 400;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	max-width: 300px;
	width: 25%;
}

.woocommerce-account .woocommerce-myaccount-navigation {
	width: 25%;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper,
.woocommerce-shipping-fields span.woocommerce-input-wrapper,
.woocommerce-additional-fields span.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-breadcrumb a {
	color: var(--e-global-color-accent)!important;
}

.woocommerce-button.button.view {
	margin-right: 10px;
}

.woocommerce-loop-product__title {
	margin-top: 9px!important;
	padding: 10px!important;
}

.woocommerce-loop-product__title:after,
.woocommerce-loop-product__title:after {
	color: var(--e-global-color-accent);
	content: '›';
	margin-left: .5rem;
	vertical-align: .1rem;
}

.woocommerce-message {
	border-top-color: var(--e-global-color-accent);
}

.woocommerce-message::before {
	color: var(--e-global-color-accent);
}

.woocommerce-order-details p.order-again {
	padding-top: 10px;
}

.woocommerce-product-details__short-description p,
.woocommerce .product_title.entry-title.elementor-heading-title.elementor-size-default {
	margin-bottom: 0!important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image a.customize-unpreviewable {
	max-height: 550px;
}

.woocommerce-product-gallery__image a img {
	max-height: 500px;
	object-fit: contain;
	object-position: top center;
}

.woocommerce-shipping-totals.shipping th {
	vertical-align: middle;
}

.woocommerce-shipping-totals.shipping th:after {
	content: "\f48b";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}

.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 20px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	margin: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: -15px!important;
  padding: 15px!important;
}

.woocommerce-variation-price {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 50px;
	justify-content: flex-start;
	padding-left: 25px;
}

.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-primary);
	font-size: 18px;
	font-weight: 500;
}

.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-secondary);
}

nav.woocommerce-myaccount-navigation ul {
	border-right: 1px solid #d8d8d8;
	list-style: none;
	padding-left: 0!important;
}

nav.woocommerce-myaccount-navigation ul li a {
	-webkit-transition: all .3s ease-out;
	display: block;
	padding: 10px;
	transition: all .3s ease-out,all.3s ease-out;
}

nav.woocommerce-myaccount-navigation ul li a:hover {
	-webkit-transition: all .3s ease-out;
	background-color: #f4f4f4;
	transition: all .3s ease-out,all.3s ease-out;
}

nav.woocommerce-myaccount-navigation ul li.is-active a {
	color: #333!important;
}

.woocommerce p.wc-gzd-additional-info.delivery-time-info {
	font-size: .9em!important;
	margin-bottom: 15px!important;
}

.woocommerce ul.product-categories {
	list-style: none;
	min-width: 100%;
	padding: 0;
	position: relative;
	width: 250px;
	z-index: 1;
}

.woocommerce ul.product-categories > ul {
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	left: 0;
	min-width: 200px;
	padding-left: 0;
	position: relative;
	top: 0;
}

.woocommerce ul.product-categories li > a {
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
}

.woocommerce ul.product-categories li,ul.product-categories li a {
	font-weight: 400;
}

.woocommerce ul.product-categories li.current-cat > a,
.woocommerce ul.product-categories li.current-cat-parent > a {
	background-color: var(--e-global-color-secondary);
}

.woocommerce ul.product-categories li.current-cat > a:before {
	align-items: center;
	content: '\f054';
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	height: 20px;
	margin-right: 0;
	max-height: 100%;
	width: 20px;
}

.woocommerce ul.product-categories li.current-cat > ul {
	padding-left: 1rem;
}

.woocommerce ul.product-categories li::marker {
	content: '';
	display: none;
}

.woocommerce ul.product-categories li:hover > a,ul.product-categories li.current-cat:hover > a {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-scondary);
}

.woocommerce ul.product-categories ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0;
}

.woocommerce ul.product-categories ul ul {
	box-shadow: none;
}

.woocommerce ul.product-categories ul.children li.cat-item a {
	padding: 15px 20px 15px 40px;
}

.woocommerce ul.product-categories,ul.product-categories li,
.woocommerce ul.product-categories.lwd-navi,
.woocommerce ul.product-categories li {
	background-color: var(--e-global-color-secondary);
}

.woocommerce ul.products li:hover,
.woocommerce-product-gallery:hover {
	box-shadow: 0 6px 37.24px .76px var(--e-global-color-secondary) !important;
	transition: all .25s ease-in-out;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
  	flex-direction: column;
  	align-content: space-around;
  	align-items: stretch;
  	flex-wrap: nowrap;
}

.wc-block-components-sidebar-layout a.wc-block-cart__submit-button {
	color: var(--e-global-color-17bc8aa);
	font-size: 18px;
 	font-weight: 500;
  	background-color: var(--e-global-color-primary);
	margin: 0;
	margin-top: 20px;
  	position: relative;
  	text-decoration: none;
  	overflow: visible;
  	padding: 0.618em 1em;
  	border-radius: 3px;
  	border: 0;
  	display: flex;
	transition: all .3s;
}

.wc-block-components-sidebar-layout a.wc-block-cart__submit-button:hover {
	color: var(--e-global-color-17bc8aa);
 	background-color: var(--e-global-color-secondary);
}

/* HINWEIS: Account WooCommerce */

/* Account: Box und Font */
.woocommerce-account.woocommerce-page .woocommerce-form-row span em {
  	font-size: 16px;
}

.logged-in.woocommerce-account.woocommerce-page .page-content .woocommerce {
  	padding: 0;
  	display: flex;
}

/* Account: Sitebar Menu */
nav.woocommerce-MyAccount-navigation {
  	background: var( --e-global-color-primary );
  	background-image: linear-gradient(165deg, #fd3400 0%, #b52500 100%);
 
}
nav.woocommerce-MyAccount-navigation a {
  	color: var(--e-global-color-17bc8aa);
 	line-height: 80px;
  	display: block
}
nav.woocommerce-MyAccount-navigation ul {
  	padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  	list-style: none;
 	padding: 0 30px;
 	transition: all 0.3s ease;
 	font-weight: 600;
 	border-bottom: 1px solid #b52500;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
    background-image: linear-gradient(153deg, #fd3400 0%, #b52500 100%);
    padding: 0px 30px 0px 35px;
}
nav.woocommerce-MyAccount-navigation ul li a:before {
  	content: "\f054";
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
 	margin-right: 15px;
}

/* Account: Sitebar active Menu */
.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
  padding: 30px;
}

@media (max-width: 850px) {.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
    padding: 15px;
	float: none;
    width: 100%;
	word-break: break-word;
  }
}    
@media (max-width: 470px) {.woocommerce-EditAccountForm.edit-account {
	float: none;
    width: 180px;
	word-break: break-word;
  }
}    
@media (max-width: 460px) {.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
	padding: 15px 10px 15px 10px !important
  }
}    
@media (max-width: 850px) {.woocommerce-account .woocommerce-MyAccount-navigation {
	float: right;
    width: 40%;
  }
}
@media (max-width: 430px) {nav.woocommerce-MyAccount-navigation ul li {
	padding: 0 20px 0 10px;
  }
}   

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active {
  	background: var(--e-global-color-17bc8aa);
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
 	color: var( --e-global-color-primary );
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a:hover {
 	color: var( --e-global-color-primary );
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a:before {
    color: var( --e-global-color-primary );
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    padding-top: 0px;
    font-size: 16px;
}

/* Adressen: Titel und Text Formatierung */
.woocommerce-account .addresses .title .edit {
  	display: block;
 	width: 100%;
    margin-bottom: 15px;
}

/* Account: Bestellungen Meldung */
.woocommerce-account .woocommerce-info, {
  	background-color: hsl(156.19deg 100% 24.71% / 10%);
	margin-bottom: 50px;
	max-width: 1258px;
    width: 100%;
	color: #525252;
} 

/* Account: Adresse Meldung */
.woocommerce-account .woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: linear-gradient(173deg, #000001 0%, #000000BF 100%);
	margin-bottom: 50px;
  	width: 100%;
	color: var(--e-global-color-17bc8aa);
	margin-left: 0px !important;
}

.woocommerce-account .woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button { 
	border-radius: 0px; 
	color: var(--e-global-color-17bc8aa);  
	background-color: var(--e-global-color-primary);
}
.woocommerce-account .woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin-bottom: 25px;}
.woocommerce-account .woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-message a.button:hover {
	color: var(--e-global-color-17bc8aa);
  background-color: var(--e-global-color-secondary);
}

/* Account: Kontodetails & Adressen margin */
.woocommerce-account .woocommerce-address-fields__field-wrapper, .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	margin-bottom: 30px;
}

/* Account: Select Dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var( --e-global-color-primary ); 
}

/* Account: Bestellungen */
.woocommerce-account .mark, mark {
	background-color: hsl(156.19deg 100% 24.71% / 10%) !important;
	
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  	padding: 8px;
}

.woocommerce-account.woocommerce-page fieldset {
  	padding: 0;
}

.woocommerce-account.woocommerce-page fieldset legend {
  	padding-top: 20px;
  	font-size: 16px;
}

.woocommerce-page input[type=checkbox], .woocommerce-page input[type=radio] {
  	height: 20px;
 	width: 20px;
}

/* Hide Downloads Menu */
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation-link--downloads {
  	display: none !important;
}

@media (max-width: 770px) {.woocommerce #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-2 {
    margin-bottom: 50px;
  }
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-bottom: 20px;
    margin-top: 10px;
}
.woocommerce-account .woocommerce-LostPassword.lost_password{
	margin-top: 20px;
}

@media screen and (max-width: 992px) {	
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation  {
		max-width: 50%;
		width: 50%;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .password-input,
	.woocommerce-page form .password-input {
		flex:0 0 100%;
		max-width:100%;
		width: 100%
	}
		.woocommerce ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 50%!important;
	}

		.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
		width: 100%;
		max-width: 100%;
		}
}

@media screen and (max-width: 768px) {
	p img:not(.alignnone) {
		height:auto;
		padding-bottom:25px;
		width:100%
	}
		.woocommerce ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%!important;
	}
		.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
		width: 100%;
		max-width: 100%;
		}
}
.woocommerce.single-product .quick-select-buttons button:hover, .woocommerce.single-product .quick-select-buttons button.active {border-color: black;}
.woocommerce.single-product .quick-select-buttons button {border-color: var(--e-global-color-primary);}
.woocommerce div.product form.cart .variations {
    height: 0px;
    opacity: 0;
}
.elementor-element.elementor-widget.elementor-widget-woocommerce-product-price {display: none;}

.cardproduct-right .woocommerce-variation-price { 
	height: 0px;   display: none;
}

.wc-block-checkout__actions_row a {  
	fill: var(--e-global-color-text);
    color: var(--e-global-color-text) !important;
    font-size: 18px;
    font-weight: 500;
}

.wc-block-checkout__actions_row a:hover {   
	color: var(--e-global-color-primary) !important;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper button {    
	padding: 6px 12px;     
	border-radius: 0px !important; 
	background-color: #808080; 
	margin-bottom: 25px;	
}

.woocommerce-info::before {
	color: var(--e-global-color-primary);
}
.woocommerce-info {
	border-top-color: var(--e-global-color-primary);
}

@media (max-width: 767px) {
	.gallery-columns-6 {
		column-count: 2;
		column-gap: 0px;
		}
	.elementor-widget-share-buttons .elementor-widget-container .elementor-grid {
		display: flex;
		flex-direction: column;
	}
}

.home-slider .elementor-slides .swiper-slide-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgb(1 1 1 / 30%) 80%);
	background-position: center!important;
}

.elementor-swiper .swiper-pagination-bullet-active {
	border-radius: 10px;
	width: 20px !important;
}

.bessmann-tablist .elementor-tab-title.elementor-tab-desktop-title.elementor-active {
	background: var(--e-global-color-primary);
}

.bessmann-tablist .elementor-widget-tabs .elementor-tabs-wrapper {
	margin-bottom: 15px;
}

.sprungmarken-nav .elementor-icon-list-text{
	background: var(--e-global-color-secondary);
	padding: 11px;
}

.lwd-video-slide {
    padding:0px;
}
.lwd-startseite-container.e-con-full {
	padding-top: 0px;
	padding-bottom: 0px;
}
.extra-item .elementor-cta__content{
	min-height: 25.8vh !important;
}

@media only screen and (min-width: 768px) {
	.home-slider .swiper-slide-contents{
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.home-slider .swiper-slide-contents{
		max-width: 75% !important;
	}
	.elementor-widget-share-buttons .elementor-widget-container .elementor-grid .elementor-grid-item {
	width: 48%;
	}
}

.container-display-none {
	display: none;
}
.app-install a {
	border: none!important;
}
.app-install a:hover {
	background-color: #00000000!important;
}
.sprungmarken-nav a:hover span.elementor-icon-list-text {
	text-decoration: none!important;
}
h2.elementor-cta__title {
	background-color: var(--e-global-color-17bc8aa);
	color: var(--e-global-color-primary) !important;
	border-radius: 6px;
}

a.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: inherit !important;
}

.filialen-tablist .elementor-tab-title.elementor-active, .filialen-tablist .elementor-tab-title.elementor-active a {
	background: var(--e-global-color-primary) !important;
	}

.bessmann-app img {
	box-shadow: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--e-global-color-primary);
}

.ppc-button-wrapper {
	padding-top: 15px;
}