/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* מדבקת מבצע עם תמונת רקע וטקסט מורווח */

.page-id-7 span.price{
    display:flex!important;
    gap:20px!important;
    justify-content:center!important;
}

span.price{
    display:flex!important;
    gap:20px!important;
    justify-content:center!important;
}

.woocommerce span.onsale, 
.woocommerce ul.products li.product .onsale {
    background-color: transparent !important;
    background-image: url('/wp-content/uploads/2017/09/sale-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px !important; 
    height: 75px !important; 
    /* עיצוב ומירכוז הטקסט על גבי התמונה */
    color: #ffffff !important; 
    font-size: 16px !important; 
    font-weight: bold !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important; 
    box-shadow: none !important; 
    padding: 0 !important;
    line-height: 1;
    min-height: auto !important;
}