/*
Theme Name: Elessi Theme 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 ***************/

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 1.93103em;
  }

  h2 {
    font-size: 1.5em; /* 1.7931em */
  }

  h3 {
    font-size: 1.5em; /* 1.7931em */
  }

  h4 {
    font-size: 1.37931em;
  }

}


/****** produkt kategorie ******/

.woocommerce-loop-category__title mark.count { display: none; }
div.row.filters-container.nasa-filter-wrap { display:none; }
.product-info-wrap.info .price { display:none !important; }

/* badges */
.nasa-badges-wrap{ top: 50%; left: 50%; transform: translate(-50%, -50%); }
.badge.out-of-stock-label { background: #058738 !important; } /* #999 */

/****** produkt detailansicht *****/

.nasa-product-details-page .product-info .entry-title {
	font-size: 200%;
    padding-right: 0px !important;
}
.price.nasa-single-product-price {
    display:none !important;
}
table.variations{
	display:none !important;
}
.single_variation_wrap{
	display:none !important;
}

.product-info .woocommerce-product-details__short-description {
    color: unset;
    font-size: 100%;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 15px;
    clear: both;
}
