/*
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 ***************/
#masthead {
   
    padding: 10px 0 !important;
}
.nasa-slick-slider .product-item .info .star-rating
{
	display:none !important;
}
#top-bar .left-text
{
	float:none !important;
}

@media (max-width:768px) {
.star-rating {
    display: none!important;
    overflow: hidden;
    position: relative;
    height: 17px;
    width: 80px;
    margin: 0;
}
}

.star-rating {
    display: none!important;
    overflow: hidden;
    position: relative;
    height: 17px;
    width: 80px;
    margin: 0;
}
/***/
.cr-all-reviews-shortcode ol.commentlist li .comment-text p, .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
    margin: 0em 0;
   
}
.comment_container > img
{
	    height: fit-content;
	
}
.woocommerce-tabs #reviews #comments
{
	display:block !important;
}
/*
body:not(.nasa-mobile-app) .cr-ajax-reviews-review-form #review_form_wrapper
{
	transform: translate(-50%, -50%) !important;
    top: 50% !important;
    left: 50% !important;
    position: fixed !important;
    background: #fff !important;
    max-height: 90vh !important;
    z-index: 999999 !important;
    overflow: scroll !important;
}
*/
.cr-ajax-reviews-review-form {
    max-width: 100% !important;
}