/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
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 ***************/

#masthead{
	padding: 0px 0px !important;
}
.nav-wrapper .default-menu .menu-item{
	width: 300px !important;
}
<style>
/* Style for the fixed container */
#fixed_shortcode_container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff; /* Adjust as needed */
    padding: 20px; /* Adjust as needed */
    border: 1px solid #ccc; /* Adjust as needed */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Adjust as needed */
    z-index: 9999; /* Ensure it's on top of other content */
}
</style>

<div id="fixed_shortcode_container">
    [custom_shortcode]
</div>

.nasa-product-details-page .product-gallery .main-images .slick-slide img{
	border: 10px solid #fff !important;
}
#nasa-init-viewed{
	display: none;
}
.logo{
	font-size: 20px;
}