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

.bg-yello{
    background-color: #fcaf02!important;
}
#top-bar, .nasa-product-grid .btn-wishlist, .nasa-wrap-popup-nodes, #nasa-counter-viewing, .nasa-crazy-box{
    display: none!important
}
.product-img, .woocommerce-product-gallery{    
     background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(210, 210, 210) 100%); 
}
.product-item .info{
    position: relative;
padding: 10px 0 20px 0;
background: #a8a8a8;
text-align: center;
color: white;
}

.nasa-title.nasa-dft h1 span{  
  font-weight: bold !important;
}
.txt-style{
    font-size: 20px;
    color: #010b26;
    }
#masthead .icons-wrapper{
    display: none;
}
.nasa-header-flex .fjct{
    justify-content: right!important;
}
#site-navigation a{
    color: #010b26!important;
}
#nasa-footer .footer-light-2{
    display: none
}
.product-info .entry-title{
    color: #020d2a;
    margin-top: 40px
}
.woocommerce-product-details__short-description p{
    color: #030e2d;
font-size: 16px;
margin-bottom: 20px;
margin-top: 15px;
clear: both;
}
#nasa-footer .nasa-footer-bottom{
    background: #010b26;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #ececec;
}
#nasa-footer .nasa-footer-bottom-left p{
    color: #fff;
}
.nasa-topbar-filter-wrap{
    display: none
}
.archive  #main-content{
    padding-top: 60px
}
.nasa-mobile{
    display: none!important
}
.nasa-bottom-bar-icons, .header-icons{
    display: none!important
}

.pt80{
    padding-top:80px;
}

.pb80{
    padding-bottom:80px;
}
.txt-style2 {
  font-size: 18px !important;
  line-height: 26px;
  margin-bottom: 20px;
  color: #020f2c;
}

@media screen and (max-width:768px){
    .pt80{
    padding-top:0px;
}

.pb80{
    padding-bottom:0px;
}

}

