/*
Theme Name: Enhanz
Theme URI: https://kaizenbrandevolution.com/
Author: Kaizen Brand Evolution
Version: 1.0.0
Text Domain: enhanz
*/
.ez_file_emmpty{
    font-size: 12px;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-image: url('https://enhanz.co.uk/wp-content/uploads/2023/05/enloader.gif') !important;
  background-position: center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
}