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


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.table-product tbody td {
    border: 1px solid #000000 !important;
	padding-left:10px;
}
.woocommerce-privacy-policy-text
{
	margin-top:-38px !important;
	font-size:12px !important;
}
.woocommerce-terms-and-conditions-wrapper
{
	margin-top:50px !important;
}
.badge.out-of-stock-label {
  opacity:0.8; !important;
}
body.single-product.woocommerce div.product div.product_meta {
display: none !important;
}
.nasa-nutrition-small-banner-wrap .banner-img {
    object-fit: fill !important;
}