/*
Theme Name: Rise
Theme URI: http://thrivethemes.com/
Author: Thrive Themes
Author URI: http://thrivethemes.com/
Description: Rise description
Version: 1.100.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, thrive, lead capture
*/
/** Insert your custom CSS rules here. **/
.h-bi header {
    background: #fff !important;
}
header nav > ul.menu > li > a {
    color: #21676F !important;
}
footer .fmm {
    background: rgba(63,49,127,1) !important;
}
.woocommerce-page .product .woocommerce-tabs ul.tabs li:last-child a{
display:none;
}
@media (min-width: 940px){
.woocommerce-page .cnt ul.products li {
    width: 14% !important;
    margin-right: 2% !important;
}
}
.woocommerce-page .product .product_meta{
	display:none !important;
}
.woocommerce-page .cnt ul.products li .tve-product-details-btn{
	display:none !important;
}
.woocommerce-page .cnt ul.products li h3{
	font-size:15px !important;
}
.woocommerce-page .cnt ul.products li .onsale{
	font-size: 10px !important;
    padding: 7px 18px !important;
}