/* BESPOKE GS-13: DESIGN PRODUCT LIST */
.uc_order_product .product-quantity .quantity-button {
    border-radius: 25px !important;
}

.uc_order_product .product-quantity .quantity-button[value="-"] {
    position: absolute;
    left: 0;
}

.uc_order_product div.product-quantity .quantity-button[value="+"] {
    position: absolute;
    right: 0;
}

.uc_order_product .order div.product-quantity {
    width: 110px !important;
    justify-content: center;
    position: relative;
}

.uc_order_product div.product-quantity .quantity-field {
    border-radius: 0 !important;
    width: 70px !important;
}
/* END BESPOKE GS-13 */