/* Архіви — обгортка кількості */
.wcqa-quantity {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
}

.wcqa-quantity input.qty {
    -moz-appearance: textfield;
    text-align: center;
    width: 48px;
    height: 36px;
    margin: 0 4px;
    padding: 0 4px;
    border: 1px solid #d5e6e4;
}

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

/* Кошик — обгортка кількості */
div.quantity.wcqa-enhanced {
    display: inline-flex;
    align-items: center;
}

div.quantity.wcqa-enhanced input.qty {
    -moz-appearance: textfield;
    text-align: center;
    width: 48px;
    height: 36px;
    margin: 0 4px;
    padding: 0 4px;
}

div.quantity.wcqa-enhanced input.qty::-webkit-outer-spin-button,
div.quantity.wcqa-enhanced input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Кнопки - та + */
.wcqa-minus,
.wcqa-plus {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 !important;
    text-align: center !important;
    cursor: pointer !important;
    background-color: #d5e6e4 !important;
    color: #008070 !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.wcqa-minus:hover,
.wcqa-plus:hover {
    background-color: #008070 !important;
    color: #ffffff !important;
}
