/* 
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 */


.badge.badge-status {
    background: #e3e3e3;
    padding: 3px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.badge.badge-status.badge-finished, .badge.badge-status.badge-done {
    background: #7d7;
    color: #0a3e0a;
}

.d-block {
    display: block;
}

.woocommerce-variation-price {
    margin-bottom: 30px;
}

.reset_variations {
    display: none !important;
}

.woocommerce-variation-price .price {
    font-size: 24px;
    font-weight: 600;
    color: #19243C !important;
}

.limited-subscription-notice.notice {
    color: #b50c0c !important;
    background: #ffc4c4 !important;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px dashed #b50c0c;
}