/*
Theme Name: Flozen Theme Child
Theme URI: https://demo.nasatheme.com/flozen-intro/
Description: This is a child theme for Flozen Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: flozen-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800&display=swap');


.category-page .sub-text {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.2px;
    max-width: 780px;
    margin-bottom: 40px;
}

.category-page .sub-text p {
    margin-bottom: 20px;
}

.category-page .sub-text p:last-child {
    margin-bottom: 0;
}

.about-page .body-copy {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 0.2px;
    max-width: 820px;
}

.about-page .body-copy p {
    margin-bottom: 24px;
}

.about-page .body-copy p:last-child {
    margin-bottom: 0;
}


.add_to_cart_text nasa-text {
	color: #ffffff!important;
}

.cart-icon nasa-icon fa fa-shopping-cart {
	color: #ffffff!important; 
}