/*
Theme Name: Xstore Child
Theme URI: https://xstore.8theme.com
Template: xstore
Author: 8theme
Author URI: https://www.8theme.com
Description: XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,custom-logo,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,translation-ready,ecommerce,woocommerce,shop,elementor,business,corporate,blog,news,light,dark
Version: 9.4.6.1736034482
Updated: 2025-01-05 01:48:02

*/


.onsale {
	/*
	 * стікер SALE 
	 */
    position: absolute;
    top: 20px;
    z-index: 3;
    padding: 3px 8px;
    background: var(--et_on-sale-bg-color, var(--et_red-color));
    font-size: .95rem;
    text-align: center;
    color: var(--et_on-sale-color, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif; 
    border-radius: 2px; 
    box-shadow: 0 4px 30px rgb(0 0 0 / 70%);
}


