/*
Theme Name: Eshopper
Theme URI: https://datatrack.co.in
Author: Datatrack Theme Designs Team
Author URI: https://devs.datatrack.co.in
Description: A Robust theme for the Eshopper.
Version: 1.0
License: GNU General Public License v1 or later
License URI: 
Text Domain:Eshopper
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*body{background: red;}*/
.woocommerce-products-header__title.page-title {
    display: none !important;
}
/*
===============================================
WOOCOMMERCE SPECIFIC STYLE
==============================================================
*/

.woocommerce ul.products li.product .price {
    color: #FE980F;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
}


.woocommerce ul.products li.product .price del {
    
    display: inline-block;
}

.woocommerce ul.products li.product .price ins{
  
  float: right;
  margin-right: 20px;
  
}

.woocommerce ul.products li.product h3{
    color: #000;
    
}