.elementor-1497 .elementor-element.elementor-element-37497bf{--display:flex;}/* Start custom CSS */@media screen and (max-width: 600px){
    
    .woocommerce{
        display: flex;
    flex-direction: column;
    }
}

@media screen and (min-width: 601px){
    
    .woocommerce{
        display: flex;
    flex-direction: row;
    }
}/* End custom CSS */