/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
}

.wpf-umf-upload-bar,
.wpf-umf-upload-bar-progress {
  border-radius: 3px;
  -moz-border-radius: 3px;
}

#wpf-umf-upload-boxes {
  margin-top: 1.5em;
}

#wpf-umf-upload-boxes form fieldset {
  margin-bottom: 0.8em;
}

#wpf-umf-upload-boxes form fieldset legend {
  color: #222325;
  font-family: "visby-cf";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 147.826% */
  letter-spacing: -0.6px;
}

#wpf-umf-upload-boxes form fieldset legend .wpf-umf-upload-variation {
  color: #222325;
  font-family: "visby-cf";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

#wpf-umf-upload-boxes .wpf-umf-item-product-item {
  padding: 0.8em;
  margin: 0.8em 0;
}

#wpf-umf-upload-boxes .wpf-umf-item-product-item-number {
  text-align: center;
  background: #F4EBE0;
  color: #222325;
  padding: 0.2em;
}

#wpf-umf-upload-boxes .wpf-umf-single-upload-buttons-wrapper {
  float: left;
}

#wpf-umf-upload-boxes .wpf-umf-loading {
  float: right;
  margin-top: 1.5em;
}

/* Single upload box */
.wpf-umf-single-upload {
  border-bottom: 2px solid #dedede;
  padding: 0.8em 0 1.5em;
  color: #5F5F5F;
}

.wpf-umf-single-upload .wpf-umf-single-upload-notice {
  margin-top: 1.5em;
  background: #FDFBF9;
  padding: 1em;
  color: #222325;
  font-family: "visby-cf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.wpf-umf-single-upload .wpf-umf-single-upload-field {
  margin-top: 0.4em;
}

.wpf-umf-single-upload:last-of-type {
  border: 0;
}

.wpf-umf-single-upload .wpf-umf-single-upload-description {
  display: none;
}

/* Ajax uploader */
.wpf-umf-upload-bar {
  background: #F4EBE0;
  height: 0.8em;
}

.wpf-umf-upload-bar-progress {
  height: 0.8em;
  background: #FFB712;
  width: 0;
}

.wpf-umf-upload-bar-progress.upload-success {
  background: #FF4A11;
}

.wpf-umf-upload-bar-progress.upload-error {
  background: #CC3B3D;
}

.wpf-umf-error-el {
  background: #CC3B3D;
  color: #FFF;
  padding: 5px;
  font-size: 0.8em;
  margin-top: 1.5em;
  display: none;
}

.wpf-umf-html-error {
  display: block!important;
  margin: 0.8em 0;
}

.wpf-umf-single-upload-buttons,
.wpf-umf-single-upload-buttons-dummy {
  margin-top: 1.5em;
}

.wpf-umf-upload-file-name {
  float: left;
}

.wpf-umf-upload-percent {
  float: right;
  font-weight: bold;
}

.wpf-umf-dropzone {
  padding: 1.2em 0;
  font-size: 1.2em;
  width: 100%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border: 3px dashed #222325;
  color: #222325;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* Single uploaded file */
.wpf-umf-uploaded-files-container {
  margin-top: 0.8em;
}

.wpf-umf-single-uploaded-file {
  padding: 0.3em;
  margin: 0.3em 0;
  background: #F7F7F7;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-thumb {
  width: 100px;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-info {
  width: 380px;
  margin-left: 0.8em;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-delete-wrapper {
  width: 50px;
  height: 1.5em;
  padding-top: 1em;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-delete {
  text-align: center;
  vertical-align: middle;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-delete-button {
  color: #757575;
  text-decoration: none;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-thumb img {
  border: 1px solid #dedede;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-file-img {
  background: url('../img/icon_file.png');
  height: 46px;
  width: 43px;
  color: #FFF;
  font-size: 0.7em;
  padding: 1.5em 0 0 1em;
  box-sizing: border-box;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-file-name {
  font-weight: bold;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-file-status {
  font-size: 0.8em;
  margin-top: 0.5em;
}

.wpf-umf-single-uploaded-file .wpf-umf-suf-file-status .dashicons-marker {
  margin-right: 0.3em;
}

/* Status colors */
.on-hold .wpf-umf-suf-file-status .dashicons-marker {
  color: #FF7B0F;
}

.approved .wpf-umf-suf-file-status .dashicons-marker {
  color: #387000;
}

.declined .wpf-umf-suf-file-status .dashicons-marker {
  color: #E00013;
}

/* Uploading message */
#wpf-umf-uploading {
  text-align: center;
  padding: 0.5em;
  border: 1px solid #dedede;
  font-weight: bold;
  margin-top: 1.1em;
  background: #F7F7F7;
  display: none;
}

/* Uploads add-on */
.wpf-umf-header {
  margin: 25px 0;
}

.wpf-umf-header h2 {
  margin: 0;
}

.wpf-umf-header.before h2 {
  float: left;
}

.wpf-umf-header.before .wpf-umf-view-cart-button {
  float: right;
}

#wpf-umf-uploads-wrapper fieldset {
  display: block!important;
}