/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.wcuf_cart_preview_feedback_container {
	display: block;
	word-wrap: break-word;
	max-width: 400px;
	margin-top: 10px;
	border: 1px solid #dedede;
	padding: 10px;
}
.wcuf_cart_preview_feedback_text 
{
	font-style: italic;
	font-size: 14px;
}
.wcuf_delete_button, .wcuf_upload_field_button, .wcuf_upload_multiple_files_button, .wcuf_upload_button,
.wcuf_crop_button, .wcuf_just_selected_multiple_files_delete_button, .wcuf_upload_multiple_files_mirror_button
{
	width: auto !important;
}
.wcuf_mandatory_crop
{
	border: 1px solid red;
}
.wcuf_crop_button
{
	margin-top: 5px !important;
}
.wcuf_drag_and_drop_area_icon
{
	vertical-align: middle;
    pointer-events: none;
	width: 100% !important;
    height: 45px;
    fill: #bbb;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.wcuf_dragover
{
	background-color: #f2f2f2;
}
#wcuf_file_uploads_container
{
	pointer-events: all;
}
.wcuf_upload_drag_and_drop_area 
{
  padding: 15px;
  border: 2px dashed #bbb;
  cursor: pointer;
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.wcuf_drag_and_drop_area_description 
{
  text-align: center;
  color: #bbb;
  font-weight: bold;
}

.wcuf_total_single_line_container
{
	display: block;
	clear: both;
}
.wcuf_extra_costs_label
{
	font-weight: bold;
}
.wcuf_totals_container
{
	border: 1px #dedede solid;
	margin-bottom: 10px;
	display: block;
	clear: both;
	padding: 20px;
}
.wcuf_summany_box_totals_container
{
	clear: none;
	overflow: hidden;
	max-width: 300px;
	width: auto;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 3px;
}
td img.wcuf_file_preview_list_item_image 
{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.wcuf_item_cart_image_previews
{
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}
.wcuf_cart_file_preview_name {
    display: block;
    clear: both;
	font-size: 12px;
	word-wrap: break-word;
	max-width: 100px;
	overflow: hidden;
}
.wcuf_cart_file_preview_quantity
{
	display: block;
    clear: both;
	font-size: 12px;
	word-wrap: break-word;
	max-width: 100px;
	overflow: hidden;
}
.wcuf_preview_quantity, .wcuf_preview_price, .wcuf_preview_feedback
{
	display: block;
	margin-left: 5px;
}
.wcuf_preview_quantity:not(:empty):before,  .wcuf_preview_price:not(:empty):before, .wcuf_preview_feedback:not(:empty):before
{
    content: "\2022  ";
}

.wcuf_cart_preview_container 
{
    display: inline-block;
    vertical-align: top;
	margin-right: 5px;
	margin-bottom: 10px;
}
.woocommerce-cart table.cart img.wcuf_file_preview_list_item_image
{
	/*height: 50px ;
	width: 50px; 
	width: 120px;
	height: 120px;*/
	
	display: block;
	clear: both;
}
.woocommerce-cart table.cart img.wcuf_file_preview_icon
{
	/* height: 50px ;
	width: 50px;*/
	width: 70px;
	height: 100px; 
	display: block;
	clear: both;
}
.woocommerce-cart table.cart audio
{
	/* height: 50px ;
	width: 50px; */
	width: 200px;
	display: block;
	clear: both;
}
.wcuf_file_preview_icon
{
	/* float: left; */
	margin-right: 3px;
	margin-bottom: 3px;
	/* height: 50px ; */
	width: 50px;
	display: block;
}
.wcuf_single_file_name_in_multiple_list
{
	font-weight:bold;
	font-size: 14px;
	word-wrap: break-word; 
}
/* .wcuf_single_file_name_in_multiple_list {
    text-overflow: ellipsis;
    overflow : hidden;
    white-space: nowrap;
}

.wcuf_single_file_name_in_multiple_list:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
} */

.wcuf_summary_file_list_block 
{
    display: inline-block;
   /*  margin-right: 20px; */
	/*border: 1px #dedede solid;*/
	padding: 15px;
	margin-bottom: 10px; 
}
.wcuf_summary_file_list_block_new_line
{
	width:100%;
	height:10px;
	display:block;
	clear:both;
}

.wcuf_media_control
{
	width:100%;
}
button.button.delete_button
{
	margin-bottom: 3px;
}
.wcuf_already_uploaded_data_container h4
{
	margin-bottom: 0px;
}
.wcuf_already_uploaded_data_container
{
	display:block;
	clear:both;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	border: 1px #dedede solid;

}
ol.wcuf_file_preview_list
{
	/* list-style: decimal;*/ 
	list-style: none;
	/* margin: 0px 0px 10px 15px; */
	margin:0px;
	display: block;
	clear: both;
	overflow: hidden;
}
.wcuf_preview_file_title
{
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	word-wrap: break-word;
	word-break: break-all;
	padding-right: 10px;
}
.wcuf_required_upload_add_to_cart_warning_message
{
	font-style:italic;
	margin-bottom: 15px;
	clear:both;
}
a.button.download_small_button {
 /*  font-size: 13px;
  padding: 6px;
  margin-top: 2px; */
   font-size: 13px;
    padding: 6px;
    margin-top: 2px;
    display: inline-block;
}
img.wcuf_file_preview_list_item_image {
    height: auto;
    max-width: 100%;
    display: block;
	margin-top: 5px;
}
button.button.wcuf_upload_field_button {
  margin-bottom: 3px !important;
}
#wcuf_crop_upload_image_for_rotating_status_box
{
	display:none;
}
#wcuf_crop_rotating_upload_status_message
{
	display:block;
	clear:both;
	margin-top:5px;
}
#wcuf_crop_container_actions {
	margin-top: 15px;
}
#wcuf_crop_container
{
	
}
#wcuf_rotate_left_svg, #wcuf_rotate_left_svg, #wcuf_zoom_in_svg, #wcuf_zoom_out_svg
{
  width: 12px;
  height: 12px;
  fill: white;
}
#wcuf_image_to_crop
{
	height: 75vh; /* vh -> Viewport height*/
	width: 75vw;
}
#wcuf_cropper_popup {
	background: #fff none repeat scroll 0 0;
	margin: 40px auto;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
	position: relative;
	text-align: center;
	color: black;
}
#wcuf_alert_popup
{
	background: #fff none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 700px;
    padding: 20px 30px;
    position: relative;
    text-align: center;
	color:black;
}
#wcuf_close_popup_alert, #wcuf_leave_page
{
	margin-top: 20px;
	/* padding: 3px 15px 3px 15px; */
}
#wcuf_alert_popup_title, #wcuf_cropper_popup_title
 {
  text-align: left;
  border-bottom: 1px solid #dedede;
  padding-bottom: 3px;
}
.wcuf_single_image_preview
{
  margin-right: 3px;
}
.wcuf_quantity_per_file_container
{
	display: block;
	clear:both;
    margin: 20px 0 20px 5px;
}
input[type="number"].wcuf_quantity_per_file_input
{
	width: 60px; 
	padding: 0px;
	margin-left: 5px;
	text-align: center;
	border:none;
	background-color: #eeeeee;
}
.wcuf_single_file_name_container
{
	display:block;
	clear:both;
	/* margin-top: 10px; */
}
button.button.wcuf_just_selected_multiple_files_delete_button, .wcuf_just_selected_multiple_files_delete_button, 
.woocommerce.single.single-product .entry-summary form button.button.wcuf_just_selected_multiple_files_delete_button,
button.button.wcuf_upload_multiple_files_mirror_button , .wcuf_upload_multiple_files_mirror_button , 
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_multiple_files_mirror_button
{
	margin-bottom: 3px;
}
.wcuf_multiple_files_actions_button_container
{
   display: none;
}
.wcuf_delete_single_file_in_multiple_list.wcuf_delete_file_icon,
.wcuf_delete_single_file_stored_on_server.wcuf_delete_file_icon
{
	background:url(//customshirt.ie/wp-content/plugins/woocommerce-upload-files/img/delete-icon-resized.png);
	height:16px;
	width: 16px;
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
	display:inline-block; 
	vertical-align:middle;
	margin-top: -5px;
}
.wpuef_text_field_description
{
	display:block;
	margin: 0px 0 5px 0;
}
audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


.wcuf_file_preview_list_item /* , .wcuf_file_preview_list_item * */
{
	/* display: block; */ /* This remove the numerics */
	/* clear: both; */
	/* float:left; */
}
li.wcuf_file_preview_list_item
{
	/* never used */
	/* vertical aligned */
	/* float: left;
    display: inline-block;
    vertical-align:middle;
    height: 120px;
	width: 120px;
    margin-right: 20px; */
	
	/* new */
	margin-top: 10px;
	display:block;
	/* clear:both;  */
	
}
#wcuf_summary_uploaded_files li.wcuf_file_preview_list_item
{
	/* width: 150px; 
	height: 160px;*/
	clear:none;
	overflow: hidden;
	/* margin: 0px 40px 50px 0px; */
	max-width: 300px;
	width: auto;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 3px;
}
/* multiple image preview list sorted horizontally */
.wcuf_single_file_in_multiple_list
{
	/* float: left; */
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	/* margin-right: 30px;
	margin-bottom: 10px;
	max-width: 200px; */
	margin-right: 10px;
	margin-bottom: 0px;
	width: 240px;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 10px;
	margin-top: 10px;
}
li.wcuf_file_preview_list_item
{
	/* float: left; */
	/* margin-right: 10px;
	margin-bottom: 20px;
	width: 200px; */
		
	margin-right: 5px;
	margin-bottom: 5px;
	width: 240px;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	
	/* border: 1px dashed #dedede; */
	background: #f9f9f9;
	border-radius: 3px;
	padding: 10px;
	
}
.wcuf_file_name 
{
	overflow: hidden;
}
button.wcuf_single_crop_button
{
	display: block;
	margin-top: 5px !important;
}
button.wcuf_single_crop_button:before
{
	content: "" !important;
}
.wcuf_feedback_textarea:required
{
	border: 1px solid red;
}
.wcuf_update_feedback_text_container 
{
	margin-bottom: 5px;
}
.wcuf_update_feedback_loader 
{
	display: none;
}.wcuf_upload_fields_row_element 
{
 margin-bottom: 25px;
 /* background: #FbFbFb; */
  padding: 15px;
  overflow: hidden;
}
.wcuf_single_upload_field_container 
{
  /* padding: 10px 15px 15px 15px; */
  border: 1px #dedede solid;
  margin-bottom: 10px;
  margin-top: 3px;
  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%;
	border-radius: 3px;
}
.wcuf_upload_status_box
{
	display:none;
	width:90%;
}
.wcuf_required_label:after { content:" *";  color:red;}
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_field_button::before, 
.woocommerce.single.single-product .entry-summary form button.button.delete_button::before,
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_multiple_files_button::before,
.woocommerce.single.single-product .entry-summary form button.button.wcuf_remove_button_extra_content::before,
.woocommerce.single.single-product .entry-summary form button.button.wcuf_just_selected_multiple_files_delete_button::before,
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_multiple_files_mirror_button::before
{
  content:none
}
.woocommerce.single.single-product .entry-summary form button.button.wcuf_upload_multiple_files_button
{
	width: auto;
}
#wcuf_deleting_message
{
	display:none;
}
.wcuf_spacer
{
	display:block; height:2px;
	width:100%;
	clear: both;
}
.wcuf_spacer2
{
	display:block; 
	height:5px;
	width:100%;
	clear: both;
}
.wcuf_spacer3
{
	display:block; height:0px;
	width:100%;
	clear: both;
}
.wcuf_spacer4
{
	display:block; height:50px;
	width:100%;
	clear: both;
}

.wcuf_field_hidden
{
	display:none;
}
input[type="file"].wcuf_file_input
{
	/* display:none; */
	opacity:0;
	position:absolute;
	z-index: -10;
	width: 10px;
}
.button.wcuf_upload_field_button {
	  width: auto !important;
}
.wcuf_product_ajax_container
{
	width: 100%;
}
#wcuf_file_uploads_container{ min-width:300px }
	
#wcuf_file_uploads_container strong {
  display: block;
  clear:both;
}
button.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_file_name
{
	display:none;
	clear:left;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px 10px 5px 10px;
	border: 1px #dedede solid;
}
.wcuf_file_preview_list_item
{
	margin-bottom: 5px;
}
.wcuf_summary_uploaded_files_list_spacer
{
	display:block;
	clear:both;
	height:20px;
}
#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;
}
h4.wcuf_upload_field_title
{
	color: inherit;
	font-size: inherit;
}
.wcuf_feedback_textarea
{
			height: 100px;
			margin-top: 0px;
	margin-bottom: 5px;
}
.wcuf_max_size_notice
{
	margin-top: 5px;
	margin-bottom: 0px;
}