/*
Theme Name: Iniya
Theme URI: http://iniya.wpengine.com/
Author: the DesignThemes team
Author URI: https://wedesignthemes.com/
Description: Iniya Cosmetics Shop WordPress Theme for Online Woocommerce Stores.
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: iniya

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.



main-title-section-wrapper dt-breadcrumb-for-single-product aligncenter*/
.woocommerce ul.products li.product .product-details .product-rating-wrapper .star-rating {
  display: none;
}

.woocommerce .woocommerce-product-rating {
  display: none!important;
}

.woocommerce .product .summary .yith-wcwl-wishlistexistsbrowse, .woocommerce .product .summary .yith-wcwl-wishlistaddedbrowse {
    display: none;
}

.blog-entry.blog-default-style .entry-comment-author-meta {
  display: none !important;
}

.posted_in {
  display: none!important;
}
.tagged_as {
  display: none!important;
}

.dt-woo-social-share {
    display: none!important;
}

#toTop {
  position: fixed;
  display: none;
  text-decoration: none;
  background: url(../images/icon.svg) center center no-repeat !important;
    background-size: auto;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 21px;
  height: 70px;
  border: none;
  text-indent: 100%;
  z-index: 999;
  text-indent: -9999px;
  background-size: 100%;
	display:none !important;
  
}

.main-title-section-wrapper {
    float: left;
    width: 100%;
    margin: 0px 0px 80px;
    padding: 40px 0px 40px;
    position: relative;
    clear: both;
    background-color: rgba(0, 0, 0, 0.05);
    display: none!important;
}