/* 
Theme Name: eelectron Commerce Theme Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: eelectron Commerce Theme Child is a child theme of Hello Elementor, created by Clience 
Author: Clience
Author URI: https://clience.digital/
Template: hello-elementor
Version: 2.0.0
Text Domain: eelectron-commerce-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
*/

.variations tr {
    display: flex;
    flex-direction: column;
}

.variations #course-date {
    display: none;
}

.variations td.value{
 padding-left: 15px !important;
}

.variations .label {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-align: start;
}

.variations .value .course-date_options .ee-radio-wrap input {
    height: 25px;
    width: 25px;
}

.variations .value .course-date_options .ee-radio-wrap label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    padding-bottom: 5px;
    font-size: 15px;
}