/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 mai 2019, 11:57:23
    Author     : simon.chauchet
*/

#module-nxspecificideria-validationdr .update-qty .validate_qty {
    float: right;
}

#module-nxspecificideria-validationdr .update-qty .product_quantity_label, 
#module-nxspecificideria-validationdr .update-qty .product_quantity, 
#module-nxspecificideria-validationdr .update-qty .static_qty, 
#module-nxspecificideria-validationdr .update-qty .validate_update,
#module-nxspecificideria-validationdr .update-qty .cancel_update {
    float: left;
    margin-right: 10px;
}

#module-nxspecificideria-validationdr .valid-order-form .validate-order,
#module-nxspecificideria-validationdr .valid-order-form .cancel-order{
    margin-bottom: 15px;
}

#module-nxspecificideria-validationdr .order-mobile {
    padding: 15px 10px;
}

#module-nxspecificideria-validationdr .order-mobile .validate_update, 
#module-nxspecificideria-validationdr .order-mobile .cancel_update {
    float: right;
}

#module-nxspecificideria-validationdr .order-mobile {    
    background-color: white;
}


#module-nxspecificideria-validationdr .order-mobile .validate-order,
#module-nxspecificideria-validationdr .order-mobile .see-order-details {
    float: left;
    margin-right: 15px;
}