/*
 Theme Name:   Hello Elementor Child
 Description:  Child Theme by DIGITALEWEGE
 Author:       Christoph Geier
 Author URI:   https://digitalewege.de/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

:root {

}

.dw_section{
	padding-top: 100px;
	padding-bottom: 100px;
}

.dw_section_top{
	padding-top: 100px;
}

.dw_section_bottom{
	padding-bottom: 100px;
}

.dw_hero_button{
	left: 50% !important;
    transform: translate(-50%, 0px);
}

.dw_dropshadow img{
    filter: drop-shadow(0px 10px 10px #00000050);
}

.dw_slider .swiper-slide .swiper-slide-bg{
	border-radius: 30px;
}

a.added_to_cart.wc-forward {
    display: none !important;
}

.wc-gzd-cart-item-thumbnail {
    display: none;
}


.logo{
	opacity: 0;
	transition: all 0.5s;
}

.elementor-sticky--effects .logo{
	opacity: 1;
}

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

	.dw_custom_menue .elementor-nav-menu--dropdown ul{
		display: flex;
	}

	.dw_custom_menue .elementor-nav-menu--dropdown {
		top: 50% !important;
		width: max-content !important;
		left: 55px !important;
		transform: translate(0px, -50%) !important;
		margin-top: 0px !important;
	}

	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
		animation: hide-scroll 0s backwards!important;
	}

	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		transition: max-height 0s, transform 0s!important;
	}

}
	
.basket .elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
}


.basket img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100px;
    object-fit: contain;
    height: 50px;
}

.elementor-menu-cart__product-name.product-name{
    padding-left: 0px!important;
}

.dw_fs_p_l {
    padding-left: max(0px, (100% - 1366px)/2);
}

.dw_fs_p_r{
	padding-right: max(0px, (100% - 1366px)/2);
}

@media only screen and (max-width: 600px) {
	.dw_fs_p_l{
		
	}
	.dw_fs_p_r{
		
	}
}

.elementor-menu-cart__product-name{
	margin-top: 20px;
}

.elementor-menu-cart__product-name a{
	font-size: 22px;
	color: white!important;
	background-color: #5881c1;
	padding: 8px 10px 5px 10px; 
	border-radius: 15px;
}

.elementor-menu-cart__product .variation dd {
    margin-inline-start: 0px!important;
}

dt{
	font-size: 15px;
	font-weight: 300;
}

dd{
	font-size: 19px;
	font-weight: 300;
}

.elementor-menu-cart__product-price.product-price {
    padding-left: 0px;
    align-self: flex-start;
}

.elementor-menu-cart__product-price.product-price span{
	font-size: 19px;
	font-weight: 400;
	color: #0059ad;
}

dl.variation{
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.elementor-menu-cart__subtotal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-menu-cart__subtotal strong{
    font-size: 15px;
	font-weight: 300;
}

.elementor-menu-cart__subtotal bdi{
	font-size: 25px;
	font-weight: bold;
	color: #0059ad;
}

.elementor-menu-cart__footer-buttons {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1951a0;
	padding: 0px;
}

a.elementor-button.elementor-button--checkout.elementor-size-md {
    width: 100%;
    text-align: left;
}



.dw_team_slider .elementor-testimonial__footer {
    flex-direction: row-reverse !important;
	gap: 20px;
	align-items: flex-start !important;
    justify-content: space-between !important;
}

.dw_team_slider cite.elementor-testimonial__cite {
    margin-inline-start: 0px !important;
}


.dw_variant th.label {
      max-width: min-content;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	border: 0;
	line-height: 2em;
	vertical-align: baseline;
}

/*.dw_variant th label {
    border: 1px solid #00508E;
    padding: 10px 15px 10px 15px !important;
	border-radius: 30px;
}*/

.dw_variant select{
	padding: 15px!important;
}

.dw_variant table td, .dw_variant table th {
    padding: 0px 0px 10px 0px!important;
	  text-align: left;
}

.dw_variant th, .dw_variant td{
	background-color: transparent!important;
}

/*
.woocommerce-billing-fields__field-wrapper label{
	display: none!important;
}
*/

dl.variation {
    gap: 10px;
}

.elementor-widget-woocommerce-checkout-page a {
    color: #00508E!important;
}

div#payment {
    background-color: #E0E9F5 !important;
}

h3#order_payment_heading{
	font-size: var(--e-global-typography-fedd2c9-font-size);
	line-height: var(--e-global-typography-fedd2c9-line-height);
}

@media only screen and (max-width: 600px) {
	.elementor-widget-woocommerce-checkout-page .e-checkout__container{
	    display: block!important;
	}
	
	.dw_variant .variations tr{ 
		display: flex;
		flex-direction: column;
	}
}

.button_icon::after{
	content: "";
	width: 49px;
	height: 49px;
	position: absolute;
	right: 0px;
    top: 50%;
	background-image: url("/wp-content/uploads/2024/10/button_icom.svg");
	background-size: cover;
	background-position: center;
	transform: translate(calc(100% + 10px), -50%);
}

.button_icon{
	align-self: center;
	transform: translate(-24px, 0px);
}

.elementor-button--checkout::after {
    content: "";
    width: 49px;
    height: 49px;
    right: 0px;
    top: 50%;
    background-image: url(/wp-content/uploads/2024/10/button_icom.svg);
    background-size: cover;
    background-position: center;
    display: inline-block;
}


.elementor-button--checkout{
    display: flex!important;
    position: relative;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
	.no_mobile_background{
	    background-image: none !important;
	}
	
	.no_mobile_background .e-child::after{
		content: "";
		width: 100%;
        z-index: 0;
		aspect-ratio: 1/1;
		background-color: #E3E3E3;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        border-radius: 50%;
	}
	
	.no_mobile_background_blue{
	    background-image: none !important;
	}
	
	.no_mobile_background_blue .e-child::after{
		content: "";
		width: 100%;
        z-index: 0;
		aspect-ratio: 1/1;
		background-color: #00508D;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
        border-radius: 50%;
	}
}

a.reset_variations {
    display: none!important;
}

.woocommerce-variation-description {
	font-size: 80%;
}

.e-atc-qty-button-holder {
	gap: 35px;
}


.dw_variant .quantity::before {
    content: "Anzahl Nutzer";
	
  padding: 15px 45px 0px 0px !important;    
	color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-514a98b-font-size);
    font-weight: var(--e-global-typography-514a98b-font-weight);
    line-height: 1.5em;
}

.dw_variant .quantity .qty {
    vertical-align: middle!important;
	padding: 13px 15px 13px 13px!important;
    width: 100px;
}

.elementor-menu-cart__main{
    width: 450px!important;
}

.elementor-menu-cart__product-price.product-price {
    padding-top: 10px;
}