/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Video Buttons */
.button-weiter {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #464646;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.button-weiter:hover {
  background: #eeaa51;
  color: #464646;
}

.button-zurueck {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #cccccc;
  color: #333333;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.button-zurueck:hover {
  background: #e0e0e0;
  color: #000000;
}


.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lazyload.loaded {
    opacity: 1;
}

/* PopUp-Container Kontaktbutton */
.kontakt-button {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: absolute; /* Position im Header */
    top: 20px;
    left: 20px;
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  .kontakt-button {
    left: 50px;
  }
}
@media screen and (min-width: 1201px){
  .kontakt-button {
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kontakt-button {
    padding: 5px 10px;
    top: 8px;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .kontakt-button {
    font-size: 13px;
    right: 5px;
  }
}
@media screen and (min-width: 400px) and (max-width: 550px){
  .kontakt-button {
    font-size: 15px;
    right: 8px;
  }
}
@media screen and (min-width: 551px) and (max-width: 768px){
  .kontakt-button {
    font-size: 17px;
    right: 11px;
  }
}
.kontakt-popup {
    display: none; /* Zuerst versteckt */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}
/* Inhalt des PopUps */
.kontakt-popup-content {
    background-color: white;
    padding: 20px;
    margin: 15% auto;
    width: 50%;
    border-radius: 8px;
    text-align: center;
}
/* Schließen-Button */
.popup-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.popup-close:hover,
.popup-close:focus {
    color: #464646;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
.kontakt-popup-content {
    width: 71%;
    }
}
:root {
  --fluentform-primary: #3cb92b !important;
}
.kontakt-popup-content h3 {
    color: #464646;
}
/* end pop up container */


/* hide Paypal Payment method on checkout page - je nach aktivierten Bezahlmethoden (1), (2), (3) usw */
/*.wc-block-components-radio-control-accordion-option:nth-of-type(2){
    display: none;
}*/
/* //////////////////////////////////////////////////////// */
/* Hide .heading3 on all WooCommerce pages */
/*body.woocommerce .heading3,
body.woocommerce-page .heading3 {
    display: none;
}*/
/*.woocommerce-page .heading3 {
    display: none;
}*/
/* Bücherseite - Quantity Auswahlbox anpassen */
.page-id-238 .woocommerce div.product form.cart div.quantity {
  margin-top: 15px;
}
/* Checkout Validierungssätze ausblenden */
.wc-block-components-validation-error {
  display: none;
}
/* Checkout Adresszeile 2 ausblenden */
.wc-block-components-address-form__address_2-toggle{
    display:none;
}
/* margin-top zwischen Buttons auf Downloadseite nach Bezahlen */
.woocommerce .woocommerce-order-details .order-actions-button{
    margin-top: 10px;
}
/*REVIEW CSS*/
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
    display: none;
}
.comment_container {
    padding: 10px !important;
}
/* Kundenrezensionsgrid für IPads anpassen*/
@media screen and (min-width: 650px) and (max-width: 767px) {
.cr-review-card{
    width: 110% !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
.cr-review-card{
    width: 110% !important;
    }
}
/* WooCommerce Bewertungsmöglichkeit auf Seite ausblenden*/
.woocommerce #review_form #respond {
	display: none;
}
/* Gefällt mir Voting ausblenden */
.cr-voting-cont-uni span {
	display: none;
}
/* Sortierungsmöglichkeit der Reviews ausblenden */
.cr-ajax-reviews-sort-div {
	display: none;
}
#ivole-histogramTable{
	box-shadow: none;
}
/*entfernt den box-shadow bei den Bewertungsbalken */
table.cr-histogramTable {
    box-shadow: none; /* Entfernt den Box-Shadow */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
	padding: 15px !important;
}
@media screen and (max-width: 500px) {
.comment_container{
    margin-left: -36px;
    }
}
@media screen and (max-width: 500px) {
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    margin-left: -23px;
    }
}
.cr-trustbadgef{
	background-color: #515151;
  	border-radius: 10px;
  	/*margin-top: 100px;*/
	box-shadow: 0px 40px 80px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0px 40px 80px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 40px 80px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 993px) {
    .cr-trustbadgef{
        margin-top: 100px;
    }
}
/*Anzahl der Rezensionen auf Vertrauensabzeichen ausblenden*/
.cr-badge.badge-vs.badge_color_dark .badge__reviews {
    display:none;
}
/* mitlaufendes Badge mit momentanem nur englischen Text */
/*.badge_size_compact.cr-badge .badge__verified{
	color: #373737 !important;
}*/
/* Code für Preview Searchbox */
.cr-all-reviews-shortcode .cr-ajax-search {
  display: none;
}
/*.cr-all-reviews-shortcode .cr-button-search {
	color: #949393 !important;
}*/
/* Ende Preview Search Box*/
/* ENDE PREVIEW CSS */

/* Sidebar Newsletter die horizontal übern Footer ist */
/*#primary-sidebar{
	margin-top: 100px;
	margin-bottom: -100px;
}*/
/* //////////////////////////////////////////////////////////////// */
/* gzd-delivery_time: wird ausgeblendet, weil es auf einmal vor dem Wort "Lieferzeit:" stand*/
.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
  display: none;
}
/* hide shipping container on cart page*/
.wc-block-components-totals-item__description {
  display: none;
}
/* hide shipping option on cart page */
.page-id-452 .wc-block-components-shipping-rates-control__package{
	display: none;
}
/* hide shipping option on checkout page */
.page-id-454 #shipping-option {
	display: none;
}
/* ////////////////////////////////////////////////////////////// */
/*Bezahlbutton zum Checkout*/
/*.wc-block-cart__submit-container .wc-block-components-button__text::before {
  content: "Oder mit Kredit-/Debitkarte" !important;
  display: block;
}*/
.site-title{
	display: none;
}
/*Nachricht, dass Produkte in den Warenkorb hinzugefügt worden sind und ob man zum Warenkorb navigieren möchte*/
.woocommerce-message {
	display: none;
}
/* /////////////////////////////////////////////////////////////////////////////////////////// */
/*.wc-gzd-additional-info.delivery-time-info p:contains("★ Lieferzeit: 5-17 Werktage") {
    display: none !important;
}*/
/* /////////////////////////////////////////////////////////////////////////// */
.display-block{
    display: block;
}
/*Ensure text remains visible during webfont load*/
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2)
      format('woff2');
  font-display: swap;
}

/*general*/  
@font-face { font-family: '1001smiles'; src: url('../hello-theme-child-master/Fonts/1001smiles.ttf') format('truetype');  
    }

@font-face { font-family: 'vintagesmiles'; src: url('../hello-theme-child-master/Fonts/vintagesmiles.ttf') format('truetype');
    }
    
@font-face { font-family: 'fettismiles'; src: url('../hello-theme-child-master/Fonts/Websmiles-fetti.ttf') format('truetype');
    }
    
@font-face { font-family: 'schlankismiles'; src: url('../hello-theme-child-master/Fonts/Websmiles-schlanki.ttf') format('truetype');
    }
body { font-family: 'Websmiles-schlanki', sans-serif;
    /*font-size: 2em;*/
   /* background-color: #4c4c4c;*/
	line-height: normal !important;
    }
.entry-title{
	font-variant: small-caps;
}
@media screen and (max-width: 992px) {
.entry-title{
    padding-top: 30px;
	}
}
@media screen and (min-width: 993px) {
.entry-title{
    margin-top: 60px;
	}
}
h1 { font-family: '1001smiles', sans-serif;
    font-size:40px;
    font-weight: bold;
    color:#464646;
    margin-top: 30px;
    text-align: center;
	font-variant: small-caps;
    }
@media screen and (max-width: 992px) {
    h1 { 
    /*font-size: 40px;*/
    margin-top: 10px;
    text-align: center;
    /*line-height: 1;*/
    margin-left:10px;
    margin-right:10px;
	font-weight: bold !important;
    }
}
@media screen and (min-width: 993px) {
    h1 { 
		font-size: 45px;
	}
}
h2 { 
    font-weight: bold !important;
    font-size: 1.6rem;
    }
@media screen and (max-width: 992px) {
h3 {
  font-size: 25px;
  font-weight: 500;
	}
}
    
h3 { 
  	margin-top: 15px;
	font-weight: 1000 !important;
    }
