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


/* Collapsed state */
.nasa_shop_description .term-description {
    max-height: 4em; /* approx 2 lines */
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* Expanded state */
.nasa_shop_description.expanded .term-description {
    max-height: 1000px; /* large enough */
}

/* Button */
.read-more-btn {
/*    display: inline-block;*/
    margin-top: 0px;
    cursor: pointer;
    color: #0073aa;
    font-weight: 600;
    padding-left: 10px;
}

.nav-wrapper .root-item>a{
font-weight: 500!important;
font-size: 14.5px;
text-transform: uppercase;
}

.nasa-product-content-color-image-wrap{

    display:none!important;

}
 
.nasa-product-content-child {

    display:none!important;

}
 
 form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .select2-selection__rendered {
    font-size:14.5px;
}
 
form.checkout.woocommerce-checkout .form-row input,select,textarea{
    font-size:14.5px;
}

.nasa-archive-product-content .product-img-wrap{
    height:380px;
}
 
.nasa-archive-product-content .product-img{
    height:100%;
}

.product-item .info .name {
    font-size: 16.675px!important;
    font-weight: 500!important;
}

.tinv-wraper.tinv-wishlist {
	text-align: center;
    font-size: 14.5px;
}

@media(max-width:1640px){
	.read-more-btn{
		padding-left: 40px;
	}
}

@media(max-width:1200px){
	.read-more-btn{
		padding-left: 35px;
	}
}

@media(max-width:991px){
	.read-more-btn{
		padding-left: 30px;
	}
}

@media(max-width:767px){
	.read-more-btn{
		padding-left: 20px;
	}
}