.product a.product_type_simple, .product a.product_type_variable {
  background-color: #164194;
  border-radius: 35px;
  color: #fff;
  box-shadow: 0px 3px 10px #0f2b6274;
  padding: 13px 30px;
  font-family: "Open Sans" !important;
  font-weight: 700 !important;
  font-size: 15px;
}

.product a.product_type_simple:hover, .product a.product_type_variable:hover {
  box-shadow: 0px 3px 10px #d3a7177e;
  background-color: #FFDA00;
  color: #164194;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  border: 1px solid #97acd3 !important;
  box-shadow: none !important;
  z-index: 9;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items::-webkit-scrollbar-thumb {
  background-color: #164194 !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
  box-shadow: none !important;
  border-color: #97acd3 !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
  color: #164194 !important;
}

.related.wt-related-products {
  background-color: #f4eecd;
  margin: 100px -140px 0 -140px;
  padding: 40px 180px 70px 180px;
  position: relative;
}

.woocommerce-page table.cart img {
  min-width: 100px;
}

.woocommerce-page table.cart td.actions .input-text {
  min-width: 200px;
}



.woocommerce-cart
  .related.wt-related-products.wt-related-products-cart
  ul.products
  li.product {
  margin: 0 2.8% 2.992em 0;
  width: 22.05% !important;
}

.woocommerce-cart .related.wt-related-products.wt-related-products-cart {
  background-color: #f4eecd;
  padding: 40px 180px 70px 180px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.related.wt-related-products::before {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/light-yellow-grass-border.svg');
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -156px;
  height: 156px;
  z-index: 8;
}

.wt-crp-heading,
section.up-sells h2:first-child {
  text-align: center;
  margin-bottom: 50px;
  font-size: 56px !important;
}

.wt-crp-heading::before,
section.up-sells h2:first-child::before {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/blue-border-short.svg');
  background-repeat: no-repeat;
  content: "";
  position: relative;
  width: 97px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.wt-crp-heading::after,
section.up-sells h2:first-child::after {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/blue-border-short.svg');
  background-repeat: no-repeat;
  content: "";
  position: relative;
  width: 97px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}

.product_title.entry-title {
  font-family: "Amatic SC";
  font-size: 46px;
  font-weight: 700;
  color: #164194;
  margin-bottom: 13px;
}

.woocommerce-product-details__short-description {
  color: #5f6c84;
  font-size: 16px;
  font-family: "Open Sans";
}

.woocommerce-product-gallery__image img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  margin: auto;
}

.summary.entry-summary .price bdi {
  color: var(--e-global-color-secondary);
  font-size: 30px;
  font-family: "Open Sans";
  /* font-weight: 700; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/border-bottom.svg');
}

.woocommerce-tabs.wc-tabs-wrapper h2 {
  /* font-family: "Amatic SC";
  font-size: 46px;
  font-weight: 700;
  color: #164194;
  margin-bottom: 13px; */
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin: 0 -140px 100px -140px;
  background-color: #fdf9e5;
  padding: 100px 140px;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper::before {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/grass-light-yellow.svg');
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -156px;
  height: 156px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #97acd3;
  height: unset;
}

.woocommerce-billing-fields__field-wrapper label,
.product-quantity {
  color: #5f6c84;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  color: #5f6c84;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #5f6c84;
  padding: 8px 16px;
}

.woocommerce-tabs.wc-tabs-wrapper p {
  color: #5f6c84;
  font-size: 16px;
  font-family: "Open Sans";
}

.related.products h2:first-child {
  font-family: "Amatic SC";
  font-size: 46px;
  font-weight: 700;
  color: #164194;
  margin-bottom: 13px;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--e-global-color-secondary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td,
.shop_table th {
  border-bottom: unset;
  vertical-align: middle;
  color: #5f6c84;
}

.shop_table bdi {
  border-bottom: unset;
  color: #5f6c84;
}

.elementor-menu-cart__subtotal {
  color: #164194 !important;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #164194;
  font-size: 14px;
  margin-top: 30px;
}

.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block!important;
}

#order_review_heading,
#order_payment_heading {
  margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #5f6c84;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.single-product .heateor_sss_sharing_ul a {
  margin-right: 15px !important;
}

.single-product #yellow-grass {
  margin: 100px -140px 0 -140px;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-bottom: 30px;
}

.woocommerce div.product form.cart .button {
  font-family: "Open Sans", Sans-serif;
  transition: all 0.3s ease;
  float: right;
  box-shadow: 0px 3px 10px #5f6c844a !important;
  padding: 13px 40px !important;
  border-radius: 29px;
  background-color: #FFDA00;
  color: #164194;
}

.woocommerce div.product form.cart .button::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px dashed #faf8ed;
  border-radius: 29px;
  transition: all 0.3s ease;
}

