.care-ts-quantity-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.care-ts-quantity-input {
    text-align: center;
}

.care-ts-quantity-btn {
    margin: 0 0 8px 0;
    border-radius: 10px;
    padding: 0;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.care-ts-quantity-minus{
    margin-right: -40px;
}

.care-ts-quantity-plus{
    margin-left: -40px;
}

/* Chrome, Safari, Edge, Opera */
.care-ts-quantity-input::-webkit-outer-spin-button,
.care-ts-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.care-ts-quantity-input {
    -moz-appearance: textfield;
}