h4 {
	padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 992px) {
h4 { 
    font-size: 18px;
    }
}
/*@media screen and (max-width: 575px) {
h4 {
    padding-left: 20px;
    padding-right: 20px;
	}
}*/
p {
	font-family: 'Websmiles-schlanki', sans-serif;
    margin-left: 20px;
    margin-right: 20px;
}
@media screen and (max-width: 450px) {
    p { 
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    }
}
@media screen and (min-width: 451px) and (max-width: 992px) {
    p { 
    font-size: 17px;
    line-height: 25px;
    margin-top: 10px;
    }
}
@media screen and (min-width: 993px) {
    p { 
    line-height: 28px;
    font-size: 20px;
    }
}
p.form-submit {
    margin-top: 20px;
}
a {
    font-weight:500 !important;
  color: #d78306;
}
a:hover {
    font-weight:bold;
    color: #f0ae4b;
}
table {
  font-size: 16px;
  font-family: 'schlankismiles';
}
/* header */
.site-header{
	margin-top:-16px;
}
@media screen and (max-width: 767px) {
 	.site-header{
	background-color: #4e4e4e;
    margin-top: 0px;
    height: 5px;
	}
}
/*.site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main{
	max-width: 100%;
}*/
.site-header:not(.dynamic-header){
	max-width: 100%;
	z-index: 9000;
}
.addcoloronstickymenu{
	background-color: #5b5a5a;
	background: linear-gradient(90deg, rgba(30,30,32,1) 0%, rgba(107,102,89,1) 50%, rgba(66,60,52,1) 100%); 
}
.heading1 {
	background-color: #4e4e4e;
	width: 100%;
	align-items: center; 
	box-shadow: 0px 40px 80px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0px 40px 80px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 40px 80px 10px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-height: 55px;
}
@media screen and (min-width: 401px) and (max-width: 767px) {
	.heading1 {  
	height: 85px; 
	}
}
@media screen and (max-width: 400px) {
	.heading1 {
		height: 50px;
	}
}
@media screen and (min-width: 1100px) {
	.heading1 {
		height: 120px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.heading1 {  
	height: 100px; 
	}
}
.container {
		display: flex;
		justify-content: space-around;
 		/*margin-top: -46px;*/
	}
/*wegen Adminpanel*/
/*@media screen and (max-width: 767px) {
	.container {
		margin-top: -46px;;
	}
}*/
.sub-container {
		/*flex-grow: 1;*/
		text-align: center;
		padding: 10px;
}
/*.sub-container1{
	width:200px;
	margin-bottom: -150px;
  	z-index: 1;
  	text-align: left;
}
.sub-container1-img{
	width: 20px;
}*/
.sub-container2{
	display: flex;
	justify-content: center;
	position: absolute;
	min-height: 75px;
}
.sub-container2.logosmiles{
		width: 100%;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
	}
@media screen and (min-width: 1100px) {
.logosmiles-img{  
	height: 85px !important; 
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
.logosmiles-img{  
	height: 70px !important; 
	}
}
@media screen and (max-width: 767px) {
.logosmiles-img{  
	height: 59px !important; 
	margin-top: 15px;
	}
}
@media screen and (max-width: 400px) {
.logosmiles-img{  
	height: 41px !important;
    margin-top: 13px;
	}
}
.site-navigation { 
    display: initial;
	width: 100%;
    /*position: absolute; top: 10px;*/ /* bringt das Menü an den oberen Rand des Containers */
    left: 0; /* platziert das Menü ganz links innerhalb des Containers */ 
	box-shadow: 0px -1px 17px 13px rgba(0,0,0,0.37);
	-webkit-box-shadow: 0px -1px 17px 13px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px -1px 17px 13px rgba(0,0,0,0.37);
} 
.site-navigation.sticky {
  	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
}
#mega-menu-wrap-menu-1.newcolor{
	background-color: #5b5a5a;
	background: linear-gradient(90deg, rgba(30,30,32,1) 0%, rgba(107,102,89,1) 50%, rgba(66,60,52,1) 100%); 
}
@media screen and (min-width: 768px) and (max-width: 1099px) { 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link { 
		font-size: 15px; 
		margin-right: -10px;
	} 
}
@media screen and (max-width: 767px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle {
	margin-top: -9px;
	}
}
@media screen and (max-width: 575px) {
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 0px;
	}
}
/* //////////////////////////////////////////////////////////////// */
.sub-container3{
	/*position: sticky;
	top: 0;*/
	pointer-events: auto;
  	z-index: 9001;
  	text-align: right;
	width: 100px;
  	max-width: 100px; 
	margin-top: 2px;
}
/*ende*/
 /* menu */
