.country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 24px;
}
.header-nav.nav-right, .mobile-nav.nav-right {
    --icon-size: 1.5rem;
    gap: 1rem;
    & li.has-icon, .html_topbar_left, .html_topbar_right, .html_top_right_text {
        margin: 0;
        line-height: 1;

        & .quote-menu-link {
            padding: 0;
        }

        & .nav-top-link, a:has(.icon-menu), i {
            padding: 0;
            font-size: var(--icon-size)!important;
            color: var(--color-black);
            line-height: 1;
        }
    }

    & .icon-user::before {
        display: block;
        content: '';
        background-image: url('../img/sd-user.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: var(--icon-size);
        height: var(--icon-size);
    }

    & .icon-shopping-basket::before {
        display: block;
        content: '';
        background-image: url('../img/sd-cart.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: var(--icon-size);
        height: var(--icon-size);
    }

    & .icon-heart-o::before {
        display: block;
        content: '';
        background-image: url('../img/sd-heart.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: var(--icon-size);
        height: var(--icon-size);
    }

    .quote-menu-link .quote-count {
        background-color: var(--fs-color-secondary);
        border-radius: 99px;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
        color: #fff;
        font-family: Arial, Sans-serif !important;
        font-size: 11px;
        font-style: normal;
        font-weight: bolder;
        height: 17px;
        letter-spacing: -.5px;
        line-height: 17px;
        min-width: 17px;
        opacity: .9;
        padding-left: 2px;
        padding-right: 2px;
        position: absolute;
        right: -10px;
        text-align: center;
        top: -10px;
        transition: transform .2s;
        z-index: 1;
    }   

    & .header-cart-icon img[width="1"][height="1"] {
        width: var(--icon-size);
    }

    & .nav-dropdown .widget_shopping_cart {
        padding: 2rem;

        & .variation {
            display: none;
        }
    }
}

@media (max-width: 849px) {
    .country-selector.weglot-dropdown .wgcurrent span {
        padding-right: 12px;
    }
    .country-selector.weglot-dropdown .wgcurrent span:before, .country-selector.weglot-dropdown .wgcurrent:after {
        display: none;
    }
    .header-nav.nav-right, .mobile-nav.nav-right {
        --icon-size: 1.25rem;
        gap: .5rem;
    }
}

.sd-scope #wrapper .woocommerce-message {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: white;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: .5rem;
    font-size: .8rem;
}

.woocommerce-cart .cart-container, .woocommerce-checkout .cart-container {
    padding-top: 200px!important;
}

.woocommerce-cart .checkout-button {
    background: var(--color-brown);
    color: var(--color-white);
}

.woocommerce-cart .checkout-button:hover {
    background: var(--color-mocha);
}

.woocommerce-cart .cart-collaterals .col-inner {
    background: var(--color-linen);
    padding: var(--space-lg) !important;
}
.woocommerce-cart .cart-collaterals::before {
    content:'';
    background: url('../img/Mönster/SVG/SupportDesign__Monster-transparentBG.svg');
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% -10%;
    opacity: 100;
}

td, th {
    border-bottom: 0px !important;
    font-size: unset !important;
}

.cart_item .variation dt {
    float: unset;
}

.woocommerce-cart .cart-sidebar .widget-title{
    border: none;
}

.woocommerce-cart .ux-cart-coupon button{
    color: var(--color-black);
    background: var(--color-stone);
}

.woocommerce-cart .ux-cart-coupon button:hover {
    background: var(--color-linen);
}

.product-price-row input[type=button], .product-quantity input[type=button]  {
    background-color: transparent;
    border: none;
}

.sd-scope span.amount {
    font-weight: normal;
}

.sd-scope .single-product .image-tools {
    display: none;
}

.ux-quantity.quantity {
    align-items: center;
    overflow: hidden;
    background: var(--color-green);
}

.ux-quantity__button {
  border: none;
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease;
  color: var(--color-white) !important;
}

.ux-quantity__button:hover {
  background: #e0e0e0;
}

.ux-quantity .qty {
  width: 60px;
  border: none;
  text-align: center;
  font-size: 1rem;
  padding: 0.75rem 0;
}

.ux-quantity .qty:focus {
  outline: none;
}

.ywraq-wrapper, .woocommerce-MyAccount-content {
    padding-top: 200px;
}

.yith-request-a-quote-page .product-subtotal {
    display: none;
}