/*
Theme Name: StoreX
Theme URI: https://burgerthemes.com/storex-free/
Author: burgersoftware
Author URI: https://burgerthemes.com/
Description: StoreX is a modern and flexible WooCommerce WordPress theme. It is suitable for creating fashion, jewelry, kids store, auto parts, furniture, electronics, accessories, beauty, or cosmetics shop websites. StoreX provides essential features to build a clean and functional eCommerce website.
Version: 1.0.9
Tested up to: 6.9
Requires PHP: 8.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storex
Domain Path: /languages
Tags: e-commerce, grid-layout, right-sidebar, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.wp-block-calendar table caption {
	font-weight: 500;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: max-content;
  z-index: 100000;
}
.post-section .row:has(.post-content) {
  align-items: flex-start;
}
#post-section .post-content,
#post-section article.post-items {
  clear: both;
  display: flow-root;
  overflow: hidden;
}
.post-content,
.lower-content,
.entry-content,
.wp-block-post-content {
  clear: both;
  display: flow-root;
  overflow: hidden;
  min-height: 0;
}
.post-content::after,
.lower-content::after,
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}
article.post-items.post-single,
article.post-items:not(.post-grid) {
  display: flow-root;
  overflow: hidden;
}
.blog-details-content .lower-content {
  overflow: hidden;
}
.comments-area,
#comments {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.container::after,
.row::after,
.site::after,
.site-content::after,
.content-area::after,
.main-content::after,
.entry-content::after,
.post-content::after,
.comments-area::after,
.widget::after {
  content: "";
  display: table;
  clear: both;
}