@media only screen and (max-width: 767px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    margin-top: 87px;
	  border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
  }
}
@media only screen and (max-width: 767px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		color: #ffffff;
		background-color:#4e4e4e;
		-webkit-box-shadow: inset 5px 5px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 5px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 5px 13px -9px rgba(0, 0, 0, 0.75);
	}
}
@media only screen and (max-width: 767px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
		color: #eeaa51;
		-webkit-box-shadow: inset 5px 5px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 5px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 5px 13px -9px rgba(0, 0, 0, 0.75);
	}
}
@media only screen and (max-width: 767px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #eeaa51;
    background: #4c4c4c;
  }
}
@media only screen and (max-width: 767px) {
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color: #efb858;
    background: #4c4c4c;
    -webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 22px -9px rgba(0, 0, 0, 0.75);
  }
}
/* ende menu */
/* Seitenlayout */
.page-content{
	background-color: #f3f3f3;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
}
@media (min-width: 993px) {
	.page-content{
		padding: 50px;
	}
}
/* entdecke ecke Bildgröße Padding bis 800px */
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wp-block-image{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
	background-color: white;
    border-radius: 10px;
}
.wp-block-image img{
	border-radius: 5px;
}
.wp-block-separator{
	border-bottom: 2px solid;
}
/* link weiterlesen */
.wp-elements-541783394871745918e380d06935e15f a:where(:not(.wp-element-button)) {
  color: #d78409 !important;
}
.has-luminous-vivid-amber-color{
	color: #d78306 !important;
}
.wp-block-woocommerce-single-product{
	background-color: #ffffff;
	border-radius: 10px;
   -webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
   -moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
    box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
	padding: 14px;
  	/*margin: 10px;*/
}
@media screen and (max-width: 575px) {
.wp-block-woocommerce-single-product{
	margin: 10px;
	}
}
/* Account und Cart Icons CHECKOUT PAGE*/
@media screen and (min-width: 1100px) {
	body.woocommerce-checkout .sub-container3{
	 margin-bottom: -171px;
	} 
}
@media screen and (min-width: 992px) and (max-width: 1099px) { 
	body.woocommerce-checkout .sub-container3{
	 margin-bottom: -148px;
	} 
}
@media screen and (min-width: 768px) and (max-width: 991px) { 
	body.woocommerce-checkout .sub-container3{
	 text-align: center;
	 margin-left: -715px;
	margin-bottom: -148px;
	} 
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
	body.woocommerce-checkout .sub-container3{
	 text-align: center;
	 margin-left: -917px;
	} 
}
@media screen and (min-width: 1200px) { 
	body.woocommerce-checkout .sub-container3{
	 text-align: center;
	 margin-left: -1100px;
	} 
}
/*End Account and Cart Icons CHECKOUT PAGE*/
/* Acount and Cart Icons Website and Shop*/
@media screen and (min-width: 1100px) {
	.sub-container3{
	 margin-left: 1000px;
	 margin-bottom: -171px;
	} 
}
@media screen and (min-width: 768px) and (max-width: 1099px) { 
	.sub-container3{
	 margin-left: 700px;
	margin-bottom: -148px;
	} 
}
@media screen and (max-width: 767px) {
	.sub-container3{
	margin-left: 80%;
    margin-top: 122px;
	} 
}
@media screen and (max-width: 400px) {
	.sub-container3{
	margin-left: 70%;
	margin-top: 91px;
	} 
}
@media screen and (max-width: 275px) {
	.sub-container3{
	margin-left: 60%;
	} 
}
.newmargin{
	margin-top: -3px;
}
@media screen and (min-width: 1100px) {
	.sub-container3-img1{
	width: 21px;
	margin-right: 10px;
	justify-content: space-between;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) { 
	.sub-container3-img1{
	width: 17px;
	margin-right: 7px;
	} 
}
@media screen and (max-width: 767px) {
	.sub-container3-img1{
	width: 14px;
    margin-right: 6px;
	}
}
@media screen and (min-width: 1100px) {
.sub-container3-img2{
	width: 23px;
	margin-right: 10px;
	justify-content: space-between;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) { 
	.sub-container3-img2{
	 width: 19px;
	} 
}
@media screen and (max-width: 767px) {
	.sub-container3-img2{
	width: 16px;
    margin-right: 5px;
	}
}
@media screen and (min-width: 1100px) {
.sub-container3-img3{
	width: 23px;
	margin-right: 10px;
	justify-content: space-between;
	}
}
@media screen and (min-width: 768px) and (max-width: 1099px) { 
	.sub-container3-img3{
	 width: 19px;
	} 
}
@media screen and (max-width: 767px) {
	.sub-container3-img3{
	width: 16px;
    margin-right: 5px;
	}
}
.heading3{
	width: 100%;
	position: relative;
  	background-size: cover;
  	background-position: center;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	margin-top:-16px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.39);
	background-image: url('https://1001smiles.de/wp-content/uploads/2024/01/Header-Mond.jpg');
	height: 450px !important;
	background-repeat: no-repeat;
}

/*@media screen and (min-width: 1100px) {
	.heading3{
	background-image: url('https://1001smiles.de/wp-content/uploads/2024/01/Header-Mond.jpg');
    background-repeat: no-repeat;
	height: 450px;
	}
}*/
@media screen and (min-width: 576px) and (max-width: 1099px) {
	.heading3{
	background-image: url('https://1001smiles.de/wp-content/uploads/2024/01/Mondheader-Tablet.jpg');
    background-repeat: no-repeat;
	/*height: 450px;*/
	}
}
@media screen and (max-width: 575px) {
	.heading3{
	background-image: url('https://1001smiles.de/wp-content/uploads/2024/01/Mondheader-mobil.jpg');
    background-repeat: no-repeat;
	/*height: 450px;*/
	}
}
.custom-header-container {
  width: 300px;
  height: 300px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 649px) {
.custom-header-container {
   top: -2%;
  }
}
@media screen and (min-width: 650px) and (max-width: 767px) {
.custom-header-container {
   top: 3%;
  }
}
.custom-header-image {
  width: 100%;
  height: 100%;
  position: absolute;
	margin-top: 20px;
}
@media screen and (max-width: 649px) {
.custom-header-image {
  width: 80%;
  height: 80%;
  position: absolute;
  /*margin: 0 auto;*/
  bottom: -8%;
  left: 10%;
  }
}
.custom-header-image img {
  width: 100%;
  height: 100%;
}
.character-name { 
	position: absolute; 
	bottom: 0%; 
	left: 50%; 
	transform: translateX(-50%); 
	/*background: rgba(0, 0, 0, 0.5);*/
	background: #464646;
	color: white; 
	padding: 5px; 
	font-family: '1001smiles', sans-serif;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	width: 300px;
	border-radius: 5px;
	bottom: -5%;
}
@media screen and (max-width: 649px) {
.character-name {
  	width: 250px;
	font-size: 30px; 
  }
}
.custom-header-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #4e4e4e;
  padding: 5px;
  font-family: 'schlankismiles';
  z-index: 1;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
	
}
@media screen and (min-width: 993px) {
.custom-header-text {
  font-size: 33px;
  width: 700px;
  margin-left: -66%;
  margin-top: -46px;
  }
}
@media screen and (min-width: 801px) and (max-width: 992px) {
.custom-header-text {
 font-size: 33px;
  width: 700px;
	margin-left: -66%;
  margin-top: -46px;
  }
}
@media screen and (min-width: 650px) and (max-width: 800px) {
.custom-header-text {
 font-size: 30px;
  width: 600px;
	margin-left: -50%;
  margin-top: -46px;
  }
}
@media screen and (min-width: 401px) and (max-width: 649px) {
.custom-header-text {
 font-size: 26px;
  width: 400px;
  margin-left: -16%;
  margin-top: -22px;
  }
}
@media screen and (max-width: 400px) {
.custom-header-text {
  font-size: 24px;
  margin-top: -22px;
  line-height: 28px;
  }
}
/*end Bannerslide*/

.woocommerce-store-notice__dismiss-link{
    color: #464646 !important;
}
.woocommerce-store-notice__dismiss-link:hover{
    color: #655e57 !important;
}
@media screen and (max-width: 992px) {
    .site-branding {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
.woocommerce-store-notice, .demo_store {
    font-family: 'schlankismiles';
    line-height: 30px;
    font-size: 25px !important;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f39c1b !important;
  border: 1px solid #d46303 !important;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
    }
}
@media screen and (max-width: 992px) {
li {
	font-size: 17px;
    list-style: none;
	}
}
.wp-block-file{
    text-align:center;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0;
    margin-top: 30px;
    font-size: 18px;
}
#wp-block-file--media-6cc6d9d8-2354-466d-85fb-b70a766b9f05 {
  display: none;
}

.wp-block-image {
    text-align:center;
}
/*Button*/
[type="button"], [type="submit"], button {
    font-family: 'schlankismiles', sans-serif;
    font-weight:bold;
    font-size: 18px;
    border-radius: 10px !important;
	border: 1px solid #464646;
  	background-color: #5b564f !important;
	color: #ffffff !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
}

[type="button"]:hover, [type="submit"]:hover, button:hover { 
     color: #ffc56e !important;
    background-color: #565555 !important;
     /*border: 1px solid #000000 !important;*/
     font-family: 'schlankismiles', sans-serif;
    font-weight:bold;
    font-size: 18px;
    border-radius: 10px;
 -webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
    } 
@media screen and (min-width: 993px) {
li {
    list-style: none;
	font-size: 20px;
	/*text-align: justify !important;*/
	}
}
@media screen and (min-width: 993px) {
.wp-block-verse {
    font-size: 17px;
    line-height: 21px;
    }
}

@media screen and (min-width: 993px) {
    .comment-reply-link{
    font-size: 25px ;
    }
}
@media screen and (min-width: 993px) {
.woocommerce-store-notice, .demo_store {
    font-family: 'schlankismiles';
    line-height: 40px;
    background-color: #f39c1b !important;
  border: 1px solid #d46303 !important;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 23px -9px rgba(0, 0, 0, 0.75);
    }
}

/*Cookie Banner*/
.cmplz-cookiebanner .cmplz-header{
	background-color: #eebf82;
  	border-radius: 5px;
}
@media screen and (min-width: 993px) {
.cmplz-message {
	font-size: 13px !important;
	font-family: 'schlankismiles';
	line-height: 20px !important;
	}
}
@media screen and (min-width: 993px) {
.cmplz-title{
	font-size: 22px !important;
  font-weight: 700 !important;
	color: #4c4c4c !important;
	}
}
@media screen and (min-width: 993px) {
.cmplz-buttons .cmplz-btn{
	font-size: 18px !important;
  	font-weight: 700 !important;
	}
}
@media screen and (min-width: 993px) {
.cmplz-categories .cmplz-category {
	font-size: 9px !important;
  	font-family: 'schlankismiles';
	}
}

