/*
Theme Name: Electronics Equipment Pro
Theme URI: https://www.wpmetaverse.net/themes/wpmetaverse-wordpress-theme/
Author: wpmetaverse
Author URI: https://www.wpmetaverse.net/
Description: The Premium wpmetaverse WordPress Theme is a sophisticated and feature-rich website template designed for libraries, schools, universities, and other educational institutions. It is an excellent option for showcasing a variety of content, including books, videos, articles, and other educational resources.
templates, pagination option and multiple inner page templates. You also have enable-disable option on all sections.
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: electronics-equipment-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Electronics Equipment Pro WordPress Theme has been created by wpmetaverse(wpmetaverse.net), 2023.
Electronics Equipment Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*--------- Site Loader --------------*/
.preloader {
  background: #210714;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
    justify-content: center;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 45px;
  aspect-ratio: .75;
  --c: no-repeat linear-gradient(#FFFFFF 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  background-size: 20% 60%;
  animation: l9 1s infinite;
}
@keyframes l9 {
  33% {background-position: 0% 0%  ,50% 100%,100% 0%  }
  66% {background-position: 0% 100%,50% 0%  ,100% 100%}
}
.woocommerce .loader::before{
  background: none !important;
}