div.uc_order_product .btn-u {
    width: 200px;
    background: #2fb14c!important;
}

@media (max-width: 1200px) and (min-width: 991px) {
    div.uc_order_product .btn-u {
        width: 150px;
    }
}

div.uc_order_product .quantity-field, div.uc_product_details_v2 .shop-product .uc_order_product .quantity-field {
    margin-left: 0px !important;
    border: 1px solid #2fb14c !IMPORTANT;
    color: #2fb14c !important;
}

div.uc_order_product .quantity-button {
    background: none!important;
    color: #2fb14c!important;
    border: 1px solid #2fb14c!important;
}

@media (max-width: 991px) {
    div.uc_order_product .quantity-field {
        max-width:40px;
    }

    div.uc_order_product .input-group-btn:last-of-type {
        float: left;
    }
}

@media (max-width: 768px) {
    div.uc_order_product .btn-u {
        width: 100px;
    }
}