@media screen and (max-width: 992px) {
.cmplz-message {
	font-size: 11px !important;
	font-family: 'schlankismiles';
	line-height: 16px !important;
	}
}
@media screen and (max-width: 992px) {
.cmplz-description {
	font-size: 11px !important;
	}
}
@media screen and (max-width: 992px) {
.cmplz-title{
	font-size: 16px !important;
  	font-weight: 1000 !important;
	color: #4c4c4c !important;
	}
}
@media screen and (max-width: 992px) {
.cmplz-buttons .cmplz-btn{
	font-size: 18px !important;
  	font-weight: 700 !important;
	}
}
@media screen and (max-width: 992px) {
.cmplz-categories .cmplz-category {
	font-size: 7px !important;
  	font-family: 'schlankismiles' !important;
	}
}
@media screen and (min-width: 1200px) {
#cmplz-document {
	margin-left: 14%;
	}
}
.cmplz-cookiebanner {
	background-color: #fbfbfb !important;
	border: 1px solid #cfcdcd !important;
	margin-bottom: 1px !important;
}
.cmplz-accept {
	border: 1px solid #ffffff !important;
}
.cmplz-links .cmplz-link {
	color: #464646 !important;
  font-size: 12px !important;
}
#cmplz-document p {
	font-size: 18px; 
}
#bg-container {
	display: flex;
  	flex-direction: row;
   justify-content: space-between;
    background-color: #3f3f3f;
    padding: 12px;
	padding-top: 27px;
	width:100%;
	margin: 0 auto;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(70,70,70,1);
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(70,70,70,1);
	box-shadow: inset 0px 0px 5px 2px rgba(70,70,70,1);
	margin-top: 100px;
}
.footer-copyright{
  	text-align: center;
	font-family: '1001smiles';
	background-color: #eeaa51;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 5px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 5px 1px rgba(255,255,255,1);
}
@media screen and (min-width: 768px) {  
.footer-copyright{
    margin-bottom: -50px;
	}
}
@media screen and (min-width: 963px) {  
.footer-copyright{
    font-size: 23px;
    font-family: '1001smiles';
    font-weight: 1000;
	height: 88px;
    padding-top: 28px;
	}
}
@media screen and (max-width: 962px) {  
.footer-copyright{
	height: 70px;
    padding-top: 26px;
	font-size: 17px !important;
    font-weight: 1000;
	}
}
/* footer menü */
#footer-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center; 
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.48);
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.48);
	background-color: #5b5a5a;
	border-radius: 5px;
	width: 90%;
	padding: 10px;
}
@media screen and (max-width: 575px) {
#footer-container{
	width: 98%;
	}
}
.social-media-icons { 
	display: flex; 
	/*order: -1;*/
	width: 100%;
	justify-content: space-between; 
	align-items: center; 
}
.social-icons-left{
	margin-right: 10px;
}
@media screen and (min-width: 993px) {
.social-icons-left img { 
	width: 35px; 
	}
}
@media screen and (max-width: 992px) { 
	.social-icons-left img { 
	width: 25px; 
	}
}
@media screen and (max-width: 992px) { 
	.social-icons-right img { 
	width: 35px; 
	}
}
@media screen and (max-width: 397px) { 
	.social-icons-left img { 
	width: 22px; 
	}
}
@media screen and (max-width: 397px) { 
	.social-icons-right img { 
	width: 32px; 
	}
}
@media screen and (max-width: 369px) { 
	.social-icons-left img { 
	width: 21px; 
	}
}
@media screen and (max-width: 369px) { 
	.social-icons-right img { width: 28px; }
}
.footer-middle-content{
    width: 100%;
    display: flex;
    justify-content: center; /* Zentriert die Elemente horizontal */
    /*align-items: center;*/    /* Zentriert die Elemente vertikal */
    text-align: center;     /* Wirkt auf den Inhalt innerhalb der Flex-Items */
}
@media screen and (max-width: 500px) {
    .footer-middle-content {
        flex-direction: column; /* Ordnet die Flex-Items vertikal an */
        align-items: center;    /* Zentriert die Flex-Items horizontal */
    }

    .container-left, 
    .footer-menuli, 
    .container-right {
        width: 100% !important;            /* Jedes Flex-Item nimmt die volle Breite ein */
        margin-bottom: 10px;    /* Abstand zwischen den Elementen */
    }
    .container-left img{
        width: 101px;
        padding: 7px;
    }
    .container-right img{
        width: 101px;
        padding: 9px;
    }
}
.container-left{
    width: 30%;
    order: 1;
    background-color: #3f3f3f;
    text-align: center;
    border-radius: 5px;
}
.container-left img{
    display: inline-block;
}
@media screen and (min-width: 1600px) {
    .container-left img{
        margin-top: 11%;
        width: 170px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
    .container-left img{
        margin-top: 16%;
        width: 150px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .container-left img{
        margin-top: 25%;
        width: 109px;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .container-left img{
        margin-top: 33%;
        width: 100px;
    }
}
.container-right{
    order: 3;
    width: 30%;
    background-color: #3f3f3f;
    text-align: center;
    border-radius: 5px;
}
.container-right img{
    display: inline-block;
}
@media screen and (min-width: 1600px) {
    .container-right img{
        margin-top: 13%;
        width: 155px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
    .container-right img{
        margin-top: 18%;
        width: 140px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .container-right img{
        margin-top: 26%;
        width: 106px;
    }
}
@media screen and (min-width: 501px) and (max-width: 767px){
    .container-right img{
        margin-top: 37%;
        width: 96px;
    }
}
.footer-menuli {
	/*flex: 1;*/
	order: 2;
	width: 40%;
	background-color: #ffffff;
	border-radius: 5px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
.footer-menuli li{
	background-color: white;
	text-align: center !important;
	list-style: none;
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius:2px;
	padding: 3px;
}
@media screen and (min-width: 1200px) {
.footer-menuli li{
	font-size: 17px;
	padding-top :5px;
	padding-bottom: 5px;
	}
}
@media screen and (max-width: 1199px) {
.footer-menuli li{
	font-size: 14px;
	}
}
@media screen and (max-width: 548px) {
.footer-menuli li{
	font-size: 12px;
	}
}
.footer-menuli a {
	display: block !important;
}
.footer-trustbanner{
    width: 100%;
    text-align: center !important; 
    background-color: #fff;
  border-radius: 5px;
  border-top: 1px solid #4646462e;
}
.footer-trustbanner img{
    display: inline-block; /* Stellt sicher, dass das Bild inline bleibt */
    border-radius: 5px;
    height: 100px;
    margin-left: 9px;
}
.footer-shippingicons {
    flex: none;
    margin-top: 15px;
    width: 100%;
    text-align: center !important; 
}
.footer-shippingicons img {
    display: inline-block; /* Stellt sicher, dass das Bild inline bleibt */
    border-radius: 2px;
}
@media screen and (max-width: 1000px) { 
	.footer-shippingicons img { width: 140px; }
}

/*Shop CSS*/
.woocommerce-breadcrumb{
	display: none;
}
.woocommerce .quantity .qty {
	width: 70px;
}
table {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.woocommerce .quantity .qty {
  	background-color: #534d43;
  	color: white;
	border-radius: 10px !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
}
section.related.products {
    margin-top: 60px;
	border-top: 1px solid #ccc;
}
/* button on back to shop page after moving item from cart */
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; /* optional, je nach Button-Höhe */
}
/* Produkt CSS*/
/* Q&A Popup Text hinzufügen bei Produkten */
.cr-qna-new-q-form-email + p {
    max-width: 70%; /* Maximale Breite in Prozent */
    margin: 0 auto; /* Zentriert den Text horizontal */
    text-align: center;
    word-wrap: break-word; /* Zeilenumbrüche bei langen Texten */
}
@media screen and (max-width: 353px) {
.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-title {
    line-height: 32px;
    }
}
/* Q&A Antwortmöglichkeit ausblenden */
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button{
    display: none;
}
/* End Q&A */

/*Shopseite*/
/* grauer Hintergrund */
#main {
    margin: 0 auto !important;
  background-color: #f3f3f3;
  padding: 10px 50px 10px 50px;
  margin: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
}
/* Produktcontainer breiter weil zu schmal*/
@media screen and (min-width: 769px) and (max-width: 991px) {
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 262px;
    }
}
/* "Germanized" Code für Mwst näher zum Preis rücken */
.product p.wc-gzd-additional-info{
	margin-top: -5px;
    font-size: 14px;
    line-height: 18px;
}
.single-product .product p.wc-gzd-additional-info{
	/*margin-top: -20px;*/
}
/* Ende Germanized*/
/*Produktsortierung*/
.woocommerce-ordering select {
  display: none;
}
/*Produktergebniszahlanzeige*/
.woocommerce-result-count {
  display: none;
}
.woocommerce ul.products {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin-bottom: 20px !important;
}
@media screen and (max-width: 363px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100% !important;
	}
}
/*Preis*/
.woocommerce ul.products li.product .price {
  color: #464646 !important;
  font-size: 20px;
  font-family: 'fettismiles';
}
/*In den Warenkorb Button single product page*/
.woocommerce div.product form.cart .button {
  height: 42px;
}

/*In den Warenkorb Button common product page*/
.woocommerce ul.products li.product .button {
  background-color: #ecb975;
	color: #000000;
	text-align: left;
	border-radius: 10px;
  	margin-right: 3px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
.woocommerce ul.products li.product .button {
  width: 85%;
	}
}
.woocommerce ul.products li.product .button:hover {
  background-color: #eeaa51;
}
/*Produktrahmen ? auch "ähnliche Produkte" auf Produkteinzelseite ganz unten*/
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  	border: 1px solid #ffffff;
	border-radius: 10px;
  	padding: 10px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}
@media screen and (min-width: 364px) and (max-width: 500px) {
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
	width: 100%;
	}
}
@media screen and (min-width: 547px) and (max-width: 768px) {
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
	font-size: 15px;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 14px;
	}
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 16px;
	}
}
/*Ende Shopseite*/
.content-area{
		margin-top: 50px;
}
/*Anfang Single Shopseite*/
/* Productfoto Gallery*/
.woocommerce div.product div.images.woocommerce-product-gallery{
	-webkit-box-shadow: 0px 0px 16px 1px rgba(70,70,70,1);
	-moz-box-shadow: 0px 0px 16px 1px rgba(70,70,70,1);
	box-shadow: 0px 0px 16px 1px rgba(70,70,70,1);
	border-radius: 10px;
}
/*Produkt Kurzbeschreibungs container*/
.woocommerce-page div.product div.summary{
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	border-radius: 10px;
  	background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
.woocommerce-page div.product div.summary{
	padding: 17px;
	}
}
@media screen and (min-width: 992px){
.woocommerce-page div.product div.summary{
	padding: 17px;
	}
}
@media screen and (max-width: 1199px) {
.woocommerce div.product .product_title{
	font-size: 27px;
	}
}
@media screen and (min-width: 2000px) {
.woocommerce div.product .product_title{
	font-size: 34px;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
.woocommerce div.product .product_title{
	padding-top: 10px;
	}
}
.woocommerce div.product .woocommerce-product-rating{
	color: #eeaa51;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
.woocommerce div.product .woocommerce-product-rating{
	padding-left: 10px;
	}
}
/* Preis Farbe ändern*/
p.price .woocommerce-Price-amount.amount {
    color: #464646 !important;
	font-size: 21px;
	font-weight: bold;
}
/* Quantity and Cart padding */
@media screen and (min-width: 769px) and (max-width: 991px) {
.woocommerce div.product form.cart{
	padding-left: 14px;
	}
}
.custom-greencheckmark{
	padding: 1px;
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border-radius: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin-top: 50px;
  	border-top: 2px solid #46464652;
}
@media screen and (min-width: 352px) {
#tab-title-description{
	margin-bottom: 2px;
	}
}
/*Description, Review etc. bottons */
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color: #f3f3f3;
  	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
	-moz-box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
	box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #464646;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background-color: #ecb975;
  	border-color: #eeaa51;
	color: #464646;
  	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(28,18,7,1);
  	-moz-box-shadow: inset 0px 0px 3px 0px rgba(28,18,7,1);
  	box-shadow: inset 0px 0px 3px 0px rgba(28,18,7,1);
}
/* Description*/
#tab-description{
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
	background-color:#f3f3f3;
}
@media screen and (max-width: 992px) {
	#tab-description{
	font-size: 17px;
	line-height: 25px;
    margin-left: 10px;
    padding-left: 20px;
	}
}
@media screen and (min-width: 993px) {
#tab-description{
	padding: 20px;
	font-size: 20px;
	line-height: 29px;
	}
}
@media screen and (max-width: 575px) {
#tab-description{
	margin-left: 10px;
	margin-right: 10px;
	}
}
#size-guide {
    min-width: 150px !important;
}
/* Reviews*/
@media screen and (min-width: 993px) {
.woocommerce-noreviews{
	padding-left: 20px;
	}
}
@media screen and (max-width: 992px) {
    .comment-metadata{
    font-size: 14px !important;
    }
}
@media screen and (min-width: 993px) {
    .comment-metadata{
    font-size: 18px !important;
    }
}   
.comment-meta{
	margin-top: 10px;
}
.comment-respond {
    margin-top: 10px;
}
@media screen and (max-width: 992px) {
    .comment-reply-link{
    font-size: 20px;
    }
}
.comment-body {
    border-bottom: 1px solid #464646 !important;
    margin-top: -20px;
    }