.woocommerce .quantity .qty {
  border: 1px solid #97acd3;
  border-radius: 22px;
  min-width: 100px;
}

.woocommerce div.product form.cart .button:hover {
  transform: scale(1.1);
}

.woocommerce div.product form.cart {
  margin-top: 70px;
}

.elementor-menu-cart__toggle_button {
  border: none !important;
  display: flex !important;
  flex-direction: row !important;
}

.eicon-cart-medium {
  content: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/shopping-cart.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce ul.products li.product a img {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

/* WOOCOMMERCE */
ul.products .type-product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2.5px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/divider-vertical.svg');
  background-repeat: repeat-y;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
}

ul.products.columns-1 .type-product::before {
  display: none;
}

.tax-product_cat .filters-container .filter-title {
  display: none;
}

.woocommerce-loop-product__title {
  color: #4a4952 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #164194 !important;
  font-size: 2em;
}

.woocommerce ul.products li.product .price del {
  padding-left: 10px !important;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  padding-right: 10px !important;
}
.woocommerce ul.products li.product .price {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 1.1em;
  color: grey;
}

.product-weight {
  color: #2e2d33;
  font-size: 14px;
  margin-right: 20px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
  color: #4a4952;
  font-size: 19px;
  font-weight: bold;
}

.single-product .product_meta .posted_in {
  display: none;
}

.woocommerce-checkout .page-header .entry-title,
.woocommerce-cart .page-header .entry-title {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-checkout .page-header .entry-title::before,
.woocommerce-cart .page-header .entry-title::before {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/blue-border-short.svg');
  background-repeat: no-repeat;
  content: "";
  position: relative;
  width: 97px;
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}

.woocommerce-checkout .page-header .entry-title::after,
.woocommerce-cart .page-header .entry-title::after {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/blue-border-short.svg');
  background-repeat: no-repeat;
  content: "";
  position: relative;
  width: 97px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}

.woocommerce-checkout .site-main,
.woocommerce-cart .site-main {
  padding: 80px 0 0 0;
}

.product .summary.entry-summary .product_meta {
  margin-top: 20px;
  position: relative;
  z-index: 9;
  margin-bottom: 100px;
  padding-top: 15px;
}

.product .summary.entry-summary .product_meta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/border-bottom.svg');
  background-position: center bottom;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .woocommerce-message .button,
.elementor-button--view-cart,
.elementor-button--checkout,
.return-shop,
.button.wc-backward.wp-element-button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  background-color: var(--e-global-color-accent) !important;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--e-global-color-secondary) !important;
  padding: 12px 24px !important;
  text-shadow: unset !important;
  border-radius: 29px !important;
  display: inline-block;
  box-shadow: 0px 3px 10px #5f6c844a;
  position: relative;
  z-index: 9;
  text-decoration: unset !important;
  transition: all 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
.woocommerce-page .woocommerce-message .button::before,
.elementor-button--view-cart::before,
.elementor-button--checkout::before,
.return-shop::before,
.button.wc-backward.wp-element-button::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px dashed #faf8ed;
  border-radius: 29px;
  transition: all 0.3s ease;
}

.button.wp-element-button.product_type_simple:hover {
  background-color: #ffda00;
  color: #164194;
}

