.cart_flex-wrap {

    display: flex;

        display: -webkit-flex;

    display: -ms-flexbox;

    width: 100%;

    align-items: center;

    justify-content: space-between;

    border: 1px solid #e4e4e4;

    border-left: 0px;

    border-right: 0px;

    padding: 10px 0px;

}



.cart_flex-wrap input.quantity-selector {

    max-width: 72px;

    text-align: center;

    padding: 0px;

    font-size: 18px;

    color: #6a6a6a !important;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    margin: 0; 

    border: 2px solid #769c8b;

    outline: none;

    height: 40px;



}



/* Chrome, Safari, Edge, Opera */

.cart_flex-wrap input::-webkit-outer-spin-button,

.cart_flex-wrap input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



/* Firefox */

/* .cart_flex-wrap input[type=number] {

  -moz-appearance: textfield;

} */
.cart-qty-div.custom_quant_bar {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}


.cart_flex-wrap button#add, .cart_flex-wrap button#sub  {

    height: 40px;

    background: #769c8b;

    border: 0px;

    color: #ffffff;

    width: 40px;

    outline: none;

    font-size: 18px;
padding: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}