@media screen and (max-width: 992px) {
.comment-body {
    margin-top: -30px;
    }
}
textarea{
	-webkit-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
    border-radius: 10px;
}
@media screen and (min-width: 993px) {    
textarea {
    font-size: 21px;
    }
}
@media screen and (max-width: 992px) {
textarea {
    font-size: 18px !important;
    }
} 

@media screen and (max-width: 992px) {
.wp-block-file {
    font-size: 21px !important;
    }
}

@media screen and (max-width: 992px) {
.wp-block-verse {
    font-size: 15px;
    line-height: 17px;
    }
}

.comment-reply-title {
    /*font-weight:bold;*/
    font-size: 28px;
    text-align: center;
    border-radius: 10px;
	padding: 1px;
}

.title-comments {
    font-weight:bold;
    font-size: 22px;
    background-color: #f0ae4b66;
    border-radius: 10px;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
    box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
}
@media screen and (max-width: 992px) {
.comment-reply-title{
	font-size: 21px;
	}
}
@media screen and (min-width: 993px) {
.comment-reply-title{
	font-size: 24px;
	}
}
.woocommerce .star-rating{
	color: #eeaa51;
}
.comment-form-rating{
	margin-top: 10px;
}
@media screen and (max-width: 575px) {
.woocommerce-Reviews{
	margin-left: 10px;
	margin-right: 10px;
	}
}
@media screen and (max-width: 450px) {
  .woocommerce-Reviews-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 451px) and (max-width: 992px) {
.woocommerce-Reviews-title{
	font-size: 20px; 
	}
}
@media screen and (min-width: 993px) {
.woocommerce-Reviews-title{
	font-size: 22px !important;
    padding-left: 20px;
    font-weight: 1000 !important; 
	}
}
#comments{
	border-radius: 10px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
	background-color:#f3f3f3;
	margin-bottom: 20px;
	padding: 15px;
}
@media screen and (max-width: 575px) {
#comments{
	margin: 10px;
	}
}
#comments .reply {
	padding-top: 10px;
}
.comments-area a{
	text-decoration: none;
}
.comment_container{
	border-radius: 10px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
	background-color: #ffffff;
}
.comment-content{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 7px -4px rgba(0,0,0,0.75);
}
.woocommerce #review_form #respond{
	border-radius: 10px;
  border: 1px solid #f3f3f3;
 -webkit-box-shadow: inset 0px 0px 8px 1px rgba(212,202,189,1) !important;
  	-moz-box-shadow: inset 0px 0px 8px 1px rgba(212,202,189,1) !important;
  	box-shadow: inset 0px 0px 8px 1px rgba(212,202,189,1) !important;
  padding: 20px;
  background-color: #f3f3f3;
}
.woocommerce #review_form #respond textarea{
	border-radius: 10px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: inset 0px 0px 8px 1px rgba(212,202,189,1) !important;
  	-moz-box-shadow: inset 0px 0px 8px 1px rgba(212,202,189,1) !important;
  	box-shadow: inset 0px 0px 8px 1px rgba(212,202,189,1) !important;
}
.woocommerce #review_form #respond textarea:focus-visible{
	border: 1px solid #eeaa51 !important;
	-webkit-box-shadow: inset 0px 0px 8px 1px rgba(238,170,81,1);
	-moz-box-shadow: inset 0px 0px 8px 1px rgba(238,170,81,1);
	box-shadow: inset 0px 0px 8px 1px rgba(238,170,81,1);
}
#cancel-comment-reply-link{
	display: none;
}
/*Ende Single Shopseite*/
.wcfm_ele_wrapper {
  display: none;
}
.product_meta{
		display:none;
}
/* woo produkteinbettung */
@media screen and (max-width: 500px) {
.wp-block-post-title {
  font-size: 20px;
	}
}
@media screen and (min-width: 501px) {
.wp-block-post-title {
  font-size: 23px;
	}
}
/* ende woo produkteinbettung */
/*Warenkorb Seite*/
/* Adresse ändern bzw. Adresseeingabeinputfelder ausblenden*/
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{
    display: none;
}
/* Ende Adresseingabeinputfelder ausblenden */
.page-id-452 .is-mobile table.wc-block-cart-items{
	display: flex;
}
@media screen and (max-width: 991px) {
.page-id-452 .wc-block-cart-item__total{
	display: none !important;
	}
}
.page-id-452 .page-content{
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
     box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.75);
    background-color: #ffffff;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	background-color: #f3f3f3;
	border-radius: 10px;
	padding: 15px !important;
	}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