.woocommerce-cart h1,
.cart_totals h2,
.woocommerce-checkout h1,
.woocommerce-checkout h3 {
  font-family: "Amatic SC";
  font-size: 46px;
  font-weight: 700;
  color: #164194;
  margin-bottom: 13px;
}

.shop-ticket .elementor-button-text {
  font-family: "Amatic SC";
  font-size: 31px;
  font-weight: 700;
  color: #164194;
}

.woocommerce-cart-form__cart-item .product-name a {
  color: #164194;
}

.elementor-menu-cart--items-indicator-bubble
  .elementor-menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  color: #164194 !important;
  background-color: #ffda00 !important;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: unset !important;
}

.woocommerce-checkout .woocommerce-info {
  border-top-color: #164194;
  background: unset;
}

.woocommerce span.onsale {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/ribbon-top.svg');
  width: 70px;
  height: 90px;
  position: absolute;
  right: 30px !important;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  color: #164194;
  padding-top: 15px !important;
  padding-left: 5px !important;
  background-size: cover;
  border-radius: unset;
}

.vat-link {
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}

.woocommerce-cart-form__cart-item.cart_item,
.cart-subtotal {
  position: relative;
}

/* .woocommerce-cart-form__cart-item.cart_item::before,
.cart-subtotal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/border-bottom.svg');
  background-position: center bottom;
} */

.elementor-menu-cart__subtotal {
  border-bottom: unset !important;
}

.elementor-menu-cart__main {
  background-color: #fff !important;
}

table td,
table th {
  border: unset;
}

table thead:first-child tr:first-child th {
  border-top: unset;
}

.woocommerce table.shop_table {
  border: unset;
}

.woocommerce a.remove {
  color: #164194 !important;
}

.woocommerce table.shop_table td {
  border-top: unset;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: unset;
}

.woocommerce-message::before {
  color: #164194;
}

.woocommerce-message {
  border-top-color: #164194;
}

.woocommerce-shop .site-main,
.tax-product_cat .site-main {
  max-width: 100% !important;
  padding: 0 140px 50px !important;
}

.woocommerce-shop .filter-sidebar,
.tax-product_cat .filter-sidebar {
  padding-right: 130px;
}

.woocommerce-ordering .orderby {
  background: unset;
  border: 1px solid #97acd3;
  border-radius: 37px;
  color: #5f6c84;
  font-family: "Open Sans";
  font-size: 16px;
}

.woocommerce-result-count {
  color: #5f6c84;
  font-family: "Open Sans";
  font-size: 16px;
}

.woocommerce-products-header__title.page-title {
  font-family: "Amatic SC";
  font-size: 56px;
  font-weight: 700;
  color: #164194;
}

.woocommerce-shop .filter-title {
  display: none;
}

ul.filter-items.level-0 .filter-item label .term-label {
  font-family: "Amatic SC";
  font-size: 32px;
  font-weight: 700;
  color: #164194 !important;
  position: relative;
  width: 100%;
  display: block;
  padding: 15px 0;
}

.filter-items.filter-checkbox.level-0 .filter-item.level-0 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/border-bottom.svg');
  background-position: center bottom;
}

.filter-item.checkbox.level-1.no-color a::before {
  background-image: unset !important;
}

ul.filter-items.level-1 .filter-item label .term-label {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  color: #164194 !important;
  font-weight: 400;
}

.filter-item.active.level-0 .filter-items.level-1 {
  display: block !important;
  padding-top: 15px;
  padding-left: 0;
}

.filter-items.level-1 {
  display: none !important;
}

ul.page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.filter-items [type="checkbox"] {
  display: none !important;
}

.filter-items label {
  width: 100%;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: unset;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #97acd3;
  padding: 0 15px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #164194;
  background: unset;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #ffda00;
  background-position: center;
  background-repeat: no-repeat;
}

.woocommerce ul.order_details li {
  color: #5f6c84;
}

.prev.page-numbers {
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/white-arrow.svg') !important;
  background-position: center;
  height: 40px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  display: block;
  background-color: #164194;
  border-radius: 50%;
  width: 40px;
  color: transparent !important;
  margin-right: 50px !important;
}

