/* Drag & Drop won't work otherwise */
/*.cart-collaterals {
	pointer-events: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table, .wc-proceed-to-checkout, .woocommerce .cart_totals, .checkout_coupon, .cart-update-buttons, 
.checkout-button, .cart-collaterals button, .cart-collaterals input, .cart_totals input, #shipping_method input, .cart-collaterals li
{
	pointer-events: all;
}*/
/* */

.wcuf_single_upload_field_container 
{
  /* display: inline-block; */ 
  width:100%;
  display:block;
  clear:both;
  margin-bottom: 50px;
  vertical-align: top;
  padding: 10px 15px 15px 15px;
  border: 1px #dedede solid;
}
.wcuf_upload_fields_row_element 
{
  /* padding: 10px 15px 10px 15px;
  border: 1px #dedede solid; */
  display: inline-block;
  vertical-align: top;
  /* float: left; */
  margin-right: 40px;
  margin-bottom: 25px;
  width: 320px;
  overflow:hidden;
 /*  background: #fafafa; */
  padding: 15px;

}
.variation.wcuf-details {
	margin-top: 10px;
}
.wcuf_single_upload_field_container p, .wcuf_feedback_textarea
{
	display: block;
    clear: both;
}

.wcuf_multiple_file_progress_container
{
	display:none;
	margin-bottom: 5px;
}
.wcuf_bar
{
	background-color: grey;
    display: block;
    height: 10px;
    width: 100%;
}
.wcuf_upload_status_box
{
	display:none;
	width:90%;
}
.wcuf_required_label:after { content:" *";  color:red;}

.wcuf_spacer
{
	display:block; height:10px;
	width:100%;
	clear: both;
}
.wcuf_spacer2
{
	display:block; 
	height:25px;
	width:100%;
	clear: both;
}
.wcuf_spacer3,.wcuf_spacer4
{
	display:block; height:50px;
	width:100%;
	clear: both;
}
.wcuf_file_uploads_container strong {
   display: block;
  clear:both;
}
.wcuf_deleting_message
{
	display:none;
}
input[type="file"].wcuf_file_input
{
	/* display:none; */
	opacity:0;
	position:absolute;
	z-index: -10;
	width: 10px;
}
button.button.wcuf_upload_multiple_files_button,.button.wcuf_upload_multiple_files_button,  .woocommerce a.button.wcuf_upload_multiple_files_button, 
.woocommerce button.button.wcuf_upload_multiple_files_button, .woocommerce input.button.wcuf_upload_multiple_files_button
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_multiple_files_button, 
.wcuf_file_uploads_container .button.wcuf_upload_multiple_files_button,
#top form.cart .button.wcuf_upload_multiple_files_button
{
	display:none;
}
.wcuf_multiple_files_list
{
	margin-top: 3px;
	display:block;
}
.wcuf_single_file_name_in_multiple_list
{
	font-weight:bold;
	font-style: italic;
	font-size: 14px;
	word-wrap: break-word;
}
.wcuf_file_name
{
	display:none;
	clear:left;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 10px 0px 10px;
	border: 1px #eee solid;

}
.wcuf_file_preview_list_item
{
	margin-bottom: 5px;
}
.wcuf_upload_field_title.wcuf_summary_uploaded_files_title
{
	margin-top:15px;
}
.wcuf_summary_uploaded_files_list_spacer
{
	display:block;
	clear:both;
	height:10px;
}
#wcuf_summary_uploaded_files
{
	margin-bottom:40px;
}
.wcuf_disclaimer_checkbox
{
	 margin-right: 5px;
    top: 3px;
    vertical-align: bottom;
	position: relative;
}
.wcuf_disclaimer_label
{
	display:block;
	clear:both;
	margin: 10px 0px 10px 0px;
}
.wcuf_upload_field_title
{
	color: inherit !important;
	}
.wcuf_feedback_textarea
{
			height: 100px;
			margin-top: 0px;
	margin-bottom: 5px;
}
.wcuf_max_size_notice
{
	margin-top: 5px;
	margin-bottom: 0px;
}
.wcuf_cart_image_thumb
{
	margin-right: 3px;
	margin-bottom: 3px;
}