/*
Theme Name: MithoTheme
Author: 
Description: Your description goes here
Version: 1.0
Template: storefront

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Fix product grid misalignment caused by hidden WooCommerce store notices */
.wc-block-components-notices.alignwide {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    margin: 0 auto !important;
}

ul, ol {
    margin: 100em 0 1.41575em 0em;
    padding: 0;
}