.fb-quantity {
    display: flex;
    background: #fff;
    border-radius: 12px;
    box-shadow: -5px 5px 20px -10px #ccc;
    padding: 5px;
}
.fb-quantity :is(.fb-btn, .input-text) {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fb-btn {
    cursor: pointer;
    flex: 30%;
}
.fb-btn:hover svg {
    fill: #f00;
}
.fb-quantity .input-text {
    border: none;
    font-family: "Peyda", Sans-Serif;
    flex: 40%;
    border-radius: 10px;
    background: #fbfbfb;
    -moz-appearance: textfield;
}
.fb-quantity .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.fb-quantity .input-text:focus {
    outline: none;
    background: #f7f7f7;
}