.wc-fast-cart .mu-h3.mu-h3.mu-h3.mu-h3 {
  font-size: var(--mu-font-size-h4);
  line-height: var(--mu-line-height-sm);
  font-family: var(--mu-font-family-sansSerif);
  font-weight: 100;
}

.js-cart-item-amount {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease; /* Duration and easing for smooth animation */
}

.wfc-accessories-wrapper.wfc-accessories-wrapper {
  margin-top: 2em;
}

/* Class to apply the fade-in-up effect */
.fade-in-up {
  opacity: 1;
  transform: translateY(0); /* Reset the position to normal */
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-message {
  line-height: 135% !important;
}

div.wfc-cart-empty {
  display: flex;
  align-items: center;
  background-color: var(--mu-color-web-zart-lila);
  border-radius: var(--mu-radius-s);
  gap: var(--mu-spacing-2);
  padding: var(--mu-spacing-2);
}

.js-cart-trigger {
  min-width: 21px !important;
  height: 29px !important;
  display: block;
}

.hide-cart-count {
  opacity: 0 !important;
}

.js-cart-trigger img {
  height: 24px;
}

.wc-fast-cart__inner-contents.wc-fast-cart__inner-contents
  .woocommerce-notices-wrapper {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.wc-fast-cart h2,
.wfc-cart-form__cart-item.cart_item {
  font-family: "amsiPro";
  color: #222222;
}

header .fa-chevron-down {
  min-width: 12px;
  min-height: 12px;
}

/* Goodie bundle css logic in cart - hide ui */
.goodie-allowed-many input.input-text.qty.text {
  pointer-events: none;
}

.goodie-allowed-many button.quantity-btn.plus,
.goodie-allowed-many button.quantity-btn.minus {
  pointer-events: none;
  opacity: 0;
}

.goodie-allowed-many .custom-quantity-input:before {
  content: 'x';
  display: block;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: Arial;
  position: absolute;
  left: 24px;
}

.goodie-allowed-many .custom-quantity-input {
  position: relative;
}

.wc-fast-cart__inner-contents,
.wfc-checkout__inner-contents {
  font-family: "tangerMedium";
  color: #222222;
}

.wfc-checkout-buttons > a {
  border-radius: var(--mu-radius-full) !important;
}

.wc-fast-cart.wc-fast-cart.is-style-side {
  max-width: 460px;
}

.wc-fast-cart h2,
.wfc-cart-form__cart-item.cart_item {
  font-family: "amsiPro";
  color: #222222;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 28.6px */
  padding-bottom: 0.8em;
}

/* .is-checkout button.wc-fast-cart__close-btn {
  background-image: url(../../../einguterplan-child-theme-vite/assets/img/icons/back-button.svg) !important;
}

.is-checkout button.wc-fast-cart__close-btn:hover {
  transform: rotate(0);
} */

/* Buttons alignment */
.wfc-cart-collaterals
  .wfc-proceed-to-checkout
  .wfc-checkout-buttons
  a.wfc-button {
  flex: 100% !important;
  display: flex !important;
  margin: 0;
}

.wfc-cart-table td.product-quantity input.qty.qty {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

.wfc-cart-collaterals
  .wfc-proceed-to-checkout
  .wfc-checkout-buttons.wfc-checkout-buttons {
  flex-direction: row;
}

.wfc-cart-collaterals .wfc-proceed-to-checkout .wfc-checkout-buttons {
  gap: 18px;
}

.wfc-cart-collaterals tr.cart-subtotal bdi,
ul#shipping_method li label,
.wfc-cart-collaterals tr.woocommerce-shipping-totals.shipping th,
.wfc-cart-collaterals tr.order-total th {
  color: #000;
}

.wfc-cart-collaterals tr.woocommerce-shipping-totals.shipping th {
  color: #808080;
}

.wc-fast-cart__inner-contents .woocommerce-shipping-destination,
.wc-fast-cart__inner-contents form.woocommerce-shipping-calculator {
  display: none;
}

.wc-fast-cart__inner-contents #shipping_method label {
  font-size: 14px;
}

.wfc-related-products-wrapper.wfc-related-products-wrapper {
  margin-top: 4em;
}

.wfc-cart-table td.product-name.product-name a .product-title {
  color: inherit;
  font-family: var(--mu-font-family-serif) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

table.wfc-cart-totals__table.has-background {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 28px;
}

.wfc-cart-totals.wfc-cart-totals
  .woocommerce-shipping-totals
  ul#shipping_method
  li
  label {
  display: block;
}

.wfc-cart-totals.wfc-cart-totals {
  margin-top: 14px;
}

.is-style-side .wfc-cart-table tr.wfc-cart-form__cart-item td.product-quantity {
  margin-left: -9px;
}

.is-style-side
  .wfc-cart-table
  tr.wfc-cart-form__cart-item
  td.product-thumbnail.product-thumbnail {
  width: 84px;
}

tr.wfc-cart-form__cart-item.cart_item {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

tr.wfc-cart-form__cart-item.cart_item:first-child {
  padding-top: 0;
}

.wfc-cart-table tbody > tr.wfc-cart-form__cart-item.cart_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wc-fast-cart.wc-fast-cart .woocommerce-notices-wrapper .woocommerce-error,
.wc-fast-cart.wc-fast-cart .woocommerce-notices-wrapper .woocommerce-message {
  border-color: #d9d9d9;
  width: 100%;
}

.wfc-cart-totals__table > tbody > tr.order-total {
  margin-bottom: 24px;
}

.wfc-cart-totals h2 {
  display: none !important;
}

.wfc-checkout-buttons.wfc-checkout-buttons > a {
  font-size: 16px;
}

.wc-fast-cart__inner-contents td.product-name span {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--mu-font-family-serif);
}

.wc-fast-cart__inner-contents td.product-name .product-title {
  font-family: var(--mu-font-family-serif);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.wfc-cart-table td.product-thumbnail.product-thumbnail img {
  height: 88px;
}

.wfc-cart-table .woocommerce-Price-amount.amount {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-family: var(--mu-font-family-serif);
}

.wfc-cart-table td.product-quantity input.qty {
  background-color: transparent;
  color: #000;
  font-weight: 400;
  font-family: var(--mu-font-family-serif);
}

.wfc-cart-table td.product-thumbnail img {
  border-radius: var(--mu-radius-s);
}

.wfc-cart-table.wfc-cart-table
  td.product-quantity.product-quantity
  .quantity-btn.quantity-btn {
  position: relative;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  font-size: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border: 1px solid #000;
}

.woocommerce-error > li {
  background-color: #fc6d47 !important;
  color: #fff !important;
  padding: 14px 20px !important;
  border-radius: 10px;
  line-height: 135%;
  font-size: 16px;
}

.wc-fast-cart ul.woocommerce-error {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wfc-cart-table.wfc-cart-table
  td.product-quantity.product-quantity
  .quantity-btn.quantity-btn:hover {
  background-color: #f1f1f1;
}

.wfc-cart-table.wfc-cart-table
  td.product-quantity.product-quantity
  .quantity-btn.quantity-btn:focus {
  background-color: #fff;
}

.wc-fast-cart__inner-contents .custom-quantity-input input {
  padding: 0 !important;
  background-color: #fff !important;
  text-align: center !important;
  min-width: 36px;
  font-family: var(--mu-font-family-serif) !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.wc-fast-cart__inner-contents,
.wfc-checkout__inner-contents {
  font-family: "tangerMedium";
  color: #222222;
}

.wfc-checkout-buttons > a {
  border-radius: var(--mu-radius-full) !important;
  min-height: 48px;
  font-family: var(--mu-font-family-serif);
  font-weight: 600;
}

.wc-fast-cart__close-btn svg {
  display: none;
}

/* Hide WFC Sticky Button */
a#wfc-open-cart-button {
  visibility: hidden;
}

/* Adds prefix to go to checkout CTA in WFC */
a.wfc-checkout-button.wfc-button::before {
  content: "Zur";
  padding-right: 4px;
}

button.wc-fast-cart__close-btn {
  background-image: url(../../../einguterplan-child-theme-vite/assets/img/icons/close.svg);
  background-size: 100%;
  background-color: transparent;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

button.wc-fast-cart__close-btn:hover {
  background-color: transparent;
  background-image: url(../../../einguterplan-child-theme-vite/assets/img/icons/close.svg);
  opacity: 0.4;
  transform: rotate(180deg);
}

.wc-fast-cart__inner-contents .woocommerce-message {
  font-family: "Tanger Serif Medium";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 135% !important;
}

.wfc-cart-collaterals .wfc-proceed-to-checkout .wfc-button.wfc-exit.wfc-exit {
  border: 2px solid #000;
  color: #000;
  font-weight: 400;
}

tr.woocommerce-shipping-totals.shipping.shipping > td {
  font-size: 14px;
  max-width: 260px;
}

.wfc-related-products-wrapper .product-sales-properties-soldout {
  display: none;
}

/* Gutschein Feld Expanded */
/* button.wfc-coupon-toggle.coupon-field-visible {
  border-bottom: none;
}

button.wfc-coupon-toggle.coupon-field-visible + .wfc-coupon {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.4em;
  padding-bottom: 10px;
} */

.wc-fast-cart__inner-contents .woocommerce-notices-wrapper {
  display: flex;
  align-items: baseline;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "";
  background-image: url(../../../einguterplan-child-theme-vite/assets/img/icons/check.svg);
  width: 16px;
  height: 100%;
  display: block;
  left: 30px !important;
  top: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
}

.wc-fast-cart .woocommerce-notices-wrapper .woocommerce-message {
  padding-left: 5.8em !important;
  display: flex;
}

.wfc-cart-table td.product-remove a.wfc-cart__remove.wfc-cart__remove {
  height: 22px;
  opacity: 1;
  width: 22px;
  background-image: url(../../../einguterplan-child-theme-vite/assets/img/icons/trash.webp);
  background-size: 100%;
}

.wfc-cart-table td.product-remove a.wfc-cart__remove:hover {
  opacity: 0.7 !important;
}

.wfc-cart-totals span.woocommerce-Price-amount.amount {
  font-size: 14px;
  line-height: 135%;
}

.wc-fast-cart.wc-fast-cart > h2 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 26px;
  font-weight: 100;
  line-height: 110%;
  font-family: var(--mu-font-family-sansSerif);
}

.wfc-cart-totals {
  border-top: 1px solid #d9d9d9;
  margin-top: 0;
  padding-top: 1.6em;
}

.wfc-cart-form.wfc-cart-form {
  margin-bottom: -12px;
}

.wfc-proceed-to-checkout {
  border-top: 1px solid #d9d9d9;
  margin-top: 12px !important;
  padding-top: 1.6em;
}

.wfc-checkout-button.wfc-button {
  max-width: 150px;
}

.wfc-cart-totals tr.cart-subtotal th {
  color: #808080;
}

.wfc-checkout-buttons a {
  font-size: 18px;
  margin-bottom: 12px;
}

.wfc-cart-collaterals .wfc-proceed-to-checkout a.wfc-button {
  height: 48px;
}

td.product-price {
  display: none !important;
}

.wc-fast-cart__inner-contents td.product-subtotal * {
  line-height: 0;
}

.wc-fast-cart__inner-contents span.former-price bdi {
  text-decoration: line-through;
  color: #808080;
}

.wc-fast-cart__inner-contents span.former-price {
  display: inline-block;
  margin-right: 10px;
}

.wc-fast-cart__inner-contents span.former-price + span {
  color: #fc6d47 !important;
}

.is-style-side
  .wfc-cart-table
  tr.wfc-cart-form__cart-item.wfc-cart-form__cart-item {
  grid-template-columns: auto 0px 42px 1fr 21px;
}

/* Voucher Accordion Field in Cart */
button.wfc-coupon-toggle:focus,
button.wfc-coupon-toggle:hover {
  outline: none;
  color: #808080;
  background-color: transparent;
}

button.wfc-coupon-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 14px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1em;
  padding-top: 1.2em;
  margin-bottom: 12px;
}

button.wfc-coupon-toggle > svg {
  transform: rotate(0deg);
  transition: transform 0.4s;
}

button.wfc-coupon-toggle.coupon-field-visible > svg {
  transform: rotate(180deg);
}

.wc-fast-cart.wc-fast-cart.wc-fast-cart .wfc-coupon__inner-contents button {
  border-radius: 60px;
  margin-left: 1em;
  min-width: 120px;
}

.wfc-cart-totals.calculated_shipping > h2 {
  display: none;
}

.wc-fast-cart.wc-fast-cart .wfc-coupon__inner-contents {
  margin-bottom: 1em;
}

.is-style-side
  .wfc-cart-table.wfc-cart-table
  tr.wfc-cart-form__cart-item:not(:last-child) {
  margin-bottom: 0;
}

/* STÖRER */

/* HIDES DEFAULT BULK DISCOUNT AMOUNT FROM CART */
table.wfc-cart-totals__table tr.cart-bulk-discount + .cart-discount {
  display: none;
}

table.wfc-cart-totals__table a.woocommerce-remove-coupon {
  font-size: 12px;
  color: #000 !important;
  padding: 0px 0px 0px 8px;
  border-radius: 20px;
}

tr.cart-free-shipping-notice .mu-egp-mengenrabatt-stoerer {
  background: rgba(222, 248, 104, 0.5);
}

tr.cart-bulk-discount > td,
tr.cart-free-shipping-notice > td {
  width: 100%;
}

tr.cart-bulk-discount-hint + .cart-free-shipping-notice {
  margin-top: 0;
}

.mu-egp-mengenrabatt-stoerer-content p {
  line-height: 135%;
  color: #000;
}

.mu-egp-mengenrabatt-stoerer-content p strong {
  font-weight: 600;
}

.mu-egp-mengenrabatt-stoerer-svg,
.mu-egp-mengenrabatt-stoerer-svg * {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  appearance: inherit;
}

.mu-egp-mengenrabatt-stoerer.mu-egp-mengenrabatt-stoerer {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background-color: var(--mu-color-web-zart-lila);
  border-radius: var(--mu-radius-s);
  gap: var(--mu-spacing-2);
  padding: var(--mu-spacing-2);
  font-size: var(--mu-font-size-p-xxs);
}

tr.cart-free-shipping-notice .mu-egp-mengenrabatt-stoerer {
  margin-bottom: 21px !important;
}

.mu-egp-mengenrabatt-stoerer-inner p {
  color: #000;
}

.mu-egp-mengenrabatt-stoerer-inner bdi {
  font-weight: 600;
  font-size: 16px;
  margin-left: 2px;
}

/* CUSTOM QUANTITY SELECTOR */

.wc-fast-cart__inner-contents .custom-quantity-input {
  display: flex;
  align-items: center;
}

.wc-fast-cart__inner-contents .quantity-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
}

.wc-fast-cart__inner-contents .quantity-display {
  padding: 0 10px;
}

.wfc-cart-table.wfc-cart-table td.product-quantity.product-quantity .minus,
.wfc-cart-table.wfc-cart-table td.product-quantity .nm-qty-minus,
.wfc-cart-table.wfc-cart-table td.product-quantity .nm-qty-plus,
.wfc-cart-table.wfc-cart-table td.product-quantity .plus,
.wfc-cart-table.wfc-cart-table td.product-quantity .qty-adjust {
  display: block !important;
}

.wc-fast-cart__inner-contents .wfc-related-products-list {
  gap: 20px;
}

.wc-fast-cart__inner-contents ul.mu-product-colors > li {
  height: 12px;
  min-width: 12px;
  margin-right: 2px;
}

.wc-fast-cart__inner-contents ul.mu-product-colors > li > span > span {
  display: none;
}

.wc-fast-cart__inner-contents .mu-product-overview__image-holder {
  margin-bottom: 16px;
}

.wc-fast-cart__inner-contents .mu-product-overview__title-holder > span {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  display: block;
  color: #000;
  font-family: var(--mu-font-family-serif);
}

.wc-fast-cart__inner-contents .mu-product-labels-container {
  position: absolute;
  bottom: 16px;
}

.wc-fast-cart__inner-contents .mu-product-labels-container .mu-product-label {
  background-color: var(--colors-coral);
  padding: 2px 11px;
  color: #fff;
  font-family: var(--mu-font-family-serif);
  margin-bottom: 6px;
}

.wc-fast-cart__inner-contents .mu-product-colors {
  margin: 12px 0 18px;
}

.wfc-checkout-buttons a.wfc-exit:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.wfc-checkout-buttons a.wfc-checkout-button:hover {
  opacity: 0.8;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.wc-fast-cart .woocommerce-notices-wrapper {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Hide Coupon Field from Checkout */

button.wfc-coupon-toggle.wfc-coupon-toggle {
  display: none;
}

.wfc-cart-table tbody {
  margin-bottom: 1.2em;
}

.wc-fast-cart__inner-contents
  .mu-product-overview__price
  span.woocommerce-Price-amount.amount {
  font-size: 16px;
}

.wc-fast-cart__inner-contents .mu_product-overview-item {
  margin-bottom: 1.6em;
}

.wfc-cart-collaterals tbody tr:nth-child(n) {
  background-color: transparent;
}

.cart-discount *,
.order-mengenrabatt * {
  color: var(--mu-button-primary-bg) !important;
}

button.wc-fast-cart__close-btn {
  top: 1.6em;
  right: 1.2em;
}

/* PRODUCT PAGE */

.tax-info {
  font-size: 14px;
  display: block;
  margin-left: 8px;
  margin-bottom: 3px;
  color: var(--mu-color-grey-50);
}

.mu-price-wrapper {
  display: flex;
  align-items: flex-end;
}

a.button.wc-backward {
  border-radius: 40px;
  margin-top: 24px;
}

.wfc-checkout__inner-contents .woocommerce-notices-wrapper + p {
  margin-top: 18px;
}

small.includes_tax *,
small.includes_tax {
  font-size: 10px !important;
  color: #000;
  font-weight: 400;
}

.wfc-cart-collaterals tr.order-total > td > strong > .amount {
  display: block;
}

.discount-info {
  font-size: 14px;
  background: #fc6d47 !important;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 1em;
}

/* Gestaltung Warenkorbzähler */
.js-cart-item-amount {
  width: auto;
  min-width: 18px;
  min-height: 18px;
  border-width: 0;
  font-size: 12px;
  top: -7px;
  right: -10px;
  padding: 0 5px;
}

/* WFC CROSS SELLS*/

.wfc-cross-sells.more-than-one.more-than-two.wfc-carousel--has-nav.wfc-carousel.wfc-carousel--installed {
  display: none;
}

/* HIDE AGBS FOR HÄNDLER*INNEN IF CURRENT USER IS NOT A B2B USER */
body:not(.is-b2b-client) .footer-sub-menu a:first-child,
body:not(.is-b2b-client) .footer-sub-menu a:first-child + span,
.is-b2b-client .footer-sub-menu a:first-child + span + a,
.is-b2b-client .footer-sub-menu a:first-child + span + a + span {
  display: none;
}

/* Hide Quantity for Invidiual Sold Products in Cart*/
tr.wfc-cart-form__cart-item.cart_item td.product-quantity {
  font-size: 0px !important;
}
