/*
Theme Name: Storefront Eshop Pro
Theme URI: https://www.omegathemes.com/demos/deal_seeker/
Author: Omegathemes
Author URI: https://www.omegathemes.com/
Description: The Eshop WordPress Theme represents the pinnacle of e-commerce solutions, a versatile and dynamic platform designed to cater to the most discerning of online entrepreneurs and businesses. This premium theme is crafted with an intricate understanding of the ever-evolving e-commerce landscape, tailored to empower users with a visually captivating and highly functional website template. It has a wide-reaching appeal, targeting individuals and businesses looking to establish and enhance their online retail presence. Whether you’re a seasoned e-commerce professional or a newcomer looking to explore the world of online retail, the Eshop WordPress Theme offers a powerful tool for showcasing your products or services. As a premium theme, the Eshop WordPress Theme brings an array of benefits to the table. It comes equipped with an extensive set of features and functionalities, granting you an all-inclusive toolkit to manage your online store efficiently. While the theme is a premium offering, it provides you with a cost-effective solution, delivering exceptional value for the investment.
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storefront-eshop-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Storefront Eshop Pro WordPress Theme has been created by Omegathemes(omegathemes.com), 2023.
Storefront Eshop Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
:root{
  --font-karla: 'Karla', sans-serif;
  --font-inter: 'Inter', 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: #F5B4B4;
  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;
}
/* ---------------- */
body.home.page-template .main-background-box {
    background-image: url(../storefront-eshop-pro/assets/images/main-back-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 6em;
}
.main-background-box{
  background-image: url(../storefront-eshop-pro/assets/images/main-back-img.png);
  background-size: auto;
  padding-bottom: 1em;
  background-repeat: no-repeat;
}
