/*
heme Name: Elessi Thee Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/*
set the color of the home page only 
*/

.home .nasa-header-sticky .sticky-wrapper  {
    background-color: #fee0d8;
}
.home .nasa-header-sticky .fixed-already  {
    background-color: #fff;
}

/*
set color size of normal and sticky header
*/
/*.nasa-header-sticky .sticky-wrapper {
	background-color: #fff0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.nasa-header-sticky .fixed-already {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}*/

/*
set star icon to my-points in my-account menu
*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-points  a:before {
    font-family: FontAwesome;
    content: "\f005";
    font-size: 41px;
    color: #ccc;
    justify-content: center;
    display: flex;
}
/*
fix header icon in check-out 
*/

.checkout-modern-wrap .nasa-bc-modern.fixed-already .logo .header_logo {
	max-height: 48px !important; 
}


/*
Generic classes to be used by Elemontor
*/

.white-font-22 {
  color: white !important;
}

.white-font-22 a svg{
  color: white !important;
}
.display-grid-22 {
  display: grid !important;
}
.display-flex-22 {
  display: flex !important;
}