/*
Theme Name: Omega Online Store Pro
Theme URI: https://www.omegathemes.com/wordpress/online-store-wordpress-theme/
Author: Omegathemes
Author URI: https://www.omegathemes.com/
Description: 
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: omega-online-store-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Omega Online Store Pro WordPress Theme has been created by Omegathemes(omegathemes.com), 2024.
Omega Online Store Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --font-figtree: 'Figtree', sans-serif;
}
.bypostauthor {
  font-weight: 600;
}
.contact-box {
    padding-bottom: 40px;
}
html {
    overflow-x: hidden;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #000;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
}
.bouncing-loader > div {
  width: 16px;
  height: 16px;
  margin: 3rem 0.2rem;
  background: #3D3A3C;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
/* ---------------- */
.latest-title-box:before {
    content: '';
    background-image: url(../omega-online-store-pro/assets/images/blogs/blog-title-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
}
