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

.quantity .qty_button.minus,
.quantity .qty_button.plus {
    background-color: #203567;
    border-radius: 50%;
    padding: 0;
    color: white;
    border: none;
    outline: none;
    font-size: 22px;
    width: 40px;
    height: 40px!important;
}
.woocommerce .quantity .input-text.qty.text {
    background: #EEF1F8;
    border-radius: 5px;
    color: #3C416B;
    border: none;
    font-family: "Albert Sans";
}
