/**
Theme Name: ProductiveBit Child
Author: ProductiveBit
Author URI: https://productivebit.com
Description: This is specially designed for ProductiveBit
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
 * Remove woocommerce my account ugly interface
 * to add in style.css of the child theme
 */


.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-MyAccount-content{
    width: 100% !important;
}

.site-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;   
}
