/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/* הסטייל המקורי עם תוספות */
.add-price {
    position: absolute;
    top: -25px;
    right: -15px;
    background: #000;
    color: #fff;
    border-radius: 50%;
	border: 1px solid black;
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
	text-align: center;
    z-index: 1;
	
}



.add-price:hover {
    transform: scale(1.1);
    background: #333;
}

.add-price .regular-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
	line-height: 0.8em;
	font-weight:400 !important;
}

.add-price .sale-price {
    color: #B0FECF;
    font-weight: bold;
}

/* וודא שהאלמנט המכיל הוא relative */
.variations_form .image-variable-items-wrapper .group-variable-items-wrapper .group-variable-item-wrapper li {
    position: relative;
}

