/**
* Theme Name:  Doma
* Theme URI:   http://doma.wp1.zootemplate.com/
* Author:      Zootemplate
* Version:     2.0.5
* Author URI:  https://www.zootemplates.com/contact-us
* License:     GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Description: Doma is a super user-friendly, elegant and intuitive, yet super powerful multi-purpose WooCommerce theme. 
Its optimized for creating WooCommerce online stores that provides a super fast interface for the ultimate user experience.
* Text Domain: doma
* Domain Path: /languages
**/

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.widget_product_categories ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}