.wc-block-components-sidebar-layout {
	width: 1100px;
	}
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row{
	border-bottom: 1px solid #cecece;
}
/*Button "Artikel entfernen"*/
.wc-block-cart-item__remove-link{
	padding: 5px !important;
	border-radius: 5px !important;
	text-decoration: none !important;
	background-color: #979490 !important;
}
/*Warenkorb Produktliste*/
.wc-block-cart table.wc-block-cart-items{
	border-radius: 5px;
	background-color: #f3f3f3 !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(70,70,70,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(70,70,70,1);
	box-shadow: 0px 0px 5px 0px rgba(70,70,70,1);
}
@media screen and (max-width: 700px) {
/*.wc-block-cart*/ .wc-block-components-sidebar-layout{
	max-width: 60% !important;
  	margin: 0 auto !important;
	}
}
@media screen and (max-width: 767px) {
.wc-block-cart table.wc-block-cart-items td{
	padding: 5px !important;
	}
}
/*Rechnungsliste*/
.wc-block-cart .wc-block-components-sidebar{
	border-radius: 5px;
	height: 100%;
	padding: 10px !important;
	background-color: #f3f3f3 !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(70,70,70,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(70,70,70,1);
	box-shadow: 0px 0px 5px 0px rgba(70,70,70,1);
}
@media screen and (max-width: 700px) {
.wc-block-components-sidebar{
  	margin-top: 20px !important;
	}
}
/* Adresse ändern Button */
.wc-block-components-totals-shipping__change-address__link {
	padding: 5px 10px 5px 10px !important;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link{
	margin-top: 10px !important;
}
/* ende Adresse ändern Button */

/* produktlink deaktivieren cart page*/
.page-id-452 .wc-block-components-product-name {
    pointer-events: none;
}
/* image product link deaktiveren cart page */
.page-id-452 .wc-block-cart-item__image{
    pointer-events: none;
}

/* Warenkorb Nachricht wenn Produkt entfernt wird */
/* Ändert die Farbe des Icons in den WooCommerce-Notices */
.wc-block-components-notice-banner.is-info > svg {
  background-color: #eeaa51 !important;
}
/*Text und Icon "Dein Warenkorb ist gerade leer nicht anzeigen" wegen Fehler in mobiler Ansicht"*/
.with-empty-cart-icon{
    display:none;
}

/*Bezahlbutton zum Checkout*/
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-cart__submit-container .wc-block-components-button:not(.is-link) {
	border-color: #ad6d2a;
	background-color: #464646 !important;
	color: #eeaa51 !important;
  	font-size: 17px;
	margin: 0 auto !important;
	text-decoration: none;
	border-radius: 5px;
	padding: 14px !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75)!important;
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75)!important;
}
/*sticky button */
.wc-block-cart .wc-block-cart__submit-container--sticky{
	display:none;
}
/* Warenkorb Cross Sails */
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    padding: 5px;
	font-family: 'schlankismiles', sans-serif;
	border-radius: 5px;
    background-color: #f3f3f3;
	color: #5b564f;
}
@media screen and (max-width: 700px) {
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    font-size: 19px !important;
	}
}
@media screen and (min-width: 701px) and (max-width: 1999px) {
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    font-size: 21px !important;
	}
}
@media screen and (min-width: 1200px) {
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    font-size: 23px !important;
	}
}
.wp-block-woocommerce-cart-cross-sells-block {
    border-radius: 5px;
    /*margin: auto;*/
	}
@media screen and (max-width: 480px) {
	.wp-block-woocommerce-cart-cross-sells-block {
		width: 60% !important;
	}
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product{
	background-color: #fba91fa8;
	margin-top: -16px;
	padding-top: 14px;
	border-radius: 5px;
	padding-left: 5% !important;
	 -webkit-box-shadow: inset 0px 0px 5px 0px rgba(89,64,19,1);
   -moz-box-shadow: inset 0px 0px 5px 0px rgba(89,64,19,1);
    box-shadow: inset 0px 0px 5px 0px rgba(89,64,19,1);
}
/*Button Warenkorb Cross sell*/
.cross-sells-product .add_to_cart_button {
	/*font-size: 13px !important;*/
	margin-bottom: 10px;
  	margin-top: 3px !important;
}
.cross-sells-product .add_to_cart_button:hover {
	border-radius: 30px;
	/*background-color: #3c3c3c !important;*/
}
@media screen and (max-width: 480px) {
	.cross-sells-product .add_to_cart_button {
	font-size: 14px !important;
	}
}
@media screen and (min-width: 481px) and (max-width: 700px){
.cross-sells-product .add_to_cart_button {
	font-size: 12px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.cross-sells-product .add_to_cart_button {
	font-size: 11px !important;
	}
}
/*Warenkorb ist Leer Seite*/
@media screen and (min-width: 381px) and (max-width: 600px){
.wc-block-grid__products{
	width: 75% !important;
  	margin-left: 13% !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 1999px){
.wc-block-grid__products{
	/*width: 75% !important;*/
  	margin-left: 13% !important;
	}
}
@media screen and (min-width: 1200px){
.wc-block-grid__products{
  	margin-left: 15% !important;
	}
}
.wc-block-grid__product {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	background-color: #f3f3f3;
	border-radius: 10px;
	width: 60% !important;
}
@media screen and (max-width: 480px){
	.wc-block-grid__product {
		margin-bottom: 30px !important;
	}
}
@media screen and (min-width: 601px){
	.wc-block-grid__product {
		margin-right: 30px !important;
	}
}
/*Abstände von Produkten */
.wc-block-grid__product.wc-block-grid__product {
  margin-bottom: 25px;
}
/*CHECKOUT*/
/* Kundenlogin Style */
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  float: right;
  font-size: 13px;
  margin-top: -11px;
  padding: 20px;
  border: 1px solid #a1998e;
  padding: 2px;
  border-radius: 2px;
  background-color: #ebd4b4;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:hover {
    background-color: #ffffff;
}
/* Express Payment paypal checkout */
.wc-block-components-title.wc-block-components-title{
    display: none;
}
.wc-block-components-express-payment-continue-rule{
    display: none;
}
.wc-block-components-express-payment__content{
    display: none;
}
/*Express PayPal Payment Block on Checkout*/
.wc-block-components-express-payment--checkout {
  display: none;
}
.wc-block-components-express-payment-continue-rule {
  display: none !important;
}
/*.wc-block-components-notices{
	display: none !important;
}*/
/*CHECKOUT STYLE*/
@media screen and (max-width: 390px) {
	.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
		width: 111% !important;
  		padding: 5px !important;
  		margin-left: -12px;
	}
}
@media screen and (min-width: 391px) {
	.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
		/*width: 111% !important;*/
  		padding: 15px !important;
  		/*margin-left: -12px;*/
	}
}
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	background-color: #f3f3f3;
	border-radius: 10px;
	/*padding: 15px !important;*/
}
/*Germanized Änderungscode für bestellklappübersicht */
@media screen and (max-width: 400px) {
.wc-gzd-checkout .wc-block-components-order-summary {
  padding: 1px !important;
	}
}
.wp-block-woocommerce-checkout{
	padding-top: 5px !important;
}
@media screen and (max-width: 1400px) {
	.wp-block-woocommerce-checkout{
	margin-left: -70px !important;
	margin-right: -70px !important;
	}
}
@media screen and (max-width: 460px) {
.wc-block-components-radio-control__label-group > span {
    display: inherit !important;
	}
}
@media screen and (max-width: 400px) {
	.wp-block-woocommerce-checkout-order-summary-block{
	display: table;
	}
}
.wp-block-woocommerce-checkout-order-summary-block{
  	border-radius: 10px;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
@media screen /*and (min-width: 701px)*/ and (max-width: 767px) {
.wp-block-woocommerce-checkout-order-summary-block{
	margin: 0 auto;
	width: 100%;
	}
}
/*Button "Übernehmen" von Gutschein im Checkout und Warenkorb */
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  width: 145px;
}
@media screen and (max-width: 457px){
	.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{
	width: 105px !important;
  font-size: 13px !important;
	}
}
/*Bestellübersichtbutton style*/
.wc-block-components-order-summary__button-text{
    padding-left: 10px !important;
}
.wc-block-components-order-summary .wc-block-components-panel__button {
 	 /*padding: 10px !important;*/
 	 border-radius: 5px;
}
.wc-block-components-order-summary .wc-block-components-panel__button:hover {
    padding-left: 10px !important;
	-webkit-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75) !important;;
	box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75) !important;;
}
/*.wc-block-components-totals-coupon .wc-block-components-panel__button:visited {
    padding-left: 10px !important;
}*/
.wc-block-components-panel__button{
    padding-left: 10px !important;
    border-radius: 5px !important;
}
.wc-block-components-panel__button[aria-expanded="true"]{
    border-radius: 5px !important;
	background-color: #5b564f !important;
	color: #ffffff !important;
	padding: 10px !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75)!important;
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75)!important;
}
.wc-block-components-panel__button[aria-expanded="true"]:hover {
    padding-left: 10px !important;
}
.wc-block-components-panel__button[aria-expanded="false"]{
	padding: 10px !important;
	background-color: #eeaa51 !important;
	color: #464646 !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75)!important;
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75)!important;
}
.wc-block-components-panel__button[aria-expanded="false"]:hover{
    padding: 10px !important;
	background-color: #5b564f !important;
	color: #ffffff !important;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
    box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block{
	background-color: #5b564f;
  	border: 1px solid #000;
	border-radius: 5px;
}
/*Bestellübersicht aufgeklappt*/
.wc-block-components-order-summary__content{
	display: block; 
	background-color: #eeaa51;
	padding: 10px;
  	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(140,98,43,1);
-moz-box-shadow: inset 0px 0px 8px 0px rgba(140,98,43,1);
box-shadow: inset 0px 0px 8px 0px rgba(140,98,43,1);
}
@media screen and (max-width: 362px) {
.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price{
	display: none;
	}
}
/*Produktbeschreibung in Bestellübersicht*/
.wc-block-components-product-metadata__description p {
	display: none;
	}
.wc-block-components-order-summary .wc-block-components-order-summary-item{
	border-bottom: 1px solid #5b564f;
}
ul.wc-block-components-product-details li[class*="wc-block-components-product-details__gzd-"] .wc-block-components-product-details__value{
	color: #242323 !important;
}
/*Gutscheincode "Hinzufügen" style*/
.wc-block-components-totals-coupon{
	border-radius: 5px;
	padding: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
}
/* Inputfelder Style*/
.woocommerce-checkout input{
	border: 1px solid #b3b3b3 !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
/*Länder Input*/
.wc-block-components-country-input{
	border: 1px solid #b3b3b3 !important;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
}
/*Bezahlabschnitt*/
.wc-block-components-radio-control-accordion-option{
	border: 1px solid #b3b3b3 !important;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned{
	display: none;
}
/*PayPal Container in Checkout Gateway */
.wc-ppcp-popup__container {
	display: none !important;
}
/*zurück zum Warenkorb*/
.wc-block-components-checkout-return-to-cart-button{
	display: none;
}
/*Kaufen Button*/
[type="button"], [type="submit"], button{
	white-space: initial !important;
}
/*wc-block-checkout__actions wp-block-woocommerce-checkout-actions-block*/
body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	border-color: #ad6d2a;
	background-color: #464646 !important;
	color: #eeaa51 !important;
  	font-size: 18px;
	margin: 0 auto !important;
	text-decoration: none;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75)!important;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75)!important;
}
@media screen and (max-width: 336px) {
	body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	height: 70px;
	}
}
@media screen and (min-width: 337px) and (max-width: 547px) {
	body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	height: 10px;
	}
}
@media screen and (min-width: 548px) and (max-width: 575px) {
	body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	height: 70px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	height: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	height: 70px;
	}
}
@media screen and (min-width: 992px) {
	body:not(.woocommerce-block-theme-has-button-styles) .wp-block-woocommerce-checkout-actions-block .wc-block-components-button:not(.is-link) {
	height: 10px;
	}
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	background-color: #5b564f !important;
  color: #eeaa51 !important;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
  box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1) !important;
}
.wc-block-checkout__actions_row .wc-block-components-button:not(.is-link):active {
    color: #464646 !important;
}

