.theme-prod-box  [data-zs-quantity-container] {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.theme-prod-box  [data-zs-quantity-container] input {
    width: 40px;
    height: 40px;
}

.theme-prod-box [data-zs-quantity] {
    text-align: center;
     border-color: #000
}

.theme-prod-box [onclick="increaseCount(this)"],.theme-prod-box [onclick="decreaseCount(this)"] {
    background:transparent;
    color: #000;
    border: 1px solid;
}