/* BESPOKE KOB-21 */
.uc_order_product .order .product-quantity {
    width: auto !important;
    display: flex;
}

.uc_order_product .sale_unit .product-quantity {
    margin-top: 30px;
}

.uc_order_product .quantity-button,
.uc_order_product .quantity-field {
    width: 50px !important;
    height: 50px !important;
}

.uc_order_product input[type="submit"],
.uc_order_product input[type="button"] {
    font-size: 24px;
    line-height: normal;
}

.uc_order_product input.quantity-button {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.uc_order_product .quantity-button,
.uc_order_product .quantity-field {
    background: #fff;
    border: 1px solid #ccc !important;
}

.uc_order_product .quantity-field {
    border-left: none !important;
    border-right: none !important;
    box-shadow: inset 0 0 5px rgba(0,0,0,.15);
}

/* Specific for units-container */
.uc_order_product .units-container {
    display: flex;
    flex-flow: column;
}

.uc_order_product .units-container td {
    display: flex;
    flex-flow: row nowrap;
}

.uc_order_product .units-container input {
    margin: 0 !important;
}

.uc_order_product .units-container tr {
}

.uc_order_product .units-container .description {
    padding-left: 0 !important;
    margin-bottom: 20px !important;
}

.uc_order_product .units-container .btn-u-sea-shop {
    float: none !important;
}

.shop-product .uc_order_product .units-container input.btn-u-sea-shop {
    flex-grow: 1;
    padding: 0 51px 0 15px;
    width: auto;
    height: 60px;
    background: url('/Bespoke/Images/cart_btn.jpg') no-repeat #8ec63f;
    background-position-y: 18px;
    background-position-x: calc(100% - 20px);
    margin-top: 20px;
}

/* Handles uc_order_product in shopping cart overview */
.shopping-cart .uc_order_product .product-quantity input[type="text"] {
    border-left: none !important;
    border-right: none !important;
}

.shopping-cart .uc_order_product .quantity-multiplier {
    width: auto !important;
    height: 30px !important;
}

.shopping-cart .uc_order_product .quantity-multiplier span {
    line-height: normal;
}

.shopping-cart .uc_order_product div.sale_unit {
    display: flex;
    flex-flow: column;
}

.shopping-cart .uc_order_product .product-quantity  {
    margin-bottom: 0;
}
/* End shopping cart overview */

/* Handles uc_order_product in product detail page */
.shop-product .order .normal  {
    display: flex;
    flex-flow: column;
}

.shop-product .uc_order_product input.btn-u-sea-shop {
    flex-grow: 1;
    padding: 0 51px 0 15px;
    width: auto;
    height: 60px;
    background: url('/Bespoke/Images/cart_btn.jpg') no-repeat #8ec63f;
    background-position-y: 18px;
    background-position-x: calc(100% - 20px);
    margin-top: 20px;
}

.shop-product .order .product-quantity {    
    margin-right: 0;
}

.shop-product div.sale_unit {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.shop-product .uc_order_product .product-quantity {
    margin: 0;
}

.shop-product .sale_unit .quantity-multiplier {
    width: 100%;
}

.shop-product .uc_order_product div.sale_unit {
    width: 217px;
}

.shop-product div.sale_unit .quantity-multiplier {
    height: 30px !important;
    width: 150px;
    line-height: 28px !important;
    background: #fafafa;
    border: 1px solid #ccc;
    border-top: none;
}

.shop-product div.sale_unit .quantity-multiplier span {
    line-height: normal;
}

/* Handles 'aantal' label added through 
uc_product_details.js to uc_order_product */
.uc_order_product .label-order-product {
    display: flex;
    align-items: center;
    min-width: 67px;
}

.shop-product .label-order-product span {
    color: #adadad;
}
/* End product details page */

@media (max-width: 767px) {
    .shop-product .uc_order_product .product-quantity {
        flex-flow: row wrap;
    }

    .uc_order_product .label-order-product {
        width: 100%;
    }

    .shop-product div.sale_unit .quantity-multiplier {
        margin-left: initial;
    }
}
/* END BESPOKE KOB-21*/