.return-to-shop {
  margin: 20px 0 50px 0 !important;
}

.next.page-numbers {
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/white-arrow.svg') !important;
  background-position: center;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  background-color: #164194;
  border-radius: 50%;
  width: 40px;
  color: transparent !important;
  margin-left: 50px !important;
}

.woocommerce-mini-cart__empty-message {
  visibility: hidden;
  position: relative;
}
.woocommerce-mini-cart__empty-message:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Es sind keine Produkte im Warenkorb.";
}

.woocommerce-order-received p,
.woocommerce-table th,
.woocommerce-table td,
.woocommerce-order-received span,
.woocommerce-order-received address {
  color: #5f6c84;
  font-family: "Open Sans";
  font-size: 16px;
}

.filter-sidebar {
  width: 30%;
}

.shop-main {
  width: 70%;
}

.ppc-button-wrapper {
  position: relative;
  z-index: 2;
}

@media (max-width: 1366px) {
  .woocommerce-shop .site-main,
  .tax-product_cat .site-main {
    max-width: 100% !important;
    padding: 0 30px 50px !important;
  }
  .woocommerce-checkout .site-main,
  .woocommerce-cart .site-main {
    padding: 0;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .related.wt-related-products {
    padding: 50px;
  }
  .woocommerce-cart .related.wt-related-products.wt-related-products-cart {
    padding: 30px;
  }
}

@media (max-width:1024px) {
  .single-product .related.wt-related-products
  ul.products
  li.product {
  width: 46% !important;
  margin: 0 2.8% 2.992em 0;
  }
}

@media (max-width: 834px) {
  
.product-thumbnail::before {
  display: none;
}
  .woocommerce-cart
    .related.wt-related-products.wt-related-products-cart
    ul.products
    li.product {
    width: 47% !important;
  }



  .wt-crp-heading,
  section.up-sells h2:first-child {
    font-size: 36px !important;
  }

  .product-template-default .site-main {
    padding: 0 40px !important;
  }

  .woocommerce-shop .site-main,
  .tax-product_cat .site-main {
    padding: 0 40px 40px !important;
  }

  .woocommerce-shop .filter-sidebar,
  .tax-product_cat .filter-sidebar {
    width: 100%;
    padding-right: 0;
  }

  .shop-main {
    width: 100%;
  }

  ul.products .type-product:nth-child(even)::before {
    display: none;
  }

  .single-product #yellow-grass,
  .related.wt-related-products {
    width: calc(100% + 80px);
    /* Add twice the padding to 100% */
    margin-left: -40px;
    /* Compensate for the padding on the left */
    margin-right: -40px;
    /* padding: 0; */
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    margin: 0 -40px 100px -40px;
    padding: 20px 40px;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product form.cart {
    text-align: center;
  }
  .woocommerce div.product form.cart .button {
    float: unset;
  }

  .related.wt-related-products {
    padding: 30px;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-page .woocommerce-message .button,
  .elementor-button--view-cart,
  .elementor-button--checkout,
  .return-shop {
    font-size: 14px !important;
  }

  /* .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 340px;
} */

  .shop_table .button.wp-element-button {
    font-size: 14px !important;
  }

  .coupon button[type="submit"] {
    width: 100% !important;
    margin-top: 20px;
    font-size: 14px !important;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0 10px;
  }

  .prev.page-numbers {
    margin-right: 0 !important;
    height: 30px;
    width: 30px;
  }

  .next.page-numbers {
    margin-left: 0 !important;
    height: 30px;
    width: 30px;
  }

  .single-product .woocommerce-message {
    display: grid;
  }

  .wt-crp-heading::before,
  section.up-sells h2:first-child::before {
    display: none;
  }

  .wt-crp-heading::after,
  section.up-sells h2:first-child::after {
    display: none;
  }

  .related.wt-related-products ul.products {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .up-sells.upsells.products ul.products {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .related.products .products {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  ul.products .type-product::before {
    display: none;
  }
}