/*
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; */
}
@media screen and (max-width: 1024px)
{
    .site-header.nasa-header-sticky-wrap.ns-has-topbar {
        top: -0px;
        /* 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;
}

/* Pret produs WooCommerce */
.price
{
    font-size: 180%!important;
    font-weight: 600;
}
.price del
{
    font-size: 70%!important;
}
.badge 
{
    font-size: 100%!important;
    line-height: 20px!important;
}
.safe-checkout.nasa-crazy-box
{
    display: none;
}

@media screen and (max-width: 767px)
{
    .price
    {
        font-size: 130%!important;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 16px!important;

        height: 32px;
    }
    .price del
    {
        width: 100%;
        text-align: center;
        margin-right: 0!important; 
    }
    .product-item .info .name
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 95%!important;
        text-align: center;
    }
}