/*
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 ***************/

.site-header.nasa-header-sticky-wrap.ns-has-topbar {
  top: -42px;
  	/* top: -10px; */
}
.site-header.nasa-header-sticky-wrap.ns-has-wpadminbar.ns-has-topbar
{
/* 	top: -10px; */
	top: 0px;
}

/* Dezactivarea burger fixat */
.nasa-mobile-menu_toggle,
.bar-mobile_toggle,
#nasa-menu-sidebar-content,
.nasa-mobile-nav-wrap
{
    display: none !important;
}
html.nasa-menu-open {
    overflow: auto !important;
}

/* Afisare speciala Short Description - WooCommerce */
.woocommerce-product-details__short-description
{
	font-size: 15px;
}
.woocommerce-product-details__short-description strong
{
	padding-right: 5px;
    color: #000;
    letter-spacing: 0;
	
	font-family: "Poppins", Jost;
}

