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

.table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}

.product-info .entry-title{
	font-size: 150%;
}

.elementor-widget-text-editor a{
	color: #03ae7a;
}

.elementor-widget-text-editor a:hover{
	color: gray;
}

@media (max-width: 767px){
	.headaer-logo
	{max-height: 55px;}

}

.woocommerce-billing-fields h3{
	display: none !important;
}

.nasa-in-mobile .nasa-static-group-btn {
    left: 65px;
    bottom: 40px;
}
.nasa-bottom-bar{
	display: none;
}