/* Start custom CSS for global, class: .elementor-global-890 */.original-price {
    color: #999;
    font-size: 0.8em;
    margin-right: 10px;
    text-decoration: line-through;
}

.sale-price {
    color: #d9534f; /* A classic "Sale Red" */
    font-weight: bold;
    font-size: 1.2em;
}
/* Target the list inside the current widget */
.elementor-19 .elementor-element.elementor-global-890 ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.elementor-19 .elementor-element.elementor-global-890 li {
    position: relative;
    padding-left: 30px !important; /* Space for the icon */
    margin-bottom: 10px !important;
    line-height: 1.5;
    display: block !important;
}

/* Create the checkmark icon using :before */
.elementor-19 .elementor-element.elementor-global-890 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: #28a745; /* Green circle */
    border-radius: 50%;
    
    /* White checkmark SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Ensure the default Elementor icon (if any) is hidden */
.elementor-19 .elementor-element.elementor-global-890 .elementor-icon-list-icon {
    display: none !important;
}
/* Remove lines between list items */
.elementor-19 .elementor-element.elementor-global-890 ul, 
.elementor-19 .elementor-element.elementor-global-890 li {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

/* Remove any horizontal rules or dividers if they are separate elements */
.elementor-19 .elementor-element.elementor-global-890 hr,
.elementor-19 .elementor-element.elementor-global-890 .elementor-divider {
    display: none !important;
}

/* If the line is a decorative 'after' element */
.elementor-19 .elementor-element.elementor-global-890 li::after {
    display: none !important;
}/* End custom CSS */