/*
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 ***************/
@media only screen and (min-width: 768px) {
   body .bai_side {
        width: 20%;
    }
}
@media only screen and (min-width: 768px) {
    body .large-9 {
        width: 80%;
    }
}
@media only screen and (min-width: 768px) {
   body .nasa-modern-4 .add-to-cart-grid {
        background-color: #103c9a;  
    }
}
@media only screen and (min-width: 768px) {
    .nasa-modern-4 .product-item .info {
        background: #fff;
        border-radius: 0 0 13px 13px;
    }
}
@media only screen and (min-width: 768px) {
    .nasa-modern-4 .product-img-wrap {
        border-radius: 13px 13px 0px 0px;
    }
}
.ns-before-archive-products{
    background: #fff;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
    .html-ready .category-page.nasa-with-sidebar-classic .col-sidebar {
        background: #fff;
        padding:20px;
        border-radius: 13px;
    }
}
.bai_gg{
    border-radius: 12px;
}
.bai_ggs .banner-inner{
    color: #fff;
}
body .bai_ggs .valign-top{
    top: 4%;
}
.bai_gg .banner-image:before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: var(--banner-list-media-overlay-opacity, .3);
}
.nasa-search-space .nasa-show-search-form.nasa-search-relative{
    border-radius: 0px!important;
}
body .nasa-menu-vertical-header{
   background-color: #fff!important; 
}
body .header_meun_ys .vertical-menu .section-title{
    padding: 17px 0;
    color: #000;
}
.header_meun_ys:before {
    position: absolute;
    content: "";
    border-right: 1px solid #e5e5e5;
    right: 0;
    height: 40%;
}