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


@font-face {
    font-family: 'ginregular';
    src: url('./fonts/gin_regular.woff2') format('woff2'),
         url('./fonts/gin_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'simplonbold';
    src: url('./fonts/simplon-bold.woff2') format('woff2'),
         url('./fonts/simplon-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'input_monoregular';
    src: url('./fonts/inputmono-regular.woff2') format('woff2'),
         url('./fonts/inputmono-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'simplon_monoregular';
    src: url('./fonts/simplonmono-regular.woff2') format('woff2'),
         url('./fonts/simplonmono-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.nasa-bg-dark .nav-wrapper .root-item>a {
    font-size: 17px;
    font-family: 'ginregular';
}
body{
font-family: 'simplon_monoregular';    
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'ginregular';
}
.product-item .info .name {
    font-family: 'simplonbold';
    font-weight: bold;
}
span.add_to_cart_text, button{
font-family: 'input_monoregular';    
}
.product-info .woocommerce-product-rating {
    display: none;
}
.nasa-modern-2 .add-to-cart-grid {
    color: #272727;
    border: 1px solid #272727 !important;
    background: transparent;
}
div#nasa-counter-viewing {
    display: none;
}
.nasa-modern-2 .product-item .quantity {
    margin: 0px auto;
    float: none;
    display: block;
}
.product-item .info{
    padding: 5px 0 5px 0;
}
.nasa-modern-2 a.button.product_type_simple.add_to_cart_button{
    bottom: -35px;
    color:#000;
    font-size:15px;
    text-transform: capitalize;
    font-family:'input_monoregular';
}