@media screen and (min-width: 421px) and (max-width: 510px) {
.wc-block-checkout__actions_row .wc-block-components-button:not(.is-link) {
	width: 164px;
	}
}
/* Gesamtsumme Steuern*/
.wc-block-components-totals-footer-item-tax{
    line-height: 18px;
    font-size: 14px;
}
/* Ceckout Page Trust-Footer */
#site-footer{
	/*width: 100%;*/
	position: relative;
	bottom: 0;
  	background-size: cover;
  	background-position: center;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	#site-footer{
		margin-top: 20px;
	}
}
@media screen and (max-width: 499px){
	#site-footer{
		background-image: url('https://1001smiles.de/wp-content/uploads/2024/04/CheckoutTrustBanner-S.jpg');
		height: 154px;
		margin-top: -28px;
	}
}
@media screen and (min-width: 500px) and (max-width: 767px) {
	#site-footer{
		margin-top: -40px;
	}
}
@media screen and (min-width: 500px) and (max-width: 1350px) {
	#site-footer{
		background-image: url('https://1001smiles.de/wp-content/uploads/2024/04/CheckoutTrustBanner-M.jpg');
		max-width: 1350px;
		height: 284px;
	}
}
@media screen and (min-width: 1351px) {
	#site-footer{
		background-image: url('https://1001smiles.de/wp-content/uploads/2024/04/CheckoutTrustBanner-XL.jpg');
		max-width: 2560px;
		height: 284px;
	}
}
/* End Checkout Page */

/*PayPal Buttons auf der Produktseite*/
.wc-ppcp-product-payments__container .wc-ppcp-product-payment__methods{
	padding-top: 60px;
}


