.elementor-products-grid ul.products.elementor-grid li.product {
  padding: 22px 29px 0px 29px !important;
  background: #fff;
  border-radius: 6px;
  font-size: 0;
}
.elementor-products-grid ul.products.elementor-grid li.product a {
  color: #343142;
}
.elementor-products-grid ul.products.elementor-grid li.product img {
  transition: all 0.3s ease;
}
.elementor-products-grid ul.products.elementor-grid li.product img:hover {
  transform: scale(1.03);
}
.elementor-products-grid ul.products.elementor-grid li.product h2.woocommerce-loop-product__title {
  display: inline-block;
  width: 50%;
  font-family: var(--body-font);
  font-size: 20px;
}
.elementor-products-grid ul.products.elementor-grid li.product span.price {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-size: 18px;
  color: #343142;
}
.elementor-products-grid ul.products.elementor-grid li.product .button {
  font-size: 20px;
  display: block;
  text-align: center;
  background: var(--secondary-color);
  padding: 20px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.elementor-products-grid ul.products.elementor-grid li.product .button:hover {
  background: var(--pinocchio-color);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #F6F1E7;
  color: #515151;
  border-top: 15px solid #a46497;
  border-radius: 6px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  margin: 30px 0 30px 0;
}

.woocommerce-info {
  border-top-color: #8ed1c2;
}
.woocommerce-info::before {
  color: #8ed1c2;
}

.woocommerce form.checkout_coupon {
  background: #fff;
  border: 0;
  padding: 30px;
}
.woocommerce form.checkout_coupon .form-row {
  padding: 0;
}
.woocommerce form .form-row label {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 15px;
  position: relative;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: #FAF7F2;
  border-radius: 6px;
  border: none;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  transition: all 0.4s ease-in;
  position: relative;
}
.woocommerce form .form-row .select2-selection__rendered {
  background: #FAF7F2;
  border-radius: 6px;
  border: none;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  transition: all 0.4s ease-in;
  position: relative;
}
.woocommerce form .form-row .select2-selection--single {
  line-height: 1;
  height: unset;
  border: 0;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.woocommerce {
  margin: 50px 0;
}
.woocommerce table.shop_table.cart {
  margin-bottom: 0px;
  border-radius: 12px;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.woocommerce table thead {
  background: #F6F1E7;
  border: 0;
}
.woocommerce table thead tr th {
  border-left: 1px solid rgba(41, 41, 41, 0.1);
  border-bottom: 0 !important;
  font-size: 24px;
  font-weight: 600 !important;
  text-align: center;
}
.woocommerce table thead tr th:nth-child(1) {
  border-radius: 12px 0 0 0;
  border: 0;
}
.woocommerce table thead tr th:nth-child(2) {
  border-radius: 0;
  border: 0;
}
.woocommerce table thead tr th:nth-child(3) {
  border-radius: 0;
  border: 0;
}
.woocommerce table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}
.woocommerce table thead tr th.product-thumbnail {
  border-left: 0 !important;
}
.woocommerce table thead tr th.product-price {
  border-top: 0;
  border-right: 0;
}
.woocommerce table thead tr th.product-quantity {
  border-top: 0;
  border-right: 0;
}
.woocommerce table thead tr th.product-subtotal {
  border-top: 0;
  border-right: 0;
}
.woocommerce table tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.woocommerce table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 12px;
}
.woocommerce table tbody tr:last-child th {
  border: 0;
}
.woocommerce table tbody tr th {
  vertical-align: middle;
}
.woocommerce table tbody tr td {
  vertical-align: middle;
  background: #fff;
  text-align: center;
  border-left: 1px solid rgba(41, 41, 41, 0.1);
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td {
    padding: 5px 20px;
    font-size: 16px;
  }
}
.woocommerce table tbody tr td:first-child {
  border: 0;
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td:first-child {
    padding-top: 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td:last-child {
    padding-bottom: 30px;
  }
}
.woocommerce table tbody tr td.product-remove a.remove {
  color: #343142 !important;
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td.product-remove a.remove {
    background: #fdc913;
    border-radius: 2px;
  }
}
.woocommerce table tbody tr td.product-remove a.remove:hover {
  color: red !important;
  background: transparent !important;
}
.woocommerce table tbody tr td.product-thumbnail {
  border: 0;
}
.woocommerce table tbody tr td.product-thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce table tbody tr td.product-name {
  border: 0;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td.product-name {
    padding: 10px 20px;
  }
}
.woocommerce table tbody tr td.product-name a {
  color: #343142;
  text-decoration: none;
}
.woocommerce table tbody tr td.product-price,
.woocommerce table tbody tr td.product-quantity,
.woocommerce table tbody tr td.product-subtotal {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td.product-price,
  .woocommerce table tbody tr td.product-quantity,
  .woocommerce table tbody tr td.product-subtotal {
    border-left: 0;
  }
}
.woocommerce table tbody tr td.actions .input-text {
  font-size: 14px;
  width: 200px !important;
  border: 0 !important;
  border-radius: 6px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 15px !important;
  background: #F6F1E7;
}
@media (max-width: 768px) {
  .woocommerce table tbody tr td .coupon {
    display: flex;
    flex-direction: column;
  }
  .woocommerce table tbody tr td .coupon input[type=text] {
    background-color: #fff !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .woocommerce table tbody tr td .coupon .button {
    width: 100% !important;
  }
}
.woocommerce table tbody tr th {
  background: #fff;
  text-align: center;
}
.woocommerce table tbody tr:nth-child(2) td {
  background: #F6F1E7;
}
.woocommerce .cart-collaterals .cart_totals {
  background: #fff;
  border-radius: 6px;
  padding: 23px 30px 0 30px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals {
    padding: 23px 20px 0 20px;
  }
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  padding-bottom: 15px;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr th {
  padding: 0;
  border: 0;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #5F5F5F;
  padding-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr td {
  padding: 0;
  border: 0;
  font-size: 20px;
  font-weight: 600;
  color: #5F5F5F;
  padding-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:nth-child(2) th {
  color: red;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:nth-child(2) td {
  background: transparent !important;
  color: red;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:nth-child(2) td strong {
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  background: var(--secondary-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #343142;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--pinocchio-color);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  margin-top: 0;
  border-radius: 6px;
  background: var(--secondary-color);
  color: var(--heading-color) !important;
  font-size: 18px;
  padding: 15px 28px;
  font-weight: 600;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover {
  background: var(--e-global-color-bd00743);
  color: #fff !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button[name=update_cart] {
  background: red;
  padding: 15px 28px !important;
  color: #fff !important;
}

.woocommerce-checkout .woocommerce-billing-title h3,
.woocommerce-checkout .woocommerce-additional-fields-title h3,
.woocommerce-checkout .order_review_heading-title h3 {
  background: #F6F1E7;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
  font-size: 20px;
  padding: 12px 34px;
}
.woocommerce-checkout .order_review_heading-title {
  margin-top: 30px;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 30px 30px 30px 30px;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table thead tr th,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead tr th {
  border: 0;
  font-size: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tbody tr.cart_item td,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tbody tr.cart_item td,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tbody tr.cart_item td {
  padding: 20px 20px;
  border: 0;
  background: var(--pinocchio-color);
  color: #fff;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tbody tr.cart_item td:first-child,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tbody tr.cart_item td:first-child,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tbody tr.cart_item td:first-child {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tbody tr.cart_item td:last-child,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tbody tr.cart_item td:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tbody tr.cart_item td:last-child {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr th {
  border: 0;
  font-weight: 600;
  padding: 5px 20px;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr td {
  border: 0;
  font-weight: 600;
  padding: 5px 20px;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tfoot tr td .amount,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tfoot tr td .amount,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr td .amount {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-billing-fields table.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount,
.woocommerce-checkout .woocommerce-additional-fields table.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount,
.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount {
  color: red;
}
.woocommerce-checkout #payment {
  background: #ffffff;
  border: 1px solid rgba(41, 41, 41, 0.1);
}
.woocommerce-checkout #payment div.payment_box {
  background: #FAF7F2;
  color: #343142;
}
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #FAF7F2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-title h3,
  .woocommerce-checkout .woocommerce-additional-fields-title h3,
  .woocommerce-checkout .order_review_heading-title h3 {
    padding: 12px 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 20px 20px 20px 20px;
  }
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  background: #F6F1E7;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
  font-size: 20px;
  padding: 12px 34px;
  width: 100%;
}
.woocommerce-checkout .shipping_address {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 30px 30px 30px 30px;
}
.woocommerce-checkout .woocommerce-account-fields {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px 15px 30px;
  margin-top: 20px;
}
.woocommerce-checkout #wc-od {
  background: #ffffff;
  border: 1px solid rgba(41, 41, 41, 0.1);
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 25px;
}
.woocommerce-checkout #wc-od h3 {
  font-size: 1.25rem;
}
.woocommerce-checkout #wc-od p.form-row label {
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.woocomerce-result-ordering {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}
.woocomerce-result-ordering .woocommerce-result-count {
  font-weight: 400;
  font-family: var(--heading-font);
}
.woocomerce-result-ordering .woocommerce-ordering select {
  border: 0;
  padding: 0.8rem 1rem !important;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .woocomerce-result-ordering {
    padding: 20px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.woo-grid {
  display: inline-grid;
  grid-template-columns: 390px 1fr;
  width: 100%;
  gap: 30px;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item {
  background: #F6F1E7;
  padding: 23px 30px 30px 30px;
  margin-bottom: 35px;
  border-radius: 6px;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item.produkt-kategorie .wcpf-title-container {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item.produkt-kategorie .wcpf-title-container .wcpf-title {
  transition: all 0.2s ease;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item.produkt-kategorie .wcpf-title-container .wcpf-title:hover {
  color: var(--main-color);
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-heading-label span.text {
  font-family: var(--heading-font);
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-price-slider .ui-widget-content {
  background-color: #fff;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-price-slider .ui-slider-horizontal .ui-slider-range {
  background: var(--secondary-color);
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item .wcpf-inner .wcpf-price-slider span.ui-slider-handle {
  background-color: var(--main-color);
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item.zuruecksetzen button.wcpf-button {
  background: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 600;
  line-height: unset;
  border-radius: 6px;
  border: 0;
  padding: 10px 0;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item.zuruecksetzen button.wcpf-button:hover {
  background: var(--main-color);
  color: #fff;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-price-slider .priceSliderAmount input.wcpf-input {
  background: #FAF7F2;
  border-radius: 6px;
  border: none;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  height: 40px;
  color: #5f5f5f;
  transition: all 0.4s ease-in;
  position: relative;
}
.woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-price-slider .priceSliderAmount input.wcpf-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.woo-grid ul.products li.product {
  padding: 22px 29px 0px 29px !important;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 6px;
  font-size: 0;
}
.woo-grid ul.products li.product a {
  color: #343142;
}
.woo-grid ul.products li.product img {
  transition: all 0.3s ease;
}
.woo-grid ul.products li.product img:hover {
  transform: scale(1.03);
}
.woo-grid ul.products li.product h2.woocommerce-loop-product__title {
  display: inline-block;
  width: 50%;
  font-family: var(--body-font);
  font-size: 20px;
}
.woo-grid ul.products li.product span.price {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-size: 18px;
  color: #343142;
}
.woo-grid ul.products li.product .button {
  font-size: 20px;
  display: block;
  text-align: center;
  background: var(--secondary-color);
  padding: 20px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woo-grid ul.products li.product .button:hover {
  background: var(--pinocchio-color);
}
@media (max-width: 768px) {
  .woo-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .woo-grid ul.products li a {
    display: flex;
    flex-direction: column;
  }
  .woo-grid ul.products li.product {
    padding: 22px 20px 0px 20px !important;
    margin-bottom: 20px !important;
  }
  .woo-grid ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    width: 100%;
  }
  .woo-grid ul.products li.product .price {
    text-align: left !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 600;
  }
  .woo-grid ul.products li.product .button {
    font-size: 14px;
    padding: 10px 0;
  }
  .woo-grid .wcpf-filter .wcpf-filter-inner .wcpf-field-item {
    padding: 23px 20px 30px 20px;
  }
}

.shop-details-area {
  position: relative;
}
.shop-details-area.pd-top-100 {
  padding-top: 130px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .shop-details-area.pd-top-100 {
    padding-top: 100px;
  }
  .shop-details-area.pd-top-100 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-details-area.pd-top-100 .col-md-6 .summary {
    margin-top: 20px;
  }
}
.shop-details-area .sticky-product {
  background: #F6F1E7;
  width: 100%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
.shop-details-area .woocommerce-product-gallery--with-images.images {
  width: 550px !important;
  float: none !important;
  padding: 50px;
}
.shop-details-area div.summary {
  float: none !important;
  width: 100% !important;
  background: #fff;
  border-radius: 12px;
  padding: 50px;
}
.shop-details-area div.summary .price .amount bdi {
  font-weight: 700;
  font-size: 28px;
  color: var(--heading-color);
}
.shop-details-area div.summary form button[type=submit] {
  background: var(--secondary-color);
  color: var(--heading-color);
  font-weight: 600;
  line-height: unset;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .shop-details-area div.summary form button[type=submit] {
    height: 40px;
  }
}
.shop-details-area div.summary form button[type=submit]:hover {
  background: var(--main-color);
  color: #fff;
}
.shop-details-area div.summary form .quantity input.qty {
  background: #FAF7F2;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(41, 41, 41, 0.1);
  padding: 12px 30px 12px 30px;
  font-size: 16px;
  font-weight: 700;
  width: 10em;
  height: 100%;
  color: #5f5f5f;
  transition: all 0.4s ease-in;
  position: relative;
}
@media (max-width: 768px) {
  .shop-details-area div.summary form .quantity input.qty {
    width: 5em;
    height: 40px;
  }
}
.shop-details-area div.summary form .quantity input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(41, 41, 41, 0.1);
}
.shop-details-area div.summary .product_meta .posted_in {
  font-size: 20px;
  font-weight: 600;
}
.shop-details-area div.summary .product_meta .posted_in a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--main-color);
}
.shop-details-area div.summary .product_meta .posted_in a:hover {
  color: var(--secondary-color);
}
@media (max-width: 768px) {
  .shop-details-area div.summary {
    padding: 20px;
  }
}
.shop-details-area .woocommerce-tabs {
  border-top: 1px solid rgba(41, 41, 41, 0.1);
  margin-top: 30px;
  padding-top: 10px;
}
.shop-details-area .woocommerce-tabs ul.tabs:before {
  border: 0 !important;
}
.shop-details-area .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 !important;
}
.shop-details-area .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.shop-details-area .woocommerce-tabs ul.tabs li a {
  font-size: 20px;
  font-weight: 600;
}
.shop-details-area .woocommerce-tabs ul.tabs li:first-child {
  padding-left: 0 !important;
}
.shop-details-area .woocommerce-tabs ul.tabs li:before {
  border: 0 !important;
  box-shadow: none !important;
}
.shop-details-area .woocommerce-tabs ul.tabs li:after {
  border: 0 !important;
  box-shadow: none !important;
}
.shop-details-area .woocommerce-tabs ul.tabs li.active::before {
  border: 0 !important;
  box-shadow: none !important;
}
.shop-details-area .woocommerce-tabs ul.tabs li.active a {
  color: red !important;
  font-size: 20px;
  font-weight: 600;
}
.shop-details-area .woocommerce-tabs #reviews label {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 15px;
  position: relative;
}
.shop-details-area .woocommerce-tabs #reviews .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}
.shop-details-area .woocommerce-tabs #reviews .comment-form-cookies-consent input {
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-right: 7px;
}
.shop-details-area .woocommerce-tabs #reviews .comment-form-cookies-consent label {
  font-size: 16px;
  font-weight: 400;
}
.shop-details-area .woocommerce-tabs #reviews input,
.shop-details-area .woocommerce-tabs #reviews textarea,
.shop-details-area .woocommerce-tabs #reviews select {
  background: #FAF7F2;
  border-radius: 6px;
  border: none;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  transition: all 0.4s ease-in;
  position: relative;
  box-shadow: none;
  outline: none;
}
.shop-details-area .woocommerce-tabs #reviews .form-submit input[type=submit] {
  background-color: var(--secondary-color) !important;
  color: var(--heading-color) !important;
}
.shop-details-area .woocommerce-tabs #reviews .form-submit input[type=submit]:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

section.related.products {
  background: #fff;
  padding: 50px;
  border-radius: 12px;
}
section.related.products h2 {
  margin-bottom: 30px;
}
section.related.products ul.products li.product {
  margin: 0 3.8% 0 0;
  background: #faf7f2;
  padding: 30px 30px 0 30px;
  border-radius: 12px;
}
section.related.products ul.products li.product h2 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 20px;
}
section.related.products ul.products li.product .price .amount {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
}
section.related.products ul.products li.product .button {
  display: block;
  text-align: center;
  background: var(--secondary-color);
  color: var(--heading-color) !important;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.related.products ul.products li.product .button:hover {
  background: var(--pinocchio-color);
}
@media (max-width: 768px) {
  section.related.products {
    padding: 20px;
  }
  section.related.products ul.products li.product {
    margin: 0 0 0 0;
    background: #faf7f2;
    padding: 10px 10px 0 10px;
    border-radius: 12px;
  }
  section.related.products ul.products li.product h2 {
    font-size: 16px;
  }
  section.related.products ul.products li.product .button {
    font-size: 14px;
  }
}

.woocommerce-account .meinkonto-page,
.woocommerce-checkout .meinkonto-page {
  display: grid;
  grid-template-columns: 1fr;
  margin: 30px 0;
}
.woocommerce-account .meinkonto-page nav.woocommerce-MyAccount-navigation,
.woocommerce-checkout .meinkonto-page nav.woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account .meinkonto-page nav ul,
.woocommerce-checkout .meinkonto-page nav ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .woocommerce-account .meinkonto-page nav ul,
  .woocommerce-checkout .meinkonto-page nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .woocommerce-account .meinkonto-page nav ul,
  .woocommerce-checkout .meinkonto-page nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.woocommerce-account .meinkonto-page nav ul a,
.woocommerce-checkout .meinkonto-page nav ul a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: var(--heading-color);
  display: inline-flex;
  flex-direction: column;
}
.woocommerce-account .meinkonto-page nav ul a li,
.woocommerce-checkout .meinkonto-page nav ul a li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F6F1E7;
  padding: 20px;
  border: 1px solid rgba(41, 41, 41, 0.1);
  border-radius: 6px;
  transition: all 0.2s ease;
}
.woocommerce-account .meinkonto-page nav ul li:hover,
.woocommerce-checkout .meinkonto-page nav ul li:hover {
  background: #fff;
}
.woocommerce-account .meinkonto-page nav ul li:before,
.woocommerce-checkout .meinkonto-page nav ul li:before {
  font-family: Remixicon;
  font-size: 50px;
  color: var(--main-color);
}
.woocommerce-account .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--dashboard:before,
.woocommerce-checkout .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\ee19";
}
.woocommerce-account .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--orders:before,
.woocommerce-checkout .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f114";
}
.woocommerce-account .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--downloads:before,
.woocommerce-checkout .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\ed60";
}
.woocommerce-account .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--edit-address:before,
.woocommerce-checkout .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\ef19";
}
.woocommerce-account .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--edit-account:before,
.woocommerce-checkout .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f0ea";
}
.woocommerce-account .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--customer-logout:before,
.woocommerce-checkout .meinkonto-page nav ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\eeda";
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content {
  background: #fff;
  padding: 50px;
  border-radius: 12px;
  float: none;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .woocommerce-account .meinkonto-page .woocommerce-MyAccount-content,
  .woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content {
    padding: 20px;
  }
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses {
  background: #f6f1e7;
  padding: 30px;
  border-radius: 12px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  background: var(--secondary-color);
  color: var(--heading-color) !important;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a:hover {
  background: var(--pinocchio-color);
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-orders-table.woocommerce-MyAccount-orders {
  margin-bottom: 0px;
  border-radius: 12px;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table .woocommerce-button,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table .woocommerce-button {
  background: var(--secondary-color);
  color: var(--heading-color) !important;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead {
  background: #F6F1E7;
  border: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th {
  border-left: 1px solid rgba(41, 41, 41, 0.1);
  border-bottom: 0 !important;
  font-size: 18px;
  font-weight: 600 !important;
  text-align: center;
  border: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th:nth-child(1),
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th:nth-child(1) {
  border-radius: 12px 0 0 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th:nth-child(2),
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th:nth-child(2) {
  border-radius: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th:nth-child(3),
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th:nth-child(3) {
  border-radius: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th:last-child,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th:last-child {
  border-radius: 0 12px 0 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-thumbnail,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-thumbnail {
  border-left: 0 !important;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-price,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-price {
  border-top: 0;
  border-right: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-quantity,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-quantity {
  border-top: 0;
  border-right: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-subtotal,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table thead tr th.product-subtotal {
  border-top: 0;
  border-right: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child td,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child td {
  border-bottom: 0;
  border-right: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child td:first-child,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child td:last-child,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child th,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr:last-child th {
  border: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr th,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr th {
  vertical-align: middle;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td {
  vertical-align: middle;
  background: #fff;
  text-align: center;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 8px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td:first-child,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td:first-child {
  border: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-remove a.remove,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-remove a.remove {
  color: #343142 !important;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-remove a.remove:hover,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-remove a.remove:hover {
  color: red !important;
  background: transparent !important;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-thumbnail,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-thumbnail {
  border: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-thumbnail img,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-thumbnail img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-name,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-name {
  border: 0;
  padding: 24px 10px;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-name .wc-item-meta,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-name .wc-item-meta {
  padding-left: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-name a,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-name a {
  color: #343142;
  text-decoration: none;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-price,
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-quantity,
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-subtotal,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-price,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-quantity,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.product-subtotal {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.actions .input-text,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr td.actions .input-text {
  font-size: 14px;
  width: 200px !important;
  border: 0 !important;
  border-radius: 6px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 15px !important;
  background: #F6F1E7;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr th,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr th {
  background: #fff;
  text-align: center;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table tbody tr:nth-child(even) td,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table tbody tr:nth-child(even) td {
  background: #F6F1E7;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details {
  border-radius: 12px !important;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td {
  border-top: 0;
  text-align: left;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td:first-child,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td:first-child {
  border-radius: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td:last-child,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr td:last-child {
  border-radius: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr th {
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid rgba(41, 41, 41, 0.1);
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content table.woocommerce-table--order-details tfoot tr td {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.woocommerce-account .meinkonto-page .woocommerce-MyAccount-content .woocommerce-customer-details address,
.woocommerce-checkout .meinkonto-page .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-radius: 12px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.woocommerce-account form.login input.input-text,
.woocommerce-account form.register input.input-text,
.woocommerce-account form.lost_reset_password input.input-text {
  background: #ede0cb;
}

.cart_totals ul#shipping_method li {
  text-align: left;
}
.cart_totals ul#shipping_method li input {
  vertical-align: text-bottom !important;
}
.cart_totals .woocommerce-shipping-destination {
  text-align: left;
}
.cart_totals table tbody tr.cart-subtotal td {
  text-align: right !important;
}
.cart_totals table tbody tr.order-total td {
  text-align: right !important;
}
.cart_totals table tbody tr.delivery td {
  background: #F6F1E7;
  padding: 20px !important;
  font-size: 16px !important;
  border-radius: 6px;
}
.cart_totals table tbody tr td.versand-total {
  text-align: left !important;
}

.shipping_detail .woocommerce-shipping-calculator {
  text-align: left !important;
  font-size: 16px !important;
}

.woocommerce-order-received .woocommerce-order {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  margin-top: 50px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  background: #F6F1E7;
  padding: 15px;
  border-radius: 6px;
}
.woocommerce-order-received .woocommerce-order ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  padding: 30px;
  background: #F6F1E7;
  border-radius: 6px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr th {
  border: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr td {
  border: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table thead tr th {
  background: #F6F1E7;
}/*# sourceMappingURL=woo.css.map */