/*
Theme Name: UX Shop Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the UX Shop WooCommerce Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Develoved
Author URI: https://themes.develoved.com
Template: ux-shop
*/



/*Add your own styles here:*/
.woocommerce-result-count{
    display:none;
}
.woocommerce-breadcrumb{
    text-align:center;
}
.woocommerce ul.products {
    text-align:center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    display:inline-block;
    float:none;
}

.woocommerce-shipping-destination{
    white-space:normal !important;
}
