/*
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 ***************/
.nasa-header-mobile-layout #masthead .row {
    display: flex;
    align-items: center;
}

.nasa-header-mobile-layout .elements-wrapper{
	height:unset!important;	
}

.nasa-product-details-page .product_meta .sku_wrapper{
	display:none;	
}

#nasa-tab-description p{
	display:inline;
}

.wi-recommendations-container {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.wi-recommendation {
    gap: 15px;
    display: flex;
    flex: 1;
    min-width: 250px;
    flex-direction: column;
}

#nasa-footer .l1{
	line-height:1.6;
}

#nasa-footer .flex{
	display:flex;
}

#nasa-footer .flex-baseline{
	align-items:baseline;
}

#nasa-footer .gap-8px{
	gap:8px;
}

.wpcf7 .hidden-fields-container{
	display:none;
}

.wpcf7-form-control.wpcf7-submit{
	background-color:#dd3333;
}

.nasa-vertical-header.vertical-menu .section-title {  
    color: #fff;
}