/*
Theme Name: Clothing Store Pro
Theme URI: https://www.ovationthemes.com/products/clothing-store-wordpress-theme/
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Clothing Store WordPress Theme is an ideal theme for all kinds of online store and e-commerce websites. It is an amazing theme with a modern, luxurious, sophisticated and retina-ready layout. It is implemented on bootstrap framework that makes it very handy to use. You can add shortcodes and custom CSS/JS if you know coding. This premium theme offers many advance options for customization. You can make your website more engaging by using advance colour options and colour pallets. Also, there are 100+ font family options and it is fully integrated with font awesome icon.
Version: 0.0.6
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: clothing-store-pro
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, sticky-post, featured-images, footer-widgets, full-width-template, threaded-comments, theme-options, wide-blocks, block-styles, blog, food-and-drink, e-commerce

Clothing Store Pro WordPress Theme has been created by ovationthemes(ovationthemes.com), 2021.
Clothing Store Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}
.onsale{
  text-transform: uppercase;
}
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin: 32px calc(25% - 25vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.alignwide {
		margin: 32px -76px;
		max-width: 920px;
		width: 920px;
	}
}
