html, body {
	max-width: 100%;
	overflow-x: hidden;
}

@media (max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 90%;
    }
}

/* Typography */

figcaption {
	color: #43512F;
}

.page-content a,
.woocommerce-info a,
.woocommerce-gzd-legal-checkbox-text a {
	font-weight: 500;
	text-decoration: underline;
}

.page-content a:hover,
.woocommerce-info a:hover,
.woocommerce-gzd-legal-checkbox-text a:hover {
	text-decoration: none;
}

nav a,
a.elementor-toggle-title,
a.faq-button,
a.elementor-button {
	text-decoration: none !important;
}

@media (max-width: 767px) {
	h2, h3 {
		font-size: 1.5rem;
	}

	.page-header .entry-title {
		margin: 60px auto 40px !important;
		max-width: 90% !important;
		hyphens: auto;
	}
	
}

/* Header / Navigation */

header p {
	margin: 0;
}

.header-nav-icons .elementor-widget-wrap {
	align-items: center;
	justify-content: flex-end;
}

.header-nav-icons .elementor-widget-wrap .elementor-element {
	width: auto;
	margin: 0 10px;
}

.header-nav-icons .elementor-widget-wrap .elementor-element .elementor-icon-wrapper {
	display: flex;
	align-items: center;
}

.header-nav-icons .elementor-menu-cart__toggle_button {
	background: transparent !important;
}

.page-header .entry-title {
	padding: 10px;
  margin: 80px auto 60px;
  max-width: 1200px;
}

.page-content {
	padding: 0 0 80px;
}

/* Startseite */

.premium-woo-cats__img-wrap {
	max-width: 175px;
}

@media (max-width: 480px) {
	.premium-woo-cats__img-wrap {
		max-width: 120px;
	}

	.premium-woo-cats__content-wrap h3 {
		font-size: 16px !important;
	}
}

/* Forms */

select {
  appearance: none;
  background: #43512F url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23000'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-color: rgb(67, 81, 47);
  background-size: 10px auto;
  padding-right: 2rem;
	color: #43512F;
}

/* Produkte */

.premium-woocommerce .premium-woo-products-details-wrap,
.product .product-info-wrapper {
	background: #fff;
	border: 1px solid #ece1cb;
	width: 85%;
	padding: 1em 1.2em;
	margin: -50px auto 0;
	position: relative;
	z-index: 2;
}

.premium-woo-products-details-wrap .premium-woo-product-desc,
.product .product-excerpt {
	margin-bottom: 0.5rem;
}

/* Produkte Übersichtsseite */

.orderby {
  background-color: #fff;
  border-color: #ECE1CB;
}

.product .product-info-wrapper {
	padding: 0.75em 1em;	
}

.product .product-excerpt {
	font-size: 14px;
}

.elementor-grid .product p.wc-gzd-additional-info,
.elementor-grid .product .button {
	display: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ECE1CB;
}

@media (max-width: 767px) {
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(1,1fr);
  }
	
	.elementor-element.e-con-boxed {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

.avalon23-filter-list>div,
.avalon23-style-custom_av23 .avalon23_filter_title {
    margin-bottom: 0 !important;
}

.avalon23-style-custom_av23 .avalon23_filter_title {
	background: transparent !important;
	font-size: 16px !important;
	padding-left: 20px !important;
}

.avalon23-style-custom_av23 .avalon23-filter-navigation-label {
	background: #fff !important;
	color: #43512F !important;
}

ul.avalon23_radio_checkbox {
    margin: 0 0 0 20px !important;
}

.avalon23_toggled_box {
  transition: none !important;
}

.avalon23_toggle_icon,
.avalon23_toggle_icon::before {
    width: 12px !important;
		background-color: #43512F !important;
}

.avalon23_toggle_icon::before {
    bottom: 0 !important;
    transform: rotate(90deg);
}

.avalon23_toggle_icon::after {
    display: none;
}

/* Produkt Detailseite */

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td {
	background-color: transparent !important;
	padding: 5px 0 !important;
}

.woocommerce div.product form.cart table.variations th {
	text-align: left;
	padding-top: 10px !important;
	padding-right: 10px !important;
}

.single .elementor-widget-wrap .elementor-add-to-cart form.cart:not(.variations_form) {
  display: flex !important;
}

.woocommerce div.product .single_add_to_cart_button {
	margin: 0 !important;
	width: 100%;
}

.woocommerce div.product input.qty {
	margin-right: 10px !important;
}

.ppc-button-wrapper {
	margin-top: 20px;
}

.woocommerce div.product .elementor-widget-text-editor ul {
	padding-left: 15px;
}

.thwepo_jewelry tbody>tr:nth-child(odd)>td,
.thwepo_jewelry tbody tr:hover>td, 
.thwepo_jewelry tbody tr:hover>th {
	background-color: transparent !important;
}

.thwepo_jewelry td {
	font-size: 16px;
	padding-top: 0;
}

.thwepo_jewelry td .amount {
	font-weight: bold;
}

.extra-options .label-wrapper-checkbox {
	display: flex !important;
}

.extra-options td {
	background-color: transparent !important;
}

.extra-options td.label.above {
	margin-bottom: 10px;
	font-weight: 700;
}

.extra-options .label-tag {
	line-height: 1.4em;
}

.extra-options .value input[type=checkbox], 
.extra-options .value input[type=radio] {
  transform: scale(1.5);
  margin-right: 15px;
	margin-left: 3px;
}

@media (max-width: 767px) {
	.woocommerce div.product div.images .flex-control-thumbs li:first-child {
		display: none;
	}
}

.ui-datepicker {
  width: 100%;
  padding: 15px;
  max-width: 500px;
}

.ui-datepicker td a {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
}

.ui-datepicker th {
  padding: 10px;
  font-weight: bold;
  border: 0;
  font-size: 18px;
  line-height: 15px;
}

.wc_gc_datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  font-size: 17px;
  line-height: 34px;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
}

