.qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    overflow: hidden;
}

.qty-wrapper input.qty {
    -moz-appearance: textfield;
    appearance: textfield;
    border: none !important;
    border-left: 1px solid #d0d0d0 !important;
    border-right: 1px solid #d0d0d0 !important;
    border-radius: 0 !important;
    text-align: center;
    width: 48px !important;
    padding: 8px 4px !important;
    margin: 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
}

.qty-wrapper input.qty::-webkit-inner-spin-button,
.qty-wrapper input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    text-align: center;
}

.qty-btn {
    background: #fff !important;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding: 8px 12px;
    color: var(--e-global-color-primary) !important;
    transition: background 0.15s;
    flex-shrink: 0;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 !important;
}

.qty-btn:hover {
    background: #f0f0f0;
}

.qty-btn:focus,
.qty-btn:focus-visible {
    outline: none;
    box-shadow: none;
    background: #f0f0f0;
}

.qty-btn:active {
    background: #e0e0e0;
    outline: none;
    box-shadow: none;
}
