/*
 Theme Name:   Deux Child
 Theme URI:    http://example.com/deux-child/
 Description:  Deux Child Theme
 Author:       QedQod
 Author URI:   http://example.com
 Template:     deux
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  deux-child
*/
.footer-widgets .widget{
    text-align: right;	
}
ul li,
.wcuf_drag_and_drop_area_description,
#wcuf_file_uploads_container strong,
.wcuf_upload_button_container,
.wcuf_file_name,
.wcuf_multiple_files_actions_button_container,
.product-summary .summary.entry-summary,
.woocommerce div.product div.summary
{
    text-align: right;
}
h4.wcuf_upload_field_title{
    text-align: right;
}
.wcuf_media_preview_container input[type="number"].wcuf_quantity_per_file_input{
    padding: 0 10px;
}
.cart-container-functions .wcuf_upload_drag_and_drop_area {
    border: 2px dashed #018849;
}
.cart-container-functions .wcuf_drag_and_drop_area_icon {
    fill: #018849;
}
.cart-container-functions .wcuf_drag_and_drop_area_description {
    color: #018849;
}
.cart-container-functions h4.wcuf_upload_field_title {
    color: #7c7c80;
    font-size: 16px;
    font-weight: 600;
}
button:hover, button:hover .button:hover, input[type="submit"]:hover, .woocommerce a.button:hover {
    background-color: #ff7a5f !important;
}