/*
Theme Name: hello-elementor Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

div#customer_details {
    display: none;
}
.woocommerce td.product-name dl.variation dt {
    width: 40%;
    font-weight: 600;
    font-style: italic;
}
@media screen and (max-width: 767px) {
    .woocommerce td.product-name dl.variation dt {
            width: 100%;
            font-weight: 600;
            font-style: italic;
        }
}