@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?h6gyqb');
  src:  url('../fonts/icomoon.eot?h6gyqb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?h6gyqb') format('truetype'),
    url('../fonts/icomoon.woff?h6gyqb') format('woff'),
    url('../fonts/icomoon.svg?h6gyqb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rotate-left:before {
  content: "\e900";
}
.icon-undo:before {
  content: "\e900";
}
.icon-repeat:before {
  content: "\e901";
}
.icon-rotate-right:before {
  content: "\e901";
}
.icon-crop:before {
  content: "\e902";
}

#wcpauau-modal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wcpauau-modal-bg {
  background: rgba( 0, 0, 0, 0.2 );
  width: 100%;
  height: 100%;
}
.wcpauau-modal-inner {
  width: 90%;
  /* max-width: 800px; */
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate( -50%, -50% );
  transform: translate( -50%, -50% );
}
.wcpauau-modal-content {
  position: relative;;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.dropzone.dz-clickable .wcpauau-edit {
  cursor: pointer;
}
td.dz-extra-fields {
  display: none
}
.quantity-per-upload td.dz-extra-fields {
  display: table-cell
}
