/*
Theme Name: Kera Child
Theme URI: https://elementor.thembay.com/kera/
Author: Thembay
Description: This is a child theme for Kera
Version: 1.0
Author URI: https://thembay.com/
Template: kera
Text Domain: kera-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* WooCommerce pénztár egyedi alcím mezők formázása */
p#billing_taborral_kapcsolatos_tovabbi_kerdesek_2_field.checkout-heading-h4,
p#billing_tovabbi_adatok_a_felnottkepzesi_szerzodeshez_a_hallgato_adatait_kerjuk_megadni_2_field.checkout-heading-h4 {
    float: none !important; /* Megakadályozza, hogy más mezők mellé ugorjon */
    clear: both !important; /* Tiszta új sort kezd */
    width: 100% !important; /* Teljes szélességű blokk */
    
    /* A sablonod pontos betű- és térköz formázása */
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
    margin: 0 0 29px !important;
    text-transform: capitalize !important;
}

/* A mobil menü alsó sávjának (Kiscsoportos nyelvtanfolyamok) elrejtése */
.mm-navbars_bottom {
    display: none !important;
}

/* Termék címsorok rendbetétele */

.panel h2, .panel h3, .panel h4 {
    margin-top:20px;
    margin-bottom:10px
}