/* Stripe Paymentbutton Infoicon*/
.tooltip-container{
	height: 36px;
	width: 300px;
	z-index: 10000;
}
.tooltip {
    display: block;
    position: absolute;
    background-color: #3b88c3;
	border-radius: 10px;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #000;
    z-index: 9999;
	-webkit-box-shadow: inset 0px 0px 24px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 24px -10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 24px -10px rgba(0,0,0,0.75);
}
.info-icon{
	margin-left: 136px;
	cursor: pointer;
}
/*Quick View Infobutton*/
.quick-tooltip-container {
    position: relative;
	background-image: url('icons/InfoIcon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px; /* Je nach Größe Ihres Icons anpassen */
    height: 18px;
	margin-left: 130px;
  	/*margin-top: -90px;*/
}

.tooltip-text {
    visibility: hidden;
    background-color: #3b88c3;
	border-radius: 10px;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #000;
    z-index: 9999;
	-webkit-box-shadow: inset 0px 0px 24px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 24px -10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 24px -10px rgba(0,0,0,0.75);
    text-align: center;
    border-radius: 6px;
    transition: opacity 0.3s;
	margin-left: -130px;
	display: block;
	width: 288px;
	z-index: 99999;
  	position: absolute;
}
.quick-tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
	cursor: pointer;
}
/* Schnellansicht*/
@media (max-width: 380px) {
#addonify-quick-view-modal .woocommerce .product .summary {
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
  }
}
@media (min-width: 381px) {
#addonify-quick-view-modal .woocommerce .product .summary {
    padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
  }
}
#addonify-quick-view-modal .woocommerce .product .images{
	border: 13px solid white;
}
@media (max-width: 575px) {
  #addonify-quick-view-modal #adfy-quick-view-modal-content .woocommerce .product .summary .summary-content .product_title {
    font-size: 35px !important;
  }
}
@media (max-width: 575px) {
  #addonify-quick-view-modal #adfy-quick-view-modal-content .woocommerce .product .summary .summary-content .price {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) { 
.addonify-qvm-button{
	margin-top: 10px !important;
	}
}
@media screen and (min-width: 1200px) { 
.addonify-qvm-button{
	margin-top: 10px !important;
	}
}
@media screen and (min-width: 577px) { 
#addonify-quick-view-modal .woocommerce .product .summary :is(.btn, button, .button, .single_add_to_cart_button):not(.woo-quantity-btn) {
	margin-left: 300px;
	margin-top: -100px;
	}
}
@media screen and (max-width: 576px) { 
#addonify-quick-view-modal .woocommerce .product .summary :is(.btn, button, .button, .single_add_to_cart_button):not(.woo-quantity-btn) {
	margin-left: 0 auto;
  	margin-top: -37px;
	}
}
@media screen and (max-width: 500px) { 
#addonify-quick-view-modal .woocommerce .product .summary .summary-content .cart .quantity{
	width :4000px;
	}
}
/*interne Kundenseiten*/
.woocommerce form .form-row input.input-text{
	border: 1px solid #b3b3b3 !important;
	border-radius: 5px;
  	-webkit-box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
 	-moz-box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 2px 0px rgba(70,70,70,1);
}
.woocommerce-error {
  	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(184,28,35,1);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(184,28,35,1);
	box-shadow: inset 0px 0px 2px 1px rgba(184,28,35,1);
  	background-color: #b81c2324;
  	border-radius: 10px;
}
/*Passwort erstellen nach Registrierung - Seite: https://1001smiles.de/mein-konto/lost-password/?show-reset-form=true&action=newaccount */
.woocommerce-password-strength.short {
  	background-color: #f1d6ad;
 	 border-color: #e35b5b;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
}
.woocommerce-password-strength.bad {
 	 background-color: #f3b86c;
  	border-color: #f78b53;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
}
.woocommerce-password-strength.good {
  	background-color: #eda140;
  	border-color: #ffc733;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
}
.woocommerce-password-strength.strong {
  	background-color: #eeaa51;
 	 border-color: #e9870b;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
	box-shadow: inset 0px 0px 2px 0px rgba(28,18,7,1);
}
/*Bestellung erhalten Seite*/
table {
  border-spacing: 1;
}
woocommerce table.shop_table {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.woocommerce .woocommerce-customer-details address {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
	padding-left: 10px !important;
    padding-top: 6px;
    padding-bottom: 4px;
    margin: 5px;
}

/* Account Seite */
.woocommerce-account .woocommerce-MyAccount-navigation{
    line-height: 50px;
	 background-color: #4e4e4e;
 	-webkit-box-shadow: 0px 0px 7px 2px rgba(70,70,70,1);
	-moz-box-shadow: 0px 0px 7px 2px rgba(70,70,70,1);
	box-shadow: 0px 0px 7px 2px rgba(70,70,70,1);
 	border-radius: 10px;
}
@media screen and (max-width: 767px){
.woocommerce-account .woocommerce-MyAccount-navigation{
	line-height: 44px;
	}
}
@media screen and (min-width: 768px){
.woocommerce-account .woocommerce-MyAccount-navigation{
	line-height: 50px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1199px){
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 100%;
	}
}
.woocommerce-MyAccount-navigation-link {
	margin-right: 38px;
	border-radius: 10px;
	padding-left: 20px !important;
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(70,70,70,1);
	-moz-box-shadow: inset 0px 0px 2px 0px rgba(70,70,70,1);
	box-shadow: inset 0px 0px 2px 0px rgba(70,70,70,1);
}
.woocommerce-MyAccount-navigation-link:hover {
    background-color: #eeaa51 !important;
	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(138,93,11,1);
	-moz-box-shadow: inset 0px 0px 4px 1px rgba(138,93,11,1);
	box-shadow: inset 0px 0px 4px 1px rgba(138,93,11,1);
}
.woocommerce-MyAccount-navigation-link a {
    color: #464646 !important;
}
.woocommerce-MyAccount-navigation-link a:hover {
    color: #ffffff !important;
}
.woocommerce-MyAccount-navigation-link.is-active {
 	 background-color: #eeaa51 !important;
  	-webkit-box-shadow: inset 0px 0px 4px 1px rgba(138,93,11,1);
  	-moz-box-shadow: inset 0px 0px 4px 1px rgba(138,93,11,1);
  	box-shadow: inset 0px 0px 4px 1px rgba(138,93,11,1);
}
.page-content a{
	text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
	margin-bottom: 50px;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	background-color: #f3f3f369;
}
@media screen and (max-width: 768px){
.woocommerce-account .woocommerce-MyAccount-content{
	margin-top: 37px;
	padding: 5px;
	width: 100%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1199px){
.woocommerce-account .woocommerce-MyAccount-content{
	margin-top: 45px;
	float: left;
	width: 100%;
	/*margin-bottom: -20px;*/
	}
}
@media screen and (min-width: 1200px){
.woocommerce-account .woocommerce-MyAccount-content{
	}
}
/*.woocommerce{
	margin-top: 20px;
	}*/
@media screen and (min-width: 768px){
.woocommerce{
	margin-bottom: 50px;
	}
}
/* Seite Bestellungen*/
.woocommerce-info{
	background-color: #f3f3f3;
	border-top-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(70,70,70,1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(70,70,70,1);
	box-shadow: 0px 0px 3px 1px rgba(70,70,70,1);
}
.woocommerce-info::before{
	color: #464646;
}
@media screen and (max-width: 1199px){
.woocommerce .woocommerce-info .button{	
	margin-top: 5px;
	}
}
.woocommerce .woocommerce-info .button{
	color: #ffc56e;
  	background-color: #565555;
	border-radius: 10px !important;
  	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.woocommerce .woocommerce-info .button:hover{
	background-color: #5b564f;
  	color: #ffffff;
  	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
}
/*Adressenseite*/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f3f3f3 !important;
 -webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	border-radius: 10px;
	width: 100%;
	margin-bottom: 50px;
	padding: 10px;
	background-color: #f3f3f3 !important;
 -webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
.woocommerce-account .addresses .title .edit {
  color: #ffc56e;
  background-color: #565555;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.woocommerce-account .addresses .title .edit:hover {
  background-color: #5b564f;
  	color: #ffffff;
  	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
}
/*Seite Bestellungen Rechnungsadresse */
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
	margin-top: 15px;
}
/*Seite Zahlungsmethoden*/
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button{
	color: #ffc56e;
  	background-color: #565555;
	border-radius: 5px;
  	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover{
	background-color: #5b564f;
  	color: #ffffff;
  	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
}
ol.woocommerce-OrderUpdates{
	padding-bottom: 13px;
	border-radius: 10px;
	background-color: #eeaa51;
  	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(138,93,11,1);
  	-moz-box-shadow: inset 0px 0px 5px 2px rgba(138,93,11,1);
  	box-shadow: inset 0px 0px 5px 2px rgba(138,93,11,1);
}
.woocommerce-account ol.commentlist.notes li.note p.meta{
	padding-top: 5px;
}
.woocommerce-OrderUpdate-description{
	border-radius: 10px;
  	padding: 2px;
	background-color: #f3f3f3;
 -webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
@media screen and (max-width: 999px){
.woocommerce-OrderUpdate-description{
	margin-right: 5%;
	}
}
@media screen and (min-width: 1000px){
.woocommerce-OrderUpdate-description{
	margin-right: 5%;
	}
}
@media screen and (max-width: 400px){
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child{
	margin-left: -3%;
	}
}
/*Download Bestellbestätigung Button zum Herunterladen*/
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt{
	color: #ffc56e;
  	background-color: #565555;
	border-radius: 5px;
  	-webkit-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	-moz-box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
  	box-shadow: 0px 0px 3px 0px rgba(70,70,70,1);
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover{
	background-color: #5b564f;
  	color: #ffffff;
  	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	-moz-box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
  	box-shadow: inset 0px 0px 8px 0px rgba(212,202,189,1);
}
/*Damit der Downloadbutton nicht raussteht*/
@media screen and (min-width: 769px) and (max-width: 991px){
.woocommerce table.shop_table{
	font-size: 14.7px !important;
	}
}
/*Store Manager*/
.mce-toolbar .mce-ico {
	color: white !important;
}

/*Newsletter */
.frm-fluent-form .choices[data-type*="select-multiple"] .choices__input{
    cursor: pointer !important;
}
.choices__list.choices__list--dropdown {
  border: 1px solid #dad6d6 !important;
  border-radius: 2px;
}
#fluentform_6{
    background-color:#eeaa51;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}
#fluentform_6 a {
    color: #9b4c25;
}
#fluentform_6 a:hover {
    color: #ffffff; 
}
.newsletterclass{
    margin-top: 60px !important;
    margin-bottom: -50px!important;
    width:90%;
    margin:0 auto;
    border-radius: 5px;
    background-color: #5b5a5a;
    -webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 800px){
.newsletterclass{
	width:60%;
	}
}

/* .ff_btn_style{
    //margin-top: 220px;
    //margin-right: 398px;
}*/


/* newsletter page
.tnp-email{
	-webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}
.tnp-firstname{
	-webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}
.tnp-lastname{
	-webkit-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
}
.tnp-field-gender{
	display: none !important;
}*/