/* FAQ */

.faq-button {
  background: #43512F;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 3px;
  margin-top: 10px;
	display: inline-block;
}

.faq-button:hover {
	background: #57693D;
}

/* Warenkorb &amp; Checkout */

.woocommerce .button {
	background-color: #43512F !important;
	color: #fff !important;
}

.woocommerce .button:hover {
	background-color: #57693D !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: rgba(67,81,47,0.1) !important;
	color: #43512F !important;
	border: 1px solid #43512f;
  border-top-width: 3px;
}

.woocommerce-info::before {
	color: #43512F !important;	
}

.woocommerce .shop_table {
	background-color: #FFFEF2;
}

.woocommerce .shop_table,
.woocommerce .shop_table th,
.woocommerce .shop_table td {
	border-color: #ece1cb !important;
}

.woocommerce .product-name a {
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce-billing-fields, 
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.add_gift_card_form,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: #ece1cb;
	padding: 15px;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	background-color: #fff !important;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.add_gift_card_form {
	margin: 20px 0;
}

.wc-gzd-checkbox-placeholder-legal {
	margin: 1rem 0;
}

#ship-to-different-address {
	text-transform: none;
	letter-spacing: 0;
	font-size: 1rem;
}

/* Konto */

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    font-size: 16px;
}

.elementor-widget-woocommerce-my-account {
    font-family: "Kodchasan", sans-serif;
}

/* Lightbox */

.elementor-lightbox .dialog-lightbox-close-button {
	font-size: 2rem;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	cursor: pointer;
}

/* Rechtliche Seiten */

.number {
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}

.cmplz-soft-cookiewall {
	z-index: 999999 !important; 
}

.cmplz-cookiebanner {
    padding: 1.5rem !important;
    max-width: 95%;
}

.cmplz-cookiebanner .cmplz-title {
	font-weight: 700 !important;
	font-size: 1.25rem !important;
	grid-column-start: inherit !important;
}

@media (max-width: 425px) {
	.cmplz-cookiebanner .cmplz-title {
		display: block !important;
	}
}

.cmplz-cookiebanner .cmplz-btn {
	font-weight: 700 !important;
    transition: all 0.3s ease-in-out;
}

.cmplz-cookiebanner .cmplz-btn:hover {
	background-color: #57693D;
}

.cmplz-cookiebanner .cmplz-links {
	margin-top: 0.5rem;
}

.cmplz-cookiebanner .cmplz-link {
	font-size: 14px !important;
	font-weight: 700 !important;
    line-height: 1.3em;
    text-decoration: none !important;
    border-bottom: 1px solid;
    transition: all 0.3s ease-in-out;
}

.cmplz-cookiebanner .cmplz-link:hover {
	color: #57693D;
}

.cmplz-cookiebanner .cmplz-categories {
	margin-top: 1rem;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category-title {
    font-weight: 700 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-description {
    font-size: 0.875rem !important;
    line-height: 1.5em !important;    
}