.wooccm-clearfix {
  float: none;
}
.wooccm-clearfix:before,
.wooccm-clearfix:after {
  content: '';
  display: table;
}
.wooccm-clearfix:after {
  clear: both;
}
.button.fileinput-button {
  position: relative;
  overflow: hidden!important;
}
.button.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.wooccmupload_list {
  margin: 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.wooccmupload_list .wooccmupload_file {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  padding: 10px 5px 0 5px;
  width: 25%;
  max-height: 90px;
  position: relative;
}
.wooccmupload_list .wooccmupload_file .wooccmupload_file_delete {
  position: absolute;
  top: 2px;
  right: -3px;
  width: 16px;
  height: 16px;
  background-color: #222;
  display: block;
  line-height: 13px;
  text-align: center;
  color: #fefefe;
  font-weight: 900;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}
.wooccmupload_list .wooccmupload_file .wooccmupload_file_container {
  width: 100%;
  overflow: hidden;
}
/*# sourceMappingURL=wooccm.css.map */