﻿div.uc_order_product .product-quantity {
    float: none;
    display: inline-block;
    width: 120px !important;
    margin-bottom: 10px;
}

    div.uc_order_product .product-quantity .quantity-multiplier {
        width: auto;
    }

div.uc_order_product div.units .quantity-plus {
    margin-left: -4px;
}

div.uc_order_product div.units {
    width: 100%;
    padding-bottom: 5px;
}

    div.uc_order_product div.units table td.description {
        padding-left: 10px;
    }

div.uc_order_product .btn-u {
    width: 112px;
    height: 35px;
    display: inline-block;
}

div.uc_order_product input .test {
    color: red !important;
    background-color: white;
    border: 1px solid red;
}

@media (min-width: 450px) {
    div.productdetails div.uc_order_product .btn-u {
        float: right;
    }
}

/* BESPOKE */
.shop-product .uc_order_product .btn-u {
    font-size: 16px !important;
}

@media (max-width: 991px) {
    .uc_product_details_v2 .shop-product .uc_order_product .normal > .inputbutton.btn-u,
    .uc_product_details_v2 .shop-product .uc_order_product .units-container > .inputbutton {
        text-indent: 0 !important;
        width: auto !important;
        height: 35px !important;
        padding: 0 10px !important;
    }
 
    .uc_product_details_v2 .shop-product .uc_order_product .normal::before {
        content: '' !important;
    }

    .uc_product_details_v2 .shop-product .uc_order_product .normal {
        flex-flow: row wrap !important;
    }

    .uc_product_details_v2 div.shop-product .uc_order_product .normal .product-quantity {
        margin-bottom: 15px !important;
    }

    .uc_product_details_v2 div.shop-product .uc_order_product .normal .product-quantity {
        width: 112px !important;
        margin-right: 15px !important;
    }

    .uc_product_details_v2 div.shop-product .uc_order_product .normal .quantity-field {
        width: 40px !important;
        height: 35px !important;
    }

    .uc_product_details_v2 div.shop-product .uc_order_product .normal .quantity-button {
        width: 35px !important;
        height: 35px !important;
    }
}
/* END BESPOKE */