/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
a{text-decoration:none !important;}

.flex_box .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    justify-content: flex-end !important;
}
.flex_box .elementor-element {
    flex: 1 0 33%;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
}
@media (max-width: 1024px) {
	    .flex_box .elementor-element {
    flex: 1 0 24% !important;
}
	.space_header  .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
}

}