.elementor-9190 .elementor-element.elementor-element-3e629d19{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-60891ac6 *//* Center Quantity Column */
.woocommerce-cart td.product-quantity {
    text-align: center;
}

.woocommerce-cart td.product-quantity .quantity {
    margin: 0 auto;
}

/* Quantity Pill */
.woocommerce .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height: 46px;
    border: 1.5px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    padding: 0 12px;
}

/* Buttons */
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    width: 18px;
    height: 18px;
    border: none;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #1F4A37;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quantity Number */
.woocommerce .quantity input.qty {
    width: 20px;
    border: none !important;
    background: transparent;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #444;
    padding: 0;
    box-shadow: none !important;
}

/* Remove arrows */
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity input.qty[type=number] {
    -moz-appearance: textfield;
}/* End custom CSS */