/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.main-nav.dark_style nav.top_menu > ul > li > a {
    color: #fbfbfb;
    text-transform: capitalize;
}
.single-nm_gift_registry .main-side{
	width: 100% !important;
}

.active .rh-sslide-panel-wrap, .add_to_cart_button{
	display: none;
}
.single-product form.cart{
	display: none; 
}
button.button.alt.nmgr-add-to-wishlist-button:after{
	content: ''!important;
}
.single button.button.alt.nmgr-add-to-wishlist-button {
    background: #580c0c !important;
    padding: 20px 20px;
    border-radius: 3px !important;
}  
th.item_cost.sorting span {
    display: block;
    font-size: 10px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {display: none;}

li.woocommerce-MyAccount-navigation-link:last-child {display: none;}

.company-name a {
    color: #111;
    font-weight: 600; 
    font-size: 17px; 
}
h3.fontnormal.mb10.mt0.lineheight25 {
    font-size: 15px;
}
span.onfeatured {
    display: none;   
}

th.item_crowdfunding.sorting_disabled{
    width: 76px;
}
th.item_total_cost.sorting{
    width: 84px;
}
.wpsm-button.gold {
    
    text-transform: capitalize;
}
.elementor-button-wrapper a {
    text-transform: capitalize;
}
a.button.nmgr-add-to-wishlist-button {
    text-transform: capitalize !important;
}
td.nmgr-item-part.nmgr_cost {
    min-width: 80px;
}
.nmgr-progressbar {
    display: none;
}
.woocommerce .products .product figure img{
    height: 260px;
}
svg.nmgr-tip.nmgr-icon.users.nm-svg {
    cursor: pointer;
}
nav.top_menu > ul > li > ul.sub-menu > li.hovered ul.sub-menu > li.hovered ul.sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nmgr-table {
    word-break: unset;
 }