/*
Theme Name: Omega Jewelry Store Pro
Theme URI: https://omegathemes.com/wordpress/jewelry-store-wordpress-theme/
Author: Omegathemes
Author URI: https://www.omegathemes.com/
Description: The Jewellery Store WordPress Theme, available in its premium version, is a sophisticated and feature-rich template meticulously designed to cater exclusively to jewellery businesses, luxury accessory boutiques, and gemstone retailers. It offers a comprehensive and powerful toolkit for entrepreneurs and established retailers, providing them with a premier online platform that epitomizes opulence and showcases their jewellery collections with finesse. One of the standout features of the premium Jewellery Store WordPress Theme is its fully responsive design. This ensures that your jewelry store appears and functions seamlessly across a wide range of devices, from mobile phones and tablets to desktop computers. Seamlessly integrated with WooCommerce, the leading e-commerce plugin for WordPress, this premium theme empowers businesses with an extensive array of e-commerce functionalities. From efficient inventory management and secure online payment processing to support for multiple payment options, it provides all the essential tools needed to run a successful online jewelry business.The theme excels in presenting your jewelry products effectively. It offers a suite of features such as product galleries, sliders, and zoom-in capabilities that allow you to showcase your jewelry pieces in the most alluring and detailed manner. This not only enhances the shopping experience but also aids in attracting potential buyers with stunning visuals. Built with a focus on search engine optimization (SEO), this premium theme is optimized to help your website rank well in search engine results. Improved visibility in search engines can significantly boost organic traffic to your jewelry store, making it more accessible to potential customers. The integration of social media sharing options amplifies your store’s reach. Satisfied customers can easily share their favorite jewelry items on various social media platforms, expanding your store’s online presence and potentially attracting new customers. It also comes with dedicated customer support and regular updates. This ensures that your website remains up-to-date and well-maintained, providing peace of mind for business owners.
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-jewelry-store-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Omega Jewelry Store Pro WordPress Theme has been created by Omegathemes(omegathemes.com), 2023.
Omega Jewelry 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: #DF6160;
  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-jewelry-store-pro/assets/images/blogs/blog-title-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
}
