/*
Theme Name: Stylish Fashion Shop Pro
Theme URI: https://www.themgnifico.net/themes/stylish-wordpress-theme/
Author: themgnifico
Author URI:https://www.themagnifico.net
Description: The Stylish WordPress Theme is a top-tier, sophisticated web design meticulously crafted for individuals and businesses aiming to establish an elegant and refined online presence. Tailored for those who prioritize a sleek and contemporary aesthetic, this premium theme is ideal for professionals, creatives, and businesses across various industries. Designed for versatility, the Stylish WordPress Theme is well-suited for a broad audience, including entrepreneurs, creative professionals, and business owners who want a polished and unique website. Its user-friendly interface ensures that both experienced website managers and those with limited technical expertise can seamlessly navigate its features, making it accessible to a diverse range of users. Visually, the Stylish WordPress Theme embodies a modern and eye-catching appearance. The layout is thoughtfully structured to prioritize a clean and organized design, enhancing user experience and leaving a lasting impression on visitors. The responsive design ensures that the website looks stunning and functions seamlessly across a variety of devices, ranging from desktops to tablets and smartphones.
Version: 0.0.1
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: stylish-fashion-shop-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Stylish Fashion Shop Pro WordPress Theme has been created by themgnifico(themgnifico.net), 2023.
Stylish Fashion Shop Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}

/*--------- Site Loader --------------*/


.preloader {
  background: #f4f9ff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
  opacity: inherit;
}
.load :first-child{background:#26242D;animation-delay:-1.5s}
.load :nth-child(2){background: #9484D3;;animation-delay:-1s}
.load :nth-child(3){background:#26242D;animation-delay:-0.5s}
.load :last-child{background: #9484D3;}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

#sticky-onoff {
display: none;
}
